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

2021-08-26 Thread Arthur Zamarin
commit: 895b2b10eee45c8ca027dc53a77f09890ce0c359
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 27 05:38:11 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 27 05:43:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895b2b10

dev-python/eradicate: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/eradicate/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/eradicate/metadata.xml 
b/dev-python/eradicate/metadata.xml
index 61239fd850d..487386ae51e 100644
--- a/dev-python/eradicate/metadata.xml
+++ b/dev-python/eradicate/metadata.xml
@@ -5,6 +5,7 @@
zmed...@gentoo.org
Zac Medico

+   

eradicate
myint/eradicate



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

2021-08-26 Thread Arthur Zamarin
commit: 8fd1c67a64012976b3cfecf7e744fb791d28d1a2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 27 05:25:25 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 27 05:43:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd1c67a

dev-python/pytest-flakes: add 4.0.3, enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-flakes/Manifest  |  1 +
 .../files/pytest-flakes-4.0.3-fix-py3.10.patch | 17 +++
 .../pytest-flakes/pytest-flakes-4.0.3.ebuild   | 25 ++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/pytest-flakes/Manifest 
b/dev-python/pytest-flakes/Manifest
index 7e34bbf744c..c0f281a3b50 100644
--- a/dev-python/pytest-flakes/Manifest
+++ b/dev-python/pytest-flakes/Manifest
@@ -1 +1,2 @@
 DIST pytest-flakes-4.0.2.tar.gz 7225 BLAKE2B 
3a5ec59e3df90b6bf90daf5cf4abdf2946852a8e62a98ed08e5ba93c2e3f9e93699b2a4b571df45edac83e4c1791a5828b0bcca2a26a37b71f01d81bf3f0342f
 SHA512 
bb1fc432e2494367849acedecba80495ede34c18dcf3ada09ef3dec8567d55f8dd6ba427bc3d9e47cfe3c0bb2aba80576612282d5a71858ccb45bce458f8656c
+DIST pytest-flakes-4.0.3.tar.gz 7312 BLAKE2B 
cf62d7e11a0521592325492c76e67cd51384b31d8a6191f10940230014c9a8797b3603e24664c022add5cec18ff7c3b558cd7507af47e8c90a9e90499f39e583
 SHA512 
ca63d68063cf48789d86dee3707b3ea7c5076fc1f636e17f408ad6f444303fb3a701af8d1e464d49af745e350272bffe8596853a52c01baa0bdb0b6b0c0bb303

diff --git 
a/dev-python/pytest-flakes/files/pytest-flakes-4.0.3-fix-py3.10.patch 
b/dev-python/pytest-flakes/files/pytest-flakes-4.0.3-fix-py3.10.patch
new file mode 100644
index 000..35b4809c865
--- /dev/null
+++ b/dev-python/pytest-flakes/files/pytest-flakes-4.0.3-fix-py3.10.patch
@@ -0,0 +1,17 @@
+From: Arthur Zamarin 
+Date: Fri, 27 Aug 2021 08:23:16 +0300
+Subject: [PATCH] test_syntax_error: fix for python 3.10
+
+Signed-off-by: Arthur Zamarin 
+--- a/test_flakes.py
 b/test_flakes.py
+@@ -20,7 +20,8 @@ for x in []
+ pass
+ """)
+ result = testdir.runpytest("--flakes", "--ignore", testdir.tmpdir)
+-assert "1: invalid syntax" in result.stdout.str()
++assert ("1: invalid syntax" in result.stdout.str() or
++"1: expected ':'" in result.stdout.str())
+ assert 'passed' not in result.stdout.str()
+ 
+ 

diff --git a/dev-python/pytest-flakes/pytest-flakes-4.0.3.ebuild 
b/dev-python/pytest-flakes/pytest-flakes-4.0.3.ebuild
new file mode 100644
index 000..d3a52d73420
--- /dev/null
+++ b/dev-python/pytest-flakes/pytest-flakes-4.0.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Collection of small Python functions & classes"
+HOMEPAGE="https://pypi.org/project/pytest-flakes/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-py3.10.patch"
+)
+
+distutils_enable_tests pytest



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

2021-08-26 Thread Arthur Zamarin
commit: 1645d099884c376b8f23b1db8ab896db4036d3fc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 27 05:37:28 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 27 05:43:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1645d099

dev-python/eradicate: enable py3.10, EAPI=8

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/eradicate/eradicate-2.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/eradicate/eradicate-2.0.0.ebuild 
b/dev-python/eradicate/eradicate-2.0.0.ebuild
index 5f33385686e..7dc0ba3f198 100644
--- a/dev-python/eradicate/eradicate-2.0.0.ebuild
+++ b/dev-python/eradicate/eradicate-2.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1



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

2021-08-26 Thread Arthur Zamarin
commit: 59ab91a0d90eb036c511223419ffb6d1246e1d89
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 27 05:35:50 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 27 05:43:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ab91a0

dev-python/nnpy: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/nnpy/nnpy-1.4.2.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-python/nnpy/nnpy-1.4.2.ebuild 
b/dev-python/nnpy/nnpy-1.4.2.ebuild
index 77862dd22ec..443c714661d 100644
--- a/dev-python/nnpy/nnpy-1.4.2.ebuild
+++ b/dev-python/nnpy/nnpy-1.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -14,7 +14,6 @@ SRC_URI="https://github.com/nanomsg/nnpy/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm"
-IUSE=""
 
 DEPEND="
dev-python/cffi:=[${PYTHON_USEDEP}]
@@ -22,6 +21,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-python_test() {
-   PYTHONPATH="${S}:${PYTHONPATH}" "${PYTHON}" -m nnpy.tests || die
-}
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/

2021-08-26 Thread Agostino Sarubbo
commit: e5230dd552d99ab294f47e6ebf0b2a59efad78c1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:12:01 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:12:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5230dd5

media-video/libva-utils: x86 stable wrt bug #810067

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-video/libva-utils/libva-utils-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/libva-utils/libva-utils-2.12.0.ebuild 
b/media-video/libva-utils/libva-utils-2.12.0.ebuild
index 893c46992c9..b99165e3782 100644
--- a/media-video/libva-utils/libva-utils-2.12.0.ebuild
+++ b/media-video/libva-utils/libva-utils-2.12.0.ebuild
@@ -15,7 +15,7 @@ else
# without pre-built 'configure' as they are always avaialbe upstream.
# 
SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2;
SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-08-26 Thread Agostino Sarubbo
commit: 134eb5fa0d7018bedf7e775ece599ebdc57d393d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:12:11 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:12:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134eb5fa

dev-python/black: x86 stable wrt bug #810365

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/black/black-21.7_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/black/black-21.7_beta0.ebuild 
b/dev-python/black/black-21.7_beta0.ebuild
index cb1b153c9c2..20708482102 100644
--- a/dev-python/black/black-21.7_beta0.ebuild
+++ b/dev-python/black/black-21.7_beta0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-08-26 Thread Agostino Sarubbo
commit: 9f9d5bfff0d7730252db110e7402f12acc405f21
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:12:18 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:12:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9d5bff

app-arch/libarchive: x86 stable wrt bug #810523

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-arch/libarchive/libarchive-3.5.2.ebuild 
b/app-arch/libarchive/libarchive-3.5.2.ebuild
index 84d1aa07501..a097e9919a9 100644
--- a/app-arch/libarchive/libarchive-3.5.2.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux lz4 +lzma lzo 
nettle static-libs xattr +zlib zstd"
 
 RDEPEND="



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

2021-08-26 Thread Agostino Sarubbo
commit: 73d1b568bda1226e25061c40ca60573aef75512f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:12:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d1b568

x11-libs/libva: x86 stable wrt bug #810067

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libva/libva-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libva/libva-2.12.0.ebuild 
b/x11-libs/libva/libva-2.12.0.ebuild
index 7ffd4d89937..99c5784ee91 100644
--- a/x11-libs/libva/libva-2.12.0.ebuild
+++ b/x11-libs/libva/libva-2.12.0.ebuild
@@ -18,7 +18,7 @@ else
# To simplify updates, portage use tarballs without pre-build 
'configure'
# which are always available.
SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-08-26 Thread Agostino Sarubbo
commit: 8464cdf7a31ac795b7dbb41c23f65bfa4169a5b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:11:54 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8464cdf7

sys-auth/nss_ldap: x86 stable wrt bug #810058

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/nss_ldap/nss_ldap-265-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild 
b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
index 5996f378fce..a9b4f8f17cb 100644
--- a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
+++ b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux"
 IUSE="debug kerberos ssl sasl split-usr"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/jai-imageio-jpeg2000/

2021-08-26 Thread Agostino Sarubbo
commit: c871873121e8d625630408c053a8be5af85842fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:11:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:11:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8718731

dev-java/jai-imageio-jpeg2000: x86 stable wrt bug #809977

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild 
b/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild
index 71c66db4067..b5ed9e69920 100644
--- a/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild
+++ b/dev-java/jai-imageio-jpeg2000/jai-imageio-jpeg2000-1.4.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/jai-imageio/${PN}/archive/refs/tags/${P}.tar.gz;
 
 LICENSE="Sun-BSD-no-nuclear-2005"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 # Common dependencies
 # POM: ${PN}-${P}/pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/jbig2-imageio/

2021-08-26 Thread Agostino Sarubbo
commit: 7986f4a6afb8bf8ce68ef188b084fb6648a8290d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:11:47 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7986f4a6

dev-java/jbig2-imageio: x86 stable wrt bug #809977

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild 
b/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild
index 1576a379c30..759a268c26f 100644
--- a/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild
+++ b/dev-java/jbig2-imageio/jbig2-imageio-3.0.3.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://downloads.apache.org/pdfbox/${PN}/${PV}/${P}-src.zip;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/java-diff-utils/

2021-08-26 Thread Agostino Sarubbo
commit: d570b897fb05152e0b97f198ba8a4d09c975d4ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:11:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:11:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d570b897

dev-java/java-diff-utils: x86 stable wrt bug #809977

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild 
b/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild
index a11087d1642..944684c4b19 100644
--- a/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild
+++ b/dev-java/java-diff-utils/java-diff-utils-1.3.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://repo1.maven.org/maven2/com/googlecode/${PN}/diffutils/${PV}/dif
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: app-portage/pkg-testing-tools/

2021-08-26 Thread Agostino Sarubbo
commit: 1988cbf4c66dcc477c8272a282971ad8d2da6060
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:11:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:11:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1988cbf4

app-portage/pkg-testing-tools: x86 stable wrt bug #808411

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild 
b/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
index 3db90870dc3..3177469c898 100644
--- a/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
+++ b/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/slashbeast/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
sys-apps/portage[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-java/jai-imageio-core/

2021-08-26 Thread Agostino Sarubbo
commit: a6ff0d941dd25ea0f73b0275fac949236c1be1c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:11:39 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:11:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ff0d94

dev-java/jai-imageio-core: x86 stable wrt bug #809977

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild 
b/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild
index 6a9788508da..0799775bdcb 100644
--- a/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild
+++ b/dev-java/jai-imageio-core/jai-imageio-core-1.4.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/jai-imageio/${PN}/archive/refs/tags/${P}.tar.gz;
 
 LICENSE="Sun-BSD-no-nuclear-2005"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 RDEPEND=">=virtual/jre-1.8:*"



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

2021-08-26 Thread Agostino Sarubbo
commit: 7f7fa1b2ec1a2d0c4b131cc10f2333aa7c7556ca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:10:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:10:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7fa1b2

app-arch/libarchive: amd64 stable wrt bug #810523

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

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

diff --git a/app-arch/libarchive/libarchive-3.5.2.ebuild 
b/app-arch/libarchive/libarchive-3.5.2.ebuild
index a4f72d7640c..84d1aa07501 100644
--- a/app-arch/libarchive/libarchive-3.5.2.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux lz4 +lzma lzo 
nettle static-libs xattr +zlib zstd"
 
 RDEPEND="



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

2021-08-26 Thread Agostino Sarubbo
commit: 81b6c0719ce90183e1a4623830f7c0e8c46043fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:10:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:10:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b6c071

dev-python/black: amd64 stable wrt bug #810365

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

 dev-python/black/black-21.7_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/black/black-21.7_beta0.ebuild 
b/dev-python/black/black-21.7_beta0.ebuild
index 432285b3ef8..cb1b153c9c2 100644
--- a/dev-python/black/black-21.7_beta0.ebuild
+++ b/dev-python/black/black-21.7_beta0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-08-26 Thread Agostino Sarubbo
commit: 0ff028aa1551b8b0a4754396948c8e08dc05fc97
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:10:18 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:10:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff028aa

sys-auth/nss_ldap: amd64 stable wrt bug #810058

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

 sys-auth/nss_ldap/nss_ldap-265-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild 
b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
index 8060dc766c1..5996f378fce 100644
--- a/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
+++ b/sys-auth/nss_ldap/nss_ldap-265-r10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.padl.com/download/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
 IUSE="debug kerberos ssl sasl split-usr"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/

2021-08-26 Thread Agostino Sarubbo
commit: 86193d9aaae0281dbf75f347cc4261284e0c76e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:10:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:10:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86193d9a

media-video/libva-utils: amd64 stable wrt bug #810067

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

 media-video/libva-utils/libva-utils-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/libva-utils/libva-utils-2.12.0.ebuild 
b/media-video/libva-utils/libva-utils-2.12.0.ebuild
index 0155912ee58..893c46992c9 100644
--- a/media-video/libva-utils/libva-utils-2.12.0.ebuild
+++ b/media-video/libva-utils/libva-utils-2.12.0.ebuild
@@ -15,7 +15,7 @@ else
# without pre-built 'configure' as they are always avaialbe upstream.
# 
SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2;
SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-08-26 Thread Agostino Sarubbo
commit: 1a425af9392769538a1ddb3898ae8a3ba1adc8b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:10:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:10:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a425af9

x11-libs/libva: amd64 stable wrt bug #810067

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

 x11-libs/libva/libva-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libva/libva-2.12.0.ebuild 
b/x11-libs/libva/libva-2.12.0.ebuild
index 953e353bda4..7ffd4d89937 100644
--- a/x11-libs/libva/libva-2.12.0.ebuild
+++ b/x11-libs/libva/libva-2.12.0.ebuild
@@ -18,7 +18,7 @@ else
# To simplify updates, portage use tarballs without pre-build 
'configure'
# which are always available.
SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: app-portage/pkg-testing-tools/

2021-08-26 Thread Agostino Sarubbo
commit: aef8d3f64f188a77babdcbfcde4dc23a7b4b47ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Aug 27 05:10:11 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Aug 27 05:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef8d3f6

app-portage/pkg-testing-tools: amd64 stable wrt bug #808411

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

 app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild 
b/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
index a6616c03208..3db90870dc3 100644
--- a/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
+++ b/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/slashbeast/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
sys-apps/portage[${PYTHON_USEDEP}]



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

2021-08-26 Thread Benda XU
commit: e672c12d3fdb2308325afb5b877d34a7a6b00d7a
Author: YiyangWu  gmail  com>
AuthorDate: Mon Aug 23 09:08:37 2021 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Aug 27 03:34:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e672c12d

sci-libs/rocPRIM: bump version to 4.3.0

Enable src_test.
Enable install benchmark exes as /usr/bin/rocPRIM_benchmark*
Resolve GIT dependency error in this version

Closes: https://bugs.gentoo.org/772173
Closes: https://github.com/gentoo/gentoo/pull/22111
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/rocPRIM/Manifest |  1 +
 sci-libs/rocPRIM/metadata.xml |  3 ++
 sci-libs/rocPRIM/rocPRIM-4.3.0.ebuild | 77 +++
 3 files changed, 81 insertions(+)

diff --git a/sci-libs/rocPRIM/Manifest b/sci-libs/rocPRIM/Manifest
index 835473471bc..21e0c5acf8c 100644
--- a/sci-libs/rocPRIM/Manifest
+++ b/sci-libs/rocPRIM/Manifest
@@ -1 +1,2 @@
 DIST rocPRIM-4.0.0.tar.gz 285576 BLAKE2B 
44f3542068dee48c0f2bb475f4d3fd74592fe27f4ca00a7b754014deaaa7187c4363d4b2e7fe13ff771b48d2885b848b9632ef71ce85e80e0946e4e5f13495d8
 SHA512 
c37fce4f16788d82379459af69b9f47f2bccb3b0e655e7314a23936cc99a474afb0092f240bd950341f1b02ce93d03abce0df7ce62ffcb5d577171ce870dd1d2
+DIST rocPRIM-4.3.0.tar.gz 290071 BLAKE2B 
f69ada9859ef9238d4f8c50bc2b10d131c986dbd8982cc0c7f8614cd51746080aba3b3e7b0ef3e1d5006c179a823f4fcb8ce03cc0a4c88fad3cb46947c7b7fb6
 SHA512 
9925f832637d19360bf1624dd7a6ef931fb740ee725e35c3159a09a3c569af6f61e3337124c8e0561e60c8595d0d533a4402b91345056ff8d276c6e1dd491036

diff --git a/sci-libs/rocPRIM/metadata.xml b/sci-libs/rocPRIM/metadata.xml
index 3902658bd2f..69514726be6 100644
--- a/sci-libs/rocPRIM/metadata.xml
+++ b/sci-libs/rocPRIM/metadata.xml
@@ -16,4 +16,7 @@
   
 ROCmSoftwarePlatform/rocPRIM
   
+
+Build and install benchmark programs.
+
 

diff --git a/sci-libs/rocPRIM/rocPRIM-4.3.0.ebuild 
b/sci-libs/rocPRIM/rocPRIM-4.3.0.ebuild
new file mode 100644
index 000..98f626fe7f9
--- /dev/null
+++ b/sci-libs/rocPRIM/rocPRIM-4.3.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="HIP parallel primitives for developing performant GPU-accelerated 
code on ROCm"
+HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocPRIM;
+SRC_URI="https://github.com/ROCmSoftwarePlatform/rocPRIM/archive/rocm-${PV}.tar.gz
 -> rocPRIM-${PV}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="benchmark test"
+
+RDEPEND="dev-util/hip:${SLOT}
+   benchmark? ( dev-cpp/benchmark )"
+BDEPEND="dev-util/rocm-cmake:${SLOT}
+   test? ( dev-cpp/gtest )"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/rocPRIM-rocm-${PV}"
+
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+   # "hcc" is depcreated, new platform ist "rocclr"
+   sed -e "/HIP_PLATFORM STREQUAL/s,hcc,rocclr," -i 
cmake/VerifyCompiler.cmake || die
+
+   # Install according to FHS
+   sed -e "/PREFIX rocprim/d" \
+   -e "/INSTALL_INTERFACE/s,rocprim/include,include/rocprim," \
+   -e "/DESTINATION/s,rocprim/include,include," \
+   -e "/rocm_install_symlink_subdir(rocprim)/d" \
+   -i rocprim/CMakeLists.txt || die
+
+   # disable downloading googletest and googlebenchmark
+   sed  -r -e '/Downloading/{:a;N;/\n *\)$/!ba; d}' -i 
cmake/Dependencies.cmake || die
+
+   # remove GIT dependency
+   sed  -r -e '/find_package\(Git/{:a;N;/\nendif/!ba; d}' -i 
cmake/Dependencies.cmake || die
+
+   # install benchmark files
+   if use benchmark; then
+   sed -e 
"/get_filename_component/s,\${BENCHMARK_SOURCE},${PN}_\${BENCHMARK_SOURCE}," \
+   -e "/add_executable/a\  install(TARGETS 
\${BENCHMARK_TARGET})" -i benchmark/CMakeLists.txt || die
+   fi
+
+   eapply_user
+   cmake_src_prepare
+}
+
+src_configure() {
+   # Grant access to the device
+   addwrite /dev/kfd
+   addpredict /dev/dri/
+
+   # Compiler to use
+   export CXX=hipcc
+
+   local mycmakeargs=(
+   -DBUILD_TEST=$(usex test ON OFF)
+   -DBUILD_BENCHMARK=$(usex benchmark ON OFF)
+   ${AMDGPU_TARGETS+-DAMDGPU_TARGETS="${AMDGPU_TARGETS}"}
+   -D__skip_rocmclang="ON" ## fix cmake-3.21 configuration issue 
caused by officialy support programming language "HIP"
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Grant access to the device
+   addwrite /dev/kfd
+   addwrite /dev/dri/
+   cmake_src_test
+}



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

2021-08-26 Thread Sam James
commit: 00defd94ee96cb2b94c80c1b76bab829cd9e34ca
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 03:03:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 03:03:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00defd94

dev-scheme/ypsilon: fix DeprecatedInsinto

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

 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild 
b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 214166c274d..2d202116658 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -44,7 +44,7 @@ src_install() {
emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
 
if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins example/*
+   docinto examples
+   dodoc example/*
fi
 }



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/, dev-scheme/ypsilon/files/

2021-08-26 Thread Sam James
commit: 5b93e5168eec3dece2190f7513414020d7fe8750
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 03:00:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 03:02:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b93e516

dev-scheme/ypsilon: fix build with Clang

Closes: https://bugs.gentoo.org/730692
Signed-off-by: Sam James  gentoo.org>

 .../files/ypsilon-0.9.6_p3-clang-cflags.patch  | 23 ++
 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild  |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-scheme/ypsilon/files/ypsilon-0.9.6_p3-clang-cflags.patch 
b/dev-scheme/ypsilon/files/ypsilon-0.9.6_p3-clang-cflags.patch
new file mode 100644
index 000..8d2ce6ea796
--- /dev/null
+++ b/dev-scheme/ypsilon/files/ypsilon-0.9.6_p3-clang-cflags.patch
@@ -0,0 +1,23 @@
+https://bugs.gentoo.org/730692
+
+From 8d5318ea079f53149ab87974a4ad9ed9c5c7fcf5 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 27 Aug 2021 03:58:34 +0100
+Subject: [PATCH] Drop flags Clang doesn't support
+
+In particular, -fno-crossjumping but the rest seem rather unnecessary.
+--- a/Makefile
 b/Makefile
+@@ -130,12 +130,10 @@ $(PROG): $(OBJS)
+ 
+ vm1.s: vm1.cpp
+   $(CXX) $(CXXFLAGS) $(CPPFLAGS) \
+-  -fno-reorder-blocks -fno-crossjumping -fno-align-labels 
-fno-align-loops -fno-align-jumps \
+   -fverbose-asm -S src/vm1.cpp
+ 
+ vm1.o: vm1.cpp
+   $(CXX) $(CXXFLAGS) $(CPPFLAGS) \
+-  -fno-reorder-blocks -fno-crossjumping -fno-align-labels 
-fno-align-loops -fno-align-jumps \
+   -c src/vm1.cpp
+ 
+ install: all stdlib sitelib

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild 
b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 399bd7866af..83a06545d05 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -21,6 +21,7 @@ RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}"/${P}-asneeded.patch
+   "${FILESDIR}"/${P}-clang-cflags.patch
 )
 
 src_compile() {



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

2021-08-26 Thread Sam James
commit: 58c008c27ebc84777118ae8424ff34e1e93f4f7e
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 03:01:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 03:02:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c008c2

dev-scheme/ypsilon: respect AS

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

 dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild 
b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 83a06545d05..214166c274d 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -33,6 +33,7 @@ src_compile() {
 
emake \
PREFIX="${EPREFIX}/usr" \
+   AS="$(tc-getAS)" \
CXX="$(tc-getCXX)" \
CPPFLAGS="${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/files/, profiles/, dev-scheme/ypsilon/

2021-08-26 Thread Sam James
commit: f36a27d75b9d3f82b98f63624202cf3624387ec6
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 02:55:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 03:02:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36a27d7

dev-scheme/ypsilon: fix build with GCC 11, un-last-rite

Thanks-to: Watcom  dornbeast.com>
Bug: https://bugs.gentoo.org/730692
Closes: https://bugs.gentoo.org/787866
Signed-off-by: Sam James  gentoo.org>

 .../ypsilon/files/ypsilon-0.9.6_p3-asneeded.patch  |  4 ++--
 ...-0.9.6_p3.ebuild => ypsilon-0.9.6_p3-r1.ebuild} | 28 ++
 profiles/package.mask  |  5 
 3 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/dev-scheme/ypsilon/files/ypsilon-0.9.6_p3-asneeded.patch 
b/dev-scheme/ypsilon/files/ypsilon-0.9.6_p3-asneeded.patch
index 4769fce6c25..9ea4256de93 100644
--- a/dev-scheme/ypsilon/files/ypsilon-0.9.6_p3-asneeded.patch
+++ b/dev-scheme/ypsilon/files/ypsilon-0.9.6_p3-asneeded.patch
@@ -1,5 +1,5 @@
 ypsilon-0.9.6.update3.orig/Makefile2008-12-23 09:56:02.0 
+0100
-+++ ypsilon-0.9.6.update3/Makefile 2009-10-21 18:14:37.613881129 +0200
+--- a/Makefile
 b/Makefile
 @@ -126,7 +126,7 @@
@mkdir -p -m755 $(HOME)/.ypsilon
  

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild 
b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
similarity index 63%
rename from dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
rename to dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
index 3b4f21c6ca6..399bd7866af 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
@@ -1,14 +1,15 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit epatch flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 MY_P="${P/_p/.update}"
 DESCRIPTION="R6RS-compliant Scheme implementation for real-time applications"
 HOMEPAGE="https://code.google.com/p/ypsilon/;
 SRC_URI="https://ypsilon.googlecode.com/files/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
@@ -18,21 +19,28 @@ IUSE="examples threads"
 DEPEND="app-arch/cpio"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-asneeded.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-asneeded.patch
+)
 
 src_compile() {
use threads && append-flags "-pthread"
 
-   emake PREFIX="/usr" CXX="$(tc-getCXX)" \
-   CXXFLAGS="${CXXFLAGS}" LDFLAGS="$LDFLAGS"
+   # Fix build failure with GCC 11
+   # bug #787866
+   append-cppflags -DNO_TLS
+
+   emake \
+   PREFIX="${EPREFIX}/usr" \
+   CXX="$(tc-getCXX)" \
+   CPPFLAGS="${CPPFLAGS}" \
+   CXXFLAGS="${CXXFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {
-   emake PREFIX="/usr" DESTDIR="${D}" install
+   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
+
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins example/*

diff --git a/profiles/package.mask b/profiles/package.mask
index 5a24d358076..778e8e985a7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -156,11 +156,6 @@ app-eselect/eselect-audicle
 app-eselect/eselect-miniaudicle
 media-sound/audicle
 
-# Sam James  (2021-08-04)
-# Fails to build with GCC 11. No activity upstream since 2008.
-# bug #730692, bug #787866. Removal on 2021-09-04.
-dev-scheme/ypsilon
-
 # Sam James  (2021-08-04)
 # Fails to build with GCC 11. Library with no reverse-dependencies.
 # bug #731254, bug #787905. Removal on 2021-09-04.



[gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/, net-firewall/fwbuilder/files/

2021-08-26 Thread Sam James
commit: cfc80c03e0b48703f44dcadab9600c4613f0c16e
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 02:39:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 02:48:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc80c03

net-firewall/fwbuilder: drop 6.0.0_pre20200502

Bug: https://bugs.gentoo.org/806460
Signed-off-by: Sam James  gentoo.org>

 net-firewall/fwbuilder/Manifest|  1 -
 .../fwbuilder-6.0.0_pre20200502-fix_version.patch  | 11 ---
 .../fwbuilder/fwbuilder-6.0.0_pre20200502.ebuild   | 36 --
 3 files changed, 48 deletions(-)

diff --git a/net-firewall/fwbuilder/Manifest b/net-firewall/fwbuilder/Manifest
index 974b8135433..46c6d21729d 100644
--- a/net-firewall/fwbuilder/Manifest
+++ b/net-firewall/fwbuilder/Manifest
@@ -1,3 +1,2 @@
 DIST fwbuilder-5.3.7.tar.gz 7332419 BLAKE2B 
130c5ab413263b61b7a78dfabe8d0db861ddfd8bfcee62eb11b9ac8c229c9a9e2b6d8a22e296a12e0e9d0fd9b503882eb06e62f7dc0f62487d760191fce8b553
 SHA512 
d6504ddab17e80cb332f005b6bbb16c15a7b4735361733f0e0437cb94059a5c9039e563be6e0e8d328954db2416b2c0bdbb8afa36cd946f61e7c7edaee47453b
-DIST fwbuilder-6.0.0_pre20200502.tar.gz 7278610 BLAKE2B 
9eabf34445f5dad4af4bf88ec717ad60d6010233d501151ae1e115adcba88c19d883eceb60ae9c9850f200e42eec5eca083be9330dc54b0b681c86e90f3ca581
 SHA512 
7fcc957ebc6dc3a198fdb857e11b3d29e25018c3107f2edffbfea3794fdd5fad2ba56d7a74209c6d7b30e4287dbb13ab3bf973c8aa3213cfd4a7317e43e713bb
 DIST fwbuilder-6.0.0_rc1.tar.gz 7281841 BLAKE2B 
4adfb2c1ba22d781e98de2e02cc7cca6a1c214d3b63e156b76a351d1a7e399afaf0227ced4c9fa228c637c37247dd1cb6e88a0cc4231a3827ba2e5bd0b8a4c5e
 SHA512 
11126c23d8b9f68e7cdcf0a6d3de1678f1b0c879959cef5484b30c2d41ab0377c70dce432d014331cfd376a5fd20e384db7342745a066e8159c2ae275d5bdec4

diff --git 
a/net-firewall/fwbuilder/files/fwbuilder-6.0.0_pre20200502-fix_version.patch 
b/net-firewall/fwbuilder/files/fwbuilder-6.0.0_pre20200502-fix_version.patch
deleted file mode 100644
index d71de42d26c..000
--- a/net-firewall/fwbuilder/files/fwbuilder-6.0.0_pre20200502-fix_version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/cmake/VERSION.cmake  2020-09-05 14:54:43.767374594 +0200
-+++ b/cmake/VERSION.cmake  2020-09-05 16:13:20.274809080 +0200
-@@ -3,7 +3,7 @@
- set(PROJECT_VERSION_MAJOR "6")
- set(PROJECT_VERSION_MINOR "0")
- set(PROJECT_VERSION_PATCH "0")
--set(PROJECT_VERSION_EXTRA "-beta")
-+set(PROJECT_VERSION_EXTRA "_p20200502")
- set(PROJECT_GENERATION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
- set(PROJECT_GENERATION_SHORT 
"${PROJECT_VERSION_MAJOR}${PROJECT_VERSION_MINOR}")
- set(PROJECT_VERSION 
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${PROJECT_VERSION_EXTRA}")

diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_pre20200502.ebuild 
b/net-firewall/fwbuilder/fwbuilder-6.0.0_pre20200502.ebuild
deleted file mode 100644
index e2c2d972c0f..000
--- a/net-firewall/fwbuilder/fwbuilder-6.0.0_pre20200502.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake vcs-snapshot
-
-MY_COMMIT=a5e14a966447c63bcf7b52a0202149e76bd5ed4a
-DESCRIPTION="A firewall management GUI for iptables, PF, Cisco routers and 
more"
-HOMEPAGE="https://github.com/fwbuilder/fwbuilder;
-SRC_URI="https://github.com/fwbuilder/fwbuilder/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   dev-libs/libxml2
-   dev-libs/libxslt
-   dev-libs/openssl
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   net-analyzer/net-snmp
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fix_version.patch
-   "${FILESDIR}"/${PN}-6.0.0_pre20200502-drop-Werror.patch
-)
-
-src_install() {
-   cmake_src_install
-   docompress -x /usr/share/man
-}



[gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/files/, net-firewall/fwbuilder/

2021-08-26 Thread Sam James
commit: 14d64497f2380e6bad8037e37fe2b546ee028a47
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 02:37:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 02:48:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d64497

net-firewall/fwbuilder: add 6.0.0_rc1

Closes: https://bugs.gentoo.org/806460
Signed-off-by: Sam James  gentoo.org>

 net-firewall/fwbuilder/Manifest|  1 +
 .../fwbuilder-6.0.0_rc1-automagic-ccache.patch | 28 +
 .../files/fwbuilder-6.0.0_rc1-fix_version.patch| 11 +
 net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild  | 48 ++
 4 files changed, 88 insertions(+)

diff --git a/net-firewall/fwbuilder/Manifest b/net-firewall/fwbuilder/Manifest
index 27e2dd6e2e8..974b8135433 100644
--- a/net-firewall/fwbuilder/Manifest
+++ b/net-firewall/fwbuilder/Manifest
@@ -1,2 +1,3 @@
 DIST fwbuilder-5.3.7.tar.gz 7332419 BLAKE2B 
130c5ab413263b61b7a78dfabe8d0db861ddfd8bfcee62eb11b9ac8c229c9a9e2b6d8a22e296a12e0e9d0fd9b503882eb06e62f7dc0f62487d760191fce8b553
 SHA512 
d6504ddab17e80cb332f005b6bbb16c15a7b4735361733f0e0437cb94059a5c9039e563be6e0e8d328954db2416b2c0bdbb8afa36cd946f61e7c7edaee47453b
 DIST fwbuilder-6.0.0_pre20200502.tar.gz 7278610 BLAKE2B 
9eabf34445f5dad4af4bf88ec717ad60d6010233d501151ae1e115adcba88c19d883eceb60ae9c9850f200e42eec5eca083be9330dc54b0b681c86e90f3ca581
 SHA512 
7fcc957ebc6dc3a198fdb857e11b3d29e25018c3107f2edffbfea3794fdd5fad2ba56d7a74209c6d7b30e4287dbb13ab3bf973c8aa3213cfd4a7317e43e713bb
+DIST fwbuilder-6.0.0_rc1.tar.gz 7281841 BLAKE2B 
4adfb2c1ba22d781e98de2e02cc7cca6a1c214d3b63e156b76a351d1a7e399afaf0227ced4c9fa228c637c37247dd1cb6e88a0cc4231a3827ba2e5bd0b8a4c5e
 SHA512 
11126c23d8b9f68e7cdcf0a6d3de1678f1b0c879959cef5484b30c2d41ab0377c70dce432d014331cfd376a5fd20e384db7342745a066e8159c2ae275d5bdec4

diff --git 
a/net-firewall/fwbuilder/files/fwbuilder-6.0.0_rc1-automagic-ccache.patch 
b/net-firewall/fwbuilder/files/fwbuilder-6.0.0_rc1-automagic-ccache.patch
new file mode 100644
index 000..d7f2cfb7e11
--- /dev/null
+++ b/net-firewall/fwbuilder/files/fwbuilder-6.0.0_rc1-automagic-ccache.patch
@@ -0,0 +1,28 @@
+From 6021c352a009121870107ed37f07ee520110d4c2 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 27 Aug 2021 03:24:26 +0100
+Subject: [PATCH] Drop automagic ccache usage
+
+---
+ CMakeLists.txt | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 97477b0..cd17c6a 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -5,11 +5,6 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9"
+ CACHE STRING "Minimum macOS deployment version"
+ )
+ 
+-find_program(CCACHE_PROGRAM ccache)
+-if(CCACHE_PROGRAM)
+-set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
+-endif()
+-
+ project(firewallbuilder LANGUAGES CXX C)
+ 
+ ### Version variables and include file
+-- 
+2.33.0
+

diff --git a/net-firewall/fwbuilder/files/fwbuilder-6.0.0_rc1-fix_version.patch 
b/net-firewall/fwbuilder/files/fwbuilder-6.0.0_rc1-fix_version.patch
new file mode 100644
index 000..cce544a58a0
--- /dev/null
+++ b/net-firewall/fwbuilder/files/fwbuilder-6.0.0_rc1-fix_version.patch
@@ -0,0 +1,11 @@
+--- a/cmake/VERSION.cmake
 b/cmake/VERSION.cmake
+@@ -3,7 +3,7 @@
+ set(PROJECT_VERSION_MAJOR "6")
+ set(PROJECT_VERSION_MINOR "0")
+ set(PROJECT_VERSION_PATCH "0")
+-set(PROJECT_VERSION_EXTRA "-rc1")
++set(PROJECT_VERSION_EXTRA "_rc1")
+ set(PROJECT_GENERATION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}")
+ set(PROJECT_GENERATION_SHORT 
"${PROJECT_VERSION_MAJOR}${PROJECT_VERSION_MINOR}")
+ set(PROJECT_VERSION 
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${PROJECT_VERSION_EXTRA}")

diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild 
b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
new file mode 100644
index 000..f7a06413918
--- /dev/null
+++ b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A firewall management GUI for iptables, PF, Cisco routers and 
more"
+HOMEPAGE="https://github.com/fwbuilder/fwbuilder;
+SRC_URI="https://github.com/fwbuilder/fwbuilder/archive/refs/tags/v${PV/_/-}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libxml2
+   dev-libs/libxslt
+   dev-libs/openssl
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   net-analyzer/net-snmp
+"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.0.0_pre20200502-drop-Werror.patch
+   "${FILESDIR}"/${PN}-6.0.0_rc1-automagic-ccache.patch
+   "${FILESDIR}"/${P}-fix_version.patch
+)
+
+src_configure() {
+  

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

2021-08-26 Thread Sam James
commit: e8ab94b9c0e78be23d17e9536c3c31cb0248b9a2
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 02:18:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 02:48:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ab94b9

media-gfx/exiv2: depend on libssh[sftp]

Closes: https://bugs.gentoo.org/799692
Signed-off-by: Sam James  gentoo.org>

 media-gfx/exiv2/{exiv2-0.27.4.ebuild => exiv2-0.27.4-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/exiv2/exiv2-0.27.4.ebuild 
b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
similarity index 98%
rename from media-gfx/exiv2/exiv2-0.27.4.ebuild
rename to media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
index f5b0d339689..ea3a23f9dd9 100644
--- a/media-gfx/exiv2/exiv2-0.27.4.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.4-r1.ebuild
@@ -40,7 +40,7 @@ DEPEND="
png? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
test? ( dev-cpp/gtest )
webready? (
-   >net-libs/libssh-0.9.1[${MULTILIB_USEDEP}]
+   >net-libs/libssh-0.9.1[sftp,${MULTILIB_USEDEP}]
net-misc/curl[${MULTILIB_USEDEP}]
)
xmp? ( dev-libs/expat[${MULTILIB_USEDEP}] )



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

2021-08-26 Thread Sam James
commit: db46d9942a9171aeaba5ddb6968a7391d763d259
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 02:46:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 02:48:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db46d994

media-libs/openal: fix automagic sndio dependency

Closes: https://bugs.gentoo.org/809314
Signed-off-by: Sam James  gentoo.org>

 .../openal/{openal-1.21.1-r1.ebuild => openal-1.21.1-r2.ebuild}  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/openal/openal-1.21.1-r1.ebuild 
b/media-libs/openal/openal-1.21.1-r2.ebuild
similarity index 93%
rename from media-libs/openal/openal-1.21.1-r1.ebuild
rename to media-libs/openal/openal-1.21.1-r2.ebuild
index 049eff8c67e..23e407a521c 100644
--- a/media-libs/openal/openal-1.21.1-r1.ebuild
+++ b/media-libs/openal/openal-1.21.1-r2.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
dev-qt/qtwidgets:5
)
sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-   sndio? ( media-sound/sndio[${MULTILIB_USEDEP}] )
+   sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
 "
 DEPEND="${RDEPEND}
oss? ( virtual/os-headers )"
@@ -54,7 +54,8 @@ src_configure() {
-DALSOFT_REQUIRE_PORTAUDIO=$(usex portaudio)
-DALSOFT_REQUIRE_PULSEAUDIO=$(usex pulseaudio)
-DALSOFT_REQUIRE_SDL2=$(usex sdl)
-   -DALSOFT_REQUIRE_SNDIO=$(usex sndio)
+   # See bug #809314 for getting both options for sndio
+   -DALSOFT_{BACKEND,REQUIRE}_SNDIO=$(usex sndio)
-DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || 
echo "OFF")
-DALSOFT_NO_CONFIG_UTIL=$(usex qt5 
"$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)
-DALSOFT_EXAMPLES=OFF



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

2021-08-26 Thread Mike Gilbert
commit: 39b92753f99a1d6f24c11757cd67e39b8c5e02d8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Aug 27 01:46:17 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Aug 27 01:46:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b92753

sys-power/cpupower: add 5.12

Closes: https://github.com/gentoo/gentoo/pull/22108
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-power/cpupower/Manifest |  1 +
 sys-power/cpupower/cpupower-5.12.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/sys-power/cpupower/Manifest b/sys-power/cpupower/Manifest
index f23592fdec5..aa084c78ff1 100644
--- a/sys-power/cpupower/Manifest
+++ b/sys-power/cpupower/Manifest
@@ -1 +1,2 @@
+DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f

diff --git a/sys-power/cpupower/cpupower-5.12.ebuild 
b/sys-power/cpupower/cpupower-5.12.ebuild
new file mode 100644
index 000..1676159b939
--- /dev/null
+++ b/sys-power/cpupower/cpupower-5.12.ebuild
@@ -0,0 +1,66 @@
+# Copyright 2013-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Shows and sets processor power related values"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v${PV%%.*}.x/linux-${PV}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="nls"
+
+# File collision w/ headers of the deprecated cpufrequtils
+RDEPEND="sys-apps/pciutils"
+DEPEND="${RDEPEND}
+   virtual/os-headers
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}/cpupower-5.4-cflags.patch"
+)
+
+S="${WORKDIR}/linux-${PV}"
+
+src_configure() {
+   export bindir="${EPREFIX}/usr/bin"
+   export sbindir="${EPREFIX}/usr/sbin"
+   export mandir="${EPREFIX}/usr/share/man"
+   export includedir="${EPREFIX}/usr/include"
+   export libdir="${EPREFIX}/usr/$(get_libdir)"
+   export localedir="${EPREFIX}/usr/share/locale"
+   export docdir="${EPREFIX}/usr/share/doc/${PF}"
+   export confdir="${EPREFIX}/etc"
+   export 
bash_completion_dir="${EPREFIX}/usr/share/bash-completion/completions"
+   export V=1
+   export NLS=$(usex nls true false)
+}
+
+src_compile() {
+   myemakeargs=(
+   AR="$(tc-getAR)"
+   CC="$(tc-getCC)"
+   LD="$(tc-getCC)"
+   VERSION=${PV}
+   )
+
+   cd tools/power/cpupower || die
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   cd tools/power/cpupower || die
+   emake "${myemakeargs[@]}" DESTDIR="${D}" install
+   doheader lib/cpupower.h
+   einstalldocs
+
+   newconfd "${FILESDIR}"/conf.d-r2 cpupower
+   newinitd "${FILESDIR}"/init.d-r4 cpupower
+
+   systemd_dounit "${FILESDIR}"/cpupower-frequency-set.service
+   systemd_install_serviced 
"${FILESDIR}"/cpupower-frequency-set.service.conf
+}



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

2021-08-26 Thread Sam James
commit: 675412af4c3016387bbc9410b306aa2451c3536e
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 01:09:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 01:10:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675412af

net-libs/libtorrent-rasterbar: drop 2.0.3-r2

Bug: https://bugs.gentoo.org/793038
Signed-off-by: Sam James  gentoo.org>

 net-libs/libtorrent-rasterbar/Manifest |  1 -
 .../libtorrent-rasterbar-2.0.3-r2.ebuild   | 54 --
 2 files changed, 55 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/Manifest 
b/net-libs/libtorrent-rasterbar/Manifest
index d4e05a0d9b2..c2f342ae7a8 100644
--- a/net-libs/libtorrent-rasterbar/Manifest
+++ b/net-libs/libtorrent-rasterbar/Manifest
@@ -4,5 +4,4 @@ DIST libtorrent-1.2.12.tar.gz 3604064 BLAKE2B 
e0eb00aba90e3d5e3ba1bf3984e2eb6065
 DIST libtorrent-1.2.14.tar.gz 3614077 BLAKE2B 
423cd0c467510e3b4d33485ea108912a90ef0d66746e6f912eeb07930e7091d1ce8e28953a48dab3bb03c6232a9e958be423d4563bd63c083ec1423c4753b3df
 SHA512 
9ba7d8a271ecc7330ae9c794f3966a6d1677b9d2a02a24df8b6e63daa4d5c0a7ef88607a73b417247b4afc5195e46cd0ca75859358f9e50915af56b3ed19f322
 DIST libtorrent-1.2.9.tar.gz 3584800 BLAKE2B 
5160056e227a54992ca4e490ffe0088d080aa9bade7a76f55eac26a644bab720c39a70b90d94f465ec711893249a084d9f77fa496be770585094b9b3ea4a1cdd
 SHA512 
c547d96470f6a89f22adc0f5579ffb98b877a46f0a163698c49f1de57f23af60a7b0d3c1ca482e3ed8d3e35124d14a1d16a53e455f4d69f347fcb33c6ded75a8
 DIST libtorrent-rasterbar-1.2.6.tar.gz 3611015 BLAKE2B 
39323c223927272a4eb9bb93ad70acd62165b9b3eb3f4f45cb76f99a23b1e131b526c8d8370fbd7cc30c7e776a5f9b7990c989ceaa3566272adc25df639fc5ba
 SHA512 
9f03e28449b08e18a98a1f1bf0571f470c56fabd2becde5bde56ad566611c8519b0b387939f285a552d1f0382446633b67d00b6b5ff7083e4d1420a3ce9232fc
-DIST libtorrent-rasterbar-2.0.3.tar.gz 4294340 BLAKE2B 
6726be94ea070676a8774d8b16ea1bcfcc2d08bc260914ef5529b0b166d681744c79ab258d251da6d21f7a7f1fbf9b8605ed5e6c8cf26cf878c3c8de1d54dccd
 SHA512 
37211ac165db8542f8c2a29e28f4685b050a825c14d1f6328a4a96c2af1bc1bbf00d9dba4bc81c192f9b57ff358d1b27eeb7df7cebca5a2f751e6fb2bce3d257
 DIST libtorrent-rasterbar-2.0.4.tar.gz 4311319 BLAKE2B 
fee8255d46d5ca019cd487b57fc6003744c208ea5e78873b925f53881667c55c506d302fc7ae6cd5b5d5e776cfe059b714db94d16dd28cfc7939ec6f4fa4e5fa
 SHA512 
66ce3c3369b1d2a83654727c23022d38b070b8bc3ad83b1001e2cfad945acbaa4d61990094bc758886967cd305ca2213b60b1b0523b5106c42d4701d8cff8db1

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r2.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r2.ebuild
deleted file mode 100644
index f019b6b2417..000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_8,3_9} )
-
-inherit cmake python-any-r1
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
-HOMEPAGE="https://libtorrent.org/ https://github.com/arvidn/libtorrent;
-SRC_URI="https://github.com/arvidn/libtorrent/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/2.0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+dht debug gnutls python ssl test"
-
-RESTRICT="!test? ( test ) test" # not yet fixed
-RDEPEND="dev-libs/boost:=[threads(+)]"
-DEPEND="
-   ${RDEPEND}
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-libs/boost[python,${PYTHON_USEDEP}]')
-   )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? ( dev-libs/openssl:= )
-   )
-"
-
-pkg_setup() {
-   use python && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_CXX_STANDARD=14
-   -DBUILD_SHARED_LIBS=ON
-   -Dbuild_examples=OFF
-   -Ddht=$(usex dht ON OFF)
-   -Dencryption=$(usex ssl ON OFF)
-   -Dgnutls=$(usex gnutls ON OFF)
-   -Dlogging=$(usex debug ON OFF)
-   -Dpython-bindings=$(usex python ON OFF)
-   -Dbuild_tests=$(usex test ON OFF)
-   )
-
-   use python && mycmakeargs+=( -Dboost-python-module-name="${EPYTHON}" )
-
-   cmake_src_configure
-}



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

2021-08-26 Thread Sam James
commit: 3a7fe6fe1c4f9593013363647c187266ff50a993
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 01:08:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 01:10:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7fe6fe

net-libs/libtorrent-rasterbar: fix 2.0.x build with Boost (and fix Python 
eclass)

- Fix Boost by using a different Python version name (drop the ., just
  like we did in previous versions)
- Don't use python-any-r1, but python-single-r1 instead. python-any-r1
  is for where we have a build-time *only* dependency, but we build
  libraries linked against libpython, so we need it at runtime too.
- Fix other dependencies (everything is an RDEPEND too)

Closes: https://bugs.gentoo.org/793038
Signed-off-by: Sam James  gentoo.org>

 ...-r1.ebuild => libtorrent-rasterbar-2.0.4-r2.ebuild} | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r1.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r2.ebuild
similarity index 75%
rename from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r1.ebuild
rename to net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r2.ebuild
index 127f26feb7f..3538983c205 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r1.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python{3_8,3_9} )
 
-inherit cmake python-any-r1
+inherit cmake python-single-r1
 
 DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
 HOMEPAGE="https://libtorrent.org/ https://github.com/arvidn/libtorrent;
@@ -15,28 +15,30 @@ LICENSE="BSD"
 SLOT="0/2.0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+dht debug gnutls python ssl test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RESTRICT="!test? ( test ) test" # not yet fixed
-RDEPEND="dev-libs/boost:=[threads(+)]"
 DEPEND="
-   ${RDEPEND}
+   dev-libs/boost:=[threads(+)]
python? (
${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-libs/boost[python,${PYTHON_USEDEP}]')
+   $(python_gen_cond_dep '
+   dev-libs/boost[python,${PYTHON_USEDEP}]
+   ')
)
ssl? (
gnutls? ( net-libs/gnutls:= )
!gnutls? ( dev-libs/openssl:= )
)
 "
+RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}"/${P}-boost-1.77.patch
 )
 
 pkg_setup() {
-   use python && python-any-r1_pkg_setup
+   use python && python-single-r1_pkg_setup
 }
 
 src_configure() {
@@ -52,7 +54,9 @@ src_configure() {
-Dbuild_tests=$(usex test ON OFF)
)
 
-   use python && mycmakeargs+=( -Dboost-python-module-name="${EPYTHON}" )
+   # We need to drop the . from the Python version to satisfy Boost's
+   # FindBoost.cmake module, bug #793038.
+   use python && mycmakeargs+=( -Dboost-python-module-name="${EPYTHON/./}" 
)
 
cmake_src_configure
 }



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

2021-08-26 Thread Sam James
commit: af299c8a25355ff56dc3909e00fed1b6c98759b7
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 00:44:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 00:44:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af299c8a

net-libs/farstream: workaround parallel build failure

Closes: https://bugs.gentoo.org/776175
Signed-off-by: Sam James  gentoo.org>

 net-libs/farstream/farstream-0.2.9.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/farstream/farstream-0.2.9.ebuild 
b/net-libs/farstream/farstream-0.2.9.ebuild
index eb7ddd40101..bb9bc8aee73 100644
--- a/net-libs/farstream/farstream-0.2.9.ebuild
+++ b/net-libs/farstream/farstream-0.2.9.ebuild
@@ -66,5 +66,7 @@ src_compile() {
# https://bugzilla.gnome.org/show_bug.cgi?id=744135
# https://bugzilla.gnome.org/show_bug.cgi?id=744134
addpredict /dev
-   gnome2_src_compile
+
+   # bug #776175 for -j1
+   MAKEOPTS="-j1" gnome2_src_compile
 }



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

2021-08-26 Thread Sam James
commit: 87c0af846f207dd01eb9624541cb0beb0b4a181d
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 00:34:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 00:34:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c0af84

net-libs/libtorrent-rasterbar: fix DEPEND

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

 ...t-rasterbar-2.0.3-r1.ebuild => libtorrent-rasterbar-2.0.3-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r1.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r2.ebuild
similarity index 99%
rename from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r1.ebuild
rename to net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r2.ebuild
index 739fc3f8e91..f019b6b2417 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r1.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.3-r2.ebuild
@@ -19,6 +19,7 @@ IUSE="+dht debug gnutls python ssl test"
 RESTRICT="!test? ( test ) test" # not yet fixed
 RDEPEND="dev-libs/boost:=[threads(+)]"
 DEPEND="
+   ${RDEPEND}
python? (
${PYTHON_DEPS}
$(python_gen_any_dep '
@@ -28,7 +29,6 @@ DEPEND="
gnutls? ( net-libs/gnutls:= )
!gnutls? ( dev-libs/openssl:= )
)
-   ${DEPEND}
 "
 
 pkg_setup() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/files/, net-libs/libtorrent-rasterbar/

2021-08-26 Thread Sam James
commit: ac3234e6bb0e647c0bbdb98fd36c2aeb5d5b396d
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 00:32:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 00:33:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3234e6

net-libs/libtorrent-rasterbar: fix Boost 1.77 compatibility

Revbumping because the patch seems a bit invasive
and also to fix DEPEND.

Closes: https://bugs.gentoo.org/808084
Signed-off-by: Sam James  gentoo.org>

 .../libtorrent-rasterbar-2.0.4-boost-1.77.patch| 37 ++
 ...ebuild => libtorrent-rasterbar-2.0.4-r1.ebuild} |  6 +++-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git 
a/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-2.0.4-boost-1.77.patch
 
b/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-2.0.4-boost-1.77.patch
new file mode 100644
index 000..b39f62614b2
--- /dev/null
+++ 
b/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-2.0.4-boost-1.77.patch
@@ -0,0 +1,37 @@
+https://github.com/arvidn/libtorrent/pull/6412
+https://github.com/arvidn/libtorrent/issues/6405
+https://bugs.gentoo.org/808084
+
+From 906cedddedbdf9d98ecf2bd19340f7f17869b968 Mon Sep 17 00:00:00 2001
+From: arvidn 
+Date: Thu, 19 Aug 2021 11:54:13 +0200
+Subject: [PATCH] bump handler allocation sizes for boost-1.77 (linux)
+
+---
+ include/libtorrent/aux_/allocating_handler.hpp | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/include/libtorrent/aux_/allocating_handler.hpp 
b/include/libtorrent/aux_/allocating_handler.hpp
+index 9d826d11a1..b24349850e 100644
+--- a/include/libtorrent/aux_/allocating_handler.hpp
 b/include/libtorrent/aux_/allocating_handler.hpp
+@@ -122,14 +122,14 @@ namespace libtorrent { namespace aux {
+   constexpr std::size_t fuzzer_write_cost = 0;
+   constexpr std::size_t fuzzer_read_cost = 0;
+ #endif
+-  constexpr std::size_t write_handler_max_size = tracking + 
debug_write_iter + openssl_write_cost + fuzzer_write_cost + 152;
+-  constexpr std::size_t read_handler_max_size = tracking + 
debug_read_iter + openssl_read_cost + fuzzer_read_cost + 152;
+-  constexpr std::size_t udp_handler_max_size = tracking + 144;
+-  constexpr std::size_t utp_handler_max_size = tracking + 168;
++  constexpr std::size_t write_handler_max_size = tracking + 
debug_write_iter + openssl_write_cost + fuzzer_write_cost + 168;
++  constexpr std::size_t read_handler_max_size = tracking + 
debug_read_iter + openssl_read_cost + fuzzer_read_cost + 168;
++  constexpr std::size_t udp_handler_max_size = tracking + 160;
++  constexpr std::size_t utp_handler_max_size = tracking + 184;
+   constexpr std::size_t abort_handler_max_size = tracking + 72;
+   constexpr std::size_t submit_handler_max_size = tracking + 72;
+   constexpr std::size_t deferred_handler_max_size = tracking + 80;
+-  constexpr std::size_t tick_handler_max_size = tracking + 112;
++  constexpr std::size_t tick_handler_max_size = tracking + 128;
+ #endif
+ 
+   enum HandlerName

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r1.ebuild
similarity index 95%
rename from net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4.ebuild
rename to net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r1.ebuild
index 739fc3f8e91..127f26feb7f 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.4-r1.ebuild
@@ -19,6 +19,7 @@ IUSE="+dht debug gnutls python ssl test"
 RESTRICT="!test? ( test ) test" # not yet fixed
 RDEPEND="dev-libs/boost:=[threads(+)]"
 DEPEND="
+   ${RDEPEND}
python? (
${PYTHON_DEPS}
$(python_gen_any_dep '
@@ -28,9 +29,12 @@ DEPEND="
gnutls? ( net-libs/gnutls:= )
!gnutls? ( dev-libs/openssl:= )
)
-   ${DEPEND}
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-boost-1.77.patch
+)
+
 pkg_setup() {
use python && python-any-r1_pkg_setup
 }



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

2021-08-26 Thread Sam James
commit: b3c6afa4d9c2dba2bded8b0e25bdbd9f6fe3b118
Author: Alan Swanson  improbability  net>
AuthorDate: Mon Jun  7 08:20:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 00:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c6afa4

net-libs/libtorrent-rasterbar: Version bump (v1.2.14)

Signed-off-by: Alan Swanson  improbability.net>
Closes: https://bugs.gentoo.org/767835
Closes: https://github.com/gentoo/gentoo/pull/20850
Signed-off-by: Sam James  gentoo.org>

 net-libs/libtorrent-rasterbar/Manifest |   1 +
 .../libtorrent-rasterbar-1.2.14.ebuild | 112 +
 2 files changed, 113 insertions(+)

diff --git a/net-libs/libtorrent-rasterbar/Manifest 
b/net-libs/libtorrent-rasterbar/Manifest
index 95407e1bd56..d4e05a0d9b2 100644
--- a/net-libs/libtorrent-rasterbar/Manifest
+++ b/net-libs/libtorrent-rasterbar/Manifest
@@ -1,6 +1,7 @@
 DIST libtorrent-1.2.10.tar.gz 3586008 BLAKE2B 
71971124930462feb5f5083fed38ccadcfd1a2aed0d000a06cd7e0898b40a1451722cd79fdf0b1da3477047b26c7f7e3c1f74086a141770a7d143c916e96b6bb
 SHA512 
e6de939fb6527783695e0b6623ddbe27f85842a36c0899b93ea0284cb3c6f3d14b8c39e29316adb3bf9acac7804f38385cc06854a32df28e7f4f6839af9f382d
 DIST libtorrent-1.2.11.tar.gz 3591610 BLAKE2B 
fab5d780dc5e1a855b60326cefdca6bcfb7459d4d37429e1c475434ca6ca2f465ffb6188ff519f49f2612941fe4806152511400a1c6fe121ade3ed35c6f40a79
 SHA512 
d502286f67bf462f14169daafe12b94ca723598530c85360c3a4b3c73535202b63632036248fdecc942cb559e66e6a5cb5afa830dc78bbff72a6c9a330710b62
 DIST libtorrent-1.2.12.tar.gz 3604064 BLAKE2B 
e0eb00aba90e3d5e3ba1bf3984e2eb606583007137288ccf93961185744ccc2a69922063a9004a2ebe627d7657c582eaee9f7ad2971de0dc41351bd59ed23953
 SHA512 
78be4c12e12f593154eda0960aaf9583fe27310e0223dbb21220400c5339744c9b2b11afa880fea30f77b4c0d07345937ff8a20d58d2d4ed7dcda84601380e20
+DIST libtorrent-1.2.14.tar.gz 3614077 BLAKE2B 
423cd0c467510e3b4d33485ea108912a90ef0d66746e6f912eeb07930e7091d1ce8e28953a48dab3bb03c6232a9e958be423d4563bd63c083ec1423c4753b3df
 SHA512 
9ba7d8a271ecc7330ae9c794f3966a6d1677b9d2a02a24df8b6e63daa4d5c0a7ef88607a73b417247b4afc5195e46cd0ca75859358f9e50915af56b3ed19f322
 DIST libtorrent-1.2.9.tar.gz 3584800 BLAKE2B 
5160056e227a54992ca4e490ffe0088d080aa9bade7a76f55eac26a644bab720c39a70b90d94f465ec711893249a084d9f77fa496be770585094b9b3ea4a1cdd
 SHA512 
c547d96470f6a89f22adc0f5579ffb98b877a46f0a163698c49f1de57f23af60a7b0d3c1ca482e3ed8d3e35124d14a1d16a53e455f4d69f347fcb33c6ded75a8
 DIST libtorrent-rasterbar-1.2.6.tar.gz 3611015 BLAKE2B 
39323c223927272a4eb9bb93ad70acd62165b9b3eb3f4f45cb76f99a23b1e131b526c8d8370fbd7cc30c7e776a5f9b7990c989ceaa3566272adc25df639fc5ba
 SHA512 
9f03e28449b08e18a98a1f1bf0571f470c56fabd2becde5bde56ad566611c8519b0b387939f285a552d1f0382446633b67d00b6b5ff7083e4d1420a3ce9232fc
 DIST libtorrent-rasterbar-2.0.3.tar.gz 4294340 BLAKE2B 
6726be94ea070676a8774d8b16ea1bcfcc2d08bc260914ef5529b0b166d681744c79ab258d251da6d21f7a7f1fbf9b8605ed5e6c8cf26cf878c3c8de1d54dccd
 SHA512 
37211ac165db8542f8c2a29e28f4685b050a825c14d1f6328a4a96c2af1bc1bbf00d9dba4bc81c192f9b57ff358d1b27eeb7df7cebca5a2f751e6fb2bce3d257

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
new file mode 100644
index 000..e6a2156853a
--- /dev/null
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_OPTIONAL=true
+DISTUTILS_IN_SOURCE_BUILD=true
+
+inherit autotools flag-o-matic distutils-r1
+
+DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
+HOMEPAGE="https://libtorrent.org https://github.com/arvidn/libtorrent;
+SRC_URI="https://github.com/arvidn/libtorrent/archive/v${PV}.tar.gz -> 
libtorrent-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/10"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +dht doc examples python +ssl static-libs test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/libtorrent-${PV}"
+
+RDEPEND="
+   dev-libs/boost:=[threads]
+   virtual/libiconv
+   examples? ( !net-p2p/mldonkey )
+   python? (
+   ${PYTHON_DEPS}
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+"
+
+src_prepare() {
+   mkdir -p "${S}"/build-aux || die
+   touch "${S}"/build-aux/config.rpath || die
+   append-cxxflags -std=c++14
+   eautoreconf
+
+   default
+
+   # bug 578026
+   # prepend -L${S}/... to ensure bindings link against the lib we just 
built
+   sed -i -e "s|^|-L${S}/src/.libs |" bindings/python/link_flags.in || die
+
+   # 

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

2021-08-26 Thread Sam James
commit: 123e0c4f02d51e01834d15e1562874b5cd6c9f24
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 27 00:24:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 27 00:26:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123e0c4f

net-libs/libtorrent-rasterbar: post-merge minor cleanup

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

 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
index e6a2156853a..7cc75214e00 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14.ebuild
@@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
 S="${WORKDIR}/libtorrent-${PV}"
 
 RDEPEND="
-   dev-libs/boost:=[threads]
+   dev-libs/boost:=[threads(+)]
virtual/libiconv
examples? ( !net-p2p/mldonkey )
python? (
@@ -44,7 +44,6 @@ DEPEND="${RDEPEND}
 src_prepare() {
mkdir -p "${S}"/build-aux || die
touch "${S}"/build-aux/config.rpath || die
-   append-cxxflags -std=c++14
eautoreconf
 
default
@@ -80,8 +79,7 @@ src_configure() {
python_configure() {
econf "${myeconfargs[@]}" \
--enable-python-binding \
-   --with-boost-python="boost_${EPYTHON/./} \
-   --b2-args=cxxstd=14"
+   --with-boost-python="boost_${EPYTHON/./}"
}
distutils-r1_src_configure
fi



[gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/, net-misc/openssh/

2021-08-26 Thread Patrick McLean
commit: 4df896235ee386a1c1830b94bc86cb7a790c0fd7
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Aug 26 21:28:53 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Aug 27 00:13:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df89623

net-misc/openssh-8.7_p1: Version bump, no X509 yet

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

 net-misc/openssh/Manifest  |   2 +
 .../openssh/files/openssh-8.7_p1-GSSAPI-dns.patch  | 357 ++
 .../files/openssh-8.7_p1-hpn-15.2-glue.patch   | 198 
 net-misc/openssh/openssh-8.7_p1.ebuild | 513 +
 4 files changed, 1070 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 7e7889daada..b6ea0efce2b 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -4,6 +4,8 @@ DIST openssh-8.5p1.tar.gz 1779733 BLAKE2B 
f4e4bd39e2dd275d4811e06ca994f2239ad27c
 DIST openssh-8.6p1+x509-13.1.diff.gz 1011666 BLAKE2B 
0ac0cf2ff962b8ef677c49de0bb586f375f14d8964e077c10f6a88ec15734807940ab6c0277e44ebdfde0e50c2c80103cff614a6cde4d66e9986152032eeaa90
 SHA512 
ae4986dd079678c7b0cfd805136ff7ac940d1049fdddeb5a7c4ea2141bfcca70463b951485fb2b113bc930f519b1b41562900ced0269f5673dbdad867f464251
 DIST openssh-8.6p1-sctp-1.2.patch.xz 7696 BLAKE2B 
37f9e943a1881af05d9cf2234433711dc45ca30c60af4c0ea38a1d361df02abb491fa114f3698285f582b40b838414c1a048c4f09aa4f7ae9499adb09201d2ac
 SHA512 
ba8c4d38a3d90854e79dc18918fffde246d7609a3f1c3a35e06c0fbe33d3688ed29b0ec33556ae37d1654e1dc2133d892613ad8d1ecbdce9aaa5b9eb10dcbb7a
 DIST openssh-8.6p1.tar.gz 1786328 BLAKE2B 
261a0f1a6235275894d487cce37537755c86835e3a34871462fe29bfe72b49cd9a6b6a547aea4bd554f0957e110c84458cc75a5f2560717fb04804d62228562a
 SHA512 
9854eda0b773c64c9f1f74844ce466b2b42ee8845f58ad062b73141d617af944fa4ebafdf72069f400106d2c2bd0a69c92fe805ec1fc26d4f0faadf06c3fbbe6
+DIST openssh-8.7p1-sctp-1.2.patch.xz 6740 BLAKE2B 
468a455018ffddf4fa64d63acb732ad3e1fb722ae8b24d06cf3a683167a4580626b477bbc286f296c83d39dd36c101ac58597a21daa63de83ad55af00aa3a6be
 SHA512 
aa9067c9025b6e4edfad5e45ec92da43db14edb11aae02cbbc296e66b48377cbbf62cdafcdd5edfd1fd4bf69420ee017223ab52e50a42b1976002d767984777c
+DIST openssh-8.7p1.tar.gz 1814595 BLAKE2B 
9fdb8898485053d08c9eca419c15d0d03b7a60152cf6a9d7f1beed3a21c9e6ac3bd9f854580e6e474fb0c871f3d4be9ef4b49bee8c355d9e5769a5505f4e6ea9
 SHA512 
08c81024d9e1248abfda6cc874886ff5ae916669b93cd6aff640e0614ee8cbcbc3fe87a9ce47136b6443ddbb1168b114367c74e117551905994e1a7e3fa2c0c2
 DIST openssh-8_5_P1-hpn-AES-CTR-15.2.diff 30096 BLAKE2B 
f0c020dd2403806c79d4c37a019996d275655b04997301e247f5c4dd7fad35d12b3b7c25afb1b078d915ef2a4ae02f736f0aec9ba2a8c56a405d7ca303bcadf7
 SHA512 
4c2dbf99a9b5953fdb955f700272bbaeaa025f108a8860d2190197962b849f8385327af82c4d6a3a130a7fba35a74a8ec9437d642867601acb29817c49632a8f
 DIST openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff 51428 BLAKE2B 
370b88a7da7f148bf5a4d445f05cf593b486e9df53bba027e2e179726f534b68cf9d94edd6e53024e0b6ff5f20e568727bc9d26c94d0d415603602a80d3ad241
 SHA512 
2d8d887901164b33b2799ff3ec72e86a39ae4a1696e52bcee0872dbae7772fcc534351e6e7f87126ee71b164c74e9091350f14b782f4b242a09f09b4f50d047a
 DIST openssh-8_5_P1-hpn-PeakTput-15.2.diff 2429 BLAKE2B 
849bf3c313719ab7a25c75e82d5dc5ac98365a038b2a66fe58d01eae5b20c258b94b5830e799d6909e75c69753cda05a910f3bdab9606fb7d5efa68e05f1
 SHA512 
c4a56fab55fabd1d902d45f235b603708d43f969920e45c9a57e557dccfa9cade2ec61f26d1ace938f6f73e79f17b12f119b5aea9166cbda8e3435b910500914

diff --git a/net-misc/openssh/files/openssh-8.7_p1-GSSAPI-dns.patch 
b/net-misc/openssh/files/openssh-8.7_p1-GSSAPI-dns.patch
new file mode 100644
index 000..ffc40b70ae3
--- /dev/null
+++ b/net-misc/openssh/files/openssh-8.7_p1-GSSAPI-dns.patch
@@ -0,0 +1,357 @@
+diff --git a/auth.c b/auth.c
+index 00b168b4..8ee93581 100644
+--- a/auth.c
 b/auth.c
+@@ -729,118 +729,6 @@ fakepw(void)
+   return ();
+ }
+ 
+-/*
+- * Returns the remote DNS hostname as a string. The returned string must not
+- * be freed. NB. this will usually trigger a DNS query the first time it is
+- * called.
+- * This function does additional checks on the hostname to mitigate some
+- * attacks on based on conflation of hostnames and IP addresses.
+- */
+-
+-static char *
+-remote_hostname(struct ssh *ssh)
+-{
+-  struct sockaddr_storage from;
+-  socklen_t fromlen;
+-  struct addrinfo hints, *ai, *aitop;
+-  char name[NI_MAXHOST], ntop2[NI_MAXHOST];
+-  const char *ntop = ssh_remote_ipaddr(ssh);
+-
+-  /* Get IP address of client. */
+-  fromlen = sizeof(from);
+-  memset(, 0, sizeof(from));
+-  if (getpeername(ssh_packet_get_connection_in(ssh),
+-  (struct sockaddr *), ) == -1) {
+-  debug("getpeername failed: %.100s", strerror(errno));
+-  return xstrdup(ntop);
+-  }
+-
+-  ipv64_normalise_mapped(, );
+-  if 

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

2021-08-26 Thread Sam James
commit: 432d13850dc2a8c4752d3067cab985309b4f9fa6
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 23:57:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 23:57:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432d1385

profiles: fold app-text/calibre mask into dev-python/PyQt5-5.15.5_pre mask

Makes it easier to unmask them all at once later on.

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

 profiles/package.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 94079625723..5a24d358076 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -339,9 +339,6 @@ sys-libs/db:5.1
 >=dev-python/PyQt5-5.15.5_pre
 >=dev-python/PyQtWebEngine-5.15.5_pre
 >=dev-python/qscintilla-python-2.13
-
-# Marco Genasci 
-# Masked because depends on dev-python/PyQt5-5.15.5_pre
 >=app-text/calibre-5.25.0
 
 # Sam James  (2021-06-12)



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

2021-08-26 Thread Sam James
commit: 051e64737602df4a8e9d977af8f00319778be7e8
Author: Marco Genasci  gmail  com>
AuthorDate: Thu Aug 12 12:46:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 23:56:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051e6473

app-text/calibre: version bump to 5.25.0

Closes: https://bugs.gentoo.org/794679
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --ignore-arches
Signed-off-by: Marco Genasci  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21959
Signed-off-by: Sam James  gentoo.org>

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-5.25.0.ebuild | 263 +
 profiles/package.mask  |   4 +
 3 files changed, 268 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index eae60e865b0..d6a70bbcecb 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,2 +1,3 @@
 DIST calibre-5.16.0-SIP-v4.patch.xz 6768 BLAKE2B 
b939233266c7cab0fa71ccdeb748bbcffbf16248081ccf0ab313420fe3898954da71e0796b3d6c44e93c636113221f95fa6affc6be97bf41f4086a909b2849f9
 SHA512 
eb19e6bb328f60eb4af2c38d54c3d2a09989d41d71d27de10ab5ae443af902c3c12fc70042d4735dd785573cb63bb7d7a10ae5f7ed72afc1e1a9c6aacaf64aec
 DIST calibre-5.16.1.tar.xz 36757204 BLAKE2B 
71114eed723180142f5428a680d8c5ceabcd007acbc6a70a9298e45a9f21fc793f0ef86bf60b36c96bbd15e9e3f8d8638d179872fb6ff1f9b9f5e31a93e65ba1
 SHA512 
41cf29cc32c7af08215baf80609f8f099d44f2b82d34181451cbf3ed1648e07d64712dba9ff0ddec5bad3d342c7d8bde40bb822f6bd5fb93a4b29d25cf188aae
+DIST calibre-5.25.0.tar.xz 36849112 BLAKE2B 
f9cb423317ea1f5b22e7f3540708fd4fa6e7dff2d6d2c667755c74c4f46b72f52aac7672933c51efaf56a5ef57e573c8927649fe30570481c2057e5f757cdfde
 SHA512 
7913fec188d8a8c40cf2768671836f6431d233ac53d1d683222a12f8a753a11cc4023fcfc1dd5ca8b27fd049fb579563b1cdd89624b824ce4eec7b438e25006e

diff --git a/app-text/calibre/calibre-5.25.0.ebuild 
b/app-text/calibre/calibre-5.25.0.ebuild
new file mode 100644
index 000..a10b4359bcb
--- /dev/null
+++ b/app-text/calibre/calibre-5.25.0.ebuild
@@ -0,0 +1,263 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="ipv6,sqlite,ssl"
+
+inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="https://calibre-ebook.com/;
+SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="ios +udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/hunspell-1.7:=
+   >=app-text/podofo-0.9.6_pre20171027:=
+   >=app-text/poppler-0.26.5[qt5]
+   dev-libs/glib:2=
+   dev-libs/hyphen:=
+   >=dev-libs/icu-57.1:=
+   dev-libs/libinput:=
+   >=dev-libs/dbus-glib-0.106
+   dev-libs/snowball-stemmer
+   >=sys-apps/dbus-1.10.8
+   $(python_gen_cond_dep '
+   >=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   >=dev-python/chardet-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   >=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
+   >=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
+   >=dev-python/html5-parser-0.4.9[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
+   >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pychm-0.8.6[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
+   >=dev-python/PyQt-builder-1.10.3[${PYTHON_USEDEP}]
+   >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   

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

2021-08-26 Thread Sam James
commit: 09167c5f5f54eb30f27dcb3d580a8b3a0ab530a0
Author: Marco Genasci  gmail  com>
AuthorDate: Mon Aug  9 16:18:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 23:56:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09167c5f

app-text/calibre: fix compilation with >=zeroconf-0.32

Backported upstream patch 4f9e83

Closes: https://bugs.gentoo.org/800233
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Marco Genasci  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21928
Signed-off-by: Sam James  gentoo.org>

 app-text/calibre/calibre-5.16.1.ebuild |  3 ++-
 .../calibre/files/calibre-5.16.1-zeroconf.patch| 30 ++
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/app-text/calibre/calibre-5.16.1.ebuild 
b/app-text/calibre/calibre-5.16.1.ebuild
index 497d1187304..546774b0f93 100644
--- a/app-text/calibre/calibre-5.16.1.ebuild
+++ b/app-text/calibre/calibre-5.16.1.ebuild
@@ -123,7 +123,8 @@ src_prepare() {
# disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
eapply \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
-   "${FILESDIR}/${PN}-disable_plugins.patch"
+   "${FILESDIR}/${PN}-disable_plugins.patch" \
+   "${FILESDIR}/${P}-zeroconf.patch"
 
if ! has_version ">=dev-python/sip-5"; then
einfo "Applying SIP v4 patch because SIP v5 was not detected"

diff --git a/app-text/calibre/files/calibre-5.16.1-zeroconf.patch 
b/app-text/calibre/files/calibre-5.16.1-zeroconf.patch
new file mode 100644
index 000..68c09d219c6
--- /dev/null
+++ b/app-text/calibre/files/calibre-5.16.1-zeroconf.patch
@@ -0,0 +1,30 @@
+diff --color -Naru a/src/calibre/devices/smart_device_app/driver.py 
b/src/calibre/devices/smart_device_app/driver.py
+--- a/src/calibre/devices/smart_device_app/driver.py   2021-08-08 
08:32:03.104016444 +0200
 b/src/calibre/devices/smart_device_app/driver.py   2021-08-08 
08:33:30.699018403 +0200
+@@ -2040,13 +2040,6 @@
+ # Function to monkeypatch zeroconf to remove the 15 character name length 
restriction.
+ # Copied from https://github.com/jstasiak/python-zeroconf version 0.28.1
+ 
+-
+-from zeroconf import (BadTypeInNameException, _HAS_A_TO_Z,
+-  _HAS_ONLY_A_TO_Z_NUM_HYPHEN_UNDERSCORE,
+-  _HAS_ASCII_CONTROL_CHARS,
+-  _HAS_ONLY_A_TO_Z_NUM_HYPHEN)
+-
+-
+ def service_type_name(type_: str, *, allow_underscores: bool = False) -> str:
+ """
+ Validate a fully qualified service name, instance or subtype. [rfc6763]
+@@ -2087,6 +2080,12 @@
+ :param type_: Type, SubType or service name to validate
+ :return: fully qualified service name (eg: _http._tcp.local.)
+ """
++
++from zeroconf import (BadTypeInNameException, _HAS_A_TO_Z,
++  _HAS_ONLY_A_TO_Z_NUM_HYPHEN_UNDERSCORE,
++  _HAS_ASCII_CONTROL_CHARS,
++  _HAS_ONLY_A_TO_Z_NUM_HYPHEN)
++
+ if not (type_.endswith('._tcp.local.') or type_.endswith('._udp.local.')):
+ raise BadTypeInNameException("Type '%s' must end with '._tcp.local.' 
or '._udp.local.'" % type_)
+ 



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

2021-08-26 Thread Sam James
commit: 26f2cf3987cf7734164f97b7abb50fc91bc8052b
Author: David Martí Huescar  fukurokuju  dev>
AuthorDate: Thu Aug 26 15:06:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:55:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f2cf39

sys-devel/gdb: add guile USE flag

Add a new guile optional USE flag for GDB's scripting support.
Also adds the >=guile-2.0 optional dependency if such flag is active.

GDB has been compiling with '--without-guile' since #562902 and the option
seems to have been forgotten. Since GDB works with guile 2.0 to 3.0 it seems
about time to bring it back.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Martí Huescar  fukurokuju.dev>
Bug: https://bugs.gentoo.org/562902
Closes: https://github.com/gentoo/gentoo/pull/22115
Signed-off-by: Sam James  gentoo.org>

 sys-devel/gdb/gdb-10.1.ebuild| 6 +++---
 sys-devel/gdb/gdb-10.2-r1.ebuild | 6 +++---
 sys-devel/gdb/gdb-10.2.ebuild| 6 +++---
 sys-devel/gdb/gdb-.ebuild| 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/sys-devel/gdb/gdb-10.1.ebuild b/sys-devel/gdb/gdb-10.1.ebuild
index 43bc2989930..c751cccea85 100644
--- a/sys-devel/gdb/gdb-10.1.ebuild
+++ b/sys-devel/gdb/gdb-10.1.ebuild
@@ -46,7 +46,7 @@ SLOT="0"
 if [[ ${PV} != * ]] ; then
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
-IUSE="cet lzma multitarget nls +python +server source-highlight test vanilla 
xml xxhash"
+IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
 "
@@ -65,6 +65,7 @@ RDEPEND="
sys-libs/zlib
lzma? ( app-arch/xz-utils )
python? ( ${PYTHON_DEPS} )
+   guile? ( >=dev-scheme/guile-2.0 )
xml? ( dev-libs/expat )
source-highlight? (
dev-util/source-highlight
@@ -157,8 +158,6 @@ src_configure() {
--enable-64-bit-bfd
--disable-install-libbfd
--disable-install-libiberty
-   # Disable guile for now as it requires guile-2.x #562902
-   --without-guile
--enable-obsolete
# This only disables building in the readline subdir.
# For gdb itself, it'll use the system version.
@@ -176,6 +175,7 @@ src_configure() {
$(use multitarget && echo --enable-targets=all)
$(use_with python python "${EPYTHON}")
$(use_with xxhash)
+   $(use_with guile)
)
if use sparc-solaris || use x86-solaris ; then
# disable largefile support

diff --git a/sys-devel/gdb/gdb-10.2-r1.ebuild b/sys-devel/gdb/gdb-10.2-r1.ebuild
index b5d5204d045..7440aef64f5 100644
--- a/sys-devel/gdb/gdb-10.2-r1.ebuild
+++ b/sys-devel/gdb/gdb-10.2-r1.ebuild
@@ -46,7 +46,7 @@ SLOT="0"
 if [[ ${PV} != * ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
-IUSE="cet lzma multitarget nls +python +server source-highlight test vanilla 
xml xxhash"
+IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
 "
@@ -65,6 +65,7 @@ RDEPEND="
sys-libs/zlib
lzma? ( app-arch/xz-utils )
python? ( ${PYTHON_DEPS} )
+   guile? ( >=dev-scheme/guile-2.0 )
xml? ( dev-libs/expat )
source-highlight? (
dev-util/source-highlight
@@ -159,8 +160,6 @@ src_configure() {
--enable-64-bit-bfd
--disable-install-libbfd
--disable-install-libiberty
-   # Disable guile for now as it requires guile-2.x #562902
-   --without-guile
--enable-obsolete
# This only disables building in the readline subdir.
# For gdb itself, it'll use the system version.
@@ -178,6 +177,7 @@ src_configure() {
$(use multitarget && echo --enable-targets=all)
$(use_with python python "${EPYTHON}")
$(use_with xxhash)
+   $(use_with guile)
)
if use sparc-solaris || use x86-solaris ; then
# disable largefile support

diff --git a/sys-devel/gdb/gdb-10.2.ebuild b/sys-devel/gdb/gdb-10.2.ebuild
index 9968e1b3e6a..bdb30edb1d9 100644
--- a/sys-devel/gdb/gdb-10.2.ebuild
+++ b/sys-devel/gdb/gdb-10.2.ebuild
@@ -46,7 +46,7 @@ SLOT="0"
 if [[ ${PV} != * ]] ; then
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 

[gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/

2021-08-26 Thread Sam James
commit: 5c763083a7e0f57bb2c39403448f2c0e7512b74f
Author: Karlson2k (Evgeny Grin)  narod  ru>
AuthorDate: Tue Aug 24 17:42:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c763083

media-video/libva-utils: fixed require USE flags combination

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

Signed-off-by: Karlson2k (Evgeny Grin)  narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/22094
Signed-off-by: Sam James  gentoo.org>

 media-video/libva-utils/libva-utils-2.11.1.ebuild | 1 +
 media-video/libva-utils/libva-utils-2.12.0.ebuild | 1 +
 media-video/libva-utils/libva-utils-.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/media-video/libva-utils/libva-utils-2.11.1.ebuild 
b/media-video/libva-utils/libva-utils-2.11.1.ebuild
index 2af7d4a1fc0..e9643c5b9ae 100644
--- a/media-video/libva-utils/libva-utils-2.11.1.ebuild
+++ b/media-video/libva-utils/libva-utils-2.11.1.ebuild
@@ -26,6 +26,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
|| ( drm wayland X )
putsurface? ( || ( wayland X ) )
+   putsurface? ( drm )
|| ( examples putsurface test-va-api vainfo )
 "
 

diff --git a/media-video/libva-utils/libva-utils-2.12.0.ebuild 
b/media-video/libva-utils/libva-utils-2.12.0.ebuild
index a363b5cb385..0155912ee58 100644
--- a/media-video/libva-utils/libva-utils-2.12.0.ebuild
+++ b/media-video/libva-utils/libva-utils-2.12.0.ebuild
@@ -26,6 +26,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
|| ( drm wayland X )
putsurface? ( || ( wayland X ) )
+   putsurface? ( drm )
|| ( examples putsurface test-va-api vainfo )
 "
 

diff --git a/media-video/libva-utils/libva-utils-.ebuild 
b/media-video/libva-utils/libva-utils-.ebuild
index a363b5cb385..0155912ee58 100644
--- a/media-video/libva-utils/libva-utils-.ebuild
+++ b/media-video/libva-utils/libva-utils-.ebuild
@@ -26,6 +26,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
|| ( drm wayland X )
putsurface? ( || ( wayland X ) )
+   putsurface? ( drm )
|| ( examples putsurface test-va-api vainfo )
 "
 



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

2021-08-26 Thread Sam James
commit: add260b086539850ff90c0278459915e38ba255d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jul 11 14:42:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:48:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add260b0

net-analyzer/scli: EAPI 7, ebuild improvements

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21604
Signed-off-by: Sam James  gentoo.org>

 .../scli/{scli-0.4.0-r1.ebuild => scli-0.4.0-r2.ebuild} | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/net-analyzer/scli/scli-0.4.0-r1.ebuild 
b/net-analyzer/scli/scli-0.4.0-r2.ebuild
similarity index 77%
rename from net-analyzer/scli/scli-0.4.0-r1.ebuild
rename to net-analyzer/scli/scli-0.4.0-r2.ebuild
index 07dc0a5b43b..639430aa572 100644
--- a/net-analyzer/scli/scli-0.4.0-r1.ebuild
+++ b/net-analyzer/scli/scli-0.4.0-r2.ebuild
@@ -1,15 +1,15 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit autotools epatch
+inherit autotools
 
 DESCRIPTION="SNMP Command Line Interface"
 HOMEPAGE="https://github.com/schoenw/scli;
 SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PN}/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux"
 
@@ -22,15 +22,14 @@ RDEPEND="
sys-libs/readline
sys-libs/zlib
 "
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${P}-configure.patch )
 
 DOCS=( AUTHORS ChangeLog NEWS PORTING README TODO )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-configure.patch
-
+   default
eautoreconf
 }



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

2021-08-26 Thread Sam James
commit: 5c8d34c127412c5d8b4fd3dc13e970f265be211c
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Aug 19 17:21:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:50:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8d34c1

sys-apps/busybox: Disable standalone shell mode with USE=make-symlinks

* Busybox has by default enabled CONFIG_FEATURE_PREFER_APPLETS
  and CONFIG_FEATURE_SH_STANDALONE which means it will
  bypass all PATH lookups and use its builtin applets.
  This is problematic as we sometimes might want to use the
  original program instead of Busybox applets, so let's
  disable those two options when building with USE=make-symlinks.
  This also enables users to disable a builtin by deleting the
  corresponding symlink.

Closes: https://bugs.gentoo.org/729184
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/22038
Signed-off-by: Sam James  gentoo.org>

 .../{busybox-1.33.1-r1.ebuild => busybox-1.33.1-r2.ebuild}| 8 
 sys-apps/busybox/busybox-.ebuild  | 8 
 2 files changed, 16 insertions(+)

diff --git a/sys-apps/busybox/busybox-1.33.1-r1.ebuild 
b/sys-apps/busybox/busybox-1.33.1-r2.ebuild
similarity index 96%
rename from sys-apps/busybox/busybox-1.33.1-r1.ebuild
rename to sys-apps/busybox/busybox-1.33.1-r2.ebuild
index 19eb891b560..8297592e530 100644
--- a/sys-apps/busybox/busybox-1.33.1-r1.ebuild
+++ b/sys-apps/busybox/busybox-1.33.1-r2.ebuild
@@ -141,6 +141,14 @@ src_configure() {
busybox_config_option n FEATURE_VI_REGEX_SEARCH
fi
 
+   # Disable standalone shell mode when using make-symlinks, else Busybox 
calls its
+   # applets by default without looking up in PATH.
+   # This also enables users to disable a builtin by deleting the 
corresponding symlink.
+   if use make-symlinks; then
+   busybox_config_option n FEATURE_PREFER_APPLETS
+   busybox_config_option n FEATURE_SH_STANDALONE
+   fi
+
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
busybox_config_option y ASH

diff --git a/sys-apps/busybox/busybox-.ebuild 
b/sys-apps/busybox/busybox-.ebuild
index 19eb891b560..8297592e530 100644
--- a/sys-apps/busybox/busybox-.ebuild
+++ b/sys-apps/busybox/busybox-.ebuild
@@ -141,6 +141,14 @@ src_configure() {
busybox_config_option n FEATURE_VI_REGEX_SEARCH
fi
 
+   # Disable standalone shell mode when using make-symlinks, else Busybox 
calls its
+   # applets by default without looking up in PATH.
+   # This also enables users to disable a builtin by deleting the 
corresponding symlink.
+   if use make-symlinks; then
+   busybox_config_option n FEATURE_PREFER_APPLETS
+   busybox_config_option n FEATURE_SH_STANDALONE
+   fi
+
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
busybox_config_option y ASH



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

2021-08-26 Thread Sam James
commit: cc1ef5b07f72b7af52173a678899b4c5d3430a76
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Aug 19 16:44:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:46:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1ef5b0

sys-fs/mtd-utils: Version bump to 2.1.3

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 sys-fs/mtd-utils/Manifest   |  1 +
 sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/sys-fs/mtd-utils/Manifest b/sys-fs/mtd-utils/Manifest
index 3d9a152fe05..93bcf24082c 100644
--- a/sys-fs/mtd-utils/Manifest
+++ b/sys-fs/mtd-utils/Manifest
@@ -1 +1,2 @@
 DIST mtd-utils-2.1.2.tar.gz 380333 BLAKE2B 
46cccf9cbe870f3415237deaa00a3ff57fbaacc019d4adc69e1ed516e752e58776ed5f53be0d46baef69dff8a0d90e1df5ca32a80ecbb620dd4bb0231f8c94dd
 SHA512 
bd2d61d81f367a1d9f5345fa3985f5403e37fad1c1f811e2ab291b64339170514aa1fbceb89b78ba7a357f8cc3d7ade99796e9318c9624a40e2266fa0b3a9921
+DIST mtd-utils-2.1.3.tar.gz 383897 BLAKE2B 
75aa73440101bb4bfc753b7e0b8371c141ea6b648aa3928c5c121f4976e01c37770d09da3683376891a9899d46c6ccbb7685b32c70f925e63916c552ae720037
 SHA512 
68efffda2077e14560b9c0b0e40ce8567aee21096c2a3e19bfb6febc3bc11d56c4ac5682728f08b6d215754e7cb39f956a3ced1f6bde3142f0d6ea8492b9bfda

diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild 
b/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild
new file mode 100644
index 000..fe9bd2aed2b
--- /dev/null
+++ b/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)"
+HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary;
+SRC_URI="https://github.com/sigma-star/mtd-utils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+lzo xattr +zstd"
+
+DEPEND="
+   sys-apps/util-linux
+   sys-libs/zlib
+   lzo? ( dev-libs/lzo )
+   xattr? ( sys-apps/acl )
+   zstd? ( app-arch/zstd:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/libtool"
+
+DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with lzo) \
+   $(use_with xattr) \
+   $(use_with zstd)
+}
+
+src_install() {
+   default
+   doman \
+   jffsX-utils/mkfs.jffs2.1 \
+   ubi-utils/ubinize.8
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-filebrowser/, media-plugins/vdr-filebrowser/files/

2021-08-26 Thread Sam James
commit: 3236f138ed16ac8e05042dace3a64919dc083e35
Author: Martin Dummer  gmx  net>
AuthorDate: Sat Aug 14 20:18:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:51:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3236f138

media-plugins/vdr-filebrowser: version bump, new upstream

- new upstream URL
- version bump to 0.2.3
- clang compile fix

Bug: https://bugs.gentoo.org/808177
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/22042
Signed-off-by: Sam James  gentoo.org>

 media-plugins/vdr-filebrowser/Manifest |  1 +
 .../files/vdr-filebrowser-0.2.3-Makefile.patch | 11 +++
 .../files/vdr-filebrowser-0.2.3-clang.patch| 11 +++
 media-plugins/vdr-filebrowser/metadata.xml | 16 +++---
 .../vdr-filebrowser-0.2.3_p20210521.ebuild | 34 ++
 5 files changed, 69 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-filebrowser/Manifest 
b/media-plugins/vdr-filebrowser/Manifest
index 23d037643a2..378e2910b38 100644
--- a/media-plugins/vdr-filebrowser/Manifest
+++ b/media-plugins/vdr-filebrowser/Manifest
@@ -1 +1,2 @@
 DIST vdr-filebrowser-0.2.1.tgz 60870 BLAKE2B 
44c1143ea122113cff05199325e219770b9de6c99f87b79d8daa6aa7324e5384ef46ce25d7e627a2570218d7d2ad66612465addb7fb634e4269e816e06e5dfdc
 SHA512 
2807983513f7ac94d2be109d8fe09ac6a2c2af80ad09c51f58d4fab9fb5abc263a63ef301595915a4b0433dfba2e212c659db7c37d86bba065002fc17e763d6e
+DIST vdr-filebrowser-0.2.3_p20210521.tar.gz 59659 BLAKE2B 
1b369fa2d53326768e09d1e0e7d39a449d92b2c5bb1b609c792c107867eb3d0099a9654aff8e83aad86e189990412000eb24b64907fff3aff49a846631c060bf
 SHA512 
0abc015e5c64b5f99bab4449262b1c8a1dbd8af97b1f6983fe6e1dc95794242ef6835b23c5877e0a3b9164f2f70742311274826380f1779aaeec9501c2a3a9d3

diff --git 
a/media-plugins/vdr-filebrowser/files/vdr-filebrowser-0.2.3-Makefile.patch 
b/media-plugins/vdr-filebrowser/files/vdr-filebrowser-0.2.3-Makefile.patch
new file mode 100644
index 000..f0013f4c874
--- /dev/null
+++ b/media-plugins/vdr-filebrowser/files/vdr-filebrowser-0.2.3-Makefile.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2021-08-14 19:52:35.575039425 +0200
 b/Makefile 2021-08-14 19:53:00.403530958 +0200
+@@ -47,8 +47,6 @@
+ 
+ ### Includes and Defines (add further entries here):
+ 
+-#INCLUDES +=
+-INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include
+ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+ DEFINES += -DFILEBROWSER_PLUGIN_BUILD
+ 

diff --git 
a/media-plugins/vdr-filebrowser/files/vdr-filebrowser-0.2.3-clang.patch 
b/media-plugins/vdr-filebrowser/files/vdr-filebrowser-0.2.3-clang.patch
new file mode 100644
index 000..d9805cae6a3
--- /dev/null
+++ b/media-plugins/vdr-filebrowser/files/vdr-filebrowser-0.2.3-clang.patch
@@ -0,0 +1,11 @@
+--- a/command-sources.c2021-08-14 21:20:11.367590500 +0200
 b/command-sources.c2021-08-14 21:20:26.375889660 +0200
+@@ -93,7 +93,7 @@
+ void cFilebrowserCommandSourcesList::cSource::SwitchTo(cFilebrowserStatebag* 
Statebag)
+ {
+   D(fprintf(stderr, "[filebrowser] Setting new source: %s\n", *Path));
+-  sprintf(Statebag->BaseDir, "%s", Path);
++  sprintf(Statebag->BaseDir, "%s", *Path);
+   Statebag->CurrentFiles->Clear();
+   Statebag->CurrentDirectory=Path;
+   Statebag->Filter=Filter;

diff --git a/media-plugins/vdr-filebrowser/metadata.xml 
b/media-plugins/vdr-filebrowser/metadata.xml
index 27f419c289c..cd73dfdd596 100644
--- a/media-plugins/vdr-filebrowser/metadata.xml
+++ b/media-plugins/vdr-filebrowser/metadata.xml
@@ -1,8 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-v...@gentoo.org
-Gentoo VDR Project
-
+   
+   martin.dum...@gmx.net
+   Martin Dummer
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   v...@gentoo.org
+   Gentoo VDR Project
+   
 

diff --git 
a/media-plugins/vdr-filebrowser/vdr-filebrowser-0.2.3_p20210521.ebuild 
b/media-plugins/vdr-filebrowser/vdr-filebrowser-0.2.3_p20210521.ebuild
new file mode 100644
index 000..0f8ff861872
--- /dev/null
+++ b/media-plugins/vdr-filebrowser/vdr-filebrowser-0.2.3_p20210521.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+GIT_COMMIT_ID="e09ba5519cf6db68190a2b176f0b6b442c870057"
+DESCRIPTION="VDR plugin: file manager plugin for moving or renaming files in 
VDR"
+HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-filebrowser;
+SRC_URI="https://github.com/vdr-projects/vdr-plugin-filebrowser/archive/${GIT_COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/vdr-plugin-filebrowser-${GIT_COMMIT_ID}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=media-video/vdr-1.4.0"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   

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

2021-08-26 Thread Sam James
commit: de5c40a76ab328f22732995c764b5c5adfaea93f
Author: Matthias Coppens  gmail  com>
AuthorDate: Sat Aug 21 15:13:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:47:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5c40a7

app-misc/dateutils: Version bump 0.4.9

Closes: https://bugs.gentoo.org/809413
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Matthias Coppens  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22066
Signed-off-by: Sam James  gentoo.org>

 app-misc/dateutils/Manifest|  2 +-
 .../{dateutils-0.4.6.ebuild => dateutils-0.4.9.ebuild} |  6 ++
 .../files/dateutils-0.4.6-unportable-sys-sysctl_h.patch| 10 --
 3 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index f52f025d829..59db98794e3 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,3 +1,3 @@
-DIST dateutils-0.4.6.tar.xz 640552 BLAKE2B 
7f1b5bef1465063f46a7bc4b64ed1d645b3bf827aa17b7c962bf3e2731a031f8cf074970aad618157283f0303222413c7be80a72bdcc65bd0918120216542295
 SHA512 
014e8411774250d2862943bbbdd69cc7ec2ca934349272ae7c44b136a57ef30c23f841018cc38f86d49e2348b2199848076db224e3653d6d7337a3f17709c8cb
 DIST dateutils-0.4.7.tar.xz 649932 BLAKE2B 
710c22d63fe3c8f77c69c97c405d3d4aa5c51de3d5768076ca24f8b2be0d6033ae652825e528d99c36f382e25c4e0a60eaa7cb9eec58f6b814d60d513b37ce7e
 SHA512 
480943c32585efd8f42958d6e7d3304a37568f2134c9561d6e0b38f4719fd149ec7e55c559a5e73e97e1c9d217f3d53fe76a7e6a9d3114c040915ebf48db4666
 DIST dateutils-0.4.8.tar.xz 642316 BLAKE2B 
483ae60829c3b77bd7c2ce72347bc99fda6f63018c2e2335322175f962f904c97ba07c4e39bcdf6e549e2e09043d56bcc00863a1299225964cd15921a22bfc05
 SHA512 
964204e2a04a5aa7fa73cbddd98e1a953d498a4b5e0447daa5f912845fb74825d1791b6bea3ebca47784a8edd2e549dfee1e48e3050632efed7f11f109b74be8
+DIST dateutils-0.4.9.tar.xz 651024 BLAKE2B 
9b9bab5f990689a367fa574c20113c01f4847cdcced47275b992655cb91cd14076c22e2d550a969c20ef979b63156c72a485c42105022e522dce4d1376aa0393
 SHA512 
b5cda838f8fa01e4208e11842f835503357c02b4a21b003db08ef88763a65f26ad2cd6f5d71c80b499d4e5ee5c0b4e552469ef91aa6cd02ebe5c5d2ad6e3105e

diff --git a/app-misc/dateutils/dateutils-0.4.6.ebuild 
b/app-misc/dateutils/dateutils-0.4.9.ebuild
similarity index 81%
rename from app-misc/dateutils/dateutils-0.4.6.ebuild
rename to app-misc/dateutils/dateutils-0.4.9.ebuild
index c785ee95ac5..3e16869e3d1 100644
--- a/app-misc/dateutils/dateutils-0.4.6.ebuild
+++ b/app-misc/dateutils/dateutils-0.4.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-DESCRIPTION="command line date and time utilities"
+DESCRIPTION="Command line date and time utilities"
 HOMEPAGE="https://www.fresse.org/dateutils/ 
https://github.com/hroptatyr/dateutils;
 
 case "${PV}" in
@@ -26,8 +26,6 @@ DEPEND="sys-libs/timezone-data"
 RDEPEND="${DEPEND}
!sys-fabric/dapl"
 
-PATCHES=( "${FILESDIR}"/${P}-unportable-sys-sysctl_h.patch )
-
 src_prepare() {
default
[[ "${PV}" =  ]] && eautoreconf

diff --git 
a/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch 
b/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch
deleted file mode 100644
index dc310ea7812..000
--- a/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/build-aux/yuck.c
-+++ b/build-aux/yuck.c
-@@ -65,7 +65,6 @@
- #include 
- #include 
- #include 
--#include 
- #include 
- #if defined WITH_SCMVER
- # include 



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

2021-08-26 Thread Sam James
commit: 11b59b18c4b66f8752587da42099077c48ed98fb
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Aug 19 16:51:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:46:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b59b18

sys-fs/mtd-utils: Add myself as co-maintainer

Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/22037
Signed-off-by: Sam James  gentoo.org>

 sys-fs/mtd-utils/metadata.xml | 25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/sys-fs/mtd-utils/metadata.xml b/sys-fs/mtd-utils/metadata.xml
index 9075500ddb8..508bbcf2140 100644
--- a/sys-fs/mtd-utils/metadata.xml
+++ b/sys-fs/mtd-utils/metadata.xml
@@ -1,14 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   robb...@gentoo.org
-
-
-   embed...@gentoo.org
-   Embedded Gentoo
-
-
-   cpe:/a:mtd-utils_project:mtd-utils
-
+  
+robb...@gentoo.org
+Robin H. Johnson
+  
+  
+jakov.smo...@sartura.hr
+Jakov Smolic
+  
+  
+embed...@gentoo.org
+Embedded Gentoo
+  
+  
+cpe:/a:mtd-utils_project:mtd-utils
+  
 



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

2021-08-26 Thread Sam James
commit: d032c4dcc09aad6260c35348a0e03b77aaa28002
Author: Dawn Minion  ravenswurk  frl>
AuthorDate: Tue Aug 24 13:55:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:41:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d032c4dc

net-im/slack: Bump to 4.19.2, cleanup old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Dawn Minion  ravenswurk.frl>
Closes: https://github.com/gentoo/gentoo/pull/22091
Signed-off-by: Sam James  gentoo.org>

 net-im/slack/Manifest  |   4 +-
 net-im/slack/slack-4.13.0.ebuild   | 100 -
 net-im/slack/slack-4.14.0.ebuild   | 100 -
 .../{slack-4.12.2.ebuild => slack-4.19.2.ebuild}   |   5 +-
 4 files changed, 3 insertions(+), 206 deletions(-)

diff --git a/net-im/slack/Manifest b/net-im/slack/Manifest
index ffd6a26d1bb..b381e2b2386 100644
--- a/net-im/slack/Manifest
+++ b/net-im/slack/Manifest
@@ -1,4 +1,2 @@
-DIST slack-desktop-4.12.2-amd64.deb 57734610 BLAKE2B 
249565bcb3f5fd9467d2b48e683978f406be6e3fd77f56c8e6ee328a3745800e53504f9bd618ea1764ffe429256ca5610b53996f82442e399d47f46ee5991b78
 SHA512 
7c0ef6e007f67c9a95c43e6544536af35d9bb55008524dade5b707aa4473db8e0837547bb91f8398728fcdc9e4ec732655cd390b49f1b5f820dc3f0b73ef9f71
-DIST slack-desktop-4.13.0-amd64.deb 57716072 BLAKE2B 
b8f1a793239b1e101bb6eb738a8a75883bf67468886f954226552074b769355b5444bbe9273eed48575b5f245fb47bdc78e264e7329ef052305afbec88f496f4
 SHA512 
d324637cb96a73f6d93fb36cfee52625d9c3571115ca6a8f0e7891417dd5fa88172dcc001e1a4fc9396392fe4885c5b14d9618d82c6a97b7c688ae14f5cbe8d9
-DIST slack-desktop-4.14.0-amd64.deb 59988434 BLAKE2B 
38bc579bb493c9e2c82713d8578167c268c2c44a028f6ebeb7c95a98832f265393df988f01ea5149fd3fd7bbdd24129fcb28b68cd70d0c3444cdb566e7991947
 SHA512 
babfcd416b3551a1a6390899fdd89ef20cd3d4731f32b3947b99ab02a566a92a5092f8e78a09f43a1363a9de8699be40d263c47d3a6b123a6cc5e7bbcac16352
 DIST slack-desktop-4.18.0-amd64.deb 61001506 BLAKE2B 
45e37972be8946102f77c60acbe781215c12a004b9d799a695c89776350f673e54427d9db07c1dc17b7c10d2706afe39616c19e19c149cb0a357b3cf8b9df7b5
 SHA512 
e826116d45aafb7885a8af0682f3dc69df66799929878f18232d6cf4b26165a23b0f12cf9ab43d08432629c9c6a15b31f002c8297e311c9f085af699404d901f
+DIST slack-desktop-4.19.2-amd64.deb 62407682 BLAKE2B 
2ee89d96b71898878d5c82e4095a6e46b3b5d5acdc815174c1d06c8df4e95f7279674e799e3564aa863cf2feba8f88d57c5529435a3ae3dde9b4556ca539ff52
 SHA512 
414e0738ebee8f328447a4926cfd788d4123059c37c33b927b70bbb136c4aaefb01f886dbcc21b25b2c0d76c12547af4677ef099fd77d54f557ec46b1422f35c

diff --git a/net-im/slack/slack-4.13.0.ebuild b/net-im/slack/slack-4.13.0.ebuild
deleted file mode 100644
index ddd396fdeba..000
--- a/net-im/slack/slack-4.13.0.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MULTILIB_COMPAT=( abi_x86_64 )
-
-inherit desktop multilib-build optfeature pax-utils unpacker xdg
-
-DESCRIPTION="Team collaboration tool"
-HOMEPAGE="https://www.slack.com;
-SRC_URI="https://downloads.slack-edge.com/linux_releases/${PN}-desktop-${PV}-amd64.deb;
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="appindicator suid"
-RESTRICT="bindist mirror"
-
-RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
-   app-accessibility/at-spi2-core:2[${MULTILIB_USEDEP}]
-   dev-libs/atk:0[${MULTILIB_USEDEP}]
-   dev-libs/expat:0[${MULTILIB_USEDEP}]
-   dev-libs/glib:2[${MULTILIB_USEDEP}]
-   dev-libs/nspr:0[${MULTILIB_USEDEP}]
-   dev-libs/nss:0[${MULTILIB_USEDEP}]
-   media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
-   media-libs/mesa:0[${MULTILIB_USEDEP}]
-   net-print/cups:0[${MULTILIB_USEDEP}]
-   sys-apps/dbus:0[${MULTILIB_USEDEP}]
-   x11-libs/cairo:0[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
-   x11-libs/libdrm:0[${MULTILIB_USEDEP}]
-   x11-libs/libX11:0[${MULTILIB_USEDEP}]
-   x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
-   x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
-   x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
-   x11-libs/libXext:0[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
-   x11-libs/libxkbcommon:0[${MULTILIB_USEDEP}]
-   x11-libs/libxkbfile:0[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
-   x11-libs/pango:0[${MULTILIB_USEDEP}]
-   appindicator? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] )"
-
-QA_PREBUILT="/opt/slack/chrome-sandbox
-   /opt/slack/libEGL.so
-   /opt/slack/libffmpeg.so
-   /opt/slack/libGLESv2.so
-   /opt/slack/libvk_swiftshader.so
-   /opt/slack/libvulkan.so
-   
/opt/slack/resources/app.asar.unpacked/node_modules/*/*/build/Release/*.node
-   
/opt/slack/resources/app.asar.unpacked/node_modules/*/build/Release/*.node
- 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-Binary-C/files/

2021-08-26 Thread Sam James
commit: 1c575442c1f356fe09bff788c12d20d2d63ef7ed
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Aug 25 14:37:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:32:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c575442

dev-perl/Convert-Binary-C: remove unused patch(es)

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Sam James  gentoo.org>

 .../files/Convert-Binary-C-0.780.0-perl-526.patch  | 181 -
 1 file changed, 181 deletions(-)

diff --git 
a/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch 
b/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
deleted file mode 100644
index 2c61d6178bc..000
--- a/dev-perl/Convert-Binary-C/files/Convert-Binary-C-0.780.0-perl-526.patch
+++ /dev/null
@@ -1,181 +0,0 @@
-From 26c2c60f11cf649f348a5af2c15f83525f02bf30 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Wed, 20 Sep 2017 08:00:50 +1200
-Subject: Fix tests for Perl 5.26
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121039
-Bug: https://bugs.gentoo.org/615106
-Bug: https://github.com/mhx/Convert-Binary-C/pull/6

- bin/perltypes.PL| 3 ++-
- tests/206_parse.t   | 4 ++--
- tests/209_sourcify.t| 2 +-
- tests/210_depend.t  | 2 +-
- tests/211_clone.t   | 2 +-
- tests/215_local.t   | 2 +-
- tests/218_member.t  | 2 +-
- tests/223_initializer.t | 2 +-
- tests/230_compiler.t| 2 +-
- tests/601_speed.t   | 2 +-
- tests/602_threads.t | 2 +-
- 11 files changed, 13 insertions(+), 12 deletions(-)
-
-diff --git a/bin/perltypes.PL b/bin/perltypes.PL
-index 09ca5d2..be63ffd 100755
 a/bin/perltypes.PL
-+++ b/bin/perltypes.PL
-@@ -21,10 +21,11 @@ print OUT <<'!NO!SUBS!';
- 
- use Convert::Binary::C;
- use Data::Dumper;
-+use File::Spec::Functions qw(rel2abs);
- use strict;
- 
- my $base;
---d "$_/include" and $base = "$_/include" and last for qw( tests ../tests );
-+-d "$_/include" and $base = rel2abs("$_/include") and last for qw( tests 
../tests );
- defined $base or die < 116 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- #===
- # create object (1 tests)
-@@ -140,7 +140,7 @@ ok($s1,329,"incorrect number of typedef identifiers");
- # check if all sizes are correct (1 big test)
- #===
- 
--do 'tests/include/sizeof.pl';
-+do './tests/include/sizeof.pl';
- $max_size = 0;
- @fail = ();
- @success = ();
-diff --git a/tests/209_sourcify.t b/tests/209_sourcify.t
-index 3fbdae6..0f34e83 100644
 a/tests/209_sourcify.t
-+++ b/tests/209_sourcify.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 98 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $orig  = new Convert::Binary::C %$CCCFG;
-diff --git a/tests/210_depend.t b/tests/210_depend.t
-index b46fdf7..e2705fd 100644
 a/tests/210_depend.t
-+++ b/tests/210_depend.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 483 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $c1 = new Convert::Binary::C Include => ['tests/include/files'];
-diff --git a/tests/211_clone.t b/tests/211_clone.t
-index 252554f..144de70 100644
 a/tests/211_clone.t
-+++ b/tests/211_clone.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 35 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $orig = new Convert::Binary::C %$CCCFG;
-diff --git a/tests/215_local.t b/tests/215_local.t
-index dabf7fc..2f2dffe 100644
 a/tests/215_local.t
-+++ b/tests/215_local.t
-@@ -15,7 +15,7 @@ BEGIN {
-   plan tests => 10;
- }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- eval {
-   $c = new Convert::Binary::C;
-diff --git a/tests/218_member.t b/tests/218_member.t
-index e212160..7966e44 100644
 a/tests/218_member.t
-+++ b/tests/218_member.t
-@@ -15,7 +15,7 @@ BEGIN {
-   plan tests => 1907;
- }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- %basic = ( char => 1, short => 1, int => 1,
-long => 1, signed => 1, unsigned => 1,
-diff --git a/tests/223_initializer.t b/tests/223_initializer.t
-index a80d741..f1d6b26 100644
 a/tests/223_initializer.t
-+++ b/tests/223_initializer.t
-@@ -13,7 +13,7 @@ $^W = 1;
- 
- BEGIN { plan tests => 27 }
- 
--my $CCCFG = require 'tests/include/config.pl';
-+my $CCCFG = require './tests/include/config.pl';
- 
- $c = eval { new Convert::Binary::C %$CCCFG };
- ok($@,'',"failed to create Convert::Binary::C objects");
-diff --git a/tests/230_compiler.t 

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

2021-08-26 Thread Sam James
commit: ec0821df5afa90353b3de868fe4ff86d2845e59e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Aug 25 14:39:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:32:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0821df

dev-perl/Tk: remove unused patch

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22099
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Tk/files/Tk-804.33.0-xorg.patch | 41 
 1 file changed, 41 deletions(-)

diff --git a/dev-perl/Tk/files/Tk-804.33.0-xorg.patch 
b/dev-perl/Tk/files/Tk-804.33.0-xorg.patch
deleted file mode 100644
index d4284a39493..000
--- a/dev-perl/Tk/files/Tk-804.33.0-xorg.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff --git a/myConfig b/myConfig
-index fcf1933..14033cb 100755
 a/myConfig
-+++ b/myConfig
-@@ -316,7 +316,7 @@ if ($win_arch eq 'x') {
-   }
-   close(XMKMF);
-   while (defined $uidir) {
--last unless ($uidir =~ s!^.*-I(\S+)/lib/X11/config!!o);
-+last unless ($uidir =~ s!^.*-I(\S+)/lib(64)/X11/config!!o);
- $try = $1;
- $try =~ s/'x11root'/$ENV{X11ROOT}/;
- push(@xdirs,$try);
-@@ -365,8 +365,7 @@ if ($win_arch eq 'x') {
-   #
-   unless (defined $xlib)
- {
--  $xlib = 
(0,chooseX11(),chooseX11(),,'/usr/X386/lib',
--'/opt/X11/lib')
-+  $xlib = 
(0,chooseX11(),chooseX11(),,'/usr/X386/lib','/opt/X11/lib','/usr/lib64')
- }
- 
-   #
-@@ -385,7 +384,7 @@ if ($win_arch eq 'x') {
-   exit 0;
- }
- 
--  ($base) = $xlib =~ m#-L(.*)(?:/lib)$#x;
-+  ($base) = $xlib =~ m#-L(.*)(?:/lib(64))$#x;
-   if (defined $X11INC)
- {
-   $xinc = ("$X11INC");
-@@ -397,6 +396,8 @@ if ($win_arch eq 'x') {
- {
-   warn "Cannot find X include files via $base/include\n";
-   $xinc = (map("$_/include",@xdirs),
-+chooseX11(),
-+  '/usr/include',
-   '/usr/openwin/include',
-   chooseX11(),
-   chooseX11(),



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-NYTProf/files/

2021-08-26 Thread Sam James
commit: 6b588913738657cad6d656ad085ce248263c0d59
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Aug 25 14:38:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:32:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b588913

dev-perl/Devel-NYTProf: remove unused patch(es)

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Sam James  gentoo.org>

 .../files/Devel-NYTProf-6.06-cpprun.patch  | 36 --
 1 file changed, 36 deletions(-)

diff --git a/dev-perl/Devel-NYTProf/files/Devel-NYTProf-6.06-cpprun.patch 
b/dev-perl/Devel-NYTProf/files/Devel-NYTProf-6.06-cpprun.patch
deleted file mode 100644
index 786a525a7dc..000
--- a/dev-perl/Devel-NYTProf/files/Devel-NYTProf-6.06-cpprun.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From aaa04b28c99e0d2bf244dbcb274b4df6fe6fa50d Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Tue, 7 Jul 2020 23:08:00 +1200
-Subject: Allow CPP override in ENV
-
-When Perl is built with -Dcpp="$(gc-getCPP)", the end result is:
-
-- $Config{cpp} = "${CHOST}-gcc"
-- $Config{cpprun} = "${CHOST}-gcc -E"
-
-And of course, Devel-NYTProf uses the former, and so it tries to compile
-the damn header instead of just preprocessing it.
-
-This provides a correction, and an override.
-
-Bug: https://github.com/timbunce/devel-nytprof/issues/139

- Makefile.PL | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 60025de..6786e29 100644
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -59,7 +59,7 @@ utime time(), time(), "t/test40pmc.pmc"
- 
- # --- Discover how much of stdio is implemented
- 
--my $cpp = $Config{cpp} || do {
-+my $cpp = $ENV{CPP} || $Config{cpprun} || do {
- warn "Warning: cpp not found in your perl config.  Falling back to 
'cat'\n";
- 'cat';
- };
--- 
-2.27.0
-



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

2021-08-26 Thread Sam James
commit: 879530c9d5c8958c94b3cc19184dc920971337fb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Aug 25 14:36:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:32:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879530c9

dev-lang/perl: remove unused patch

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Sam James  gentoo.org>

 .../perl/files/perl-5.30.3-darwin-macos11.patch| 180 -
 1 file changed, 180 deletions(-)

diff --git a/dev-lang/perl/files/perl-5.30.3-darwin-macos11.patch 
b/dev-lang/perl/files/perl-5.30.3-darwin-macos11.patch
deleted file mode 100644
index 73879b398c4..000
--- a/dev-lang/perl/files/perl-5.30.3-darwin-macos11.patch
+++ /dev/null
@@ -1,180 +0,0 @@
-https://github.com/Perl/perl5/pull/17946
-https://bugs.gentoo.org/757249

-From b382aafc793fe1007f9058a5145a1d39d56cef70 Mon Sep 17 00:00:00 2001
-From: Adam Hartley 
-Date: Mon, 6 Jul 2020 22:59:42 +0100
-Subject: [PATCH 1/7] Add 11.x support for darwin.sh
-

- hints/darwin.sh | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hints/darwin.sh b/hints/darwin.sh
-index 0a91bc083c0..c0f06de1cab 100644
 a/hints/darwin.sh
-+++ b/hints/darwin.sh
-@@ -301,7 +301,7 @@ case "$osvers" in  # Note: osvers is the kernel version, 
not the 10.x
-# We now use MACOSX_DEPLOYMENT_TARGET, if set, as an override by
-# capturing its value and adding it to the flags.
- case "$MACOSX_DEPLOYMENT_TARGET" in
--10.*)
-+10.* | 11.*)
-   add_macosx_version_min ccflags $MACOSX_DEPLOYMENT_TARGET
-   add_macosx_version_min ldflags $MACOSX_DEPLOYMENT_TARGET
-   ;;
-@@ -327,7 +327,7 @@ EOM
- # "ProductVersion:10.11" "10.11"
- prodvers=`sw_vers|awk '/^ProductVersion:/{print $2}'|awk -F. '{print 
$1"."$2}'`
- case "$prodvers" in
--10.*)
-+10.* | 11.*)
-   add_macosx_version_min ccflags $prodvers
-   add_macosx_version_min ldflags $prodvers
-   ;;
-
-From 960d1a5c4225d1dd12636a469e10a568464e4e7c Mon Sep 17 00:00:00 2001
-From: Adam Hartley 
-Date: Wed, 8 Jul 2020 19:10:33 +0100
-Subject: [PATCH 3/7] Update error message
-

- hints/darwin.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/hints/darwin.sh b/hints/darwin.sh
-index c0f06de1cab..988b766c4f4 100644
 a/hints/darwin.sh
-+++ b/hints/darwin.sh
-@@ -313,7 +313,7 @@ case "$osvers" in  # Note: osvers is the kernel version, 
not the 10.x
- 
- *** Unexpected MACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET
- ***
--*** Please either set it to 10.something, or to empty.
-+*** Please either set it to 10.something, 11.something or to empty.
- 
- EOM
-   exit 1
-
-From d633cced1d5174e19c5f2234a9fb4c7603cfb9db Mon Sep 17 00:00:00 2001
-From: Adam Hartley 
-Date: Sat, 11 Jul 2020 11:41:27 +0100
-Subject: [PATCH 4/7] Update deprecated syscall check for 11.x and greater
-

- hints/darwin.sh | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hints/darwin.sh b/hints/darwin.sh
-index 988b766c4f4..4f73a9995e7 100644
 a/hints/darwin.sh
-+++ b/hints/darwin.sh
-@@ -342,11 +342,11 @@ EOM
-   exit 1
- esac
- 
--# The X in 10.X
-+prodvers_major=$(echo $prodvers|awk -F. '{print $1}')
- prodvers_minor=$(echo $prodvers|awk -F. '{print $2}')
- 
- # macOS (10.12) deprecated syscall().
--if [ "$prodvers_minor" -ge 12 ]; then
-+if [[ ( "$prodvers_minor" -ge 12 && "$prodvers_major" -eq 10 ) || 
"$prodvers_major" -ge 11 ]]; then
- d_syscall='undef'
- # If deploying to pre-10.12, suppress Time::HiRes's detection of the 
system clock_gettime()
- case "$MACOSX_DEPLOYMENT_TARGET" in
-
-From 9c3890f8521a7db6d9b2aa21561c7d0dae9fb91d Mon Sep 17 00:00:00 2001
-From: Adam Hartley 
-Date: Wed, 22 Jul 2020 13:15:30 +0100
-Subject: [PATCH 5/7] Simplify syscall check
-

- hints/darwin.sh | 7 +++
- 1 file changed, 3 insertions(+), 4 deletions(-)
-
-diff --git a/hints/darwin.sh b/hints/darwin.sh
-index 4f73a9995e7..40c84cf267a 100644
 a/hints/darwin.sh
-+++ b/hints/darwin.sh
-@@ -342,11 +342,10 @@ EOM
-   exit 1
- esac
- 
--prodvers_major=$(echo $prodvers|awk -F. '{print $1}')
--prodvers_minor=$(echo $prodvers|awk -F. '{print $2}')
-+darwin_major=$(echo $osvers|awk -F. '{print $1}')
- 
--# macOS (10.12) deprecated syscall().
--if [[ ( "$prodvers_minor" -ge 12 && "$prodvers_major" -eq 10 ) || 
"$prodvers_major" -ge 11 ]]; then
-+# macOS 10.12 (darwin 6.0.0) deprecated syscall().
-+if [ "$darwin_major" -ge 6 ]; then
- d_syscall='undef'
- # If deploying to pre-10.12, suppress Time::HiRes's detection of the 
system clock_gettime()
- case "$MACOSX_DEPLOYMENT_TARGET" in
-
-From 99ff8934992102a3db63805e8ba9710577de164e Mon Sep 17 00:00:00 2001
-From: Adam Hartley 
-Date: Wed, 22 Jul 2020 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-SearchBuilder/files/

2021-08-26 Thread Sam James
commit: f7dc84f6867807c62b27c814d0f6baf75dd778e9
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Aug 25 14:38:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:32:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dc84f6

dev-perl/DBIx-SearchBuilder: remove unused patch

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Sam James  gentoo.org>

 .../files/DBIx-SearchBuilder-1.66-no-dot-inc.patch | 341 -
 1 file changed, 341 deletions(-)

diff --git 
a/dev-perl/DBIx-SearchBuilder/files/DBIx-SearchBuilder-1.66-no-dot-inc.patch 
b/dev-perl/DBIx-SearchBuilder/files/DBIx-SearchBuilder-1.66-no-dot-inc.patch
deleted file mode 100644
index 93ccd89c28e..000
--- a/dev-perl/DBIx-SearchBuilder/files/DBIx-SearchBuilder-1.66-no-dot-inc.patch
+++ /dev/null
@@ -1,341 +0,0 @@
-From 859d5403887df584af7e88e7bea7899ea6549fd0 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Sun, 25 Jun 2017 19:16:42 +1200
-Subject: Fix for '.' removal from @INC in Perl 5.26
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=121140
-Bug: https://bugs.gentoo.org/615602
-Bug: https://github.com/bestpractical/dbix-searchbuilder/pull/5

- Makefile.PL   | 1 +
- t/01basics.t  | 2 +-
- t/01nocap_api.t   | 2 +-
- t/01records.t | 2 +-
- t/01searches.t| 2 +-
- t/02distinct_values.t | 2 +-
- t/02null_order.t  | 2 +-
- t/02order_outer.t | 2 +-
- t/02records_cachable.t| 2 +-
- t/02records_datetime.t| 2 +-
- t/02records_dt_interval.t | 2 +-
- t/02records_integers.t| 2 +-
- t/02records_object.t  | 2 +-
- t/02searches_function.t   | 2 +-
- t/02searches_joins.t  | 2 +-
- t/03compatibility.t   | 2 +-
- t/03cud_from_select.t | 2 +-
- t/03rebless.t | 2 +-
- t/03transactions.t| 2 +-
- t/03versions.t| 2 +-
- t/10schema.t  | 4 ++--
- t/11schema_records.t  | 2 +-
- t/20set_edge_cases.t  | 2 +-
- 23 files changed, 24 insertions(+), 23 deletions(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 49ec3f0..837f26f 100755
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,3 +1,4 @@
-+use lib '.';
- use inc::Module::Install;
- 
- name ('DBIx-SearchBuilder');
-diff --git a/t/01basics.t b/t/01basics.t
-index a46ede6..f0c18df 100644
 a/t/01basics.t
-+++ b/t/01basics.t
-@@ -3,7 +3,7 @@
- use strict;
- 
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- our (@AvailableDrivers);
- 
- use constant TESTS_PER_DRIVER => 4;
-diff --git a/t/01nocap_api.t b/t/01nocap_api.t
-index 1ea417e..be45395 100644
 a/t/01nocap_api.t
-+++ b/t/01nocap_api.t
-@@ -3,7 +3,7 @@
- use strict;
- 
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- 
- use vars qw(@SPEC_METHODS @MODULES);
- my @SPEC_METHODS = qw(AUTOLOAD DESTROY CLONE);
-diff --git a/t/01records.t b/t/01records.t
-index a1f1366..d701e94 100644
 a/t/01records.t
-+++ b/t/01records.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- our (@AvailableDrivers);
- 
- use constant TESTS_PER_DRIVER => 66;
-diff --git a/t/01searches.t b/t/01searches.t
-index 83a2001..1276544 100644
 a/t/01searches.t
-+++ b/t/01searches.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- our (@AvailableDrivers);
- 
- use constant TESTS_PER_DRIVER => 150;
-diff --git a/t/02distinct_values.t b/t/02distinct_values.t
-index f20328d..826db21 100644
 a/t/02distinct_values.t
-+++ b/t/02distinct_values.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- our (@AvailableDrivers);
- 
- use constant TESTS_PER_DRIVER => 9;
-diff --git a/t/02null_order.t b/t/02null_order.t
-index 9feda47..fab111d 100644
 a/t/02null_order.t
-+++ b/t/02null_order.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- our (@AvailableDrivers);
- 
- use constant TESTS_PER_DRIVER => 11;
-diff --git a/t/02order_outer.t b/t/02order_outer.t
-index 08a236b..14a39fe 100644
 a/t/02order_outer.t
-+++ b/t/02order_outer.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- our (@AvailableDrivers);
- 
- use constant TESTS_PER_DRIVER => 98;
-diff --git a/t/02records_cachable.t b/t/02records_cachable.t
-index cdbb9da..9418990 100644
 a/t/02records_cachable.t
-+++ b/t/02records_cachable.t
-@@ -4,7 +4,7 @@
- use strict;
- use warnings;
- use Test::More;
--BEGIN { require "t/utils.pl" }
-+BEGIN { require "./t/utils.pl" }
- our (@AvailableDrivers);
- 
- use constant 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/

2021-08-26 Thread Sam James
commit: 0669f769675b3ae901b2c4e6b26f5768527318dd
Author: wellWINeo  gmail  com>
AuthorDate: Mon Aug  9 21:10:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:27:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0669f769

x11-wm/i3: bump version to 4.19.2

Package-manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stepan Uspenskiy  mpt.ru>
Signed-off-by: Sam James  gentoo.org>

 x11-wm/i3/Manifest |   1 +
 x11-wm/i3/i3-4.19.2.ebuild | 102 +
 2 files changed, 103 insertions(+)

diff --git a/x11-wm/i3/Manifest b/x11-wm/i3/Manifest
index 5e39ca3558e..4b46b127d36 100644
--- a/x11-wm/i3/Manifest
+++ b/x11-wm/i3/Manifest
@@ -1,4 +1,5 @@
 DIST i3-4.18.3.tar.bz2 1218766 BLAKE2B 
c394bbe9882dc893107f0c948632a3a79c52db75b75b2890f6f43fa60d80ce82d1c8a8c32a8793f59d9a6f929ab038765dbe3813c3c6bc1b79bede772451
 SHA512 
61599b79247ec546819bab22666a78fc8dc77eecbcf6055efb6b52720290fa7f72719ac6670396a6dfb54858781e438b5207c15fdf2cf9e2424a1b84ffeb749c
 DIST i3-4.18.tar.bz2 1218591 BLAKE2B 
582b7ba3a54edf8dd2657add05eb54a64b7c004761a1a248d91dfcb061cb9df215ff35301c125b11aa69b571daeacd5732b498934c1fb17f69404a101fd16ec8
 SHA512 
0bbfda7f4b20a92a50ffb6abbfc3f6bfe6bb4c987ad4b5b1791192eb23b8c3389cc9949a699901797370c14de1ff8e12447a3b8ce330ab7d300fafdb60a432ec
 DIST i3-4.19.1.tar.xz 1277648 BLAKE2B 
a4d01d10c076da092faef2111ba0fadb481257c0011419cc911be0b63c0ff78053a39ff4a2887f6344794ea895190ebf1ac3585b598dbb90ff77d4de8fad7c53
 SHA512 
7a73d005e4ec438a7cf92ab719e17701948c5043cc431740b16e028e9771d1478fa539aebd1a8198fff6bec664f8bcecc17c3bd1ff35d53077d50d3ad1a8f7dc
+DIST i3-4.19.2.tar.xz 1277396 BLAKE2B 
28d4dba50ae30cb620dcbd759e0ba29e284071234261aca2a217b6eef9194f72eca67d3632dc1e6a9b9879925e55c18b7a42676eaed41dd1354f772e48309d45
 SHA512 
58f08228d842cd3c2bc417b72f6279fcd7050879e5fd4064b2cb00edaf98b6605d5b2361608f9534991a0f8357d3294e881c7e314f33dc075241cc45ca5ed94d
 DIST i3-4.19.tar.xz 1278600 BLAKE2B 
3af5eac9cb618bc3b3da0bca430e1882701802f49e092d1e6fa7a35ceb3f2c0287b66eceeb0123a7dfda9976df06227bec34d7d98873aedc2292a2ba94584d84
 SHA512 
e9e85dfa099751e95f05e8ed5048535bc669d73c51d3bd7e83740ee79d613f981a1130c35f54fb4725b31d18bed63d6bd5efacce8e086483e28d7c778407653a

diff --git a/x11-wm/i3/i3-4.19.2.ebuild b/x11-wm/i3/i3-4.19.2.ebuild
new file mode 100644
index 000..0b7b213271d
--- /dev/null
+++ b/x11-wm/i3/i3-4.19.2.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson optfeature virtualx
+if [[ "${PV}" = * ]]; then
+   inherit git-r3
+fi
+
+DESCRIPTION="An improved dynamic tiling window manager"
+HOMEPAGE="https://i3wm.org/;
+if [[ "${PV}" = * ]]; then
+   EGIT_REPO_URI="https://github.com/i3/i3;
+   EGIT_BRANCH="next"
+else
+   SRC_URI="https://i3wm.org/downloads/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc test"
+
+COMMON_DEPEND="dev-libs/libev
+   dev-libs/libpcre
+   dev-libs/yajl
+   x11-libs/libxcb[xkb]
+   x11-libs/libxkbcommon[X]
+   x11-libs/startup-notification
+   x11-libs/xcb-util
+   x11-libs/xcb-util-cursor
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-wm
+   x11-libs/xcb-util-xrm
+   x11-misc/xkeyboard-config
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/pango[X]"
+DEPEND="${COMMON_DEPEND}
+   test? (
+   dev-perl/AnyEvent
+   dev-perl/X11-XCB
+   dev-perl/Inline
+   dev-perl/Inline-C
+   dev-perl/IPC-Run
+   dev-perl/ExtUtils-PkgConfig
+   dev-perl/local-lib
+   virtual/perl-Test-Simple
+   x11-base/xorg-server[xephyr]
+   x11-misc/xvfb-run
+   )
+   doc? (
+   app-text/asciidoc
+   app-text/xmlto
+   dev-lang/perl
+   )"
+RDEPEND="${COMMON_DEPEND}
+   dev-lang/perl
+   dev-perl/AnyEvent-I3
+   dev-perl/JSON-XS"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.16-musl-GLOB_TILDE.patch"
+)
+
+src_prepare() {
+   default
+
+   cat > "${T}"/i3wm <<- EOF || die
+   #!/bin/sh
+   exec /usr/bin/i3
+   EOF
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   $(meson_use doc docs)
+   $(meson_use doc mans)
+   )
+
+   meson_src_configure
+}
+
+src_test() {
+   virtx meson_src_test
+}
+
+src_install() {
+   meson_src_install
+
+   exeinto /etc/X11/Sessions
+   doexe "${T}"/i3wm
+}
+
+pkg_postinst() {
+   optfeature_header "There are several packages that may be useful with 
i3:"
+   optfeature "application launcher" x11-misc/dmenu
+   optfeature "simple screen locker" x11-misc/i3lock
+   optfeature "status bar 

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

2021-08-26 Thread Sam James
commit: 1175001abc9f53763ab53ecfd8b3bf28b3c8411c
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Thu Aug 26 19:42:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:20:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1175001a

sys-cluster/hpx: Sync live ebuild

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/22119
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/hpx/hpx-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/hpx/hpx-.ebuild b/sys-cluster/hpx/hpx-.ebuild
index 7f80474d33a..0c573198a76 100644
--- a/sys-cluster/hpx/hpx-.ebuild
+++ b/sys-cluster/hpx/hpx-.ebuild
@@ -33,7 +33,7 @@ BDEPEND="
 "
 RDEPEND="
${PYTHON_DEPS}
-   dev-cpp/asio
+   >=dev-cpp/asio-1.12.0
dev-libs/boost:=
sys-apps/hwloc
sys-libs/zlib



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

2021-08-26 Thread Sam James
commit: 4b931a3def4c2b0b8a0db847626a335ea5e86a3c
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Thu Aug 26 19:41:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:20:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b931a3d

sys-cluster/hpx: Specify asio version

hpx needs at least version 1.12.0 of asio. Add it.

Closes: https://bugs.gentoo.org/808773
Closes: https://bugs.gentoo.org/810301
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/hpx/hpx-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/hpx/hpx-1.7.1.ebuild b/sys-cluster/hpx/hpx-1.7.1.ebuild
index 2ab8ea741f3..15cacad6996 100644
--- a/sys-cluster/hpx/hpx-1.7.1.ebuild
+++ b/sys-cluster/hpx/hpx-1.7.1.ebuild
@@ -33,7 +33,7 @@ BDEPEND="
 "
 RDEPEND="
${PYTHON_DEPS}
-   dev-cpp/asio
+   >=dev-cpp/asio-1.12.0
dev-libs/boost:=
sys-apps/hwloc
sys-libs/zlib



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

2021-08-26 Thread Sam James
commit: 01770fc7ec858e9ba957c50adfe8c83210064284
Author: Matt Smith  offtopica  uk>
AuthorDate: Thu Aug 26 20:21:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 22:20:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01770fc7

net-mail/mu: Bump to 1.6.5

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/22120
Signed-off-by: Sam James  gentoo.org>

 net-mail/mu/Manifest|  1 +
 net-mail/mu/mu-1.6.5.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/net-mail/mu/Manifest b/net-mail/mu/Manifest
index 8e7443940a6..deca0d5bb4e 100644
--- a/net-mail/mu/Manifest
+++ b/net-mail/mu/Manifest
@@ -2,3 +2,4 @@ DIST mu-1.4.15.tar.gz 2309695 BLAKE2B 
9808e59b758525937ec97e0ca6515108c1fb4287f3
 DIST mu-1.4.15.tar.xz 846052 BLAKE2B 
933d04696c4ac145f20ca6c84f6fbe62f70fa3e45e50dfdf2e48a7007acecc56d8650f965dc6810fc7f8bbdae6595b7b7349f2675b08cd9fb619ee9eb24eb251
 SHA512 
e7741b77bce5c7c1c818549e803fb386f0b8727b995a7ac9b961b74e89cc7dbeed52b45d70895995a1640cfd36a49b052d9be6c48999f2182a68bf5c205e
 DIST mu-1.6.1.tar.xz 866044 BLAKE2B 
ed6464e2ef63d37c42783235a0537cd20c7442333d4a6b59af0d257db8e3e6d85db7106ae2f89aa5f1536e50afadd40c89a8215a288080130d14e3ceb79b1638
 SHA512 
d894f302cabef86ff6b1d85eb945b2aca27729eaa6558598076c8f065d584592d5e601fe6a6045cea9b8a1466320c838f995ffdfd564447683538a5e48f8d7b0
 DIST mu-1.6.3.tar.xz 867224 BLAKE2B 
dffe67df4731028fa5e77d62d32fb787639b25d43a48aaac0c0e446c14cd3c5f79ad5559968446603782f1a7df9c129b2c3e1c3576e01d162a59693a2abd960e
 SHA512 
73bfc85561cbc31d8c8ba6043ad79b7c17ac33edbbfcb3f09d460b291454c7696b282ee98c7738e05a9842963169c3f87eff56c3f6729cb22cdb6136ae8b95e3
+DIST mu-1.6.5.tar.xz 867240 BLAKE2B 
d3e8ad88b38f1329e4a5716f981c97e62c2042835e81910dab02b1219abfc670fe84a68f992fd08dce282a3288aaa91a465ce881f79e7ece917ba089c2ad0348
 SHA512 
b25203d281fa43b22abacb442caa56d797489d32bfc1dde874d23035510cbc8fb331b45574ea74d4a01e4af0a706c1a84656d8b8d6e60f518b2ea75fa27361ea

diff --git a/net-mail/mu/mu-1.6.5.ebuild b/net-mail/mu/mu-1.6.5.ebuild
new file mode 100644
index 000..94eaeb52fa2
--- /dev/null
+++ b/net-mail/mu/mu-1.6.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp-common
+
+DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and 
indexing"
+HOMEPAGE="https://www.djcbsoftware.nl/code/mu/ https://github.com/djcb/mu;
+SRC_URI="https://github.com/djcb/mu/releases/download/${PV}/mu-${PV}.tar.xz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+IUSE="emacs guile readline"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/gmime:3.0
+   >=dev-libs/xapian-1.4:=
+   emacs? ( >=app-editors/emacs-25.3:* )
+   guile? ( >=dev-scheme/guile-2.2:* )
+   readline? ( sys-libs/readline:= )"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+SITEFILE="70mu-gentoo-autoload.el"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable emacs mu4e)
+   $(use_enable guile)
+   $(use_enable readline)
+   --disable-gtk
+   --disable-webkit
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+pkg_preinst() {
+   if [[ -n ${REPLACING_VERSIONS} ]]; then
+   elog "After upgrading from an old major version, you should"
+   elog "rebuild your mail index."
+   fi
+}
+
+pkg_postinst() {
+   if use emacs; then
+   einfo "To use mu4e you need to configure it in your .emacs file"
+   einfo "See the manual for more information:"
+   einfo "https://www.djcbsoftware.nl/code/mu/mu4e/;
+
+   elisp-site-regen
+   fi
+}
+
+pkg_postrm() {
+   use emacs && elisp-site-regen
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/vlc/

2021-08-26 Thread John Helmert III
commit: fc226ad7a4dee9aadd02c6c13eb4e721411f5ef9
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Aug 26 21:51:50 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Aug 26 21:51:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc226ad7

media-video/vlc: drop 3.0.12.1-r102, 3.0.14-r5, 3.0.16-r5

Signed-off-by: John Helmert III  gentoo.org>

 media-video/vlc/Manifest |   1 -
 media-video/vlc/vlc-3.0.12.1-r102.ebuild | 513 --
 media-video/vlc/vlc-3.0.14-r5.ebuild | 513 --
 media-video/vlc/vlc-3.0.16-r5.ebuild | 514 ---
 4 files changed, 1541 deletions(-)

diff --git a/media-video/vlc/Manifest b/media-video/vlc/Manifest
index 4dcd130a939..7098c1b0265 100644
--- a/media-video/vlc/Manifest
+++ b/media-video/vlc/Manifest
@@ -1,3 +1,2 @@
-DIST vlc-3.0-3.0.12.1.tar.gz 34233801 BLAKE2B 
0bc571d8f3f8aa40eee93fe8ab13bd1f37e288372d46b13998986899d03bf327b300a98ec5736bb9fe7bb58aae65c1d469786a4dfdb80f4cf8b5250ee45d
 SHA512 
05b079dcfd4a21cdae7bb19e9d71f2fad33ca846852683c5d2ca6d45f779749ead420d5211b4acce76971d7ec2265d0d07f970f35f647dd446e337dc31aa0ec1
 DIST vlc-3.0-3.0.14.tar.gz 3435 BLAKE2B 
e8182229da1fe4f73b640fad8005ec3fc49da70f289bd32c33fcec51bf81d393b067a795626bad57c87499e8de181ac3ce159e572431e794586753c4a7c32597
 SHA512 
6d366c0f17a8bda7f588ab1818d985bccd076dd821bc83dd7d06827d463931e56cb06ca934622ee2cda4a76b0fbe265a66e4566e9307abc768b76174020f0150
 DIST vlc-3.0.16.tar.xz 26439328 BLAKE2B 
1971b88f3faf6d3b019c3fcb83108242bb218f1472dc3c1763a8eaa996befcb36a685a75beb8c2513e3365e77a9df6623d194ef511b5271e3114f2f46588e1ff
 SHA512 
35cdf191071224d0cf1b5a83c00773ff87b9e5bfcf0f5523f7edd53f75b23eda6b27bb49ffa97d69a1d176b8fe4786d959aeeb00d4380beab71c9f7e6b7c7298

diff --git a/media-video/vlc/vlc-3.0.12.1-r102.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r102.ebuild
deleted file mode 100644
index 472f7f61b4e..000
--- a/media-video/vlc/vlc-3.0.12.1-r102.ebuild
+++ /dev/null
@@ -1,513 +0,0 @@
-# Copyright 2000-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..2} )
-
-MY_PV="${PV/_/-}"
-MY_PV="${MY_PV/-beta/-test}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} = * ]] ; then
-   if [[ ${PV%.} != ${PV} ]] ; then
-   
EGIT_REPO_URI="https://git.videolan.org/git/vlc/vlc-${PV%.}.git;
-   else
-   EGIT_REPO_URI="https://git.videolan.org/git/vlc.git;
-   fi
-   inherit git-r3
-else
-   SRC_URI="https://code.videolan.org/videolan/vlc-$(ver_cut 
1-2)/-/archive/${PV}/vlc-$(ver_cut 1-2)-${PV}.tar.gz"
-   S="${WORKDIR}/${PN}-$(ver_cut 1-2)-${PV}"
-   #if [[ ${MY_P} = ${P} ]] ; then
-   #   
SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.xz;
-   #else
-   #   
SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
-   #fi
-   KEYWORDS="amd64 ~arm arm64 ppc ppc64 -sparc x86"
-fi
-
-inherit autotools flag-o-matic lua-single toolchain-funcs virtualx xdg
-
-DESCRIPTION="Media player and framework with support for most multimedia files 
and streaming"
-HOMEPAGE="https://www.videolan.org/vlc/;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/5-9" # vlc - vlccore
-
-IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast
-   dav1d dbus dc1394 debug directx dts +dvbpsi dvd +encode faad fdk 
+ffmpeg flac
-   fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack 
jpeg kate
-   libass libcaca libnotify +libsamplerate libtar libtiger linsys lirc
-   live lua macosx-notifications mad matroska modplug mp3 mpeg mtp 
musepack ncurses
-   nfs ogg omxil optimisememory opus png projectm pulseaudio +qt5 rdp
-   run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl svg 
taglib
-   theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx 
wayland +X
-   x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_ppc_altivec 
cpu_flags_x86_mmx
-   cpu_flags_x86_sse
-"
-REQUIRED_USE="
-   chromecast? ( encode )
-   directx? ( ffmpeg )
-   fontconfig? ( truetype )
-   libcaca? ( X )
-   libtar? ( skins )
-   libtiger? ( kate )
-   lua? ( ${LUA_REQUIRED_USE} )
-   skins? ( qt5 truetype X xml )
-   ssl? ( gcrypt )
-   vaapi? ( ffmpeg X )
-   vdpau? ( ffmpeg X )
-"
-BDEPEND="
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   lua? ( ${LUA_DEPS} )
-   amd64? ( dev-lang/yasm )
-   x86? ( dev-lang/yasm )
-"
-RDEPEND="
-   net-dns/libidn:=
-   sys-libs/zlib[minizip]
-   virtual/libintl
-   virtual/opengl
-   a52? ( media-libs/a52dec )
-   alsa? ( media-libs/alsa-lib )
-   aom? ( media-libs/libaom:= )
-   archive? ( app-arch/libarchive:= )
-   aribsub? ( media-libs/aribb24 )
-   bidi? (
-

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

2021-08-26 Thread John Helmert III
commit: f17ed73482dc8b6a9cf94ef480a35cf40eb5909d
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Aug 26 21:52:50 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Aug 26 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17ed734

media-plugins/live: drop 2020.05.15

Bug: https://bugs.gentoo.org/732598
Signed-off-by: John Helmert III  gentoo.org>

 media-plugins/live/Manifest   |   1 -
 media-plugins/live/live-2020.05.15.ebuild | 108 --
 2 files changed, 109 deletions(-)

diff --git a/media-plugins/live/Manifest b/media-plugins/live/Manifest
index f77ddb4bdae..91decfc6d1b 100644
--- a/media-plugins/live/Manifest
+++ b/media-plugins/live/Manifest
@@ -1,2 +1 @@
-DIST live.2020.05.15.tar.gz 7229400 BLAKE2B 
74532c178aa1044750110eb52561b99cd70874574ee84992201a145b18091d4f8475e2a299a83f0fe42c7e64483d46175fb76465a22509db3ba2633aff1327f6
 SHA512 
d53fb7e8c586f50e561aa361567ccd45babdbbcbe96a06d95e42a04a54b23ac3f474fefcacf94a49b604008623acf06789b92238364713853babbe356eeac4aa
 DIST live.2021.05.22.tar.gz 682749 BLAKE2B 
38663f8c5dbd8cccf4e5cfe685b0eb393559195eba852fcdf6c38c7be936948d2727da91e829aedbde08eab6edb6082533d14061edfcf125d82c925bffdb9f90
 SHA512 
4021cbdaffb48b9b361e931fa71f89db1e116fe8c4e57df78d54493b111a8c6249431cc418a20352a45a75ef240712609eed3aa7468c6049996dd2451ae2941c

diff --git a/media-plugins/live/live-2020.05.15.ebuild 
b/media-plugins/live/live-2020.05.15.ebuild
deleted file mode 100644
index 0e286745c49..000
--- a/media-plugins/live/live-2020.05.15.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Libraries for standards-based RTP/RTCP/RTSP multimedia streaming"
-HOMEPAGE="http://www.live555.com/;
-SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz;
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE="ssl"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-   ssl? (
-   dev-libs/openssl:0=
-   )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( "live-shared/README" )
-
-# Alexis Ballier , Sam James 
-# Be careful, bump this everytime you bump the package and the ABI has changed.
-# If you don't know, ask someone.
-# You may wish to use a site like 
https://abi-laboratory.pro/index.php?view=timeline=live555
-LIVE_ABI_VERSION=9
-SLOT="0/${LIVE_ABI_VERSION}"
-
-S="${WORKDIR}/live"
-
-src_prepare() {
-   default
-
-   cp "${FILESDIR}/config.gentoo-so-r3" "${S}/config.gentoo-so-r1" || die
-
-   # This is all legacy stuff which needs to be cleaned up
-   case ${CHOST} in
-   *-solaris*)
-   sed -i \
-   -e '/^COMPILE_OPTS /s/$/ -DSOLARIS 
-DXLOCALE_NOT_USED/' \
-   -e '/^LIBS_FOR_CONSOLE_APPLICATION /s/$/ 
-lsocket -lnsl/' \
-   live/config.gentoo-so-r1 \
-   || die
-   ;;
-   *-darwin*)
-   sed -i \
-   -e '/^COMPILE_OPTS /s/$/ -DBSD=1 
-DHAVE_SOCKADDR_LEN=1/' \
-   -e '/^LINK /s/$/ /' \
-   -e '/^LIBRARY_LINK /s/=.*$/= $(CXX) -o /' \
-   -e '/^LIBRARY_LINK_OPTS 
/s:-shared.*$:-undefined suppress -flat_namespace -dynamiclib -install_name 
'"${EPREFIX}/usr/$(get_libdir)/"'$@:' \
-   -e '/^LIB_SUFFIX /s/so/dylib/' \
-   live/config.gentoo-so-r1 \
-   || die
-   ;;
-   esac
-}
-
-src_configure() {
-   # This ebuild uses its own build system
-   # We don't want to call ./configure or anything here.
-   # The only thing we can do is honour the user's SSL preference.
-   if use ssl ; then
-   sed -i 's/-DNO_OPENSSL=1//' "${S}/config.gentoo-so-r1" || die
-   fi
-
-   # Bug 718912
-   tc-export CC CXX
-
-   # And defer to the scripts that upstream provide.
-   ./genMakefiles gentoo-so-r1 || die
-}
-
-src_compile() {
-   export suffix="${LIVE_ABI_VERSION}.so"
-   local link_opts="$(usex ssl "$($(tc-getPKG_CONFIG) --libs libssl 
libcrypto)" '') -L. ${LDFLAGS}"
-   local lib_suffix="${suffix#.}"
-
-   einfo "Beginning shared library build"
-   emake LINK_OPTS="${link_opts}" LIB_SUFFIX="${lib_suffix}"
-
-   for i in liveMedia groupsock UsageEnvironment BasicUsageEnvironment ; do
-   cd "${S}/${i}" || die
-   ln -s "lib${i}.${suffix}" "lib${i}.so" || die
-   done
-
-   einfo "Beginning programs build"
-   for i in proxyServer mediaServer ; do
-   cd "${S}/${i}" || die
-   emake 

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

2021-08-26 Thread Conrad Kostecki
commit: 45091c462450c5df4ca2511f6cea2569bb9d2024
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Aug 26 21:08:35 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Aug 26 21:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45091c46

net-im/prosody: drop old version

Bug: https://bugs.gentoo.org/803590
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/prosody/Manifest  |   1 -
 net-im/prosody/prosody-0.11.9.ebuild | 102 ---
 2 files changed, 103 deletions(-)

diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest
index 5b95656f5a8..ca2de8c1fd5 100644
--- a/net-im/prosody/Manifest
+++ b/net-im/prosody/Manifest
@@ -1,2 +1 @@
 DIST prosody-0.11.10.tar.gz 43 BLAKE2B 
590f97f4eb8a333701eca516de3c3bcee9cf093267d2000af03b48d32396a1be21a0cf2f8ff542e7fbcb8419138bab5cf411f71b17666593559004a8a9674367
 SHA512 
419d8f8465f1807015f0a52d8f35ee89892b0869084dae38b60fc833d63c3d70892d8e59ae00039cd15e0e25f46d042954896f51f8c0520650a877f5296707cb
-DIST prosody-0.11.9.tar.gz 431647 BLAKE2B 
b6cf013a53c91675b50f601031b4843a826d011c4e06b06b27968413f4807a083811465b836531652fb47adc3bdb2ac82308a3c79953d80d6839ca23c669ab80
 SHA512 
fab1acb3de4ff01e3e8c6e9e4dc37cb161259f1649683a1f9d925ed9f1709e052bfc831cba3f1861a9cca599f2b725ee739bfcb57164d6f50ac07011b52a

diff --git a/net-im/prosody/prosody-0.11.9.ebuild 
b/net-im/prosody/prosody-0.11.9.ebuild
deleted file mode 100644
index a89c56614eb..000
--- a/net-im/prosody/prosody-0.11.9.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..3} luajit )
-LUA_REQ_USE="deprecated(+)"
-
-inherit lua-single systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="Prosody is a modern XMPP communication server"
-HOMEPAGE="https://prosody.im/;
-SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib"
-REQUIRED_USE="
-   ^^ ( icu idn )
-   ${LUA_REQUIRED_USE}
-"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   $(lua_gen_cond_dep 'dev-lua/luaexpat[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 'dev-lua/luafilesystem[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 'dev-lua/luasocket[${LUA_USEDEP}]')
-   net-im/jabber-base
-   icu? ( dev-libs/icu:= )
-   idn? ( net-dns/libidn:= )
-   libevent? ( $(lua_gen_cond_dep 'dev-lua/luaevent[${LUA_USEDEP}]') )
-   dev-libs/openssl:0=
-   lua_single_target_lua5-1? ( $(lua_gen_cond_dep 
'dev-lua/lua-bit32[lua_targets_lua5-1(-)]') )
-   mysql? ( $(lua_gen_cond_dep 'dev-lua/luadbi[mysql,${LUA_USEDEP}]') )
-   postgres? ( $(lua_gen_cond_dep 
'dev-lua/luadbi[postgres,${LUA_USEDEP}]') )
-   sqlite? ( $(lua_gen_cond_dep 'dev-lua/luadbi[sqlite,${LUA_USEDEP}]') )
-   ssl? ( $(lua_gen_cond_dep 'dev-lua/luasec[${LUA_USEDEP}]') )
-   zlib? ( $(lua_gen_cond_dep 'dev-lua/lua-zlib[${LUA_USEDEP}]') )
-   ${LUA_DEPS}
-"
-
-RDEPEND="
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-jabber )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-   test? ( $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.11.7-gentoo.patch" )
-
-src_prepare() {
-   default
-
-   # Set correct plugin path for optional net-im/prosody-modules package
-   sed -e "s/GENTOO_LIBDIR/$(get_libdir)/g" -i prosody.cfg.lua.dist || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   --add-cflags="${CFLAGS}"
-   --add-ldflags="${LDFLAGS}"
-   --c-compiler="$(tc-getCC)"
-   --datadir="${EPREFIX}/var/spool/jabber"
-   --idn-library="$(usex idn 'idn' 'icu')"
-   --libdir="${EPREFIX}/usr/$(get_libdir)"
-   --linker="$(tc-getCC)"
-   --lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 
1-2 $(lua_get_version)))"
-   --no-example-certs
-   --ostype="linux"
-   --prefix="${EPREFIX}/usr"
-   --runwith="${ELUA}"
-   --sysconfdir="${EPREFIX}/etc/jabber"
-   --with-lua-include="${EPREFIX}/$(lua_get_include_dir)"
-   --with-lua-lib="${EPREFIX}/$(lua_get_cmod_dir)"
-   )
-
-   # Since the configure script is handcrafted,
-   # and yells at unknown options, do not use 'econf'.
-   ./configure "${myeconfargs[@]}" || die
-
-   rm makefile || die
-   mv GNUmakefile Makefile || die
-}
-
-src_install() {
-   default
-
-   keepdir /var/spool/jabber
-
-   newinitd "${FILESDIR}"/prosody.initd-r5 prosody
-   systemd_newunit "${FILESDIR}"/prosody.service-r2 prosody.service
-
-   newtmpfiles "${FILESDIR}"/prosody.tmpfilesd-r1 prosody.conf
-}
-
-pkg_postinst() {
-   

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

2021-08-26 Thread Lars Wendler
commit: 87700b830974763cf652b2f0311623bba7b77e43
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Aug 26 21:04:14 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Aug 26 21:07:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87700b83

net-fs/samba: Bump to version 4.15.0_rc3. Removed old

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

 net-fs/samba/Manifest | 2 +-
 net-fs/samba/{samba-4.15.0_rc2.ebuild => samba-4.15.0_rc3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 6fdc64832ae..9bc46ea7f7c 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -2,4 +2,4 @@ DIST samba-4.13.10.tar.gz 18450805 BLAKE2B 
3e9e1c951efe45b1954428c479aefc715b1ff
 DIST samba-4.13.9.tar.gz 18443813 BLAKE2B 
24046586f666e9db02e1dd71d7eb854691f39e6b575b9652a8b7c1aa5569c856dfd48911e3f221de74f9deec5808152fa2836d03bb9810d55d4f526f1567574b
 SHA512 
35c98979c1141fe4bd700e3c8f2439ec08876697faeaced6668ea6a9fea1d8303ca34e82123499aa4a41054b9ed6e1260ae779ea8d59978ba6de6b5861f21948
 DIST samba-4.14.6.tar.gz 18661572 BLAKE2B 
d3bd9ba13c89afab1a2d119cbd0488240802710b24c6f681ba962804c6f5097003ed939da8747582aab710405f09ca90eded06eeddd3dd42a5aaa2a99be6be1b
 SHA512 
0ce3f46b2693daa27656fe9a04925cbe7dd398342cab352f0422a350eb9f91d1ea6d64fb18d04010b93fb3c0b9fe6434b23deb1f26018bd1f9bdc1b0f97beca2
 DIST samba-4.14.7.tar.gz 18668592 BLAKE2B 
3cd8c806c6af85eecafa93ba10562544815f3d73aaa6152774d2443971e8c46e4c12c3097f82d04d1560410e796d60d681ce6b1a637a09f0262b39a1fe28cbea
 SHA512 
155621b44232f696f389b8e01fd7d8a5ef8d4aa6b3de54090589268cf377c09714715a05e6198ee7e168ead71c08b5b20cd63a71811ef7d9bc9746c0d05ae9a6
-DIST samba-4.15.0rc2.tar.gz 19124041 BLAKE2B 
dbb9048ef76472c3f5533a4600a399ceb75c6804a7dbd4903f1633418ae9b6d68f10b7df94f8cdb4037208a29fbd6d160c11703121d7dbe42b80ddc00d280fbc
 SHA512 
9adf0add0739c05e2dc302a55dcfff53c8a57a1065435c6fd4e6c7455538129a9199e97fba18910a670d182f35e3cafbb5d31834ddb2adf30eb7daacc8739de2
+DIST samba-4.15.0rc3.tar.gz 18868496 BLAKE2B 
0dd6e5d560ee47adfe312ce1c174b8e9209bdcdd6aecb15aa757f290269ac4604fbb523c23d05aa29a1d420c2f9b42047bafcb4c62e71625749794791f064f82
 SHA512 
a217e7397479856d604b288e4f681bdcb26b097c382d073c87cfcb704ebb54840075e3fed454407e59689edfba0795f5d2b351d14b6cc1402764869b12f13a83

diff --git a/net-fs/samba/samba-4.15.0_rc2.ebuild 
b/net-fs/samba/samba-4.15.0_rc3.ebuild
similarity index 100%
rename from net-fs/samba/samba-4.15.0_rc2.ebuild
rename to net-fs/samba/samba-4.15.0_rc3.ebuild



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

2021-08-26 Thread Sam James
commit: b71295dbc3458867a8cf011156c290a6d7d8c24d
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 21:03:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 21:03:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71295db

net-im/prosody: Stabilize 0.11.10 arm64, #803590

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

 net-im/prosody/prosody-0.11.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/prosody/prosody-0.11.10.ebuild 
b/net-im/prosody/prosody-0.11.10.ebuild
index e0e7c07c450..a89c56614eb 100644
--- a/net-im/prosody/prosody-0.11.10.ebuild
+++ b/net-im/prosody/prosody-0.11.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib"
 REQUIRED_USE="
^^ ( icu idn )



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

2021-08-26 Thread Sam James
commit: 00fa8069e2821ceef6cf88389e73f6491a5042f5
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 21:01:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 21:01:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fa8069

dev-lang/go: Stabilize 1.17 arm, #810064

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

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

diff --git a/dev-lang/go/go-1.17.ebuild b/dev-lang/go/go-1.17.ebuild
index 06a62cb87e7..a545e2d8312 100644
--- a/dev-lang/go/go-1.17.ebuild
+++ b/dev-lang/go/go-1.17.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-08-26 Thread Sam James
commit: b092da3855bc028cb5f9382d8fecd04bd6806abe
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 21:01:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 21:01:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b092da38

dev-lang/go: Stabilize 1.17 arm64, #810064

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

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

diff --git a/dev-lang/go/go-1.17.ebuild b/dev-lang/go/go-1.17.ebuild
index 0d2f65b9fb5..06a62cb87e7 100644
--- a/dev-lang/go/go-1.17.ebuild
+++ b/dev-lang/go/go-1.17.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-08-26 Thread Stephan Hartmann
commit: a68edae8e783b1e6595d8da9280eb04f61722041
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Aug 26 20:36:09 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Aug 26 20:36:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68edae8

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...77.58_beta.ebuild => chrome-binary-plugins-94.0.4606.20_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 bfb7733ded8..69db3e6780a 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_93.0.4577.58-1_amd64.deb 84625800 BLAKE2B 
0e4d1f49cc800534f7fda342230986b4c50854967d7e0c8cfb875b90b3c075798adfb10a41570dfe773b979429961af1c533fc972f69d78b33e217a166e0355c
 SHA512 
61999db9bce0b42b87995446d15875229ee391ddcbecb761101cfafba5afc9eb19b89cd00f84b187b94e9e06e24d6ac1bc7a5d52bd04198ca36897cfa9e7b19d
+DIST google-chrome-beta_94.0.4606.20-1_amd64.deb 90204780 BLAKE2B 
728bb67db396022c6012302f6de62707c1c24f37489c31cbead87349ef0fdb82356b7ec11276b4605fde8a75613cd88ee2ad08f1c66eac3e869e398dcb9d5d30
 SHA512 
74eb59a68effb73196199d0b62047fe8f7392162611304be318b3b6a824240ec96455808bb37135fe62117c0f22369506c1366b9878ae842221845f0e7153461
 DIST google-chrome-stable_92.0.4515.159-1_amd64.deb 80228636 BLAKE2B 
e7b00822716be2b2f39a80d4db2c1e484c961d95ad6cc7d63aff796a6e597afdd0e14042bd9a6a5634418742ef364a1d8fe63323271e0c50132dcabcd6b061dc
 SHA512 
1b2857dc82999583fd5baf539227be8c3a6961678f35019640555633ba6fdcadb924c3525e9042283f8ae8a743990fe7abe41cf07a70fd37f870fc3a76d2a9ac
 DIST google-chrome-unstable_94.0.4606.20-1_amd64.deb 90191096 BLAKE2B 
8125ca89e2860680c3e6e208c502c35d0a4cb9e695c989849143ad6ca627d222d3dbd2ddf71d42c6d6e73c9f36456f91045b950e6c23bcc55b5970417d6bbec3
 SHA512 
c95f59af21907b16f72e9e2f7ddf4f1c67901aac6d2f596682be93eb7246574b48b8090f04042dfc12cd574d93f635896e5dc4cfc3a2a467d0f9c7e9dfa57d4d

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



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

2021-08-26 Thread Stephan Hartmann
commit: 51b17a47c995022f837ff1c1d42abe51188d3a38
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Aug 26 20:36:24 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Aug 26 20:36:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b17a47

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...6.20_alpha.ebuild => chrome-binary-plugins-95.0.4621.4_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 69db3e6780a..4b704ebd7eb 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_94.0.4606.20-1_amd64.deb 90204780 BLAKE2B 
728bb67db396022c6012302f6de62707c1c24f37489c31cbead87349ef0fdb82356b7ec11276b4605fde8a75613cd88ee2ad08f1c66eac3e869e398dcb9d5d30
 SHA512 
74eb59a68effb73196199d0b62047fe8f7392162611304be318b3b6a824240ec96455808bb37135fe62117c0f22369506c1366b9878ae842221845f0e7153461
 DIST google-chrome-stable_92.0.4515.159-1_amd64.deb 80228636 BLAKE2B 
e7b00822716be2b2f39a80d4db2c1e484c961d95ad6cc7d63aff796a6e597afdd0e14042bd9a6a5634418742ef364a1d8fe63323271e0c50132dcabcd6b061dc
 SHA512 
1b2857dc82999583fd5baf539227be8c3a6961678f35019640555633ba6fdcadb924c3525e9042283f8ae8a743990fe7abe41cf07a70fd37f870fc3a76d2a9ac
-DIST google-chrome-unstable_94.0.4606.20-1_amd64.deb 90191096 BLAKE2B 
8125ca89e2860680c3e6e208c502c35d0a4cb9e695c989849143ad6ca627d222d3dbd2ddf71d42c6d6e73c9f36456f91045b950e6c23bcc55b5970417d6bbec3
 SHA512 
c95f59af21907b16f72e9e2f7ddf4f1c67901aac6d2f596682be93eb7246574b48b8090f04042dfc12cd574d93f635896e5dc4cfc3a2a467d0f9c7e9dfa57d4d
+DIST google-chrome-unstable_95.0.4621.4-1_amd64.deb 90514228 BLAKE2B 
a056acbf71153ddfb593e8d88a25d13dc5a0c2ac70b8fcd203c165533c64683ed881e85eaf891b68c9a59070daddc4b085f3c71940a6da04da670fb700d8d1a2
 SHA512 
6b68291a939cab977eab8b87ba58c34f67e4cf5df6e978d6eac397267081f1f125164b07eba0dcfe25573fe0856e3b5dde3b5a3aaf6519b9566bb88296967c30

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



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

2021-08-26 Thread Stephan Hartmann
commit: a239d24b07f1fd2ad97295fcd151e7a4aa4377f3
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Aug 26 20:36:21 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Aug 26 20:36:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a239d24b

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

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...le-94.0.4606.20.ebuild => google-chrome-unstable-95.0.4621.4.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 db1e924828e..0dc2354f885 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_94.0.4606.20-1_amd64.deb 90191096 BLAKE2B 
8125ca89e2860680c3e6e208c502c35d0a4cb9e695c989849143ad6ca627d222d3dbd2ddf71d42c6d6e73c9f36456f91045b950e6c23bcc55b5970417d6bbec3
 SHA512 
c95f59af21907b16f72e9e2f7ddf4f1c67901aac6d2f596682be93eb7246574b48b8090f04042dfc12cd574d93f635896e5dc4cfc3a2a467d0f9c7e9dfa57d4d
+DIST google-chrome-unstable_95.0.4621.4-1_amd64.deb 90514228 BLAKE2B 
a056acbf71153ddfb593e8d88a25d13dc5a0c2ac70b8fcd203c165533c64683ed881e85eaf891b68c9a59070daddc4b085f3c71940a6da04da670fb700d8d1a2
 SHA512 
6b68291a939cab977eab8b87ba58c34f67e4cf5df6e978d6eac397267081f1f125164b07eba0dcfe25573fe0856e3b5dde3b5a3aaf6519b9566bb88296967c30

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



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

2021-08-26 Thread Stephan Hartmann
commit: a7281f237dd31b7e85cc5219b48229d55931f147
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Aug 26 20:36:06 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Aug 26 20:36:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7281f23

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

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-93.0.4577.58.ebuild => google-chrome-beta-94.0.4606.20.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 0e464a5791b..8976867f7c2 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_93.0.4577.58-1_amd64.deb 84625800 BLAKE2B 
0e4d1f49cc800534f7fda342230986b4c50854967d7e0c8cfb875b90b3c075798adfb10a41570dfe773b979429961af1c533fc972f69d78b33e217a166e0355c
 SHA512 
61999db9bce0b42b87995446d15875229ee391ddcbecb761101cfafba5afc9eb19b89cd00f84b187b94e9e06e24d6ac1bc7a5d52bd04198ca36897cfa9e7b19d
+DIST google-chrome-beta_94.0.4606.20-1_amd64.deb 90204780 BLAKE2B 
728bb67db396022c6012302f6de62707c1c24f37489c31cbead87349ef0fdb82356b7ec11276b4605fde8a75613cd88ee2ad08f1c66eac3e869e398dcb9d5d30
 SHA512 
74eb59a68effb73196199d0b62047fe8f7392162611304be318b3b6a824240ec96455808bb37135fe62117c0f22369506c1366b9878ae842221845f0e7153461

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



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

2021-08-26 Thread Sam James
commit: 6dff3ec51c93fb8c593d2618346a03f8025d20f1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 19:09:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 20:36:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dff3ec5

dev-python/ipykernel: keyworded 6.2.0 for sparc, bug #810070

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipykernel/ipykernel-6.2.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.2.0.ebuild
index 48919332631..cd94816b923 100644
--- a/dev-python/ipykernel/ipykernel-6.2.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 
 RDEPEND="
>=dev-python/debugpy-1.0.0[${PYTHON_USEDEP}]



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

2021-08-26 Thread Sam James
commit: fe6659adf0608a2091402972059951bf8802a673
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 20:18:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 20:36:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6659ad

dev-libs/openssl: stable 1.1.1l for sparc, bug #810433

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/openssl/openssl-1.1.1l.ebuild 
b/dev-libs/openssl/openssl-1.1.1l.ebuild
index 8317d5df770..a37dd201e16 100644
--- a/dev-libs/openssl/openssl-1.1.1l.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1l.ebuild
@@ -27,7 +27,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 [[ "${PV}" = *_pre* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
 IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 sslv3 
static-libs test tls-compression tls-heartbeat vanilla"
 RESTRICT="!bindist? ( bindist )
!test? ( test )"



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

2021-08-26 Thread Sam James
commit: 812ee540b9fd01ddc9140dc0c58282484f56d2f7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 19:08:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 20:36:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812ee540

dev-python/debugpy: keyworded 1.4.1 for sparc, bug #810070

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/debugpy/debugpy-1.4.1.ebuild 
b/dev-python/debugpy/debugpy-1.4.1.ebuild
index f49de56ebc4..5d66c556413 100644
--- a/dev-python/debugpy/debugpy-1.4.1.ebuild
+++ b/dev-python/debugpy/debugpy-1.4.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/microsoft/${PN}/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 
 # There is not enough time in the universe for this test suite
 RESTRICT="test"



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

2021-08-26 Thread Stephan Hartmann
commit: fa1e85bb580188bf3184cac287d815cc312c868b
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Aug 26 20:35:14 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Aug 26 20:35:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1e85bb

profiles: drop chromium mask

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

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index beb7476db03..44d7d5d7800 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -127,12 +127,6 @@ x11-libs/goocanvas:0
 # failing tests with Python 3.10. Removal on 2021-09-06.
 dev-python/pydiff
 
-# Stephan Hartmann  (2021-08-06)
-# Dev channel releases are only for people who
-# are developers or want more experimental features
-# and accept a more unstable release.
->=www-client/chromium-94
-
 # Ulrich Müller  (2021-08-06)
 # Masked for removal in 30 days. Upstream has joined the
 # manpages-l10n project, so 5.06 was their ultimate release



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

2021-08-26 Thread Stephan Hartmann
commit: 99cc338aa012d3f13af51c26ecaab0f854e9b9b5
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Aug 26 20:33:43 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Aug 26 20:34:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cc338a

www-client/chromium: beta channel bump to 94.0.4606.20

Bug: https://bugs.gentoo.org/807881
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest  | 2 +-
 ...{chromium-94.0.4606.12.ebuild => chromium-94.0.4606.20.ebuild} | 8 +++-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 5e011d8ce5b..817c3197491 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -5,6 +5,6 @@ DIST chromium-92.0.4515.159.tar.xz 958060524 BLAKE2B 
df4f06bc18c4c92061db55d098b
 DIST chromium-93-patchset-6.tar.xz 6796 BLAKE2B 
2688c68becac1187668b459f9827ffca79de6c7ee64299dff20f91cb774af676ec3d95d809b4fc5f7bd663c3b8c904a46ac9cd3ec70a5ce248456dcd48834932
 SHA512 
eaf0d2bc29c53c7021ccded9c14463bbde2887926c069154c0126ee1bf513bf41a38eeb3dc21023a2e9637ce3e1e541a3b2a79a990bb8becae0da0a04e57c76a
 DIST chromium-93.0.4577.58.tar.xz 1038747000 BLAKE2B 
b7a2ed6d5a06e6e5b0a2071c72dae020a36d0640a27329aac6eee9544337db131e9f3b8130b9deaf6629550b230003f5f2b1e8881f7fe6336e1c44ff77a4dc3e
 SHA512 
eb27cc408c511f095e33d2c5369c95e4750fd8ca7bbda6a44080beb02b25fcacf200307c52e7354f0f85dcba2b1b64617e961a0e1fb97b1c5828da472dd5371c
 DIST chromium-94-patchset-3.tar.xz 5052 BLAKE2B 
3946b555d22792023696e85dbdb02a5fc43e39819c3a1a25c782d12771a608b068a7d11f757fa6390e7d295fe9c2b3b8085c31bd79d35edcd882a3f9f66df8dd
 SHA512 
42f7beb412a7e691f35603625cbb316223706891f2a289301e4786ab92cfd4414d2f4a365f7637ba49a28508e18523670e59ae88512bc56afdd79d22f62f407e
-DIST chromium-94.0.4606.12.tar.xz 1042728660 BLAKE2B 
250509ba893b58ded24f65ca77eba42c929cfaa94076469ca7ef20576c0b9204b5fc1e7c780286f795c5c0031b6e383f960d20bab4ea1acf9facd87386b71750
 SHA512 
82bf09c7bfbb1d9652439a65911ec18b8ea48e7f74a41227b328be95baf0b11ea0a96a7ef612d419f00b38b3ef6b2bef7936b8e53bbfdaaa2570b9e8f6a41252
+DIST chromium-94.0.4606.20.tar.xz 1042465240 BLAKE2B 
c742ee30ee42e547773ca8cb69e6ff1e8a285cef4820129a47d22729016afde44a17e329f1ade562344a2a621c6fa581640a1ce3a9335cf5c1bb3d90e35ca463
 SHA512 
b820ad361804df18109ad5b42b9bb5b776c64495b0ede43a73264b6c7c3b6c81c94bce59ed49d5613746b6cc686905dd57ee642aff7dfc0633ea7568b47d632a
 DIST highway-0.12.1.tar.gz 1480579 BLAKE2B 
2889f96e33ae4411b14dae2229d86b0581f2044f50d6bb829a83417f0d67f0c9a8c03d552d09a985231ea11e88497fa405efcb85d158b5734b477bec5764a1eb
 SHA512 
d14aeffc80739a5993177fb190ac03998d495004e9c54126c0e0b174c28be52a3f3fe581d8a08db67c34bd00045223d1850e7b384a2e7fe37a8150d7908004cb
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-94.0.4606.12.ebuild 
b/www-client/chromium/chromium-94.0.4606.20.ebuild
similarity index 99%
rename from www-client/chromium/chromium-94.0.4606.12.ebuild
rename to www-client/chromium/chromium-94.0.4606.20.ebuild
index a5909984777..9302f058bfa 100644
--- a/www-client/chromium/chromium-94.0.4606.12.ebuild
+++ b/www-client/chromium/chromium-94.0.4606.20.ebuild
@@ -560,6 +560,9 @@ src_configure() {
# GN needs explicit config for Debug/Release as opposed to inferring it 
from build directory.
myconf_gn+=" is_debug=false"
 
+   # make DCHECK configurable at runtime for non-official builds.
+   myconf_gn+=" dcheck_is_configurable=$(usex official false true)"
+
# Component build isn't generally intended for use by end users. It's 
mostly useful
# for development and debugging.
myconf_gn+=" is_component_build=$(usex component-build true false)"
@@ -735,11 +738,6 @@ src_configure() {
# Chromium relies on this, but was disabled in >=clang-10, 
crbug.com/1042470
append-cxxflags $(test-flags-CXX -flax-vector-conversions=all)
 
-   # highway/libjxl relies on this with arm64
-   if use arm64 && tc-is-gcc; then
-   append-cxxflags -flax-vector-conversions
-   fi
-
# Disable unknown warning message from clang.
tc-is-clang && append-flags -Wno-unknown-warning-option
 



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

2021-08-26 Thread Bernard Cafarelli
commit: 1e59292df94aaf90e33d3e136b61b734ed197980
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Aug 26 20:12:06 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Aug 26 20:12:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e59292d

app-text/tesseract: 5.0.0_beta20210815 beta bump

This masked ebuild will help for initial testing of 5.0.0 and relevant
ebuild changes

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-text/tesseract/Manifest|  1 +
 app-text/tesseract/metadata.xml|  1 +
 .../tesseract/tesseract-5.0.0_beta20210815.ebuild  | 95 ++
 3 files changed, 97 insertions(+)

diff --git a/app-text/tesseract/Manifest b/app-text/tesseract/Manifest
index 62173ed3960..beb6199c964 100644
--- a/app-text/tesseract/Manifest
+++ b/app-text/tesseract/Manifest
@@ -39,6 +39,7 @@ DIST swe.traineddata-3.04.00 9460295 BLAKE2B 
766bcd64e506eea7014975de1ddf6cffcf8
 DIST tesseract-3.05.02.tar.gz 3571750 BLAKE2B 
f8c856449ab763d66a50d4bc65450f3c71132e66b4306f5a022c3df65c62646ec202256e12b5ce91888330a5ef10a3966f91eddc241cf306809ce40abc165c82
 SHA512 
4cb23a6981dd5ec9eefea7b9674847ae88a411a7308ee6d946a920c76eefcf5fe7a90f6cb3ff00493a0e69b5c327d052fa8514d7f3ed506bccbe4b0163065793
 DIST tesseract-4.1.0.tar.gz 1965053 BLAKE2B 
172aed0b149cb1af8c8c7b53022de237c8e07086bad78063374d5e425180e4b70eca5cee4d66a1f5b0bc2d51f6b8d41bf0c564918a85977d83fdbe6ba2f5497b
 SHA512 
d617f5c5b826640b2871dbe3d7973bcc5e66fafd837921a20e009d683806ed50f0f258aa455019d99fc54f5cb65c2fa0380e3a3c92b39ab0684b8799c730b09d
 DIST tesseract-4.1.1.tar.gz 1974988 BLAKE2B 
f729beb017ec81704b84f5e6539706ff0cd6a51a4d1b7b730c394af58ce2ea2a659203bf239417e8d500cfbde845a73d6e6e181ca946257c2f22525820899602
 SHA512 
017723a2268be789fe98978eed02fd294968cc8050dde376dee026f56f2b99df42db935049ae5e72c4519a920e263b40af1a6a40d9942e66608145b3131a71a2
+DIST tesseract-5.0.0_beta20210815.tar.gz 1914265 BLAKE2B 
eadefb46a84fcc73d3da7a1780d1e0669840183266176021871e57ca55c79e9b56a78334414732b9024ae911cee522069c3170bf71af877c46c1ffae37c88b3f
 SHA512 
4b78af9119c35d783e47523b41ee8bbf63913f8c122e94b6e6538a4cbab8e751df9f00f3a50d48e8a7beb948c6b23794e2481721696bf3e0f284de8aa6e9e8e7
 DIST tgl.traineddata-3.04.00 4114554 BLAKE2B 
1cbd5e20fcf5fa7ea183daa76e1d09d7bd4427ce2456de49f23e374af8ae48219a32f71a25d0a98c26c79ac87dc4f8f68621c76fad85b6105561f5285d635c8d
 SHA512 
8c205fd0d4b2fc774e5b6a19cb56dcdb91b7d001acd881e34363e437d5eeae8615b853ae09f93c4957328d3a423300b9a20a443ca971a14ede1867de6194a2bb
 DIST tha.traineddata-3.04.00 13565168 BLAKE2B 
1fe254a7ace923a88579c46111a0be81ad7cac9d60d59189e26fef6c11469da26e86ca867ff97cbf1b83fc501d6e48fee0e729f6e73e7f5a512e7b89998475c2
 SHA512 
1f8750ee148a6dc5677441bdf8b41d09594b591c34c7fc0af1923a89acf9db76f12ab3ed136819b6900b70ff393fd586054fd383a427ca70b4cf9aecb6db029a
 DIST tur.traineddata-3.04.00 14069931 BLAKE2B 
385714a9fb0efa7a8299de7152729a7f7e12a29d4c33cc4df6c5592bd1ddca145acb056caaf93f077279489c3a12e2d95285d0790979cbb036206ecdab910080
 SHA512 
822b51bf9836f0d2b5923fc8ea14690a16d6e1831dc8828d0aad7cb4bda2bcec06ba7cdc79187d48b93e3541dfd46f1f50dc44dae504af9dd7a788052a05b51e

diff --git a/app-text/tesseract/metadata.xml b/app-text/tesseract/metadata.xml
index c3f203799bf..8a74de4013f 100644
--- a/app-text/tesseract/metadata.xml
+++ b/app-text/tesseract/metadata.xml
@@ -16,6 +16,7 @@
 tesseract-ocr/tesseract
   
   
+Support float for model training and text recognition 
(faster, requires less RAM)
  Enable support for recognition of equations.
  Install viewer to debug recognition 
(ScrollView).
  Enable support orientation and script detection.

diff --git a/app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild 
b/app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild
new file mode 100644
index 000..0b194b123b8
--- /dev/null
+++ b/app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal toolchain-funcs
+
+DESCRIPTION="An OCR Engine, originally developed at HP, now open source."
+HOMEPAGE="https://github.com/tesseract-ocr;
+BETA_PV=$(ver_rs 3-4 "-")
+SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${BETA_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc float32 jpeg opencl openmp png static-libs tiff training webp"
+
+COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?]
+   opencl? (
+   virtual/opencl[${MULTILIB_USEDEP}]
+   media-libs/tiff:0=[${MULTILIB_USEDEP}]
+   media-libs/leptonica:=[tiff]
+   )
+   training? (
+   dev-libs/icu:=
+   x11-libs/pango:=
+   

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

2021-08-26 Thread Bernard Cafarelli
commit: 0f2c4e03f04ece69991c042e7691f053b0343ec6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Aug 26 20:14:25 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Aug 26 20:14:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2c4e03

profiles/package.mask: mask app-text/tesseract-5.0.0 beta

Signed-off-by: Bernard Cafarelli  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 521b7099519..beb7476db03 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Bernard Cafarelli  (2021-08-26)
+# Preparing for final 5.0.0 release
+>=app-text/tesseract-5.0.0_beta
+
 # Arthur Zamarin  (2021-08-20)
 # Inactive upstream.
 # Fully superseded by dev-python/dnspython. All reverse dependencies support



[gentoo-commits] proj/releng:master commit in: tools/

2021-08-26 Thread Matt Turner
commit: ba25e990d0ca8d84b5f2a7fbfecb6fad4ba21bbe
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 26 19:54:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 26 19:54:52 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=ba25e990

tools: Upload with SSH option IPQoS=cs0

SSH defaults to IPQoS=cs1 for non-interative sessions, like scp.
OSUOSL's network prioritizes these packets lower and often drops them,
reducing uplaod performance significantly.

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

 tools/catalyst-auto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 1f053048..028e09ca 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -274,6 +274,7 @@ upload() {
-o UserKnownHostsFile=/dev/null
-o VerifyHostKeyDNS=yes
-o StrictHostKeyChecking=no
+   -o IPQoS=cs0
)
local RSYNC_OPTS=(
-e "${SSH_CMD[*]}"



[gentoo-commits] proj/releng:master commit in: tools/

2021-08-26 Thread Matt Turner
commit: 9860d0914e8a5a494cb66b971d92ca540edf4a5c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 26 19:52:10 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 26 19:52:10 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=9860d091

Remove leftovers from build.env usage

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

 tools/catalyst-auto-amd64.conf | 2 --
 tools/catalyst-auto-x86.conf   | 1 -
 2 files changed, 3 deletions(-)

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 41cbd219..07650be0 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -74,8 +74,6 @@ update_symlinks() {
 post_build() {
local set=$1 spec=$2
 
-   UPLOAD_DEST=${BUILD_DESTDIR_BASE}
-
pushd "${BUILD_SRCDIR_BASE}"/builds/default >/dev/null || exit
case ${spec} in
stage3-openrc.spec)

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index b81bceb7..0149eab5 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -56,7 +56,6 @@ update_symlinks() {
 
 post_build() {
local set=$1 spec=$2
-   UPLOAD_DEST=${BUILD_DESTDIR_BASE}
 
pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit
case ${spec} in



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

2021-08-26 Thread Sam James
commit: eebab8de7d5d218bc534cde75d0fa907317bb8c5
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 19:51:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:51:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebab8de

dev-libs/openssl: Stabilize 1.1.1l x86, #810433

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

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

diff --git a/dev-libs/openssl/openssl-1.1.1l.ebuild 
b/dev-libs/openssl/openssl-1.1.1l.ebuild
index 08826a65093..8317d5df770 100644
--- a/dev-libs/openssl/openssl-1.1.1l.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1l.ebuild
@@ -27,7 +27,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 [[ "${PV}" = *_pre* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x86-linux"
 IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 sslv3 
static-libs test tls-compression tls-heartbeat vanilla"
 RESTRICT="!bindist? ( bindist )
!test? ( test )"



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

2021-08-26 Thread Sam James
commit: a2cc71bcf80de42b82bf0b5817273b1bbf880f47
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 19:51:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:51:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cc71bc

dev-libs/openssl: Stabilize 1.1.1l amd64, #810433

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

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

diff --git a/dev-libs/openssl/openssl-1.1.1l.ebuild 
b/dev-libs/openssl/openssl-1.1.1l.ebuild
index 40abe5cb2d8..08826a65093 100644
--- a/dev-libs/openssl/openssl-1.1.1l.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1l.ebuild
@@ -27,7 +27,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 LICENSE="openssl"
 SLOT="0/1.1" # .so version of libssl/libcrypto
 [[ "${PV}" = *_pre* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
 IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 sslv3 
static-libs test tls-compression tls-heartbeat vanilla"
 RESTRICT="!bindist? ( bindist )
!test? ( test )"



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

2021-08-26 Thread Sam James
commit: 051e4512a1ca2fa152d20df6e4ef782bde2a17cd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:08:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051e4512

dev-perl/Net-SSLeay: stable 1.900.0 for hppa, bug #810163

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild 
b/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild
index 2476d2c02c3..7aa8353d681 100644
--- a/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild
+++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.900.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for using OpenSSL"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal examples"
 
 RDEPEND="



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

2021-08-26 Thread Sam James
commit: 774e41f725899c0840a1e056a2486341d55679d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:07:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e41f7

dev-perl/libintl-perl: stable 1.320.0 for hppa, bug #810219

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild 
b/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild
index ac6cb81f6e8..443f4ddd4a0 100644
--- a/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild
+++ b/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://guido-flohr.net/projects/libintl-perl 
https://metacpan.org/rele
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



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

2021-08-26 Thread Sam James
commit: e5baa1a5eb0c4554bca3aa9ebeedab40ed119a2b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:10:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5baa1a5

dev-perl/Path-Tiny: stable 0.118.0 for hppa, bug #810203

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
index 57ba4e47b33..9a5490c0873 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



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

2021-08-26 Thread Sam James
commit: 6a19e0a34d8a1fccb608a60bafd99473efd4c6d7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:06:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a19e0a3

dev-perl/namespace-autoclean: stable 0.290.0 for hppa, bug #810225

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild 
b/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild
index 5e0269ee7d4..74d0f2171a9 100644
--- a/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild
+++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Keep imports out of your namespace"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 RDEPEND="
>=dev-perl/B-Hooks-EndOfScope-0.120.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Stash-XS/

2021-08-26 Thread Sam James
commit: cd60400019906254e7ae953d9acce151a4afc13f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:09:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd604000

dev-perl/Package-Stash-XS: stable 0.290.0 for hppa, bug #810191

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Package-Stash-XS/Package-Stash-XS-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.290.0.ebuild 
b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.290.0.ebuild
index c3f339bee33..356d2dadd08 100644
--- a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.290.0.ebuild
+++ b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}



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

2021-08-26 Thread Sam James
commit: c91a932acff6c528551ad07d35f444c7f0c9d7b0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:08:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91a932a

dev-perl/IO-stringy: stable 2.113.0 for hppa, bug #810111

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/IO-stringy/IO-stringy-2.113.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-stringy/IO-stringy-2.113.0.ebuild 
b/dev-perl/IO-stringy/IO-stringy-2.113.0.ebuild
index b8f97388b53..f4f1f48d2ad 100644
--- a/dev-perl/IO-stringy/IO-stringy-2.113.0.ebuild
+++ b/dev-perl/IO-stringy/IO-stringy-2.113.0.ebuild
@@ -11,4 +11,4 @@ inherit perl-module
 DESCRIPTION="I/O on in-core objects like strings and arrays"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2021-08-26 Thread Sam James
commit: 8eb0d2e46c99e58fc5e03f9a5b078e20992afcd5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:06:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb0d2e4

dev-perl/PadWalker: stable 2.500.0 for hppa, bug #810193

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/PadWalker/PadWalker-2.500.0.ebuild 
b/dev-perl/PadWalker/PadWalker-2.500.0.ebuild
index b9c5d528472..638728a10cd 100644
--- a/dev-perl/PadWalker/PadWalker-2.500.0.ebuild
+++ b/dev-perl/PadWalker/PadWalker-2.500.0.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="play with other peoples' lexical variables"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2021-08-26 Thread Sam James
commit: e6ce7e26071289148a41a17e8e1707f5edc74965
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:02:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ce7e26

dev-perl/Type-Tiny: stable 1.12.3 for sparc, bug #810205

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
index 709b2698ca9..74a3cf7d247 100644
--- a/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-08-26 Thread Sam James
commit: 239d93e27319e7f930d09e0b97852fce6c940e49
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:07:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239d93e2

dev-perl/libwww-perl: stable 6.550.0 for hppa, bug #810221

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
index 5601a034d1c..791f63c72ad 100644
--- a/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
+++ b/dev-perl/libwww-perl/libwww-perl-6.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A collection of Perl Modules for the WWW"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="ssl"
 
 RDEPEND="



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

2021-08-26 Thread Sam James
commit: b8f3bf0613955094ca6d87e52460a2087756417b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:04:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f3bf06

mail-filter/libmilter: stable 1.0.2_p1-r2 for hppa, bug #809302

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild 
b/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild
index 9646d468dab..59df8fa730f 100644
--- a/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild
+++ b/mail-filter/libmilter/libmilter-1.0.2_p1-r2.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/sendmail-${SENDMAIL_VER}"
 
 LICENSE="Sendmail"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="ipv6 poll"
 
 RDEPEND="!

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

2021-08-26 Thread Sam James
commit: 6ba111006ab0a111b1db570923d4781a8be9627c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:09:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba11100

dev-perl/Params-ValidationCompiler: mark 0.300.0 hppa, bug #810201

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 .../Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild
index d15ccd88924..29afc07678f 100644
--- 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild
+++ 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Build an optimized subroutine parameter validator once, use it 
forever"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 LICENSE="Artistic-2"
 
 RDEPEND="



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

2021-08-26 Thread Sam James
commit: 7234c1c56322464974139233f4e5b53348f89f20
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:05:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7234c1c5

dev-perl/Net-Daemon: stable 0.490.0 for hppa, bug #810149

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index 2618faa3583..6c3c7066d46 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



[gentoo-commits] repo/gentoo:master commit in: dev-perl/List-MoreUtils-XS/

2021-08-26 Thread Sam James
commit: 801536173a29f54dd7fc87d95c0e444a3f98d492
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:02:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80153617

dev-perl/List-MoreUtils-XS: stable 0.430.0 for sparc, bug #810117

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild 
b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
index 7e807b55274..ffc2922e920 100644
--- a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compiled List::MoreUtils functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # See XS.pm/LICENSE
 LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/sendmail/

2021-08-26 Thread Sam James
commit: 1faf4477d33933f55917ee9b9cc31f1c88a524f8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:05:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1faf4477

mail-mta/sendmail: stable 8.16.1-r1 for hppa, bug #809302

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 mail-mta/sendmail/sendmail-8.16.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild 
b/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild
index 78ea5e0bfba..6b50939abeb 100644
--- a/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild
+++ b/mail-mta/sendmail/sendmail-8.16.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz;
 
 LICENSE="Sendmail GPL-2" # GPL-2 is here for initscript
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="ipv6 ldap mbox nis sasl sockets ssl tcpd"
 
 BDEPEND="



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

2021-08-26 Thread Sam James
commit: 6793d40a471198b76af9efa8a9448a2c44fcc095
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:04:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6793d40a

dev-libs/dbus-glib: stable 0.112 for hppa, bug #808492

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild 
b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild
index 7863a56381a..1dac549aefb 100644
--- a/dev-libs/dbus-glib/dbus-glib-0.112.ebuild
+++ b/dev-libs/dbus-glib/dbus-glib-0.112.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="|| ( GPL-2 AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="debug static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-08-26 Thread Arthur Zamarin
commit: e4f264b5edea369d42d5b88aafff12075c6a50d6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 26 19:24:17 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 26 19:46:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f264b5

app-doc/doxygen: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-doc/doxygen/doxygen-1.9.1.ebuild | 2 +-
 app-doc/doxygen/doxygen-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.9.1.ebuild 
b/app-doc/doxygen/doxygen-1.9.1.ebuild
index b39f2b495b8..feb75a0f08a 100644
--- a/app-doc/doxygen/doxygen-1.9.1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake flag-o-matic llvm python-any-r1
 if [[ ${PV} = ** ]]; then

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index d7b29b1b1ab..16ef846e3b6 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake flag-o-matic llvm python-any-r1
 if [[ ${PV} = ** ]]; then



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

2021-08-26 Thread Arthur Zamarin
commit: 25b1bf4b597851c00fa290b2b30f403d0a8f0e2d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 26 19:31:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 26 19:46:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b1bf4b

dev-libs/udis86: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/udis86/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/udis86/metadata.xml b/dev-libs/udis86/metadata.xml
index 8e3555d805c..6c585086e5b 100644
--- a/dev-libs/udis86/metadata.xml
+++ b/dev-libs/udis86/metadata.xml
@@ -7,5 +7,6 @@


udis86
+   vmt/udis86

 



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

2021-08-26 Thread Arthur Zamarin
commit: d429b3e8347ccf772cbc819896d10df04bfc3bdb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 26 19:13:33 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 26 19:46:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d429b3e8

app-doc/doxygen: add github upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/app-doc/doxygen/metadata.xml b/app-doc/doxygen/metadata.xml
index bb9c3fb5578..9bae7e30079 100644
--- a/app-doc/doxygen/metadata.xml
+++ b/app-doc/doxygen/metadata.xml
@@ -12,6 +12,9 @@
IDL (Corba and Microsoft flavors) and to some extent PHP, C#, 
and D,
as well as other languages (using additional helper tools).

+   
+   doxygen/doxygen
+   

support for sys-devel/clang 
assisted parsing
allow to create dot graphs using 
media-gfx/graphviz



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

2021-08-26 Thread Arthur Zamarin
commit: 225efab2cf1ed31e2d537fdb772b1ba466fd55f7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 26 19:33:30 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 26 19:46:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225efab2

dev-libs/udis86: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-libs/udis86/udis86-1.7.2-r1.ebuild 
b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
index 72bba553ae9..25eaca4ec40 100644
--- a/dev-libs/udis86/udis86-1.7.2-r1.ebuild
+++ b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit autotools multilib-minimal python-any-r1
 



  1   2   3   4   >