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

2022-01-28 Thread Michał Górny
commit: ac0a722b302cc213f8a89a46074d3c56a6b41761
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:36:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:53:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0a722b

dev-python/defcon: Remove old

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

 dev-python/defcon/Manifest|  1 -
 dev-python/defcon/defcon-0.9.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/defcon/Manifest b/dev-python/defcon/Manifest
index d7ebac1a235c..745af2b1da17 100644
--- a/dev-python/defcon/Manifest
+++ b/dev-python/defcon/Manifest
@@ -1,2 +1 @@
 DIST defcon-0.10.0.tar.gz 426111 BLAKE2B 
6750ac064677bd1b2a2b49d37792b4e35c923ddd239c521490dd3aa0c40f55a96dcdac156a2511c3bb40605505beb920c66053488bb2bc2508899d4a81f77ddb
 SHA512 
69d48701bdf419080b7acafe2b92c1897358d969d6ea5b78330969b79b9e393a1c53cfb1a17b4d58719329c403ac3a52a4e12828d99b8793d8dd19ddda151c76
-DIST defcon-0.9.0.tar.gz 426109 BLAKE2B 
ac9e7292a444843f675168120ddb1aee636e3f7569ba9d90660906665b109054c245398ba2de93faf255a412dd9e65569fb0cf68d845636ca1780190b6cdcd21
 SHA512 
29f0fde5bf9809ef9601497844fed3d537aa02de4404e191f8504808271ad263e3a11ea82f04c78a0fa3e673e511ea6600c707f956f06b3186e87a3ce4d84c13

diff --git a/dev-python/defcon/defcon-0.9.0.ebuild 
b/dev-python/defcon/defcon-0.9.0.ebuild
deleted file mode 100644
index 814cc1e5c696..
--- a/dev-python/defcon/defcon-0.9.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A set of UFO based objects for use in font editing applications"
-HOMEPAGE="https://github.com/robotools/defcon;
-SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/fs[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-01-28 Thread Michał Górny
commit: 10732e415384ca0902de70d7e9f41ba6e145de33
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:36:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:53:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10732e41

dev-python/jupyter_core: Remove old

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

 dev-python/jupyter_core/Manifest  |  1 -
 dev-python/jupyter_core/jupyter_core-4.8.1.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/jupyter_core/Manifest b/dev-python/jupyter_core/Manifest
index 1a4ad534107b..bf71a02a74b8 100644
--- a/dev-python/jupyter_core/Manifest
+++ b/dev-python/jupyter_core/Manifest
@@ -1,2 +1 @@
-DIST jupyter_core-4.8.1.tar.gz 73579 BLAKE2B 
d5dcc89d948fa52f4a1b7c210585e9e5657004a431a4d177d7393d8283a9be86117e2c2452e4381399d1f479ae7b9ec4c5f891d09dd99c81768a64b69d8b182a
 SHA512 
774612652537f46f486c0ae4157053463debcdc079d5e732865c729ef7fbab5f0d1b8da5d4e7cc1eda3a80250b43877d8f75889fa86330f951c61e3f8a7a29e2
 DIST jupyter_core-4.9.1.tar.gz 74787 BLAKE2B 
3c902063c4d2819c8254eca87a64d922c3d1e408fc22e96d03765a8bb0fe644a9aafaccf3db106841becf307ffe47c9fcb723cad611833b5fcbe79e812ea2445
 SHA512 
3a176271e073448e3a15a69d51558486775abebec051e141594fe0d2859d9a0fc5cadbf6857764de6d1ec746f03d9d22419c91f97015d4ff6694626f455df773

diff --git a/dev-python/jupyter_core/jupyter_core-4.8.1.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.8.1.ebuild
deleted file mode 100644
index 7af011529b6b..
--- a/dev-python/jupyter_core/jupyter_core-4.8.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Core common functionality of Jupyter projects"
-HOMEPAGE="https://jupyter.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinxcontrib-github-alt
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # fails if jupyter is not in system sitedir
-   # (PYTHONPATH is insufficient)
-   jupyter_core/tests/test_command.py::test_not_on_path
-   jupyter_core/tests/test_command.py::test_path_priority
-   # TODO
-   jupyter_core/tests/test_paths.py::test_jupyter_path_prefer_env
-)



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

2022-01-28 Thread Michał Górny
commit: 2a0bda7dbbf4a80a17c45a62a003a7eee2aa865d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:30:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:53:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0bda7d

distutils-r1.eclass: Fix installing scripts w/ PEP517 & single-impl

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

 eclass/distutils-r1.eclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index e25263ee7e1d..a5500df86937 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1146,6 +1146,9 @@ distutils-r1_python_install() {
# remove the altered bindir, executables from the package
# are already in scriptdir
rm -r "${root}${scriptdir}" || die
+   if [[ ${DISTUTILS_SINGLE_IMPL} ]]; then
+   mv "${root}$(python_get_scriptdir)" 
"${root}${scriptdir}" || die
+   fi
else
local root=${D%/}/_${EPYTHON}
[[ ${DISTUTILS_SINGLE_IMPL} ]] && root=${D%/}



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

2022-01-28 Thread Michał Górny
commit: 97fd212c9dbfac164d1ec26757b276dfb11765ec
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:31:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fd212c

distutils-r1.eclass: Do not create ${BUILD_DIR}/lib in PEP 517 mode

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

 eclass/distutils-r1.eclass | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index a5500df86937..8d03d2d1771d 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1289,15 +1289,15 @@ distutils-r1_run_phase() {
# Undo the default switch in setuptools-60+ for the time being,
# to avoid replacing .egg-info file with directory in-place.
local -x 
SETUPTOOLS_USE_DISTUTILS="${SETUPTOOLS_USE_DISTUTILS:-stdlib}"
-   fi
 
-   # Bug 559644
-   # using PYTHONPATH when the ${BUILD_DIR}/lib is not created yet might 
lead to
-   # problems in setup.py scripts that try to import modules/packages from 
that path
-   # during the build process (Python at startup evaluates PYTHONPATH, if 
the dir is
-   # not valid then associates a NullImporter object to ${BUILD_DIR}/lib 
storing it
-   # in the sys.path_importer_cache)
-   mkdir -p "${BUILD_DIR}/lib" || die
+   # Bug 559644
+   # using PYTHONPATH when the ${BUILD_DIR}/lib is not created yet 
might lead to
+   # problems in setup.py scripts that try to import 
modules/packages from that path
+   # during the build process (Python at startup evaluates 
PYTHONPATH, if the dir is
+   # not valid then associates a NullImporter object to 
${BUILD_DIR}/lib storing it
+   # in the sys.path_importer_cache)
+   mkdir -p "${BUILD_DIR}/lib" || die
+   fi
 
# Set up build environment, bug #513664.
local -x AR=${AR} CC=${CC} CPP=${CPP} CXX=${CXX}



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

2022-01-28 Thread Arthur Zamarin
commit: 0f25d68b270dc17ecf5816df4eb59dee1cf63bcc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:39:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:39:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f25d68b

dev-python/gevent: Stabilize 21.12.0 ppc64, #832289

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

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

diff --git a/dev-python/gevent/gevent-21.12.0.ebuild 
b/dev-python/gevent/gevent-21.12.0.ebuild
index 61d4d0e94b2c..27c7b73b9e4c 100644
--- a/dev-python/gevent/gevent-21.12.0.ebuild
+++ b/dev-python/gevent/gevent-21.12.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~mips ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: 854950fbd2c25ab9b1b9d87959899cb8e9348c86
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:34:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:34:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854950fb

sys-apps/util-linux: Stabilize 2.37.3-r1 ppc64, #832271

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

 sys-apps/util-linux/util-linux-2.37.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
index 740ce9fa2b2a..258febe28d6c 100644
--- a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"

SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz;
 fi
 



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

2022-01-28 Thread Arthur Zamarin
commit: 0db0305792fb1ed5ede10c1450328df38db1ab9c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:31:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:31:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db03057

dev-python/pylama: Stabilize 8.3.6 arm64, #832283

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

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

diff --git a/dev-python/pylama/pylama-8.3.6.ebuild 
b/dev-python/pylama/pylama-8.3.6.ebuild
index 989238c5c87e..5ee7995934ba 100644
--- a/dev-python/pylama/pylama-8.3.6.ebuild
+++ b/dev-python/pylama/pylama-8.3.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
>=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]



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

2022-01-28 Thread Arthur Zamarin
commit: 00ef4f400db2daa1dbb01e9d1ae53fbf02a229c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:31:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:31:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ef4f40

dev-python/radon: Stabilize 5.1.0 arm64, #832283

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

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

diff --git a/dev-python/radon/radon-5.1.0.ebuild 
b/dev-python/radon/radon-5.1.0.ebuild
index 23ff22004ccb..512e61bd84ec 100644
--- a/dev-python/radon/radon-5.1.0.ebuild
+++ b/dev-python/radon/radon-5.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]



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

2022-01-28 Thread Arthur Zamarin
commit: 9fe085a420362287dca26409a9d62c3746408cb6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:31:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:31:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe085a4

dev-python/eradicate: Stabilize 2.0.0 arm64, #832283

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

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

diff --git a/dev-python/eradicate/eradicate-2.0.0.ebuild 
b/dev-python/eradicate/eradicate-2.0.0.ebuild
index d802f3258fc0..03564502a4f5 100644
--- a/dev-python/eradicate/eradicate-2.0.0.ebuild
+++ b/dev-python/eradicate/eradicate-2.0.0.ebuild
@@ -16,6 +16,6 @@ SRC_URI="https://github.com/myint/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 distutils_enable_tests unittest



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

2022-01-28 Thread Arthur Zamarin
commit: 4786a9cde4e6c94716096dbcca7b4eb7ab554627
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:31:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:31:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4786a9cd

dev-python/mando: Stabilize 0.6.4-r1 arm64, #832283

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

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

diff --git a/dev-python/mando/mando-0.6.4-r1.ebuild 
b/dev-python/mando/mando-0.6.4-r1.ebuild
index 0c846a3b165e..09e392b67fed 100644
--- a/dev-python/mando/mando-0.6.4-r1.ebuild
+++ b/dev-python/mando/mando-0.6.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rubik/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 IUSE="examples"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2022-01-28 Thread Arthur Zamarin
commit: 38b274ed0009584f41b4910414ba04f5a48ad5d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:27:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:27:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b274ed

dev-python/gevent: Stabilize 21.12.0 arm64, #832289

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

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

diff --git a/dev-python/gevent/gevent-21.12.0.ebuild 
b/dev-python/gevent/gevent-21.12.0.ebuild
index d4e038dfc26b..61d4d0e94b2c 100644
--- a/dev-python/gevent/gevent-21.12.0.ebuild
+++ b/dev-python/gevent/gevent-21.12.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: 6dc033a360e84fbd629495bb5e27a1b4eac5f9d8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:25:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:25:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc033a3

dev-python/defcon: Stabilize 0.10.0 ALLARCHES, #832290

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

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

diff --git a/dev-python/defcon/defcon-0.10.0.ebuild 
b/dev-python/defcon/defcon-0.10.0.ebuild
index e917c5b0aa98..cd13e6c31296 100644
--- a/dev-python/defcon/defcon-0.10.0.ebuild
+++ b/dev-python/defcon/defcon-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/robotools/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND=">=dev-python/fonttools-4.28.5[${PYTHON_USEDEP}]"



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

2022-01-28 Thread Arthur Zamarin
commit: 49272991b64e6ea6c494f5659dde66c6eba9c618
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:23:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:23:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49272991

dev-python/jupyter_core: Stabilize 4.9.1 ALLARCHES, #832288

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

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

diff --git a/dev-python/jupyter_core/jupyter_core-4.9.1.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.9.1.ebuild
index a854289d7d62..642d31d3e57b 100644
--- a/dev-python/jupyter_core/jupyter_core-4.9.1.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="dev-python/traitlets[${PYTHON_USEDEP}]"
 BDEPEND="



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

2022-01-28 Thread Sam James
commit: aa0a42ec1e1d358e3c55e0721b46e08ccf042afd
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:23:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:23:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0a42ec

net-dns/resolvconf-symlink: Keyword 0 ia64, #831409

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

 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild 
b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
index d4e2f12eaec9..d0c26696f14e 100644
--- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
+++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~m68k ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~m68k ~riscv ~sparc ~x86"
 IUSE="+symlink"
 
 pkg_preinst() {



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

2022-01-28 Thread Michał Górny
commit: 99723f5c62b3bf044b07a560dc969b3de5ee69ac
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:05:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:23:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99723f5c

dev-python/tappy: Remove old

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

 dev-python/tappy/Manifest |  1 -
 dev-python/tappy/tappy-3.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/tappy/Manifest b/dev-python/tappy/Manifest
index 79eeb27bb084..ce381cbd9bc1 100644
--- a/dev-python/tappy/Manifest
+++ b/dev-python/tappy/Manifest
@@ -1,2 +1 @@
-DIST tap.py-3.0.tar.gz 141764 BLAKE2B 
0d65d9c0691deef31475cf6db172e41340e112cacda240d32a55338665632613f09c98d0c7dcfbf28be997079f789054d71f1059fb74228507041163df9710a1
 SHA512 
58b0928dd28ba525d9bb5edfab5606cb67af15e75a5f03d2648280d30377e2aa23b314ed41dba3b09b7dfa1aefead53674df43b6087e552b9aa937472838e7db
 DIST tap.py-3.1.tar.gz 133208 BLAKE2B 
a41e4d6e06cfc4283ea8e1df1895569a35d7041721760a16a626d99e60bde0f4b45dc517408b67c893d1eafc3aebe9e7fab4eb158d1e13a0b99a85602beaf440
 SHA512 
4a3b5c5fb54ee1343cfee9bc154e812066d745c020a2c3391761c3e407b7b8428412c799df4963a385e4563ffe3b31e16055cb76ab5940ab6156e57dcf4a4d3a

diff --git a/dev-python/tappy/tappy-3.0.ebuild 
b/dev-python/tappy/tappy-3.0.ebuild
deleted file mode 100644
index 4c06a5b3f50f..
--- a/dev-python/tappy/tappy-3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 optfeature
-
-MY_PN=tap.py
-DESCRIPTION="Test Anything Protocol (TAP) tools"
-HOMEPAGE="https://github.com/python-tap/tappy https://pypi.org/project/tap.py/;
-SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S=${WORKDIR}/${MY_PN}-${PV}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-BDEPEND="
-   dev-python/Babel[${PYTHON_USEDEP}]
-   test? (
-   dev-python/more-itertools[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs
-
-pkg_postinst() {
-   optfeature "YAML blocks associated with test results" \
-   "dev-python/more-itertools dev-python/pyyaml"
-}



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

2022-01-28 Thread Michał Górny
commit: c8b1cf283dab333546c237b10bdfb69c14a0d37e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:16:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:23:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b1cf28

dev-python/aioredis: Remove old

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

 dev-python/aioredis/Manifest  |  1 -
 dev-python/aioredis/aioredis-2.0.0.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/dev-python/aioredis/Manifest b/dev-python/aioredis/Manifest
index 4c3b3911a2f2..6acec3710225 100644
--- a/dev-python/aioredis/Manifest
+++ b/dev-python/aioredis/Manifest
@@ -1,2 +1 @@
-DIST aioredis-2.0.0.tar.gz 110808 BLAKE2B 
c10b7d9ba9a6878d3a28f9cada836acbceb7d62525cfc65a52fc3a15edebf5b736ad81f249477e30d1f920473067f27048530f7fd4d0a45cb5391976eb6e4c3e
 SHA512 
edc738215bdb1459af8657f06b8194cdfbb6814f4d40b723e11a1fdec5607b73033eca0bffac758afa2cca9532de910a508c9fb27c5885952426266a14c21eee
 DIST aioredis-2.0.1.tar.gz 111047 BLAKE2B 
56f520110bee1a5ef2c19171b6c4c5d6cd4ac440892d36edc4ebf274e7b4ac184fd9e090ad79922f609de4b1dc403a1caa38b271cb1f938357ab9f01ea3f8bfc
 SHA512 
9c2c3fe3e4e4a91e9ca727f8ad78c7c4e6ce1109e4a3043d9ddb929606b6879b1522f3845a3b18d8586ed557a4ab0f6288f27f2b6b0e307343e113f9b9b5fd76

diff --git a/dev-python/aioredis/aioredis-2.0.0.ebuild 
b/dev-python/aioredis/aioredis-2.0.0.ebuild
deleted file mode 100644
index 51ce8e9f4ed5..
--- a/dev-python/aioredis/aioredis-2.0.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="asyncio Redis client library"
-HOMEPAGE="https://pypi.org/project/aioredis/ 
https://github.com/aio-libs/aioredis-py;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   dev-python/async_timeout[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/hiredis[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="
-   daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   "${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}
-
-pkg_postinst() {
-   optfeature "hiredis parser" dev-python/hiredis
-}



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

2022-01-28 Thread Michał Górny
commit: 39e13c1eb0fc3ec47c49fe94ec3bf015cc06eb01
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:04:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:22:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e13c1e

dev-python/virtualenv: Remove old

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

 dev-python/virtualenv/Manifest |  3 -
 dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild | 98 --
 dev-python/virtualenv/virtualenv-20.11.1.ebuild| 98 --
 dev-python/virtualenv/virtualenv-20.12.0.ebuild| 98 --
 4 files changed, 297 deletions(-)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index f441729ef6e2..9d18ee457082 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -1,6 +1,3 @@
-DIST virtualenv-20.10.0.tar.gz 9007218 BLAKE2B 
1fd37b38679b7375c1eb6e9644418b1653cb6a8dab194c8553fa113cf4a801a7c1d5e6490067767cfb198a0ef2b5ab9cf166783b9c6fac0b2c8b538949c11804
 SHA512 
df940aa29801a39d39be46d3518a99e93efb2113650abf81d00b4545183ec6806823ce8b754c5a3c951cb64e941944421046c709ed3de6a925489e5ac1988d48
-DIST virtualenv-20.11.1.tar.gz 9952979 BLAKE2B 
d8e44f5a8fedfca4eed79798be74ccfca86af2cacc076d797832028363c2d5269194e711d4511a415420285bc408373a641248a5a96cfaea326f60e023129d65
 SHA512 
c378bd088d9f2f6a07128d6d04b71554ad7c4de6227baea68ea486c8e10c99c40818eb9bf98cb4c950e64d0aeed4d2be40c101fbd6005d48d2eccaea0382d581
 DIST virtualenv-20.11.2.tar.gz 9953645 BLAKE2B 
8bd0e5bee4fad2cdb13b1ce3e018191ef69993c9d1c66332c74908483802b2d1aff1ea1ef9acd4d94b17cacc9ae4c4014ded6ac0e7df4ea807d050d1243d5464
 SHA512 
18f9c6e50aa6d7b7060163b23332d7e9140199e525f7fb4efe99e84dfb298413889f4516b6e942d3e05a667774093ed521cc757a67a1698138cb793b9798a46f
-DIST virtualenv-20.12.0.tar.gz 9955140 BLAKE2B 
3d01e6b08ce9002310b3659b1773bec850d23bf5bd79d414e8b8a36d7f675cfe5b16f8522758c64911d596a8c1e8994fe126037e38cfe59d42e62d4b9adad8f0
 SHA512 
235074d6f1edae7f350991d3774eb5b567d5fb53c86d3ec7f86b237fccd71256d0700d7ecaa6a82bc1b7611af743cc1fde2f083c43beadac5f317af69c7d1a14
 DIST virtualenv-20.12.1.tar.gz 9956052 BLAKE2B 
1507e45de7d1383062b18a2796baf91befec576200560e3a07a5b78e563d6c93cd8f1b3aea327d2edf4d9e582a9a4a9c62f03e9f8cf023318ea4a6cd1fdc6c79
 SHA512 
1f1a721f1b03cab72330827bca68741cc7f3d4c713a44eb50028ce7b72101cf7530f12cb1fbbff1c94ce9ce621601484845069f34d0c36250f80d8186b2501f9
 DIST virtualenv-20.13.0.tar.gz 9957090 BLAKE2B 
7ff73c458b319c2a4545e6ad468cfdf3b4d48eec02f2d82843fd5276a0f97b72a953079849295ab2467fc78d6fb304774cac800b8744cbf7a295cc3fc4dbb433
 SHA512 
72aa8cffe92551479ad4ec93395597cd9f77ddaf2063e36d5836277199a96ab2d57236d94b99b7038a60ada103a2d8a37ae4b13ffaaa6ed8e786245d9fbbf6d6

diff --git a/dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild 
b/dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild
deleted file mode 100644
index 0411b6f14587..
--- a/dev-python/virtualenv/virtualenv-20.10.0-r1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=manual
-
-inherit distutils-r1
-
-DESCRIPTION="Virtual Python Environment builder"
-HOMEPAGE="
-   https://virtualenv.pypa.io/en/stable/
-   https://pypi.org/project/virtualenv/
-   https://github.com/pypa/virtualenv/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/backports-entry_points_selectable-1.0.4[${PYTHON_USEDEP}]
-   >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-   )"
-
-# (unpackaged deps)
-#distutils_enable_sphinx docs \
-#  dev-python/sphinx-argparse \
-#  dev-python/sphinx_rtd_theme \
-#  dev-python/towncrier
-distutils_enable_tests pytest
-
-src_configure() {
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(

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

2022-01-28 Thread Michał Górny
commit: fc7eddf275bb91344b0bb327132fb0a6689e0255
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:05:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:23:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7eddf2

dev-python/pytest-httpbin: Remove old

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

 dev-python/pytest-httpbin/Manifest |  1 -
 .../pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild  | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/pytest-httpbin/Manifest 
b/dev-python/pytest-httpbin/Manifest
index 7e7f2a27648f..6dd6635d84c8 100644
--- a/dev-python/pytest-httpbin/Manifest
+++ b/dev-python/pytest-httpbin/Manifest
@@ -1,2 +1 @@
-DIST pytest-httpbin-1.0.0.gh.tar.gz 17813 BLAKE2B 
b7e0ad9f131e4d236161b66b1d6d8e6087285a6d52df1accb044b30bcdac6c5f3350e9dbfe1cf33ab64b6d6aac6b463de81c31fd12dd950426b6ed8ef4eaf289
 SHA512 
2794134cc005cb969752e0c1119459d3f1e106f679942880a6b9ff507f2ee31c8ac4146a9c01b9a920368ea516443954b1b7044f7b1c270fe251f7d36adf7661
 DIST pytest-httpbin-1.0.1.gh.tar.gz 18036 BLAKE2B 
1277118a83d059f23c06758d6a5e83b78f09ba3bd44458f18aebdad06b7266a3deb9ee00f10732c552fddb42673dfe3f5862195f44ce48a224961b5df81dcae7
 SHA512 
3a11073d85478e7b748cfae5a7f639b2cf6ebc396ebb9972f39ead3d869ab1abaf0afa90f113e2393652ed08621716e54c9c5dcb41c59ff67341f7b28445544d

diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild 
b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild
deleted file mode 100644
index b4a95b64c9c1..
--- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Easily test your HTTP library against a local copy of httpbin"
-HOMEPAGE="https://github.com/kevin1024/pytest-httpbin
-   https://pypi.org/project/pytest-httpbin/;
-SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-python/httpbin[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( dev-python/requests[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
-   "${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch
-)
-
-distutils_enable_tests pytest



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

2022-01-28 Thread Michał Górny
commit: bdc5e91d569055fc713c23150601ce52fb1544d4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 06:32:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:22:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc5e91d

dev-python/xarray: Bump to 0.21.0

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

 dev-python/xarray/Manifest |  1 +
 dev-python/xarray/xarray-0.21.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index 01978936404f..f8fac2cbd735 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1 +1,2 @@
 DIST xarray-0.20.2.tar.gz 2906021 BLAKE2B 
08ed46a27ce66ec1677e63000d74ecc4a01defa81b8ae1ec24595ff330713bf3e5585adce541e5e6769a74d64a4f5eb9d9aad27450e8088973681d0d60d00f83
 SHA512 
cd292af68ffd8016e01021e30a2ea83dd36e2f79bd9c3d8e7d83adc5a98a95615091d0102a19a0e3337ae334a701f575a142f476d1465804c8d5fe259ca35f1a
+DIST xarray-0.21.0.tar.gz 2937088 BLAKE2B 
b40d57cbb018e563b92afef1e5208bb597bf8ae892b154f49e90079977c05ab955ba07f136fcf3f456efa8deb70ffd2590dd2d2429b6114a418882b8d96b535f
 SHA512 
85461b86ced78ad5cfd1ace122f1ab89f779a8c0c7e8d0f06233b4654c5f6bcb081eeddc91e5df1c8c40c344d2477f2f18799858e23294c0929e8e59445508b0

diff --git a/dev-python/xarray/xarray-0.21.0.ebuild 
b/dev-python/xarray/xarray-0.21.0.ebuild
new file mode 100644
index ..0042c68ffc28
--- /dev/null
+++ b/dev-python/xarray/xarray-0.21.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="N-D labeled arrays and datasets in Python"
+HOMEPAGE="https://xarray.pydata.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/numpy-1.18[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.1[${PYTHON_USEDEP}]"
+# note: most of test dependencies are optional
+BDEPEND="
+   test? (
+   dev-python/bottleneck[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]
+   !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.19.0-riscv_tests_datetime.patch
+)
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # warning-targeted tests are fragile and not important to end users
+   xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
+   # TODO
+   xarray/tests/test_variable.py::TestVariableWithDask::test_multiindex
+)



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

2022-01-28 Thread Michał Górny
commit: 8c7bdf0fc2dabd8d09bd2067a8c89a56ee2b828b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:04:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:22:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7bdf0f

dev-python/tox: Remove old

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

 dev-python/tox/Manifest |  1 -
 dev-python/tox/tox-3.24.4-r1.ebuild | 69 -
 2 files changed, 70 deletions(-)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 9c408f778335..bb4c9d3b1e8c 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,2 +1 @@
-DIST tox-3.24.4.tar.gz 306760 BLAKE2B 
332c99d021bc3c25549fd95d051baaa1f0dc3aaf776928320826bb7e6bce6444fd5a993e1dbff3a4ebbde9dbb59e30d07eae4b04096294b3a186b130b8312587
 SHA512 
49e2cb74f119b5cc049d2a64479e56307cea1f36a5586840cca12cb8f4ce8a2ba991cc6142bef7f095a7d32b44f7513f89cce56d89deaff0e12194ceb3da6249
 DIST tox-3.24.5.tar.gz 306305 BLAKE2B 
a6d3338d21068d9123505a29da3beec4fd5a15c263bcaf5ba62f65a253d04e11d453bef159d06e88b2cbac9a895d786d0d9444cc16cd3de7a868eac6919b82ea
 SHA512 
4e1ef81c978977e905edbdc00ff971eb4132b9009ce21456fcebf95d8ee2c583e04e464f1db5ca6e5454f4f1ad0353ffc9df7898f6389fe8084dc5b9726ca59b

diff --git a/dev-python/tox/tox-3.24.4-r1.ebuild 
b/dev-python/tox/tox-3.24.4-r1.ebuild
deleted file mode 100644
index e23a2e4b7f90..
--- a/dev-python/tox/tox-3.24.4-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox 
https://pypi.org/project/tox/;
-SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-# doc disabled because of missing deps in tree
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/filelock[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/py[${PYTHON_USEDEP}]
-   >=dev-python/six-1.14[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
-# TODO: figure out how to make tests work without the package being
-# installed first.
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
-   >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )"
-
-src_configure() {
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # broken without Internet
-   
tests/unit/session/test_provision.py::test_provision_non_canonical_dep
-   
tests/integration/test_provision_int.py::test_provision_interrupt_child
-
-   # expects python2 to exist
-   
tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
-
-   # fragile and relies on checking stdout
-   tests/unit/util/test_spinner.py::test_spinner_progress
-   )
-
-   [[ ${EPYTHON} != pypy3 ]] && EPYTEST_DESELECT+=(
-   # TODO?
-   
tests/unit/interpreters/test_interpreters.py::test_find_alias_on_path
-
-   # broken without tox installed first
-   # TODO: why it can't import itself?
-   
tests/integration/test_parallel_interrupt.py::test_parallel_interrupt
-   )
-
-   distutils_install_for_testing --via-venv
-   epytest --no-network
-}



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

2022-01-28 Thread Michał Górny
commit: d8f2661792e1e16fd3e79deece771f2ab4ffdd90
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 07:05:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 07:22:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f26617

dev-python/sphinxcontrib-spelling: Remove old

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

 dev-python/sphinxcontrib-spelling/Manifest |  1 -
 .../sphinxcontrib-spelling-7.3.0.ebuild| 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/sphinxcontrib-spelling/Manifest 
b/dev-python/sphinxcontrib-spelling/Manifest
index 62c554ead07a..c3660d42ec16 100644
--- a/dev-python/sphinxcontrib-spelling/Manifest
+++ b/dev-python/sphinxcontrib-spelling/Manifest
@@ -1,3 +1,2 @@
-DIST sphinxcontrib-spelling-7.3.0.tar.gz 49853 BLAKE2B 
3bf7c6433a5de6b109891f1546f109ce7dc5870c0932f49a2dfbc1356c365ba48f885af21e0873284112d8b7b67dbb24730373a16e6786ba7e15f2bc23dc8360
 SHA512 
25b1902547e4ed172ec437aca0868f458c60aab8dacbeeec7ec1c57a93716672986b815aadb9c129fc6b068b5e4d7e96f6200160c0b688e67314abf290e4ff17
 DIST sphinxcontrib-spelling-7.3.1.tar.gz 51104 BLAKE2B 
8d757b492ce5bcb103bc604923da928f0440d4d0b882743d14b60fef21cfb423ea93a1e79f309b7cf27e8385ac94c01b24163a17407609ee20b9ec82dff63f62
 SHA512 
53f2532ff31a82c1cf568400a6066f319da3331c960446478bcd37e9293f4d080061b9c4914ac308e89878f432b6573ff782c5faba0f557384da55f202e68479
 DIST sphinxcontrib-spelling-7.3.2.tar.gz 51813 BLAKE2B 
7c96f3b102fa33ea4d9e35100930a157200a1c01c51d8ec5145c45c5a24e3b5de35f6c4669177363c6098cb96275e10c39ff660c36d209cb6fa658e50cb8e169
 SHA512 
043a50f694366de4a3aedc24ca2ea7d89c85087097264f4e4fc860f68a3df5a67f19ec7172e4a67074377846d013d24edecd751885136c7263bc30b034c0f0e9

diff --git 
a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.0.ebuild 
b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.0.ebuild
deleted file mode 100644
index b55591464ce7..
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx spelling extension"
-HOMEPAGE="https://github.com/sphinx-contrib/spelling;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   app-dicts/myspell-en
-   )
-"
-
-# The doc can only be built from a git repository
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   tests/test_filter.py::test_contributors
-)
-
-# We don't want distutils_enable_tests to add the namespace
-# package to BDEPEND under "test?". Therefore we add it to RDEPEND
-# after running distutils_enable_tests.
-RDEPEND+="
-   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_lint_cmake/

2022-01-28 Thread Arthur Zamarin
commit: 59acee5291513d54bf5ed1ee873c769ea9b1ffe8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:22:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:22:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59acee52

dev-ros/ament_lint_cmake: enable py3.{9,10} for live version

Closes: https://bugs.gentoo.org/832244
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../ament_lint_cmake/ament_lint_cmake-.ebuild  | 23 ++
 1 file changed, 6 insertions(+), 17 deletions(-)

diff --git a/dev-ros/ament_lint_cmake/ament_lint_cmake-.ebuild 
b/dev-ros/ament_lint_cmake/ament_lint_cmake-.ebuild
index b926d90a9384..c756912e7c5c 100644
--- a/dev-ros/ament_lint_cmake/ament_lint_cmake-.ebuild
+++ b/dev-ros/ament_lint_cmake/ament_lint_cmake-.ebuild
@@ -1,22 +1,21 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-
 inherit distutils-r1
 
 ROS_PN="ament_lint"
-if [ "${PV#}" != "${PV}" ] ; then
+if [[ "${PV}" == "" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ament/ament_lint;
-   SRC_URI=""
-   S=${WORKDIR}/${P}/${PN}
+   S="${WORKDIR}/${P}/${PN}"
 else
SRC_URI="https://github.com/ament/ament_lint/archive/${PV}.tar.gz -> 
${ROS_PN}-${PV}.tar.gz"
S="${WORKDIR}/${ROS_PN}-${PV}/${PN}"
+   KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="Lint CMake code using cmakelint and generate xUnit test result 
files"
@@ -24,23 +23,13 @@ HOMEPAGE="https://github.com/ament/ament_lint;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-if [ "${PV#}" != "${PV}" ] ; then
-   PROPERTIES="live"
-else
-   KEYWORDS="~amd64"
-fi
-IUSE="test"
 
-RDEPEND="
-"
-DEPEND="${RDEPEND}
+BDEPEND="
test? (
dev-ros/ament_flake8[${PYTHON_USEDEP}]
dev-ros/ament_pep257[${PYTHON_USEDEP}]
dev-ros/ament_copyright[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
)
 "
-BDEPEND=""
 
 distutils_enable_tests pytest



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

2022-01-28 Thread Arthur Zamarin
commit: 2838c7397c9a251956ed793bf691f8c7f7e07376
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:22:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:22:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2838c739

dev-python/pytables: Stabilize 3.7.0 arm64, #832280

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

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

diff --git a/dev-python/pytables/pytables-3.7.0.ebuild 
b/dev-python/pytables/pytables-3.7.0.ebuild
index 9c9d40d40e40..52cf83ea569a 100644
--- a/dev-python/pytables/pytables-3.7.0.ebuild
+++ b/dev-python/pytables/pytables-3.7.0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/jedit/

2022-01-28 Thread Arthur Zamarin
commit: d8f2b86fcd0399e61fdbeda1a568e5fb2b2897ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:21:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:21:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f2b86f

app-editors/jedit: Stabilize 5.4.0-r2 ppc64, #832192

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

 app-editors/jedit/jedit-5.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/jedit/jedit-5.4.0-r2.ebuild 
b/app-editors/jedit/jedit-5.4.0-r2.ebuild
index f814e57a2c53..5f66cb999af5 100644
--- a/app-editors/jedit/jedit-5.4.0-r2.ebuild
+++ b/app-editors/jedit/jedit-5.4.0-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.jedit.org;
 SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}source.tar.bz2"
 
 LICENSE="BSD GPL-2"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 SLOT="0"
 
 # Same failure with 5.4.0.ebuild:



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

2022-01-28 Thread Arthur Zamarin
commit: 22835059c4c592ad852ae40cebe98c205cf03fca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:21:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:21:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22835059

dev-python/psycopg: Stabilize 2.9.3 arm64, #832285

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

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

diff --git a/dev-python/psycopg/psycopg-2.9.3.ebuild 
b/dev-python/psycopg/psycopg-2.9.3.ebuild
index 0dac067c45bd..44bee1d01241 100644
--- a/dev-python/psycopg/psycopg-2.9.3.ebuild
+++ b/dev-python/psycopg/psycopg-2.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="debug test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/

2022-01-28 Thread Sam James
commit: 1b1514c2c542d1e2f53f95e0b4784348d7b0d019
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:20:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:20:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1514c2

app-accessibility/speech-dispatcher: Keyword 0.11.1 hppa, #83

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
index a199fadf8a7e..0c103ed517f3 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-01-28 Thread Arthur Zamarin
commit: e138260c9a7c4d5f37e63eef2d53b8d2ba32813d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:18:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:18:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e138260c

dev-python/pybind11: Stabilize 2.9.0 arm64, #832284

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

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

diff --git a/dev-python/pybind11/pybind11-2.9.0.ebuild 
b/dev-python/pybind11/pybind11-2.9.0.ebuild
index 54e1aa92dba5..5cba4d671d70 100644
--- a/dev-python/pybind11/pybind11-2.9.0.ebuild
+++ b/dev-python/pybind11/pybind11-2.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
dev-cpp/eigen:3



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

2022-01-28 Thread Arthur Zamarin
commit: 857bda136f3de5c226048c0fb6a8e8ce7f6a2da5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:17:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:17:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857bda13

dev-python/gevent: Stabilize 21.12.0 ppc, #832289

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

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

diff --git a/dev-python/gevent/gevent-21.12.0.ebuild 
b/dev-python/gevent/gevent-21.12.0.ebuild
index 0c7cee33a7e9..d4e038dfc26b 100644
--- a/dev-python/gevent/gevent-21.12.0.ebuild
+++ b/dev-python/gevent/gevent-21.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/mbrola-voices/

2022-01-28 Thread Sam James
commit: 969dadd1e4acd9fe5a638a82d65446f583bf405f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:13:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:14:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969dadd1

app-accessibility/mbrola-voices: Keyword 0_pre20200331 hppa, #801103

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

 app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild 
b/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
index 33faa7b5a00a..1a2ec439a330 100644
--- a/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
+++ b/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/numediart/mbrola-voices/archive/${GIT_COMMIT}.tar.gz
 
 LICENSE="MBROLA-VOICES"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 # This maps the l10n values to the appropriate voices
 declare -A voicemap



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: e2f8528da44dd511574fd6f22f409c89dd29602f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:14:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:14:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f8528d

app-accessibility/espeak-ng: Keyword 1.50-r1 hppa, #801103

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

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index eb0c299aa47b..237ff7bdc53e 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/mbrola/

2022-01-28 Thread Sam James
commit: 6eb2558e6c6f760a7c5b8081a521a046d7a09e06
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:14:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:14:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb2558e

app-accessibility/mbrola: Keyword 3.3-r1 hppa, #801103

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

 app-accessibility/mbrola/mbrola-3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/mbrola/mbrola-3.3-r1.ebuild 
b/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
index 3fd5f4519fde..a0830c332f59 100644
--- a/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
+++ b/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/numediart/MBROLA/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="app-accessibility/mbrola-voices"
 



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

2022-01-28 Thread Sam James
commit: 270752b51047ccd8e8646b5f30bba7a07944c9ff
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:14:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:14:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270752b5

media-libs/pcaudiolib: Keyword 1.1 hppa, #801103

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

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

diff --git a/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild 
b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
index 11ce4e4f549b..4ac8727de55d 100644
--- a/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
+++ b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/pcaudiolib/archive/${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+ ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+alsa oss pulseaudio"
 
 REQUIRED_USE="|| ( alsa oss pulseaudio )"



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

2022-01-28 Thread Arthur Zamarin
commit: 39fb5e872853ff526bc124c805e680bc8a73daab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:13:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:13:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fb5e87

dev-python/pymssql: Stabilize 2.2.3 ppc, #832282

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

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

diff --git a/dev-python/pymssql/pymssql-2.2.3.ebuild 
b/dev-python/pymssql/pymssql-2.2.3.ebuild
index bcf4f031cbda..b540789e8cc7 100644
--- a/dev-python/pymssql/pymssql-2.2.3.ebuild
+++ b/dev-python/pymssql/pymssql-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # tests need a running instance of freetds
 RESTRICT="test"



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

2022-01-28 Thread Arthur Zamarin
commit: c5cba6f2123b9b12bd0f69947fd1f03291f241bc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:13:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:13:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cba6f2

dev-python/aioredis: Stabilize 2.0.1 ALLARCHES, #832292

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

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

diff --git a/dev-python/aioredis/aioredis-2.0.1.ebuild 
b/dev-python/aioredis/aioredis-2.0.1.ebuild
index 12e63e82d7d8..d5f0f774736c 100644
--- a/dev-python/aioredis/aioredis-2.0.1.ebuild
+++ b/dev-python/aioredis/aioredis-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
dev-python/async_timeout[${PYTHON_USEDEP}]



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

2022-01-28 Thread Arthur Zamarin
commit: e8bcaa51b910b35050bafac43ba70e47b8731588
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:13:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:13:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bcaa51

sys-cluster/rdma-core: Stabilize 38.0 ppc64, #832258

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

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

diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
index 280ed632d8c8..c7676cb99ee6 100644
--- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core;
 else
SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"



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

2022-01-28 Thread Sam James
commit: e6dcfe1cfd25f84431b3576bdfde3c6c25782db9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:13:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:13:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6dcfe1c

dev-python/ipython: Keyword 8.0.1 hppa, #808378

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

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

diff --git a/dev-python/ipython/ipython-8.0.1.ebuild 
b/dev-python/ipython/ipython-8.0.1.ebuild
index 6ca52adc2b8b..90b4e6658e54 100644
--- a/dev-python/ipython/ipython-8.0.1.ebuild
+++ b/dev-python/ipython/ipython-8.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~riscv"
 IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2022-01-28 Thread Sam James
commit: a76eb639bd44f795f2c50162c19922404b2cc965
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:10:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:10:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76eb639

app-accessibility/orca: Keyword 41.1 ia64, #83

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

 app-accessibility/orca/orca-41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/orca/orca-41.1.ebuild 
b/app-accessibility/orca/orca-41.1.ebuild
index 6fdc5d37d9ec..cb58a6d94554 100644
--- a/app-accessibility/orca/orca-41.1.ebuild
+++ b/app-accessibility/orca/orca-41.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+braille"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/

2022-01-28 Thread Sam James
commit: 38051cf77597b37366ac0be8260c7bbb5ab84d72
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:10:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:10:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38051cf7

app-accessibility/brltty: Keyword 6.4 ia64, #83

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

 app-accessibility/brltty/brltty-6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/brltty/brltty-6.4.ebuild 
b/app-accessibility/brltty/brltty-6.4.ebuild
index ff609bc90850..8dc1efa0bfbe 100644
--- a/app-accessibility/brltty/brltty-6.4.ebuild
+++ b/app-accessibility/brltty/brltty-6.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://brltty.app/archive/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="+api +beeper bluetooth doc +fm gpm iconv icu
java louis +midi ncurses nls ocaml +pcm policykit python
usb systemd +speech tcl xml X"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/

2022-01-28 Thread Sam James
commit: 424f64fd2a282fc06b85e4e41d66ecfb983d1059
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:10:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:10:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424f64fd

app-accessibility/speech-dispatcher: Keyword 0.11.1 ia64, #83

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
index fa80bfe9a70a..a199fadf8a7e 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-01-28 Thread Arthur Zamarin
commit: be3e7ce1cea9df85c6e396fea5bd80423bac8aad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:07:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:07:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3e7ce1

app-text/opensp: Stabilize 1.5.2-r7 ppc, #783651

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

 app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild 
b/app-text/opensp/opensp-1.5.2-r7.ebuild
index eb4066426266..c2003084af1e 100644
--- a/app-text/opensp/opensp-1.5.2-r7.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 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="doc elibc_glibc nls static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: f53a8b91bdd5f12a599e5ea8d716c498f8595966
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:05:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:05:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53a8b91

sys-apps/util-linux: Stabilize 2.37.3-r1 arm64, #832271

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

 sys-apps/util-linux/util-linux-2.37.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
index ce138823146a..740ce9fa2b2a 100644
--- a/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.37.3-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"

SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz;
 fi
 



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

2022-01-28 Thread Arthur Zamarin
commit: 0a8c2fcbfb412e376145907c34d55b617085e5f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:04:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:04:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8c2fcb

dev-python/tappy: Stabilize 3.1 ALLARCHES, #832276

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

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

diff --git a/dev-python/tappy/tappy-3.1.ebuild 
b/dev-python/tappy/tappy-3.1.ebuild
index 547f64ca749c..4e5fca1a66f5 100644
--- a/dev-python/tappy/tappy-3.1.ebuild
+++ b/dev-python/tappy/tappy-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_PN}-${PV}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 BDEPEND="
dev-python/Babel[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/

2022-01-28 Thread Sam James
commit: ff1aad29df982e1c0e66b72c481372007519894e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:03:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1aad29

net-irc/unrealircd: drop 5.2.3, 6.0.1.1

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

 net-irc/unrealircd/Manifest  |   2 -
 net-irc/unrealircd/unrealircd-5.2.3.ebuild   | 175 --
 net-irc/unrealircd/unrealircd-6.0.1.1.ebuild | 178 ---
 3 files changed, 355 deletions(-)

diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 0b7548eca211..a4f56594338f 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,5 +1,3 @@
 DIST unrealircd-5.2.2.tar.gz 7192024 BLAKE2B 
aa700c943cbab1dcc751e32c6cc0608cd27936b0910bbc62987dd2fe87ee5261e7a5eb2aa67dd77ed5ecb39d1d4f149c8810159e2c6f752ee65ce34e46548f60
 SHA512 
9d36eb1567431bc4a5420bc830bfc8dc89daa08ed1746efd6102e5ef161f67baf52e75e373454df7df6a443c4f575fb300d3c289d4dd99239a6de7d2b2a555a0
-DIST unrealircd-5.2.3.tar.gz 7200834 BLAKE2B 
af15b97219d5552a8fe6ecd77b4d0d0b8bcbe8c2f65ab531a7322471c05af3001000cc3799db68291b9abe8c3a5ea7d04559f858774d1b12a764a20fb4ab2bd0
 SHA512 
c92c631340cb81b030006646a047fde4ee738edc8362870ba4eb979133d851806c7d4764848a35cbd48c787708eab9f051f257008798a494673d9986d16b2405
 DIST unrealircd-5.2.4.tar.gz 7201203 BLAKE2B 
06afc8b5e28bbd56971b2ce21da3e000e3936672786891bfe000754f5fed37b59850f9539b4f01914d6b33c1f9f17a15fe69569620ba5213f39fce1cfcad
 SHA512 
b6784d011bc56b0b8253d61fb1edddb2133e791e9ce4ae978f90059563d11f3f7b3ebca1cf13765b4077ebc39f0699e101bdfc71cbb0c5cf51d508c5a5fdacb3
-DIST unrealircd-6.0.1.1.tar.gz 8616313 BLAKE2B 
9b8462523d7605ce7bf17ccc6aed3455a9f100826ee6a1554b3576654d611e8a0a68594f5fb8a6b3d9d929c0b52ca8cf33ece9bf6898453789b70cdea36b6df0
 SHA512 
44bf9358d6159c298f8a3e97e16aa6e7364e06c4e59bb9e12bc34610414bbabb9cd8049c164260ee78fcdcafc669716eb03390aa8f4f8b097b65298d074f9ab0
 DIST unrealircd-6.0.2.tar.gz 8672255 BLAKE2B 
d52f2984f32331c489528b429f4671189713e4e308a7a7fd2f70933bfd606a938a9b6a6e581170b41fa9a948d1cc04c0cd8bb90c595c01c39b473cf341494a27
 SHA512 
041f97ad82d89222ad49bdc7db83869fc5133a049dd5354c34759c33c16307b9d60c25d3ef4e19a549059e3a0030699d061bd03fa8118428ded1f1e79d483398

diff --git a/net-irc/unrealircd/unrealircd-5.2.3.ebuild 
b/net-irc/unrealircd/unrealircd-5.2.3.ebuild
deleted file mode 100644
index cf63b49a2637..
--- a/net-irc/unrealircd/unrealircd-5.2.3.ebuild
+++ /dev/null
@@ -1,175 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-SSL_CERT_MANDATORY=1
-inherit autotools ssl-cert systemd
-
-DESCRIPTION="An advanced Internet Relay Chat daemon"
-HOMEPAGE="https://www.unrealircd.org/;
-SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq 
showlistmodes"
-
-RDEPEND="acct-group/unrealircd
-   acct-user/unrealircd
-   >=app-crypt/argon2-20171227-r1:=
-   dev-libs/libpcre2
-   dev-libs/libsodium:=
-   dev-libs/openssl:0=
-   >=net-dns/c-ares-1.7:=
-   virtual/libcrypt:=
-   curl? ( net-misc/curl[adns] )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( 
doc/{Authors,Donation,RELEASE-NOTES.md,tao.of.irc,technical/,translations.txt} )
-
-src_prepare() {
-   # QA check against bundled pkgs
-   rm -r extras || die
-
-   # building third-party modules (which we don't do) cause a sandbox 
violation
-   # bug 70
-   echo "" > src/buildmod || die
-
-   sed -e 's/$(MODULEFLAGS)/$(LDFLAGS) &/' -i src/modules/{,*/}Makefile.in 
|| die
-
-   if use class-nofakelag; then
-   sed -i -e 's:^//#undef\( FAKELAG_CONFIGURABLE\):#define\1:' 
include/config.h || die
-   fi
-
-   # File is missing from the 5.0.9.1 tarball
-   sed -i -e '/unrealircd-upgrade-script/d' configure.ac || die
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # Default value for privatelibdir adds a build path to -Wl,-rpath.
-   econf \
-   --with-bindir="${EPREFIX}"/usr/bin \
-   --with-cachedir="${EPREFIX}"/var/lib/${PN} \
-   --with-confdir="${EPREFIX}"/etc/${PN} \
-   --with-datadir="${EPREFIX}"/var/lib/${PN} \
-   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   --with-logdir="${EPREFIX}"/var/log/${PN} \
-   --with-modulesdir="${EPREFIX}/usr/$(get_libdir)"/${PN}/modules \
-   --without-privatelibdir \
-   --with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \
-   --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
-   --with-maxconnections=1024 \
-   

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

2022-01-28 Thread Sam James
commit: c7a608d77cd26f4bee0362c7af21df67c4fe3a88
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:02:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:02:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a608d7

net-irc/unrealircd: add 5.2.4, 6.0.2

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

 net-irc/unrealircd/Manifest  |   2 +
 net-irc/unrealircd/files/unrealircd.tmpfiles |   2 +
 net-irc/unrealircd/unrealircd-5.2.4.ebuild   | 175 +
 net-irc/unrealircd/unrealircd-6.0.2.ebuild   | 184 +++
 4 files changed, 363 insertions(+)

diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index 44a768ff3f4a..0b7548eca211 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,3 +1,5 @@
 DIST unrealircd-5.2.2.tar.gz 7192024 BLAKE2B 
aa700c943cbab1dcc751e32c6cc0608cd27936b0910bbc62987dd2fe87ee5261e7a5eb2aa67dd77ed5ecb39d1d4f149c8810159e2c6f752ee65ce34e46548f60
 SHA512 
9d36eb1567431bc4a5420bc830bfc8dc89daa08ed1746efd6102e5ef161f67baf52e75e373454df7df6a443c4f575fb300d3c289d4dd99239a6de7d2b2a555a0
 DIST unrealircd-5.2.3.tar.gz 7200834 BLAKE2B 
af15b97219d5552a8fe6ecd77b4d0d0b8bcbe8c2f65ab531a7322471c05af3001000cc3799db68291b9abe8c3a5ea7d04559f858774d1b12a764a20fb4ab2bd0
 SHA512 
c92c631340cb81b030006646a047fde4ee738edc8362870ba4eb979133d851806c7d4764848a35cbd48c787708eab9f051f257008798a494673d9986d16b2405
+DIST unrealircd-5.2.4.tar.gz 7201203 BLAKE2B 
06afc8b5e28bbd56971b2ce21da3e000e3936672786891bfe000754f5fed37b59850f9539b4f01914d6b33c1f9f17a15fe69569620ba5213f39fce1cfcad
 SHA512 
b6784d011bc56b0b8253d61fb1edddb2133e791e9ce4ae978f90059563d11f3f7b3ebca1cf13765b4077ebc39f0699e101bdfc71cbb0c5cf51d508c5a5fdacb3
 DIST unrealircd-6.0.1.1.tar.gz 8616313 BLAKE2B 
9b8462523d7605ce7bf17ccc6aed3455a9f100826ee6a1554b3576654d611e8a0a68594f5fb8a6b3d9d929c0b52ca8cf33ece9bf6898453789b70cdea36b6df0
 SHA512 
44bf9358d6159c298f8a3e97e16aa6e7364e06c4e59bb9e12bc34610414bbabb9cd8049c164260ee78fcdcafc669716eb03390aa8f4f8b097b65298d074f9ab0
+DIST unrealircd-6.0.2.tar.gz 8672255 BLAKE2B 
d52f2984f32331c489528b429f4671189713e4e308a7a7fd2f70933bfd606a938a9b6a6e581170b41fa9a948d1cc04c0cd8bb90c595c01c39b473cf341494a27
 SHA512 
041f97ad82d89222ad49bdc7db83869fc5133a049dd5354c34759c33c16307b9d60c25d3ef4e19a549059e3a0030699d061bd03fa8118428ded1f1e79d483398

diff --git a/net-irc/unrealircd/files/unrealircd.tmpfiles 
b/net-irc/unrealircd/files/unrealircd.tmpfiles
new file mode 100644
index ..37afe71d1d30
--- /dev/null
+++ b/net-irc/unrealircd/files/unrealircd.tmpfiles
@@ -0,0 +1,2 @@
+d /run/unrealircd 755 unrealircd unrealircd
+

diff --git a/net-irc/unrealircd/unrealircd-5.2.4.ebuild 
b/net-irc/unrealircd/unrealircd-5.2.4.ebuild
new file mode 100644
index ..8c1dd56eddc6
--- /dev/null
+++ b/net-irc/unrealircd/unrealircd-5.2.4.ebuild
@@ -0,0 +1,175 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SSL_CERT_MANDATORY=1
+inherit autotools ssl-cert systemd
+
+DESCRIPTION="An advanced Internet Relay Chat daemon"
+HOMEPAGE="https://www.unrealircd.org/;
+SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq 
showlistmodes"
+
+RDEPEND="acct-group/unrealircd
+   acct-user/unrealircd
+   >=app-crypt/argon2-20171227-r1:=
+   dev-libs/libpcre2
+   dev-libs/libsodium:=
+   dev-libs/openssl:0=
+   >=net-dns/c-ares-1.7:=
+   virtual/libcrypt:=
+   curl? ( net-misc/curl[adns] )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( 
doc/{Authors,Donation,RELEASE-NOTES.md,tao.of.irc,technical/,translations.txt} )
+
+src_prepare() {
+   # QA check against bundled pkgs
+   rm -r extras || die
+
+   # building third-party modules (which we don't do) cause a sandbox 
violation
+   # bug 70
+   echo "" > src/buildmod || die
+
+   sed -e 's/$(MODULEFLAGS)/$(LDFLAGS) &/' -i src/modules/{,*/}Makefile.in 
|| die
+
+   if use class-nofakelag; then
+   sed -i -e 's:^//#undef\( FAKELAG_CONFIGURABLE\):#define\1:' 
include/config.h || die
+   fi
+
+   # File is missing from the 5.0.9.1 tarball
+   sed -i -e '/unrealircd-upgrade-script/d' configure.ac || die
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # Default value for privatelibdir adds a build path to -Wl,-rpath.
+   econf \
+   --with-bindir="${EPREFIX}"/usr/bin \
+   --with-cachedir="${EPREFIX}"/var/lib/${PN} \
+   --with-confdir="${EPREFIX}"/etc/${PN} \
+   --with-datadir="${EPREFIX}"/var/lib/${PN} \
+   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   

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

2022-01-28 Thread Arthur Zamarin
commit: 97ef42c844366d7afafc160eac7859d25e269fcd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:02:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:02:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ef42c8

sys-cluster/rdma-core: Stabilize 38.0 arm, #832258

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

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

diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
index 90830b5718d8..280ed632d8c8 100644
--- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core;
 else
SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"



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

2022-01-28 Thread Arthur Zamarin
commit: 577b44a1f7b4ae23bd5fe43eadd8cb9697396675
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:01:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:01:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577b44a1

dev-python/pytables: Stabilize 3.7.0 ppc, #832280

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

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

diff --git a/dev-python/pytables/pytables-3.7.0.ebuild 
b/dev-python/pytables/pytables-3.7.0.ebuild
index dd909e6784ab..9c9d40d40e40 100644
--- a/dev-python/pytables/pytables-3.7.0.ebuild
+++ b/dev-python/pytables/pytables-3.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: 6df28abc9ece191d6de34ce0d2472967fcaf4fdc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:01:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:01:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df28abc

dev-python/pytest-httpbin: Stabilize 1.0.1 ALLARCHES, #832279

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

 dev-python/pytest-httpbin/pytest-httpbin-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.1.ebuild 
b/dev-python/pytest-httpbin/pytest-httpbin-1.0.1.ebuild
index 1413b57ca6d2..0c28c50beb95 100644
--- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.1.ebuild
+++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/httpbin[${PYTHON_USEDEP}]



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

2022-01-28 Thread Arthur Zamarin
commit: 655e6d7a6d645c47281b2e2b17d75810df5b0f6a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:01:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:01:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655e6d7a

app-text/opensp: Stabilize 1.5.2-r7 sparc, #783651

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

 app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild 
b/app-text/opensp/opensp-1.5.2-r7.ebuild
index 86491ff72a8b..eb4066426266 100644
--- a/app-text/opensp/opensp-1.5.2-r7.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 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="doc elibc_glibc nls static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: 29f0ad9ef9628ca562ce933930a7a833b126589e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 07:00:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 07:00:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f0ad9e

app-text/opensp: Stabilize 1.5.2-r7 ppc64, #783651

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

 app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild 
b/app-text/opensp/opensp-1.5.2-r7.ebuild
index c0e9f0cf7e60..86491ff72a8b 100644
--- a/app-text/opensp/opensp-1.5.2-r7.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 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="doc elibc_glibc nls static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: cb11fdd8ca0fece15da1317e7f9ec38dae6f1532
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:59:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:59:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb11fdd8

app-text/opensp: Stabilize 1.5.2-r7 arm64, #783651

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

 app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild 
b/app-text/opensp/opensp-1.5.2-r7.ebuild
index 35880f462557..c0e9f0cf7e60 100644
--- a/app-text/opensp/opensp-1.5.2-r7.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 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="doc elibc_glibc nls static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: 3d2b7dbc1a9e71db5a3e7d5aeab1b9a234fbbbf1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:59:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:59:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2b7dbc

dev-python/sphinxcontrib-spelling: Stabilize 7.3.1 ALLARCHES, #832277

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

 dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.1.ebuild 
b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.1.ebuild
index 157ddc634287..f082f7df02a2 100644
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.1.ebuild
+++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/pyenchant[${PYTHON_USEDEP}]



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

2022-01-28 Thread Arthur Zamarin
commit: d9727c71d67708a8cc6045748c3610968272045d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:59:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:59:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9727c71

app-portage/portage-utils: Stabilize 0.93.3 arm, #830885

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

 app-portage/portage-utils/portage-utils-0.93.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.93.3.ebuild 
b/app-portage/portage-utils/portage-utils-0.93.3.ebuild
index e83fc56fa7ea..67a59e37d9ff 100644
--- a/app-portage/portage-utils/portage-utils-0.93.3.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.93.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   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"
 fi
 
 RDEPEND="



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

2022-01-28 Thread Arthur Zamarin
commit: ad6f8d3bde2529e6be6b684a37c68af479a6b5a0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:58:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:58:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6f8d3b

app-text/opensp: Stabilize 1.5.2-r7 arm, #783651

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

 app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild 
b/app-text/opensp/opensp-1.5.2-r7.ebuild
index 8f0146f40468..35880f462557 100644
--- a/app-text/opensp/opensp-1.5.2-r7.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 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="doc elibc_glibc nls static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-01-28 Thread Arthur Zamarin
commit: 31af392316e8be47b49c37dc0a0eaaabd0283465
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:58:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:58:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31af3923

dev-python/tox: Stabilize 3.24.5 ALLARCHES, #832275

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

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

diff --git a/dev-python/tox/tox-3.24.5.ebuild b/dev-python/tox/tox-3.24.5.ebuild
index 091c40dee0ce..280f3ca72003 100644
--- a/dev-python/tox/tox-3.24.5.ebuild
+++ b/dev-python/tox/tox-3.24.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 # doc disabled because of missing deps in tree
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2022-01-28 Thread Arthur Zamarin
commit: 071ccef9aa87aecea90e69922909cd6890c8aa92
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:56:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:56:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071ccef9

dev-python/virtualenv: Stabilize 20.11.2 ALLARCHES, #832274

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

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

diff --git a/dev-python/virtualenv/virtualenv-20.11.2.ebuild 
b/dev-python/virtualenv/virtualenv-20.11.2.ebuild
index dc6456e35f41..0f83cdaba952 100644
--- a/dev-python/virtualenv/virtualenv-20.11.2.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 SLOT="0"
 
 RDEPEND="



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

2022-01-28 Thread Arthur Zamarin
commit: 8716d9dec05c27aba2fb096df74336ca1fc7f912
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:56:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:56:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716d9de

sys-cluster/rdma-core: Stabilize 38.0 arm64, #832258

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

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

diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
index b4efb063cd52..90830b5718d8 100644
--- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core;
 else
SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"



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

2022-01-28 Thread Arthur Zamarin
commit: e862348f95e200736d9df375ac379f8f71d82303
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:53:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:53:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e862348f

app-portage/portage-utils: Stabilize 0.93.3 arm64, #830885

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

 app-portage/portage-utils/portage-utils-0.93.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.93.3.ebuild 
b/app-portage/portage-utils/portage-utils-0.93.3.ebuild
index cf6d58d65309..e83fc56fa7ea 100644
--- a/app-portage/portage-utils/portage-utils-0.93.3.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.93.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   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"
 fi
 
 RDEPEND="



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

2022-01-28 Thread Arthur Zamarin
commit: c84c50215b96376d9dfa5a63a490149200ba14ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:36:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:36:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84c5021

dev-python/python3-saml: add 1.13.0

Closes: https://bugs.gentoo.org/832228
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python3-saml/Manifest   |  1 +
 dev-python/python3-saml/python3-saml-1.13.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/python3-saml/Manifest b/dev-python/python3-saml/Manifest
index 616c9b883df2..b4371a78cfb7 100644
--- a/dev-python/python3-saml/Manifest
+++ b/dev-python/python3-saml/Manifest
@@ -1 +1,2 @@
 DIST python3-saml-1.11.0.tar.gz 506373 BLAKE2B 
909244e18b6ccb3cd0ed0059e387c14eb75a1a0fb709bdbc33f6dbcdda5b70359e6fedd77ab88e580aaf28503ca3f3fe49308f56338a1d8855149a7ba992034d
 SHA512 
9e54eee28e2b6430d9f08342c312997b6a20f85e3f663573b93c4d8d65a6540c7d6f4e05d35314014b20ba080110a2a51718ac6754ef2b19bfe23d2d4381de24
+DIST python3-saml-1.13.0.gh.tar.gz 509986 BLAKE2B 
e7c1720683f0391fe943de6ac95c69605a9e1499cf68d9bc416b56390bb5a4f16b17722aad4f6af2cf018195251554ebcc27a10a1605529fd3c98dd37efa4fea
 SHA512 
e13325cdb2857d95ebd34dc4417f7929a76d1afdeb11972ef2fe3719c2db210137c5fef2c5dd4c09bd4dc467aa76afe5cbf14015f7eaf0941b369487313d3c97

diff --git a/dev-python/python3-saml/python3-saml-1.13.0.ebuild 
b/dev-python/python3-saml/python3-saml-1.13.0.ebuild
new file mode 100644
index ..eeea40c22257
--- /dev/null
+++ b/dev-python/python3-saml/python3-saml-1.13.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="OneLogin's SAML Python Toolkit"
+HOMEPAGE="https://github.com/onelogin/python3-saml
+   https://pypi.org/project/python3-saml/;
+SRC_URI="
+   https://github.com/onelogin/python3-saml/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/isodate-0.6.1[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/python-xmlsec-1.3.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # unpin deps
+   sed -e 's:==:>=:' -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-01-28 Thread Arthur Zamarin
commit: 29671e13c2b2a8c498e8062da02383f69e2ffe78
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:24:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29671e13

dev-util/wstool: enable py3.9, py3.10, cleanup

Closes: https://bugs.gentoo.org/832247
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/wstool/wstool-0.1.18.ebuild | 43 ++--
 dev-util/wstool/wstool-.ebuild   | 43 ++--
 2 files changed, 34 insertions(+), 52 deletions(-)

diff --git a/dev-util/wstool/wstool-0.1.18.ebuild 
b/dev-util/wstool/wstool-0.1.18.ebuild
index 48cc34f6d138..643dad95a575 100644
--- a/dev-util/wstool/wstool-0.1.18.ebuild
+++ b/dev-util/wstool/wstool-0.1.18.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
 
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/vcstools/wstool;
-fi
-
-inherit ${SCM} distutils-r1
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_IN_SOURCE_BUILD="yes"
+inherit distutils-r1
 
 DESCRIPTION="Commands to manage several local SCM repositories for ROS"
 HOMEPAGE="https://wiki.ros.org/wstool;
-if [ "${PV#}" != "${PV}" ] ; then
-   SRC_URI=""
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vcstools/wstool;
 else
SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> 
${P}.tar.gz
@@ -25,38 +22,32 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
>=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
+   dev-python/sphinx
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
dev-vcs/git
dev-vcs/bzr
dev-vcs/mercurial
dev-vcs/subversion
)
 "
-BDEPEND="
-   dev-python/sphinx
-"
 
-DISTUTILS_IN_SOURCE_BUILD="yes"
+distutils_enable_tests nose
 
-python_test() {
+src_test() {
# From travis.yml
# Set git config to silence some stuff in the tests
-   git config --global user.email "f...@example.com"
-   git config --global user.name "Foo Bar"
+   git config --global user.email "f...@example.com" || die
+   git config --global user.name "Foo Bar" || die
# Set the hg user
-   echo -e "[ui]\nusername = Your Name " >> ~/.hgrc
+   echo -e "[ui]\nusername = Your Name " >> ~/.hgrc || die
# Set the bzr user
-   bzr whoami "Your Name "
+   bzr whoami "Your Name " || die
# command to run tests
-   nosetests --with-coverage --cover-package=wstool || die
+   distutils-r1_src_test
 }

diff --git a/dev-util/wstool/wstool-.ebuild 
b/dev-util/wstool/wstool-.ebuild
index 48cc34f6d138..643dad95a575 100644
--- a/dev-util/wstool/wstool-.ebuild
+++ b/dev-util/wstool/wstool-.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
 
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/vcstools/wstool;
-fi
-
-inherit ${SCM} distutils-r1
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_IN_SOURCE_BUILD="yes"
+inherit distutils-r1
 
 DESCRIPTION="Commands to manage several local SCM repositories for ROS"
 HOMEPAGE="https://wiki.ros.org/wstool;
-if [ "${PV#}" != "${PV}" ] ; then
-   SRC_URI=""
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vcstools/wstool;
 else
SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> 
${P}.tar.gz
@@ -25,38 +22,32 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
>=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
+   dev-python/sphinx
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
dev-vcs/git
dev-vcs/bzr
dev-vcs/mercurial
dev-vcs/subversion
)
 "
-BDEPEND="
-   dev-python/sphinx
-"
 
-DISTUTILS_IN_SOURCE_BUILD="yes"
+distutils_enable_tests nose
 
-python_test() {
+src_test() {
# From travis.yml
# Set git config to silence some stuff in the tests

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

2022-01-28 Thread Arthur Zamarin
commit: f6db8cf2d7b1993ed43317b5444822ee88b26cd3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 29 06:28:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 29 06:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6db8cf2

dev-util/rosinstall: enable py3.9, py3.10, cleanup

Closes: https://bugs.gentoo.org/832246
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/rosinstall/rosinstall-0.7.8.ebuild | 41 +
 dev-util/rosinstall/rosinstall-.ebuild  | 41 +
 2 files changed, 38 insertions(+), 44 deletions(-)

diff --git a/dev-util/rosinstall/rosinstall-0.7.8.ebuild 
b/dev-util/rosinstall/rosinstall-0.7.8.ebuild
index e77de122d88a..9ad54ef86e60 100644
--- a/dev-util/rosinstall/rosinstall-0.7.8.ebuild
+++ b/dev-util/rosinstall/rosinstall-0.7.8.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
 
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/vcstools/rosinstall;
-fi
-
-inherit ${SCM} distutils-r1
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_IN_SOURCE_BUILD="yes"
+inherit distutils-r1
 
 DESCRIPTION="Command-line tools for maintaining a workspace of projects for 
ROS"
 HOMEPAGE="https://wiki.ros.org/rosinstall https://wiki.ros.org/roslocate;
-if [ "${PV#}" != "${PV}" ] ; then
-   SRC_URI=""
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vcstools/rosinstall;
 else
SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> 
${P}.tar.gz
@@ -25,8 +22,6 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/catkin_pkg[${PYTHON_USEDEP}]
@@ -34,9 +29,8 @@ RDEPEND="
dev-python/rosdistro[${PYTHON_USEDEP}]
>=dev-util/wstool-0.1.12[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
dev-vcs/git
dev-vcs/bzr
dev-vcs/mercurial
@@ -44,17 +38,20 @@ DEPEND="${RDEPEND}
)
 "
 
-python_test() {
+distutils_enable_tests nose
+
+src_test() {
# From travis.yml
# Set git config to silence some stuff in the tests
-   git config --global user.email "f...@example.com"
-   git config --global user.name "Foo Bar"
+   git config --global user.email "f...@example.com" || die
+   git config --global user.name "Foo Bar" || die
# Set the hg user
-   echo -e "[ui]\nusername = Your Name " >> ~/.hgrc
+   echo -e "[ui]\nusername = Your Name " >> ~/.hgrc || die
# Set the bzr user
-   bzr whoami "Your Name "
+   bzr whoami "Your Name " || die
# command to run tests
# Local tests work even if ros.org is down
-   export ROSINSTALL_SKIP_PYTHON3=1
-   nosetests test || die
+   local -x ROSINSTALL_SKIP_PYTHON3=1
+
+   distutils-r1_src_test
 }

diff --git a/dev-util/rosinstall/rosinstall-.ebuild 
b/dev-util/rosinstall/rosinstall-.ebuild
index e77de122d88a..9ad54ef86e60 100644
--- a/dev-util/rosinstall/rosinstall-.ebuild
+++ b/dev-util/rosinstall/rosinstall-.ebuild
@@ -1,21 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
 
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/vcstools/rosinstall;
-fi
-
-inherit ${SCM} distutils-r1
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_IN_SOURCE_BUILD="yes"
+inherit distutils-r1
 
 DESCRIPTION="Command-line tools for maintaining a workspace of projects for 
ROS"
 HOMEPAGE="https://wiki.ros.org/rosinstall https://wiki.ros.org/roslocate;
-if [ "${PV#}" != "${PV}" ] ; then
-   SRC_URI=""
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vcstools/rosinstall;
 else
SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz
https://github.com/vcstools/rosinstall/archive/${PV}.tar.gz -> 
${P}.tar.gz
@@ -25,8 +22,6 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/catkin_pkg[${PYTHON_USEDEP}]
@@ -34,9 +29,8 @@ RDEPEND="
dev-python/rosdistro[${PYTHON_USEDEP}]
>=dev-util/wstool-0.1.12[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
dev-vcs/git
dev-vcs/bzr

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

2022-01-28 Thread Sam James
commit: ffb41addabf2ff4d8cfd6c7cd1696d3b5c356d31
Author: Petr Vaněk  atlas  cz>
AuthorDate: Fri Jan 28 10:55:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 06:29:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb41add

dev-libs/skalibs: respect user provided flags

The patch is taken from upstream for 2.11.1.0 and backported to 2.9.3.0.

See-also: http://skarnet.org/lists/skaware/1656.html
Closes: https://bugs.gentoo.org/747595
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/23995
Signed-off-by: Sam James  gentoo.org>

 ...libs-2.11.1.0-respect-user-provided-flags.patch | 33 ++
 ...alibs-2.9.3.0-respect-user-provided-flags.patch | 33 ++
 dev-libs/skalibs/skalibs-2.11.1.0.ebuild   |  2 ++
 dev-libs/skalibs/skalibs-2.9.3.0.ebuild|  2 ++
 4 files changed, 70 insertions(+)

diff --git 
a/dev-libs/skalibs/files/skalibs-2.11.1.0-respect-user-provided-flags.patch 
b/dev-libs/skalibs/files/skalibs-2.11.1.0-respect-user-provided-flags.patch
new file mode 100644
index ..3092d86f3f6e
--- /dev/null
+++ b/dev-libs/skalibs/files/skalibs-2.11.1.0-respect-user-provided-flags.patch
@@ -0,0 +1,33 @@
+From: Laurent Bercot 
+Date: Mon, 24 Jan 2022 11:44:29 +
+Subject: [PATCH]  Apply user-provided CPPFLAGS, CFLAGS and LDFLAGS during
+ autodetection
+
+Upstream-commit: d9f541c2b3af (" Apply user-provided CPPFLAGS, CFLAGS and 
LDFLAGS during autodetection")
+See-also: http://skarnet.org/lists/skaware/1656.html
+---
+diff --git a/configure b/configure
+index 1aa8fc7..430e57e 100755
+--- a/configure
 b/configure
+@@ -99,7 +99,7 @@ stripdir () {
+ tryflag () {
+   echo "Checking whether compiler accepts $2 ..."
+   echo "typedef int x;" > "$tmpc"
+-  if $CC_AUTO "$2" -c -o "$tmpo" "$tmpc" >/dev/null 2>&1 ; then
++  if $CC_AUTO $CPPFLAGS_POST $CFLAGS_POST "$2" -c -o "$tmpo" "$tmpc" 
>/dev/null 2>&1 ; then
+ echo "  ... yes"
+ eval "$1=\"\${$1} \$2\""
+ eval "$1=\${$1# }"
+@@ -113,7 +113,7 @@ tryflag () {
+ tryldflag () {
+   echo "Checking whether linker accepts $2 ..."
+   echo "typedef int x;" > "$tmpc"
+-  if $CC_AUTO -nostdlib "$2" -o "$tmpe" "$tmpc" >/dev/null 2>&1 ; then
++  if $CC_AUTO $CPPFLAGS_POST $CFLAGS_POST $LDFLAGS_POST -nostdlib "$2" -o 
"$tmpe" "$tmpc" >/dev/null 2>&1 ; then
+ echo "  ... yes"
+ eval "$1=\"\${$1} \$2\""
+ eval "$1=\${$1# }"
+-- 
+2.34.1
+

diff --git 
a/dev-libs/skalibs/files/skalibs-2.9.3.0-respect-user-provided-flags.patch 
b/dev-libs/skalibs/files/skalibs-2.9.3.0-respect-user-provided-flags.patch
new file mode 100644
index ..a36db4853a15
--- /dev/null
+++ b/dev-libs/skalibs/files/skalibs-2.9.3.0-respect-user-provided-flags.patch
@@ -0,0 +1,33 @@
+From: Laurent Bercot 
+Date: Mon, 24 Jan 2022 11:44:29 +
+Subject: [PATCH]  Apply user-provided CPPFLAGS, CFLAGS and LDFLAGS during
+ autodetection
+
+Backported-from: d9f541c2b3af (" Apply user-provided CPPFLAGS, CFLAGS and 
LDFLAGS during autodetection")
+See-also: http://skarnet.org/lists/skaware/1656.html
+---
+diff --git a/configure b/configure
+index 55f34f8..49b3678 100755
+--- a/configure
 b/configure
+@@ -99,7 +99,7 @@ stripdir () {
+ tryflag () {
+   echo "Checking whether compiler accepts $2 ..."
+   echo "typedef int x;" > "$tmpc"
+-  if $CC_AUTO "$2" -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
++  if $CC_AUTO $CPPFLAGS_POST $CFLAGS_POST "$2" -c -o /dev/null "$tmpc" 
>/dev/null 2>&1 ; then
+ echo "  ... yes"
+ eval "$1=\"\${$1} \$2\""
+ eval "$1=\${$1# }"
+@@ -113,7 +113,7 @@ tryflag () {
+ tryldflag () {
+   echo "Checking whether linker accepts $2 ..."
+   echo "typedef int x;" > "$tmpc"
+-  if $CC_AUTO -nostdlib "$2" -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
++  if $CC_AUTO $CPPFLAGS_POST $CFLAGS_POST $LDFLAGS_POST -nostdlib "$2" -o 
/dev/null "$tmpc" >/dev/null 2>&1 ; then
+ echo "  ... yes"
+ eval "$1=\"\${$1} \$2\""
+ eval "$1=\${$1# }"
+-- 
+2.34.1
+

diff --git a/dev-libs/skalibs/skalibs-2.11.1.0.ebuild 
b/dev-libs/skalibs/skalibs-2.11.1.0.ebuild
index 37232ee4d776..69fb41fd5e6c 100644
--- a/dev-libs/skalibs/skalibs-2.11.1.0.ebuild
+++ b/dev-libs/skalibs/skalibs-2.11.1.0.ebuild
@@ -16,6 +16,8 @@ IUSE="doc ipv6 static-libs"
 
 HTML_DOCS=( doc/. )
 
+PATCHES=( "${FILESDIR}/${P}-respect-user-provided-flags.patch" )
+
 src_prepare() {
default
 

diff --git a/dev-libs/skalibs/skalibs-2.9.3.0.ebuild 
b/dev-libs/skalibs/skalibs-2.9.3.0.ebuild
index f0f4d42d722a..fb9bc2eb668a 100644
--- a/dev-libs/skalibs/skalibs-2.9.3.0.ebuild
+++ b/dev-libs/skalibs/skalibs-2.9.3.0.ebuild
@@ -16,6 +16,8 @@ IUSE="doc ipv6 static-libs"
 
 HTML_DOCS=( doc/. )
 
+PATCHES=( "${FILESDIR}/${P}-respect-user-provided-flags.patch" )
+
 src_prepare() {
default
 



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

2022-01-28 Thread Sam James
commit: 60d3009bc5cae452e85b821b14116bfda4328b93
Author: James Beddek  posteo  de>
AuthorDate: Fri Jan 28 23:24:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 06:18:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d3009b

app-admin/usbview: drop 2.0, 2.1

Bug: https://bugs.gentoo.org/831756
Signed-off-by: James Beddek  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/24004
Signed-off-by: Sam James  gentoo.org>

 app-admin/usbview/Manifest   |  2 --
 app-admin/usbview/usbview-2.0.ebuild | 35 ---
 app-admin/usbview/usbview-2.1.ebuild | 30 --
 3 files changed, 67 deletions(-)

diff --git a/app-admin/usbview/Manifest b/app-admin/usbview/Manifest
index 0c259976e3ae..6963bcdbbefe 100644
--- a/app-admin/usbview/Manifest
+++ b/app-admin/usbview/Manifest
@@ -1,3 +1 @@
-DIST usbview-2.0.tar.gz 366337 BLAKE2B 
d3ce8f3b97ebb650f7cc8b47d7a4c4b985022811f55b43b41a65aaa120450aa187ce2dfc2671315575dfcbd108b68ca50420145a6c59ab85f7c4fcfc53a233f9
 SHA512 
87b3d0b0c734c94e5527f19575c0460f5c0b894dac29936a759d573058c9c007ad59c9be32a5c6d485cba258193efe4ca15bdd6f3ca31df321ed230778b5404f
-DIST usbview-2.1.tar.gz 377376 BLAKE2B 
76e6a45a31006f7a7b69783b608dd33304a1a3401c784bfdce62079c764795cbd4914b030ca44884f2f9dd14a479bd679be6c1eabd8bc1776a902b4d1446d82f
 SHA512 
7d973eb9ad74e8c0842396e6239ee44d5feab2d3ce412f7c91e18b947604bcf3c2d3dc456bbefc4cd7567a03d9306593b378ce29c3fb3b13eefe75af3f4c14d4
 DIST usbview-2.2.tar.gz 378077 BLAKE2B 
85edd8b4e7a36e6be4402024c4e4eb04ad28a1f402011ddb9e7a5182e8af02e3c4e01713e0d93c85d9eb61d1d70fd08b9292592975956b54eb40a37c2ad38dd1
 SHA512 
07684667310a9e073de05d4cb14a56370e72d4c1a2a81038331d7e0f5a546c65cb0cacedc6117702c116bb5863551f6ae730b4a9e6313d45fb052c9ce7823d16

diff --git a/app-admin/usbview/usbview-2.0.ebuild 
b/app-admin/usbview/usbview-2.0.ebuild
deleted file mode 100644
index c8096088021a..
--- a/app-admin/usbview/usbview-2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop linux-info
-
-DESCRIPTION="Display the topology of devices on the USB bus"
-HOMEPAGE="http://www.kroah.com/linux-usb/;
-SRC_URI="http://www.kroah.com/linux-usb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-
-RDEPEND="
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-pkg_setup() {
-   CONFIG_CHECK="~DEBUG_FS"
-   linux-info_pkg_setup
-}
-
-src_install() {
-   default
-   doicon usb_icon.xpm
-   make_desktop_entry ${PN} 'USB Viewer' usb_icon
-}

diff --git a/app-admin/usbview/usbview-2.1.ebuild 
b/app-admin/usbview/usbview-2.1.ebuild
deleted file mode 100644
index b5aada967726..
--- a/app-admin/usbview/usbview-2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info
-
-DESCRIPTION="Display the topology of devices on the USB bus"
-HOMEPAGE="http://www.kroah.com/linux-usb/ https://github.com/gregkh/usbview;
-SRC_URI="http://www.kroah.com/linux-usb/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-
-RDEPEND="
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/imagemagick-tools[png,svg]
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   CONFIG_CHECK="~DEBUG_FS"
-   linux-info_pkg_setup
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/

2022-01-28 Thread Sam James
commit: 4a60b4b2e933461519049e8ed72eeb87cb109116
Author: Martin Gysel  bearsh  org>
AuthorDate: Thu Jan 20 19:28:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 06:19:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a60b4b2

dev-vcs/git-cola: version bump to 3.12.0

Closes: https://bugs.gentoo.org/831630
Signed-off-by: Martin Gysel  bearsh.org>
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/git-cola/Manifest   |   1 +
 dev-vcs/git-cola/git-cola-3.12.0.ebuild | 109 
 2 files changed, 110 insertions(+)

diff --git a/dev-vcs/git-cola/Manifest b/dev-vcs/git-cola/Manifest
index f160122dd063..6d06c491524e 100644
--- a/dev-vcs/git-cola/Manifest
+++ b/dev-vcs/git-cola/Manifest
@@ -1,2 +1,3 @@
 DIST git-cola-3.10.1.tar.gz 996036 BLAKE2B 
2d705b853cf67a0f437d8dc77d46d5804124af600f872717c832843586d3c739e67a79ebe50ba2a8db38afd4217a7bb94db9cb8e27d51a00087ced340f4877d6
 SHA512 
79496023bfaa05049079eec2cdaf8449a6598faebedb4a13acf178209edc63e725eb1b003700a1dcfee09072d34e5a49d7053f070e45b498562cc124cd0582d4
 DIST git-cola-3.11.0.tar.gz 997046 BLAKE2B 
7a8270c30e0cbd919dcd6f8e38ca420257630717e535ef11ed337fde2461b544453b20363906a5b769cd23d96ca77ce72d71729f46ae6abada83ae4d33628cbc
 SHA512 
f05862b9b27ff5dfe9b220bbee4f3f455a7ce98acaa0bb0a8cdbb44f8cb97ce265df036ba48d5abb0bf46a91fd782cd73a67ca544b4662d36e8023e92c80b541
+DIST git-cola-3.12.0.tar.gz 1004892 BLAKE2B 
9396768256341e59500dffc95136e710b2d3d1c9d5cb4d70fc7fba8e81e16a3656006b5558dae417fbbad7baf1373d953708006b96a8873f68502ea469462326
 SHA512 
4b8ec716f572682747f43ae1a9232612d95d44384d28bbf97ef461a93546cdfcc81125f816b4c8ea5efcf4d23f42edeb8a89df3c7167ceac4709eeeaf49965a9

diff --git a/dev-vcs/git-cola/git-cola-3.12.0.ebuild 
b/dev-vcs/git-cola/git-cola-3.12.0.ebuild
new file mode 100644
index ..1aa8af03490f
--- /dev/null
+++ b/dev-vcs/git-cola/git-cola-3.12.0.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_SINGLE_IMPL=true
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-r1 readme.gentoo-r1 virtualx xdg-utils
+
+DESCRIPTION="The highly caffeinated git GUI"
+HOMEPAGE="https://git-cola.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/QtPy[gui,network,${PYTHON_USEDEP}]
+   dev-python/send2trash[${PYTHON_USEDEP}]
+   ')
+   dev-vcs/git
+"
+BDEPEND="sys-devel/gettext
+   $(python_gen_cond_dep "
+   doc? ( dev-python/sphinx[\${PYTHON_USEDEP}] )
+   test? (
+   ${VIRTUALX_DEPEND}
+   dev-python/pytest[\${PYTHON_USEDEP}]
+   dev-python/pytest-flake8[\${PYTHON_USEDEP}]
+   dev-python/mock[\${PYTHON_USEDEP}]
+   dev-python/PyQt5[\${PYTHON_USEDEP},gui,widgets]
+   )
+   ")
+"
+
+python_prepare_all() {
+   # make sure that tests also use the system provided QtPy
+   rm -r qtpy || die
+
+   rm share/git-cola/bin/*askpass* || die
+
+   # don't install docs into wrong location
+   sed -i -e '/doc/d' setup.py || die
+
+   # fix doc directory reference
+   sed -i \
+   -e "s/'doc', 'git-cola'/'doc', '${PF}'/" \
+   cola/resources.py || die
+
+   # fix ssh-askpass directory reference
+   sed -i -e 's/resources\.share/resources\.prefix/' cola/app.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   DISTUTILS_ARGS=( --no-vendor-libs --no-private-libs )
+}
+
+python_compile_all() {
+   cd share/doc/${PN}/ || die
+   if use doc ; then
+   emake all
+   else
+   sed \
+   -e '/^install:/s:install-html::g' \
+   -e '/^install:/s:install-man::g' \
+   -i Makefile || die
+   fi
+}
+
+python_test() {
+   GIT_CONFIG_NOSYSTEM=true \
+   PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" LC_ALL="C.utf8" \
+   virtx epytest cola test
+}
+
+python_install_all() {
+   cd share/doc/${PN}/ || die
+   emake \
+   DESTDIR="${D}" \
+   docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   prefix="${EPREFIX}/usr" \
+   install
+
+   # remove empty bin folder
+   rm -R "${ED}"/usr/share/git-cola/bin || die
+
+   use doc || HTML_DOCS=( "${FILESDIR}"/index.html )
+
+   distutils-r1_python_install_all
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/files/, sci-geosciences/grass/

2022-01-28 Thread Sam James
commit: 7c473887fbc1dfbc393930e612cfc811e0f7e077
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Jan 28 22:59:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 06:18:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c473887

sci-geosciences/grass: version bump 8.0.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/24003
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/grass/Manifest |   2 +-
 .../grass/files/grass-8.0.0-mkhtml.patch   | 316 +
 .../{grass-8.0.0_rc2.ebuild => grass-8.0.0.ebuild} |   1 +
 3 files changed, 318 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/grass/Manifest b/sci-geosciences/grass/Manifest
index ff32202d3394..85de9606c6e5 100644
--- a/sci-geosciences/grass/Manifest
+++ b/sci-geosciences/grass/Manifest
@@ -1,2 +1,2 @@
 DIST grass-7.8.6.tar.gz 66331264 BLAKE2B 
bb5a3387f74bc30b7ce3230765cecdc7e61ded8693d888e6cefc2d491022496409d053e170293fcef392a9c9178a41b070767e1ce90b57b448b189c9e16a2761
 SHA512 
6db10a20e5b70f0ce9a8fc4d6966c6f078453a88fa8f0577c1c62303f9787fa3bf3369e281f7ca864280c865e3ef022c51d8805d1258ea04da45e63cd34c27df
-DIST grass-8.0.0RC2.tar.gz 64942585 BLAKE2B 
fc7499def2029acb9b547c688eaaad986daae5c80b085bbe876d7bca4d4c7547867375edee752705e30ab215d0b8e0c7f017e94802a549569a525196bbd7bcb4
 SHA512 
9e624c54974e253dce1b93a0ce1c51eaa421d8baacdf61b03893d34c5cd36af76915ab035fb9bb78af4c16e1efc12bb501a707e335e312a12cf2c17a2b0d6f61
+DIST grass-8.0.0.tar.gz 64944539 BLAKE2B 
61ea667321599026f2514333e5fe47313d232236a818458939e968d80ed88a511ddc29e2b51edd082bd246b614a0b121b10c09e9059ae31fd5c211e9844d89b1
 SHA512 
29bd57fb017937b0f3ad105790449704c6f12b56ffe79091f0aceed328f4da5293dd42cc3071158aad5386a51309f35a4f0b9bbd57221431e705f51880c2ce42

diff --git a/sci-geosciences/grass/files/grass-8.0.0-mkhtml.patch 
b/sci-geosciences/grass/files/grass-8.0.0-mkhtml.patch
new file mode 100644
index ..1eb46012f6a4
--- /dev/null
+++ b/sci-geosciences/grass/files/grass-8.0.0-mkhtml.patch
@@ -0,0 +1,316 @@
+--- a/lib/init/variables.html
 b/lib/init/variables.html
+@@ -234,12 +234,7 @@ PERMANENT
+   GRASS_PERL
+   [used during install process for generating man pages]
+ set Perl with path.
+-
+-  GRASS_PROXY
+-  [used during addon install/reinstall process for generating man
+-pages (download commit from GitHub API server and remote modules.xml 
file)]
+-set the proxy with: 
GRASS_PROXY="http=value,ftp=value".
+-
++  
+   GRASS_SKIP_MAPSET_OWNER_CHECK
+   By default it is not possible to work with MAPSETs that are
+ not owned by current user. Setting this variable to any non-empty value
+--- a/scripts/g.extension/g.extension.py
 b/scripts/g.extension/g.extension.py
+@@ -354,6 +354,7 @@ def download_addons_paths_file(url, response_format, 
*args, **kwargs):
+ ),
+ )
+ return response
++
+ except HTTPError as err:
+ if err.code == 403 and err.msg == "rate limit exceeded":
+ gscript.warning(
+@@ -2588,8 +2589,6 @@ def main():
+ proxy = urlrequest.ProxyHandler(PROXIES)
+ opener = urlrequest.build_opener(proxy)
+ urlrequest.install_opener(opener)
+-# Required for mkhtml.py script (get addon git commit from GitHub API 
server)
+-os.environ["GRASS_PROXY"] = options["proxy"]
+ 
+ # define path
+ options["prefix"] = resolve_install_prefix(
+--- a/utils/mkhtml.py
 b/utils/mkhtml.py
+@@ -16,7 +16,6 @@
+ #
+ #
+ 
+-import http
+ import sys
+ import os
+ import string
+@@ -25,9 +24,6 @@ from datetime import datetime
+ import locale
+ import json
+ import pathlib
+-import shutil
+-import subprocess
+-import time
+ 
+ try:
+ # Python 2 import
+@@ -35,26 +31,11 @@ try:
+ except ImportError:
+ # Python 3 import
+ from html.parser import HTMLParser
+-
+-from six.moves.urllib import request as urlrequest
+-from six.moves.urllib.error import HTTPError, URLError
+-
+ try:
+ import urlparse
+ except ImportError:
+ import urllib.parse as urlparse
+ 
+-try:
+-import grass.script as gs
+-except ImportError:
+-# During compilation GRASS GIS
+-gs = None
+-
+-HEADERS = {
+-"User-Agent": "Mozilla/5.0",
+-}
+-HTTP_STATUS_CODES = list(http.HTTPStatus)
+-
+ if sys.version_info[0] == 2:
+ PY2 = True
+ else:
+@@ -65,24 +46,6 @@ if not PY2:
+ unicode = str
+ 
+ 
+-grass_version = os.getenv("VERSION_NUMBER", "unknown")
+-trunk_url = ""
+-addons_url = ""
+-if grass_version != "unknown":
+-major, minor, patch = grass_version.split(".")
+-grass_git_branch = "releasebranch_{major}_{minor}".format(
+-major=major,
+-minor=minor,
+-)
+-base_url = "https://github.com/OSGeo;
+-trunk_url = 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/

2022-01-28 Thread Sam James
commit: d0aa62f8e2540b8d4e6dde951b7415e0e5fbd7e3
Author: Martin Gysel  bearsh  org>
AuthorDate: Mon Jan 24 20:05:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 06:19:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aa62f8

dev-vcs/git-cola: Disable pytest-flake8

see also https://github.com/gentoo/gentoo/pull/23927

Signed-off-by: Martin Gysel  bearsh.org>
Closes: https://github.com/gentoo/gentoo/pull/23887
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/git-cola/git-cola-3.12.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/git-cola/git-cola-3.12.0.ebuild 
b/dev-vcs/git-cola/git-cola-3.12.0.ebuild
index 1aa8af03490f..51817bdd4a3b 100644
--- a/dev-vcs/git-cola/git-cola-3.12.0.ebuild
+++ b/dev-vcs/git-cola/git-cola-3.12.0.ebuild
@@ -34,7 +34,6 @@ BDEPEND="sys-devel/gettext
test? (
${VIRTUALX_DEPEND}
dev-python/pytest[\${PYTHON_USEDEP}]
-   dev-python/pytest-flake8[\${PYTHON_USEDEP}]
dev-python/mock[\${PYTHON_USEDEP}]
dev-python/PyQt5[\${PYTHON_USEDEP},gui,widgets]
)
@@ -58,6 +57,9 @@ python_prepare_all() {
# fix ssh-askpass directory reference
sed -i -e 's/resources\.share/resources\.prefix/' cola/app.py || die
 
+   # disable flake8 testing, it's not useful for ebuilds
+   sed -i -e 's:--flake8::' pytest.ini || die
+
distutils-r1_python_prepare_all
 }
 



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

2022-01-28 Thread Sam James
commit: 6d7dd08195ea880e32cae81db9fc0bbda1a85590
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 06:14:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 06:14:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7dd081

dev-util/diffoscope: drop 199, 200

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

 dev-util/diffoscope/Manifest  |   2 -
 dev-util/diffoscope/diffoscope-199.ebuild | 108 --
 dev-util/diffoscope/diffoscope-200.ebuild | 108 --
 3 files changed, 218 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 4c321f99a42f..02b085518f5f 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,5 +1,3 @@
 DIST diffoscope-197.tar.gz 2705041 BLAKE2B 
1d66462d3f1cdbba177d24d194ce14ae51274c6b60139e56724213a6b4fc0b41e6a71f9f2e250ecc7d6330186bf774470b2153801b375ffb63e8390c425e1073
 SHA512 
d8411ad166738b29caa28abbc10f21e0906b7b19bd5ab644db36c04b1f9c5af9f4cbdb31eb850da7249380a6774bde355f0e815f4d3cdd0df76570df9df7fd0a
-DIST diffoscope-199.tar.gz 2705444 BLAKE2B 
c17752a504cef75d1a9d6f1c0dfdb896abd1ce7dfd5a2494022d4a7b9e098822db80b52e3cd0d4367e28bcc9ad6316746d10cd82df2ac7c24c19d74b3ea0de5d
 SHA512 
e4caa9d5d8d7f1671acecf2f6240cd587bbfd4087eb6e69021303ec3e7bfde15fbd409139b7658eeed64d75f05b3768f1a585640fcfee6bae63ff7d27227e4d0
-DIST diffoscope-200.tar.gz 2705536 BLAKE2B 
c931430a7e8159f135446709866106e4646b087c30d9d3cdf82810e8ac9273075af80d67f19858b71656d73c078478f96083c6d784a7e1bf8af5d620765cde78
 SHA512 
74317603e8416e2decea4d6fae9c16a5a931986a6fb8660c518e1363f99cbb523d69316be6b19f0a6168622780f4642bd901f376c3d38cfd1a600d9ac1ce1fbb
 DIST diffoscope-201.tar.gz 2705733 BLAKE2B 
97f74633bd990408af9ba33feb38243da22253b1f1c49a23d11cf6cc16197b3a4fdb371f01f310a2a5ee782ae89209c2f80b0956d48b0a5c5308dd6f50aba86f
 SHA512 
a221d656a49b77f08eb884acc8bbabd1e4469ff2411d47532c0326743653b43e45a60e5fb39d841c1b835d896dbe9d08032f51f295f5399af878be18305acd52
 DIST diffoscope-202.tar.gz 2706185 BLAKE2B 
11d77445d9cd4a8b2bba5f8a31a3b9e08862937af3ce3aea993603026483758d1742254629fb7541c751ab1c5213dff892b102bc625ead78fc56ce01e25aefd8
 SHA512 
f42ea35a492ef62740188986b25f629d4a0d62d1ee1e6d284c4251577170720ca731a7f11f387f64b68f82817f47019b3aaf236d0bb19f4c0a65d4048c5a0266

diff --git a/dev-util/diffoscope/diffoscope-199.ebuild 
b/dev-util/diffoscope/diffoscope-199.ebuild
deleted file mode 100644
index ec72907f21dc..
--- a/dev-util/diffoscope/diffoscope-199.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar test tcpdump zip zlib zstd"
-
-RESTRICT="!test? ( test )"
-
-# pull in optional tools for tests:
-# img2txt: bug #797688
-# docx2txt: bug #797688
-BDEPEND="test? (
-   app-text/docx2txt
-   media-libs/libcaca
-   virtual/imagemagick-tools[jpeg]
-   )"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
-   file? ( sys-apps/file )
-   find? ( sys-apps/findutils )
-   gettext? ( sys-devel/gettext )
-   gif? ( media-libs/giflib )
-   gpg? ( app-crypt/gnupg )
-   haskell? ( dev-lang/ghc )
-   hdf5? ( sci-libs/hdf5 )
-   hex? ( app-editors/vim-core )
-   imagemagick? ( media-gfx/imagemagick )
-   iso? ( app-cdr/cdrtools )
-   java? ( virtual/jdk )
-   llvm? ( sys-devel/llvm )
-   lzma? ( app-arch/xz-utils )
-   mono? ( dev-lang/mono )
-   opendocument? ( app-text/odt2txt )
-   pascal? ( dev-lang/fpc )
-   pdf? (
-   app-text/pdftk
-   app-text/poppler
-   dev-python/PyPDF2[${PYTHON_USEDEP}]
-   )
-   postscript? ( app-text/ghostscript-gpl )
-   R? ( dev-lang/R )
-   rpm? ( app-arch/rpm )
-   sqlite? ( dev-db/sqlite:3 )
-   squashfs? ( 

[gentoo-commits] repo/gentoo:master commit in: app-portage/recover-broken-vdb/

2022-01-28 Thread Sam James
commit: 46298bb7dcf45d06ef656c8c425b28018a65b7cf
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 06:05:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 06:05:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46298bb7

app-portage/recover-broken-vdb: stabilize 1.0.0

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

 app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild 
b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild
index 6bf736875162..1aa783fa8e1b 100644
--- a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild
+++ b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/thesamesam/recover-broken-vdb.git;
 else

SRC_URI="https://github.com/thesamesam/recover-broken-vdb/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="GPL-2"



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

2022-01-28 Thread Hans de Graaff
commit: 08ccda4f09f8f541ce7a3b9bbadbce0bb88c6752
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 29 05:55:56 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 29 05:59:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ccda4f

dev-util/cucumber-core: add 10.1.1

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

 dev-util/cucumber-core/Manifest|  1 +
 dev-util/cucumber-core/cucumber-core-10.1.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-util/cucumber-core/Manifest b/dev-util/cucumber-core/Manifest
index 056164720657..3a3425aaa8e4 100644
--- a/dev-util/cucumber-core/Manifest
+++ b/dev-util/cucumber-core/Manifest
@@ -1,5 +1,6 @@
 DIST cucumber-core-10.0.0.tar.gz 47173 BLAKE2B 
3ce81c4ae9de1dafe444fcae4b2609b786e34d8efdf16e02c05ceaf7f077c13289bea23f6fc22616cb8ce16598ffd3f07cbc51751b3151455d65ecf396ac0e92
 SHA512 
7ed559ae5e9071f1697da74aa067fcbc42858d51c9d470280c0695df0ab0836b069be2e1ae8948ff01a674ca45be7eb2ac63c37d666d40c7ac333a0a5315c65a
 DIST cucumber-core-10.0.1.tar.gz 47196 BLAKE2B 
d048c36e3d28871e603b2092062af1e9a754ce642c365c5f71696f450c2f8fbccd27e3d809980c96929f75a2afb11c216a3b1ce40a0b7f81dfff7495d46f531e
 SHA512 
c7ff950f7fd81824822de0ec485c1890808126c36be4c25ed15048c35491e8891851cf7438ef806bb1456b68281853ac3a0b1f7a598414f794793db83530406b
 DIST cucumber-core-10.1.0.tar.gz 202704 BLAKE2B 
22aebd78e27ee1f8062128007c42ae6bbcfcf63dfb3dc94618db6bf1803511a08305289105e33e78ebd48e881bd7e93721bf8b654e28c7309b381ae4aaba659b
 SHA512 
6f3973ca69f13dd85b7ecca54064562b80812d5517ca0c64cacf18e0ca0c2ef47ca6f0182d3aacdb385bb16ffc9d98f065e30d9f1bc556554535c0d027dbc39b
+DIST cucumber-core-10.1.1.tar.gz 202764 BLAKE2B 
c5704ed4821d056aea7bf537c7193bb8965be5a6d0effad0f85f76c18e62acf7a2de981da05826fbd27c1e55122ba3ca9873729332a9840280d1638838af27c9
 SHA512 
c7c4de1c53a58b74e632019a9a69b3bac164da72ee3cef839d19c9548707c06ddac5e562013ca86992ca3d78ad96f23521ff69de83b3e9e614a336cc3d6ba9a6
 DIST cucumber-core-3.2.1.tar.gz 49868 BLAKE2B 
e5d18797fb6821fa9c300898bc8c14d57559b790d77a191d7147a987e27893ce89076716f82fa2048632e1b033ad607c748fe29f6b8fc600abd523290c4a9f50
 SHA512 
ba45e804d8454a6ef306eb90f32e6cdf3ee25fdd6613e9ba8308ecfce4044f27ee3dc012ad7f9ca481e94fe5e1d9deb9e0c46ca811a8e25bb27981a78c528ddb
 DIST cucumber-core-9.0.1.tar.gz 47009 BLAKE2B 
2c78956643dfb08319732af24c08d5df811574891b582ba7ab51281c9a5299a3063c6c607af5cd9659aa0e160c0f3cab1d54b9cbd57d3dbf2768e97bb8f79e8e
 SHA512 
0ac61797cda1d62d2b452d3d843be855f84b12fc9c435e8b5261700a981d94c9c88e36e309d8c2dc637ff195032768d363ffd9e7424c842d5b0ba98c3c678752

diff --git a/dev-util/cucumber-core/cucumber-core-10.1.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-10.1.1.ebuild
new file mode 100644
index ..9661227c5e17
--- /dev/null
+++ b/dev-util/cucumber-core/cucumber-core-10.1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="cucumber-core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Executable feature scenarios"
+HOMEPAGE="https://cucumber.io/;
+SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+RUBY_S="cucumber-ruby-core-${PV}"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/unindent-1.0
+   )"
+
+ruby_add_rdepend "
+   >=dev-util/cucumber-gherkin-22.0.0:22
+   >=dev-util/cucumber-messages-17.1.1:17
+   >=dev-util/cucumber-tag-expressions-4.0.2:4
+"
+
+all_ruby_prepare() {
+   # Avoid dependency on kramdown to keep dependency list manageable for 
all arches.
+   rm -f spec/readme_spec.rb || die
+}



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

2022-01-28 Thread Sam James
commit: 7c373dd540306f0f2e4846f204bcd1a9a58b2d78
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 05:51:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 05:53:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c373dd5

profiles: drop seamonkey mask now it's been bumped

Bug: https://bugs.gentoo.org/831638
Bug: https://bugs.gentoo.org/821157
Bug: https://bugs.gentoo.org/824066
Bug: https://bugs.gentoo.org/831977
Bug: https://bugs.gentoo.org/828479
Signed-off-by: Sam James  gentoo.org>

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f12ac6831ce3..3b794b9041ee 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -70,7 +70,7 @@ net-misc/npapi-sdk
  (2022-01-22)
 # Prelink support is being removed from glibc and was



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

2022-01-28 Thread Sam James
commit: 0c533a58b87c8de24685fe005def6eea89f4c5df
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 05:52:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 05:53:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c533a58

www-client/seamonkey: drop 2.53.8.1-r1, 2.53.9-r1

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

 www-client/seamonkey/Manifest |   6 -
 www-client/seamonkey/seamonkey-2.53.8.1-r1.ebuild | 556 -
 www-client/seamonkey/seamonkey-2.53.9-r1.ebuild   | 557 --
 3 files changed, 1119 deletions(-)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index b6ef41e0a942..19330205cff7 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -3,12 +3,6 @@ DIST seamonkey-2.53.10.2.source-l10n.tar.xz 13616204 BLAKE2B 
75e3efd51fa4628b385
 DIST seamonkey-2.53.10.2.source.tar.xz 284350364 BLAKE2B 
15ff60b5728b84c00831d4dccde7600648889d56ecbe034708390cd83d096f760157d84f5df266ede2d4388302b0df83684397c276e1a0f6d1dfe3e799265ca1
 SHA512 
59233c2bfc0cf3c9e290e1165fea4cd285cabb339f66dbad7bdbe0b7fd9b2acbc37c385b775d2a3d045d1a6648012488cc018eb3f879139c2a582e7d37e01d7a
 DIST seamonkey-2.53.3-system_libvpx-1.8.patch.gz 3197 BLAKE2B 
7a84d2184f4812eabfe3626eb6b2364f2f8c0ba24d4e53440e9d38658b89a3f1c23bdcbd623fd9aca3bfd04743e582587e9c42ba3d983cc9ec4059ea9503830a
 SHA512 
ffc6f179f07cb9dcce2924c64bfed84a5cc724d857b32e5e349967e72022536c5192c3966e1089bab8efd91671584d6474334730ebefe1c4398f564a5f1753be
 DIST seamonkey-2.53.3-system_libvpx-1.8.patch.xz 3128 BLAKE2B 
f73802d2715a11964a4b4d34b582a2999ab42cff9ed005c5ca8c002ae745a973fbb682c3e568f6727a7fe93dc2d7a5ba3367adc4e1d256b8ab0cf8d940fceb8a
 SHA512 
80b87c260445af181d1a0d39de9f95ac7c93f76e12328c1799e8607f50ca9e2a20bc4f15de3f32efbbabb444fd5352612b2629fee61875fa0acd6d050df338a2
-DIST seamonkey-2.53.8.1-rust-1.45.0.patch.xz 12256 BLAKE2B 
b311b69ee11a5875beca421b45733e6cd9b0aaa7c00a51e4fdda3e6ecabdef70b683c119a63e404c5763b19b9c6720cc59c0e6033eb2b06b0e97e7f01a8b727d
 SHA512 
1056602044c719da26cf54566ac058a84258c5639a9d717904e97e38323f69100fb5183464602147744fd657aaef322f7fd130773b85896a15c5466a8a3f1e2e
-DIST seamonkey-2.53.8.1.source-l10n.tar.xz 13542220 BLAKE2B 
8b043136595e481077e60cf202ae66d04ad30f089e842f6d4660807cdaf086b99c9252afccf8a6302558f4a1ce38e8e59f72ade6f72929335b0bf7bce72b4569
 SHA512 
047defbfac18f360ad089d90de3c0e139d3707dcfa74570fcfa1f2f1e789ca2930d08ee0c94f7d88cc79f4e162eda2d0073493656528e0f9b579f452fe13ad8f
-DIST seamonkey-2.53.8.1.source.tar.xz 283254760 BLAKE2B 
b078e0333a992b5b6fc9b3966528cc8201ea2c3fddfff8584d3ae9fa5e4b3b7b8abd25dc85dc9fb5ce60b55efcc1692dc56490f520a3b486dca7e873689f0f26
 SHA512 
1e3eb8686b3b04bfc95f0229c71df7e6ffe085e3ba0bf043c6714789b08e701ede1e288c47df238fa3c5d5979efffe7a9b73b04a32a85f04259ce2c77937a366
-DIST seamonkey-2.53.8_beta1-patches-01.tar.xz 43208 BLAKE2B 
947b8131810f3f9855e1e8ff45d841e05dde9dc8c1d1204b1a3d55a743c2c7f9b23b251460d6743ca760edc4609eb08c1df3b165acc56af95e5ecb3c871fec3a
 SHA512 
8196be87112926de0becf272bf44c1ce5522579d4b66f93f455cc0e503c4c3bb96fba5ec48a73e0d53ad9683820cb167e677bbf2497fe266e93d154c8d4a7837
 DIST seamonkey-2.53.9.1.source-l10n.tar.xz 13615680 BLAKE2B 
ce5baea8c004219af74d25671272b2a4104018e35f54adee46bacd8eadbc9c44a53c7ab8f6382402a16dd4353068e0e6144158d3ec874105a5c03ac89a15af7a
 SHA512 
c0dd469a12a4acc7e84793a56615fa109e00c638ed71fe0b51b3125750ed115bf921dbc6e8a4b391bb5cfccd679cdcbdfe9b23e619590c0f22c62489566d459f
 DIST seamonkey-2.53.9.1.source.tar.xz 285481656 BLAKE2B 
c96107de40c83515fff49d4bf409a13f3a712daf19b466044d6eff244159ebe6d37b7dfc16e6dc0676be344378e9838f7c1d055064bc63ba36a92844e54bfd33
 SHA512 
67c0645a2b8c4ddafc148da80166d6cff9ceafbeee0683fc4099e69720c4bb725a4165643db37abf0a0545e170e30e811eb0ad198f5c7cd4196294624b86775f
-DIST seamonkey-2.53.9.source-l10n.tar.xz 13615680 BLAKE2B 
ce5baea8c004219af74d25671272b2a4104018e35f54adee46bacd8eadbc9c44a53c7ab8f6382402a16dd4353068e0e6144158d3ec874105a5c03ac89a15af7a
 SHA512 
c0dd469a12a4acc7e84793a56615fa109e00c638ed71fe0b51b3125750ed115bf921dbc6e8a4b391bb5cfccd679cdcbdfe9b23e619590c0f22c62489566d459f
-DIST seamonkey-2.53.9.source.tar.xz 285118824 BLAKE2B 
524e51ca00e36658787aa734dd775ef009ef6d4dfd6917f00ebc8d4ec4ecb72c61a50dc33c89fabe2e65e4b95086645db9e26ef12776574f47d3928a42af100b
 SHA512 
17f7009f2b5a1f337c24f98e2bfac2b63498f6e5b5080cbfc1c541ee60fa07f5116b76b7f20f2fc4e000b8c38c4558c7c9ef10abbdfec52dd597bc25d5a952f4
 DIST seamonkey-2.53.9_beta1-patches-01.tar.xz 43328 BLAKE2B 
66869b0ebb3259da19148473311b00cb2b2ca762f6ae7003b5374c51f53e6d58fecdf00084d9c43c62023b14666b08efa6138fb28642cc11272851d799f8d0ad
 SHA512 
38b8759da9230d745ab5c8cf1f3964762893e88174f20f3a0458a3196297845fb0876bdb330fac21a24a2661c2b319c8bfb0a7d6e8e47048ced1955500291638

diff --git a/www-client/seamonkey/seamonkey-2.53.8.1-r1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: www-client/seamonkey/, www-client/seamonkey/files/

2022-01-28 Thread Sam James
commit: ee81f36292d2116e67467a336df2bf706fe2b716
Author: Myckel Habets  sdf  org>
AuthorDate: Thu Jan 27 15:50:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 05:49:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee81f362

www-client/seamonkey: add 2.53.10.2

Bug: https://bugs.gentoo.org/828479
Closes: https://bugs.gentoo.org/824066
Closes: https://bugs.gentoo.org/831977
Signed-off-by: Myckel Habets  habets-dobben.nl>
Signed-off-by: Sam James  gentoo.org>

 www-client/seamonkey/Manifest  |   4 +
 .../files/seamonkey-2.53.10.2-ownertab.patch   | 249 +
 www-client/seamonkey/seamonkey-2.53.10.2.ebuild| 557 +
 3 files changed, 810 insertions(+)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index 558ad9359458..b6ef41e0a942 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -1,3 +1,7 @@
+DIST seamonkey-2.53.10.2-patches-01.tar.gz 77910 BLAKE2B 
9f75470936c15a6c6be27a4751f0ed32dbd7629017b1f142250ef80ecf1adfc6fc7d88c3d1e4a44efaee93b9e15d0171910582ac4a7abcae65fa26bdb6950469
 SHA512 
ddb0984aaa5e16ced69dad59bb812fbc3ba14c3de96edfea8778ff5450f4f520657031470b80492226fc273fedb7195361c9f56352a53d381061a1171e830d5b
+DIST seamonkey-2.53.10.2.source-l10n.tar.xz 13616204 BLAKE2B 
75e3efd51fa4628b3853c2fc86357d1a44addd11ea5409ee10fcce5114fb2a92a9f70af24e3e5fb955a15f8568149cd4c7af67a321716313ad71c474a3caeb2a
 SHA512 
9796ac45203e91d1531ed88239ff8771cd666027a1dbf41885b3626ec03e4289854704cac53a56a68f3df9dd82232321cafde24b5f1c49b22722812bf8781a36
+DIST seamonkey-2.53.10.2.source.tar.xz 284350364 BLAKE2B 
15ff60b5728b84c00831d4dccde7600648889d56ecbe034708390cd83d096f760157d84f5df266ede2d4388302b0df83684397c276e1a0f6d1dfe3e799265ca1
 SHA512 
59233c2bfc0cf3c9e290e1165fea4cd285cabb339f66dbad7bdbe0b7fd9b2acbc37c385b775d2a3d045d1a6648012488cc018eb3f879139c2a582e7d37e01d7a
+DIST seamonkey-2.53.3-system_libvpx-1.8.patch.gz 3197 BLAKE2B 
7a84d2184f4812eabfe3626eb6b2364f2f8c0ba24d4e53440e9d38658b89a3f1c23bdcbd623fd9aca3bfd04743e582587e9c42ba3d983cc9ec4059ea9503830a
 SHA512 
ffc6f179f07cb9dcce2924c64bfed84a5cc724d857b32e5e349967e72022536c5192c3966e1089bab8efd91671584d6474334730ebefe1c4398f564a5f1753be
 DIST seamonkey-2.53.3-system_libvpx-1.8.patch.xz 3128 BLAKE2B 
f73802d2715a11964a4b4d34b582a2999ab42cff9ed005c5ca8c002ae745a973fbb682c3e568f6727a7fe93dc2d7a5ba3367adc4e1d256b8ab0cf8d940fceb8a
 SHA512 
80b87c260445af181d1a0d39de9f95ac7c93f76e12328c1799e8607f50ca9e2a20bc4f15de3f32efbbabb444fd5352612b2629fee61875fa0acd6d050df338a2
 DIST seamonkey-2.53.8.1-rust-1.45.0.patch.xz 12256 BLAKE2B 
b311b69ee11a5875beca421b45733e6cd9b0aaa7c00a51e4fdda3e6ecabdef70b683c119a63e404c5763b19b9c6720cc59c0e6033eb2b06b0e97e7f01a8b727d
 SHA512 
1056602044c719da26cf54566ac058a84258c5639a9d717904e97e38323f69100fb5183464602147744fd657aaef322f7fd130773b85896a15c5466a8a3f1e2e
 DIST seamonkey-2.53.8.1.source-l10n.tar.xz 13542220 BLAKE2B 
8b043136595e481077e60cf202ae66d04ad30f089e842f6d4660807cdaf086b99c9252afccf8a6302558f4a1ce38e8e59f72ade6f72929335b0bf7bce72b4569
 SHA512 
047defbfac18f360ad089d90de3c0e139d3707dcfa74570fcfa1f2f1e789ca2930d08ee0c94f7d88cc79f4e162eda2d0073493656528e0f9b579f452fe13ad8f

diff --git a/www-client/seamonkey/files/seamonkey-2.53.10.2-ownertab.patch 
b/www-client/seamonkey/files/seamonkey-2.53.10.2-ownertab.patch
new file mode 100644
index ..02140bd5e8f7
--- /dev/null
+++ b/www-client/seamonkey/files/seamonkey-2.53.10.2-ownertab.patch
@@ -0,0 +1,249 @@
+# HG changeset patch
+# User Dmitry Butskoy 
+# Date 1628960364 -7200
+# Parent  45d5ea1452b1c406303ff3be289df08cde3d5a04
+Bug 1623054 - Set owner tab for proper tab focus handling after close. r=IanN 
a=IanN
+Upstream bug-report: https://bugzilla.mozilla.org/show_bug.cgi?id=1623054
+
+diff --git seamonkey-2.53.10.2/comm/suite/app/profile/suite-prefs.js 
seamonkey-2.53.10.2/comm/suite/app/profile/suite-prefs.js
+--- seamonkey-2.53.10.2/comm/suite/app/profile/suite-prefs.js
 seamonkey-2.53.10.2/comm/suite/app/profile/suite-prefs.js
+@@ -224,16 +224,17 @@ pref("browser.tabs.autoHide", false);
+ pref("browser.tabs.forceHide", false);
+ pref("browser.tabs.closeWindowWithLastTab", true);
+ pref("browser.tabs.warnOnClose", true);
+ pref("browser.tabs.warnOnCloseOther", true);
+ pref("browser.tabs.warnOnOpen", true);
+ pref("browser.tabs.maxOpenBeforeWarn", 15);
+ pref("browser.tabs.insertRelatedAfterCurrent", true);
+ pref("browser.tabs.insertAllTabsAfterCurrent", false);
++pref("browser.tabs.selectOwnerOnClose", true);
+ pref("browser.tabs.avoidBrowserFocus", false);
+ 
+ // For future use
+ pref("browser.tabs.loadBookmarksInBackground", false);
+ 
+ // how many browsers can be saved in the DOM (by the tabbed browser)
+ pref("browser.tabs.max_tabs_undo", 3);
+ // should popups by saved in the DOM (by the tabbed browser)
+diff --git seamonkey-2.53.10.2/comm/suite/base/content/utilityOverlay.js 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: 34e8855445b2424d4b329cfb386ebf2cec02d946
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:31:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e88554

app-accessibility/espeak-ng: Keyword 1.50-r1 ia64, #801103

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

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index 814a89258ff2..eb0c299aa47b 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2022-01-28 Thread Sam James
commit: 40ad55d95786a8e653a1c1bc66a9e2671dd19087
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:31:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:31:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ad55d9

app-accessibility/orca: Keyword 41.1 sparc, #83

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

 app-accessibility/orca/orca-41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/orca/orca-41.1.ebuild 
b/app-accessibility/orca/orca-41.1.ebuild
index 32bcd9a283e6..6fdc5d37d9ec 100644
--- a/app-accessibility/orca/orca-41.1.ebuild
+++ b/app-accessibility/orca/orca-41.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="+braille"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/

2022-01-28 Thread Sam James
commit: 08773d52fae1178050f60f09ef0d98de17ef235f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:31:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:31:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08773d52

app-accessibility/speech-dispatcher: Keyword 0.11.1 sparc, #83

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild 
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
index e2a2c95e5a7c..fa80bfe9a70a 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="alsa ao espeak +espeak-ng flite nas pulseaudio python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-01-28 Thread Sam James
commit: 3f58e3e80fbd9817d75a0120efdff31908de627d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:31:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:31:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f58e3e8

media-libs/pcaudiolib: Keyword 1.1 ia64, #801103

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

 media-libs/pcaudiolib/pcaudiolib-1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild 
b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
index 738c49d0d4c1..11ce4e4f549b 100644
--- a/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
+++ b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/pcaudiolib/archive/${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3+ ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+alsa oss pulseaudio"
 
 REQUIRED_USE="|| ( alsa oss pulseaudio )"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/mbrola/

2022-01-28 Thread Sam James
commit: e4f13922923ee05a225796b547e3a21aba2dfd09
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:31:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:31:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f13922

app-accessibility/mbrola: Keyword 3.3-r1 ia64, #801103

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

 app-accessibility/mbrola/mbrola-3.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/mbrola/mbrola-3.3-r1.ebuild 
b/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
index a3bcb033ce4b..3fd5f4519fde 100644
--- a/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
+++ b/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/numediart/MBROLA/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
 
 RDEPEND="app-accessibility/mbrola-voices"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/mbrola-voices/

2022-01-28 Thread Sam James
commit: b697ba3ae5c9e49f329693aba04e684a47b655c3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:31:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:31:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b697ba3a

app-accessibility/mbrola-voices: Keyword 0_pre20200331 ia64, #801103

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

 app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild 
b/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
index 4cd6174dc0dc..33faa7b5a00a 100644
--- a/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
+++ b/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/numediart/mbrola-voices/archive/${GIT_COMMIT}.tar.gz
 
 LICENSE="MBROLA-VOICES"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
 
 # This maps the l10n values to the appropriate voices
 declare -A voicemap



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

2022-01-28 Thread Sam James
commit: 942b1074336a14bc6a213ee580aef8f789bb5d01
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:00:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:00:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942b1074

app-text/opensp: Stabilize 1.5.2-r7 hppa, #783651

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

 app-text/opensp/opensp-1.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild 
b/app-text/opensp/opensp-1.5.2-r7.ebuild
index b64c81d3a7ca..8f0146f40468 100644
--- a/app-text/opensp/opensp-1.5.2-r7.ebuild
+++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 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="doc elibc_glibc nls static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/ia64/, profiles/arch/hppa/, ...

2022-01-28 Thread Sam James
commit: 4988146cc49fb2456f19df07883f25298c5587fb
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:58:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:58:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4988146c

profiles/arch: mask app-accessibility/espeak-ng[man] where no ronn-ng

Ruby is difficult to build on some arches and let's not delay making
this important tool available for now.

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

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/hppa/package.use.mask  | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/riscv/package.use.mask | 4 
 4 files changed, 16 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index cc4570566a11..5d43e7afc115 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2022-01-29)
+# app-text/ronn-ng not keyworded here, bug #801103
+app-accessibility/espeak-ng man
+
 # James Beddek  (2022-01-15)
 # media-libs/svt-av1 is not keyworded here
 media-video/ffmpeg svt-av1

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 99399f29eb58..26772ef3cfec 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2022-01-29)
+# app-text/ronn-ng not keyworded here, bug #801103
+app-accessibility/espeak-ng man
+
 # Vadim Misbakh-Soloviov  (2021-12-09)
 # ts-cli requires rust to be built, and rust is unavailable here ATM.
 dev-libs/tree-sitter ts-cli

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 39449f591615..cb46912d793e 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2022-01-29)
+# app-text/ronn-ng not keyworded here, bug #801103
+app-accessibility/espeak-ng man
+
 # Vadim Misbakh-Soloviov  (2021-12-09)
 # ts-cli requires rust to be built, and rust is unavailable here ATM.
 dev-libs/tree-sitter ts-cli

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index d030f7b7dfab..90da82af540b 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2022-01-29)
+# app-text/ronn-ng not keyworded here, bug #801103
+app-accessibility/espeak-ng man
+
 # Yongxinag Liang  (2022-01-09)
 # app-emulation/xen-tools doesn't support riscv yet
 app-emulation/qemu xen



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

2022-01-28 Thread Sam James
commit: c0f242e1140f6c1a9948125f14f03dfa687bae28
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 02:00:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f242e1

sys-apps/daisydog: update EAPI 5 -> 7

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

 sys-apps/daisydog/daisydog-2014.05.30.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-apps/daisydog/daisydog-2014.05.30.ebuild 
b/sys-apps/daisydog/daisydog-2014.05.30.ebuild
index 83d0bc40f97a..d7306bc6b63c 100644
--- a/sys-apps/daisydog/daisydog-2014.05.30.ebuild
+++ b/sys-apps/daisydog/daisydog-2014.05.30.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="7"
 
 inherit toolchain-funcs flag-o-matic
 
@@ -12,14 +12,13 @@ DESCRIPTION="A very simple /dev/watchdog daemon"
 
HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/daisydog/+/master;
 SRC_URI="mirror://gentoo/${MY_P}.tar.gz

https://chromium.googlesource.com/chromiumos/third_party/daisydog/+archive/${GIT_SHA1}.tar.gz
 -> ${MY_P}.tar.gz"
+S="${WORKDIR}"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="static"
 
-S=${WORKDIR}
-
 src_configure() {
tc-export CC
use static && append-ldflags -static



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

2022-01-28 Thread Sam James
commit: 35ac84a56229e19b5c2d684bb03484ea5f34e60a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:47:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ac84a5

dev-python/cython: add 0.29.27

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

 dev-python/cython/Manifest  |  1 +
 dev-python/cython/cython-0.29.27.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index deb61b54af02..1fa77d1c0d04 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -1,2 +1,3 @@
 DIST cython-0.29.25.gh.tar.gz 2100012 BLAKE2B 
497c2550c870c808f1c972d3e9ffedd6672544b9976653faac4a4125008e4472ae5a2e0db0510c8b2c5fd11f73a5885e0e4394bbce2f1327b7610bf59b64f640
 SHA512 
1d655bb4de8bd3480bcd579c32cd0e5bfc5cfc3d966d3d892b98cc86f59c9bd0522066c4c5dbc4c6abeb3ebe3fcd3f49ec873dd724f9ad04976635f652fdf9e3
 DIST cython-0.29.26.gh.tar.gz 2100616 BLAKE2B 
9990d8fd14a8042b1a27a4f60fcc8f6d4be42a1e475f0e5d37bc6c60439ca00a1a70b49ab708ad2dfac5184a62c25d75f27ff158ef7f0df9132355c570a9aac6
 SHA512 
936449dd0031c2e2baeb4402a448d632324c1b66bf062ae0e632cf63dc27556607efb8446e8f913253b761627d3946283c2a60fdcad8c2434e1601fe4b0fb60e
+DIST cython-0.29.27.gh.tar.gz 2101169 BLAKE2B 
ebc56ced8fdf61b3be9f9abe44f71ce6b243e002ac4992dbf3a0f58331c00a0d18498190b50cba921351a38c27cf410bbc3e6b146ca3e73b829f0292fa87eebf
 SHA512 
ca9ef31a662b6971c437a3e8c931d8e000fc6a55b3afbb317588944f365d903676b2a394ecfdb2da0190bdad84d1daf699662b95a68f4008e78e31bab4085b66

diff --git a/dev-python/cython/cython-0.29.27.ebuild 
b/dev-python/cython/cython-0.29.27.ebuild
new file mode 100644
index ..727f6f9e3499
--- /dev/null
+++ b/dev-python/cython/cython-0.29.27.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 toolchain-funcs elisp-common
+
+DESCRIPTION="A Python to C compiler"
+HOMEPAGE="https://cython.org https://pypi.org/project/Cython/
+   https://github.com/cython/cython;
+SRC_URI="https://github.com/cython/cython/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+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 
~x64-solaris ~x86-solaris"
+IUSE="emacs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   emacs? ( >=app-editors/emacs-23.1:* )
+"
+BDEPEND="${RDEPEND}
+   test? (
+   $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' \
+   'python3*')
+   )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
+   "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
+)
+
+SITEFILE=50cython-gentoo.el
+
+distutils_enable_sphinx docs
+
+python_compile() {
+   # Python gets confused when it is in sys.path before build.
+   local -x PYTHONPATH=
+
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use emacs && elisp-compile Tools/cython-mode.el
+}
+
+python_test() {
+   tc-export CC
+   # https://github.com/cython/cython/issues/1911
+   local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
+   "${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests ||
+   die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
+   distutils-r1_python_install_all
+
+   if use emacs; then
+   elisp-install ${PN} Tools/cython-mode.*
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   fi
+}
+
+pkg_postinst() {
+   use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+   use emacs && elisp-site-regen
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/ink/

2022-01-28 Thread Sam James
commit: 898c52fd2d0c45c95fcb522dd8de879cca62048e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 02:04:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898c52fd

net-print/ink: drop 0.5.1

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

 net-print/ink/Manifest |  1 -
 net-print/ink/ink-0.5.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/net-print/ink/Manifest b/net-print/ink/Manifest
index 3ab05479214f..7221b969191e 100644
--- a/net-print/ink/Manifest
+++ b/net-print/ink/Manifest
@@ -1,2 +1 @@
-DIST ink-0.5.1.tar.gz 105174 BLAKE2B 
dc5807ee0f87e8e48e283e86d7d9ea9fe74b407591448eb66d45871185c2439fb97c81ef8c6ab0d10d871f28c49bd0d3a55b981d126314af829420ecacec7bb2
 SHA512 
12a21279ca4f390c5748b8ab1c62770c82decec1f9bfa3e6c13d7a269a7cb28fb96f92506c532f52fb4e3f1b72012e2c2a08e654a91edb1c73d1f7b778dc5848
 DIST ink-0.5.3.tar.gz 111791 BLAKE2B 
15269a5ea267434f529256aeb144950111ffdaf9d9e182b62f5e1b0b3e6340495a2fdf22ffa6578a1960259a5f1a9097f27ca09ea6ecb1fb1f702aa15b7b2b5b
 SHA512 
a05a3647d0fcae652f1b339006d22b7324e42615ed63fed47269dad409d0a6bd7640b9ec9fb6871d7ff0027af2577b64af98cbb8d9e38810e3b26490a5c0a2a1

diff --git a/net-print/ink/ink-0.5.1.ebuild b/net-print/ink/ink-0.5.1.ebuild
deleted file mode 100644
index f0776c35f68c..
--- a/net-print/ink/ink-0.5.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="A command line utility to display the ink level of your printer"
-SRC_URI="mirror://sourceforge/ink/${P/_}.tar.gz"
-HOMEPAGE="http://ink.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">net-print/libinklevel-0.8"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   # always use /bin/bash as configure shell, bug #526548
-   CONFIG_SHELL=/bin/bash default
-}



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

2022-01-28 Thread Sam James
commit: cc6be69fd60edc5a442427e4251d8b2bf80cc720
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 01:58:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6be69f

sys-apps/paxctl: update EAPI 5 -> 8

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

 sys-apps/paxctl/paxctl-0.9.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/sys-apps/paxctl/paxctl-0.9.ebuild 
b/sys-apps/paxctl/paxctl-0.9.ebuild
index 4ab860b42254..797562ba4f0f 100644
--- a/sys-apps/paxctl/paxctl-0.9.ebuild
+++ b/sys-apps/paxctl/paxctl-0.9.ebuild
@@ -1,27 +1,26 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=8
 
-inherit toolchain-funcs epatch
+inherit toolchain-funcs
 
 DESCRIPTION="Manages various PaX related program header flags for Elf32, 
Elf64, binaries"
 HOMEPAGE="https://pax.grsecurity.net;
 SRC_URI="https://pax.grsecurity.net/${P}.tar.gz;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
-DEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
-RDEPEND=""
+BDEPEND=">=sys-devel/binutils-2.14.90.0.8-r1"
 
 src_prepare() {
+   default
+
sed \
"s:--owner 0 --group 0::g" \
-i Makefile || die
-   epatch_user
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: 730fc769fc6806fd55a77b95832abc5dfa5fe92b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 02:14:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730fc769

app-accessibility/espeak-ng: run tests serially

A bunch of fixes have landed upstream to fix parallel build & tests
but they don't apply at all to the last release, so let's force
-j1 for now to let us proceed with keywording & stabling.

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

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 6 --
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild| 8 +---
 app-accessibility/espeak-ng/espeak-ng-.ebuild| 5 -
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index ac99a8facef1..814a89258ff2 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -67,14 +67,16 @@ src_configure() {
 
 src_compile() {
# see docs/building.md
+   # The -j1s from compile/test/install may be droppable in next release
+   # (after 1.50). Several bugs have been fixed upstream in git.
emake -j1
 }
 
 src_test() {
-   emake check
+   emake check -j1
 }
 
 src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
rm "${ED}"/usr/lib*/*.la || die
 }

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
index de70028fc38a..c9289793f7fa 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -67,14 +67,16 @@ src_configure() {
 
 src_compile() {
# see docs/building.md
+   # The -j1s from compile/test/install may be droppable in next release
+   # (after 1.50). Several bugs have been fixed upstream in git.
emake -j1
 }
 
 src_test() {
-   emake check
+   emake check -j1
 }
 
 src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
rm "${ED}"/usr/lib*/*.la || die
 }

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index dfba4f0058bf..e8f33d12072d 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -67,11 +67,6 @@ src_configure() {
econf "${econf_args[@]}"
 }
 
-src_compile() {
-   # see docs/building.md
-   emake -j1
-}
-
 src_test() {
emake check
 }



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

2022-01-28 Thread Sam James
commit: 55db7510378cf4cce746af22f057969256ecc512
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 01:55:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55db7510

app-text/trang: add 20181222

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

 app-text/trang/Manifest|  1 +
 .../trang/files/trang-20181222-build-fixes.patch   | 31 
 .../files/trang-20181222-unicode-data-path.patch   | 15 
 app-text/trang/trang-20181222.ebuild   | 85 ++
 4 files changed, 132 insertions(+)

diff --git a/app-text/trang/Manifest b/app-text/trang/Manifest
index c21c96fe2361..69f8050bc313 100644
--- a/app-text/trang/Manifest
+++ b/app-text/trang/Manifest
@@ -1 +1,2 @@
 DIST trang-20151127.tar.gz 13746141 BLAKE2B 
8895fefa8be62a524a2bfb603a64bcf641f13cd500dbe51b9efdaed7d5147dd6478963d356aec81c5c5b6af12a59edcb908d203b6b8edaf093fe29f76db80b7c
 SHA512 
f5c6973791e8caa8dcce6bbf92cbd58491f55edd7819523947ad718ea3973eb81afc6b21d4e830949c2f183b485915dab98dbb5b90e01324677cfa41f5746e26
+DIST trang-20181222.tar.gz 14847113 BLAKE2B 
335722853b2d373fd9a6e9d4478b8248ca49d0559d5a8f60566f5550e60d5a004f26338897617acc617f84d1d55546afb9c51da64b7634514fa2ec508fa7a47a
 SHA512 
fa412a5beeff07a620c4aa5723cf5b73bdb6b1cda561e3bf7764a609110f538da5313bcc79aca4d7742f71b3b071d3537681845d17ece46bc871c0964f4e251d

diff --git a/app-text/trang/files/trang-20181222-build-fixes.patch 
b/app-text/trang/files/trang-20181222-build-fixes.patch
new file mode 100644
index ..ef7118c650a1
--- /dev/null
+++ b/app-text/trang/files/trang-20181222-build-fixes.patch
@@ -0,0 +1,31 @@
+https://sources.debian.org/patches/jing-trang/20181222+dfsg2-6/javacc.dir/
+
+Description: update local Java path
+--- a/build.xml
 b/build.xml
+@@ -1,6 +1,6 @@
+ 
+ 
+-
++
+ 
+ 
+ 
+--- a/build.xsl
 b/build.xsl
+@@ -23,15 +23,6 @@
+ 
+ 
+   
+-  
+-
+-
+-
+-
+-  
+-  
+-
+-  
+ 
+ 
+   

diff --git a/app-text/trang/files/trang-20181222-unicode-data-path.patch 
b/app-text/trang/files/trang-20181222-unicode-data-path.patch
new file mode 100644
index ..e1aaf5452f47
--- /dev/null
+++ b/app-text/trang/files/trang-20181222-unicode-data-path.patch
@@ -0,0 +1,15 @@
+Adapted from Debian.
+https://sources.debian.org/patches/jing-trang/20181222+dfsg2-6/unicode.patch/
+
+Description: update unicode path
+--- a/mod/regex/mod.xml
 b/mod/regex/mod.xml
+@@ -46,7 +46,7 @@
+   failonerror="yes">
+   
+   
+-  
++  
+   
+ 
+ 

diff --git a/app-text/trang/trang-20181222.ebuild 
b/app-text/trang/trang-20181222.ebuild
new file mode 100644
index ..3ca0be320143
--- /dev/null
+++ b/app-text/trang/trang-20181222.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 java-ant-2 prefix
+
+DESCRIPTION="Multi-format schema converter based on RELAX NG"
+HOMEPAGE="http://thaiopensource.com/relaxng/trang.html;
+SRC_URI="https://github.com/relaxng/jing-trang/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/jing-${P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEP="
+   dev-java/xerces:2
+   dev-java/xml-commons-resolver:0"
+RDEPEND="
+   >=virtual/jre-1.8:*
+   ${COMMON_DEP}"
+DEPEND="
+   >=virtual/jdk-1.8:*
+   dev-java/javacc:0
+   dev-java/saxon:6.5
+   dev-java/testng:0
+   ${COMMON_DEP}"
+BDEPEND="app-i18n/unicode-data"
+
+EANT_ANT_TASKS="testng"
+EANT_GENTOO_CLASSPATH="xerces-2,xml-commons-resolver"
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+JAVA_PKG_BSFIX_NAME="build.xsl"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-20181222-build-fixes.patch
+   "${FILESDIR}"/${PN}-20181222-unicode-data-path.patch
+)
+
+src_prepare() {
+   default
+
+   eprefixify mod/regex/mod.xml
+
+   java-pkg_clean
+   echo "${PV}" > version.xml || die
+}
+
+src_configure() {
+   java-ant-2_src_configure
+
+   # Because this crazy package uses XSLT, we need to escape this.
+   sed -i 's:\${gentoo\.classpath}:${{gentoo.classpath}}:g' build.xsl || 
die
+
+   EANT_EXTRA_ARGS="-Djavacc.dir=${EPREFIX}/usr/share/javacc/lib"
+   export LOCALCLASSPATH=$(java-pkg_getjars --build-only 
--with-dependencies saxon-6.5)
+}
+
+src_compile() {
+   EANT_BUILD_TARGET="modbuild trang-doc" java-pkg-2_src_compile
+   EANT_BUILD_TARGET="mod.trang.jar" EANT_BUILD_XML="modbuild.xml" 
java-pkg-2_src_compile
+}
+
+src_test() {
+   java -jar build/${PN}.jar "${FILESDIR}/test.xml" test/test.xsd || die
+   java -jar build/${PN}.jar "${FILESDIR}/test.xml" test/test.dtd || die
+   java -jar build/${PN}.jar test/test.dtd test/test.dtd.xsd || die
+
+   md5sum -c <

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/, dev-vcs/rcs/files/

2022-01-28 Thread Sam James
commit: f883293d2cd98ac23ea6b06f2a48172484a33c67
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 01:26:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f883293d

dev-vcs/rcs: drop 5.9.3, 5.9.4

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

 dev-vcs/rcs/Manifest|  2 --
 dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch | 24 --
 dev-vcs/rcs/rcs-5.9.3.ebuild| 47 ---
 dev-vcs/rcs/rcs-5.9.4.ebuild| 49 -
 4 files changed, 122 deletions(-)

diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest
index 34695ca2a700..da8459ef7e57 100644
--- a/dev-vcs/rcs/Manifest
+++ b/dev-vcs/rcs/Manifest
@@ -1,3 +1 @@
 DIST rcs-5.10.0.tar.xz 890872 BLAKE2B 
32000df00c639cec90fb9128503b67957a23c82a08651953b57434c3f14ecea555155da933d5be801ad216aa27ccf496a7aae325cecf73f9bc121f3a3c659cba
 SHA512 
d42bded1214f27dfcbe912bbabad8479555a02bc57000a62512d63ff0672de1ed23911cd15c9d1aa4b9a53794ac3fd45937fa1cbc0fcb9d54a3ede4d831f76d0
-DIST rcs-5.9.3.tar.xz 800736 BLAKE2B 
aa3f17555e5b65a9d65dfa781f2e12496e282128d9412529f67a831b5d6035302a6f70c4fe0b9d9519a2bf02fc5a98d03f4aa3b86696fd27874bfa7549e8c8a3
 SHA512 
99b124a94f285d8c675a2a51397ca4a97468f053d42aecf543e9266f16aea6b2667613f565c3462ffd2350c28e22baa4d01d598e2cc7e1e940625086f6de0ba6
-DIST rcs-5.9.4.tar.xz 801360 BLAKE2B 
18cb97aae7a70f9f12b1018d6b6b42fbc06dd96b491caa7ee5ae2a4a746339e22ffc93ead5756add62f8a08d5cd1ec589c242f0a75e9d78aff29b95114869b25
 SHA512 
c501a46b8d2e166ec0b54301d72687d9b38b31d84517fcc8dd560a296e7ad250962a92f019e53b2921af9045755e2e7f2f2acc9542dbe0d19ee110ef36861cd4

diff --git a/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch 
b/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch
deleted file mode 100644
index 568731e1903f..
--- a/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=f2330a6268d244e97f47a97f4767736fc3b31455
-https://bugs.gentoo.org/820230
-
-From: Thien-Thi Nguyen 
-Date: Thu, 5 Apr 2018 16:20:35 +0200
-Subject: [v] Avoid "test FILE1 -nt FILE2".
-
-* tests/t810: Use "btdt mtimecmp" instead of "test -nt".
-Thanks to both sergio and Xose Vazquez Perez
-for indirectly signalling this problem.  See 2018-04-05,
-"Add support for "btdt mtimecmp FILE1 FILE2"" for details.
 a/tests/t810
-+++ b/tests/t810
-@@ -27,7 +27,8 @@ split_std_out_err no
- 
- must 'echo new line >> $w'
- must 'ci -mm -l -d -T $w'
--test $w -nt $v && problem "$w newer than $v"
-+test 1 = `./btdt mtimecmp $w $v` \
-+&& problem "$w newer than $v"
- 
- exit 0
- 
-cgit v1.2.1

diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
deleted file mode 100644
index 3b42b11ff880..
--- a/dev-vcs/rcs/rcs-5.9.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit flag-o-matic
-
-DESCRIPTION="Revision Control System"
-HOMEPAGE="https://www.gnu.org/software/rcs/;
-SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
-IUSE="doc"
-
-RDEPEND="
-   sys-apps/diffutils
-   sys-apps/ed"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i -e '/gets is a security hole/d' \
-   lib/stdio.in.h || die
-}
-
-src_configure() {
-   append-flags -std=gnu99
-   econf
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc ChangeLog NEWS README
-
-   if use doc; then
-   emake -C doc html
-   rm -R "${ED}/usr/share/doc/rcs"
-   mv doc/rcs.html doc/html
-   dodoc -r doc/html/
-   fi
-}

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
deleted file mode 100644
index e00c34d58f3f..
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit epatch flag-o-matic
-
-DESCRIPTION="Revision Control System"
-HOMEPAGE="https://www.gnu.org/software/rcs/;
-SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
-IUSE="doc"
-
-RDEPEND="
-   sys-apps/diffutils
-   sys-apps/ed"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-test-t810.patch
-
-   sed -i -e '/gets is a security hole/d' \
-   lib/stdio.in.h || die
-}
-
-src_configure() {
-   append-flags -std=gnu99
-   econf
-}
-
-src_test() {
-   emake check
-}
-

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: 06174640689993a76794351e83d463103fd5d8f5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:55:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:55:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06174640

app-accessibility/espeak-ng: Keyword 1.50-r1 sparc, #801103

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

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index 95392dcb4fcb..ac99a8facef1 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



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

2022-01-28 Thread Sam James
commit: 8ce74eb9cc41ade61722e4ad323c65a9d95a9396
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:52:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:52:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce74eb9

sys-libs/tevent: Stabilize 0.11.0 arm, #828680

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

 sys-libs/tevent/tevent-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild 
b/sys-libs/tevent/tevent-0.11.0.ebuild
index f10565da386f..17577a204860 100644
--- a/sys-libs/tevent/tevent-0.11.0.ebuild
+++ b/sys-libs/tevent/tevent-0.11.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-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="python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-01-28 Thread Sam James
commit: 442c5de41120dc0af53ab617f883f12047346035
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:52:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:52:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442c5de4

sys-libs/ldb: Stabilize 2.4.1 arm, #828680

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

 sys-libs/ldb/ldb-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.4.1.ebuild b/sys-libs/ldb/ldb-2.4.1.ebuild
index 84c0f05f0475..24d85c4f51a5 100644
--- a/sys-libs/ldb/ldb-2.4.1.ebuild
+++ b/sys-libs/ldb/ldb-2.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2022-01-28 Thread Sam James
commit: 6763393982b4277ac1e20f1bfb38b325ccafb7b9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:52:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:52:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67633939

sys-libs/talloc: Stabilize 2.3.3 arm, #828680

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

 sys-libs/talloc/talloc-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/talloc/talloc-2.3.3.ebuild 
b/sys-libs/talloc/talloc-2.3.3.ebuild
index 01bbdd1b9ab2..9edfc38d8258 100644
--- a/sys-libs/talloc/talloc-2.3.3.ebuild
+++ b/sys-libs/talloc/talloc-2.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-01-28 Thread Sam James
commit: 64995f3d03847a216c0f7844baef037d76f81497
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:51:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:51:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64995f3d

sys-libs/talloc: Stabilize 2.3.3 x86, #828680

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

 sys-libs/talloc/talloc-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/talloc/talloc-2.3.3.ebuild 
b/sys-libs/talloc/talloc-2.3.3.ebuild
index 156f41b273b9..01bbdd1b9ab2 100644
--- a/sys-libs/talloc/talloc-2.3.3.ebuild
+++ b/sys-libs/talloc/talloc-2.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-01-28 Thread Sam James
commit: a3fca388d4a73d3413cc82d296db205477ef236d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:52:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:52:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fca388

net-fs/samba: Stabilize 4.15.3-r1 arm, #828680

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

 net-fs/samba/samba-4.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.15.3-r1.ebuild 
b/net-fs/samba/samba-4.15.3-r1.ebuild
index 8f8ada8c9709..de5a94c7c655 100644
--- a/net-fs/samba/samba-4.15.3-r1.ebuild
+++ b/net-fs/samba/samba-4.15.3-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2022-01-28 Thread Sam James
commit: 49d8d968332d53f9abed7d23e60cbb1484d916eb
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:51:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:51:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d8d968

net-fs/samba: Stabilize 4.15.3-r1 x86, #828680

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

 net-fs/samba/samba-4.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.15.3-r1.ebuild 
b/net-fs/samba/samba-4.15.3-r1.ebuild
index 1a8fb69dafef..8f8ada8c9709 100644
--- a/net-fs/samba/samba-4.15.3-r1.ebuild
+++ b/net-fs/samba/samba-4.15.3-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2022-01-28 Thread Sam James
commit: 29848114a6f1e4eacdb42536258824e15f9b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:51:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:51:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29848114

dev-util/lttng-ust: Stabilize 2.12.0 x86, #828680

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

 dev-util/lttng-ust/lttng-ust-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/lttng-ust/lttng-ust-2.12.0.ebuild 
b/dev-util/lttng-ust/lttng-ust-2.12.0.ebuild
index 97624b251f03..514bbc5a46b6 100644
--- a/dev-util/lttng-ust/lttng-ust-2.12.0.ebuild
+++ b/dev-util/lttng-ust/lttng-ust-2.12.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0/${MY_SLOT}"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="examples numa"
 
 DEPEND="



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

2022-01-28 Thread Sam James
commit: 1218b12b3ca9ce5ab8668e6c05d7855a64ae9398
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:51:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:51:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1218b12b

sys-libs/ldb: Stabilize 2.4.1 x86, #828680

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

 sys-libs/ldb/ldb-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.4.1.ebuild b/sys-libs/ldb/ldb-2.4.1.ebuild
index fbe3377987f8..84c0f05f0475 100644
--- a/sys-libs/ldb/ldb-2.4.1.ebuild
+++ b/sys-libs/ldb/ldb-2.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2022-01-28 Thread Sam James
commit: cbfe03f6df7e220127a232c04eb7c18c2fdbe6cc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:51:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfe03f6

sys-libs/tevent: Stabilize 0.11.0 x86, #828680

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

 sys-libs/tevent/tevent-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild 
b/sys-libs/tevent/tevent-0.11.0.ebuild
index 6db3ab0b13f9..f10565da386f 100644
--- a/sys-libs/tevent/tevent-0.11.0.ebuild
+++ b/sys-libs/tevent/tevent-0.11.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/tevent/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-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="python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-01-28 Thread Sam James
commit: 584bf1b2b94c9c3ea214487bd5a8530c17508cf6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:51:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:51:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584bf1b2

sys-cluster/rdma-core: Stabilize 38.0 sparc, #832258

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

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

diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
index a990e79a72e1..b4efb063cd52 100644
--- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core;
 else
SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"



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

2022-01-28 Thread Sam James
commit: 41cf04019d522b0a58b920634dfa8fb13daacc12
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:50:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:50:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cf0401

sys-libs/ldb: Stabilize 2.4.1 sparc, #828680

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

 sys-libs/ldb/ldb-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.4.1.ebuild b/sys-libs/ldb/ldb-2.4.1.ebuild
index dc288a66eecd..fbe3377987f8 100644
--- a/sys-libs/ldb/ldb-2.4.1.ebuild
+++ b/sys-libs/ldb/ldb-2.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2022-01-28 Thread Sam James
commit: e18057a49338a1583d843535172e9148d64e24c5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:50:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:50:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18057a4

net-fs/samba: Stabilize 4.15.3-r1 sparc, #828680

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

 net-fs/samba/samba-4.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.15.3-r1.ebuild 
b/net-fs/samba/samba-4.15.3-r1.ebuild
index 498c1edbf414..1a8fb69dafef 100644
--- a/net-fs/samba/samba-4.15.3-r1.ebuild
+++ b/net-fs/samba/samba-4.15.3-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2022-01-28 Thread Sam James
commit: a00797417fc6de3774fe639885481043b59f246b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 02:47:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 02:47:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0079741

sys-cluster/rdma-core: Stabilize 38.0 amd64, #832258

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

 sys-cluster/rdma-core/rdma-core-38.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
index f78ff20324b2..2c1a04869b02 100644
--- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core;
 else
SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 fi
 
 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"



  1   2   3   4   >