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

2022-03-10 Thread Arthur Zamarin
commit: e95f56129554d7c4becdc991aedc6fde6b46bbfe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 11 07:46:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 11 07:46:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95f5612

dev-util/pkgdev: Stabilize 0.1.9 ppc64, #834931

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

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

diff --git a/dev-util/pkgdev/pkgdev-0.1.9.ebuild 
b/dev-util/pkgdev/pkgdev-0.1.9.ebuild
index 7d98093c9763..c222ef1cd925 100644
--- a/dev-util/pkgdev/pkgdev-0.1.9.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.1.9.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~sparc x86 ~x64-macos"
 fi
 
 DESCRIPTION="Collection of tools for Gentoo development"



[gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/

2022-03-10 Thread Michał Górny
commit: 1ed2e1b17f7097b28b379cf750a55b2871c2d7b5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 11 07:27:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 11 07:27:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed2e1b1

app-portage/mgorny-dev-scripts: Remove old

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

 app-portage/mgorny-dev-scripts/Manifest|  2 --
 .../mgorny-dev-scripts-11.ebuild   | 28 --
 .../mgorny-dev-scripts-12.ebuild   | 28 --
 3 files changed, 58 deletions(-)

diff --git a/app-portage/mgorny-dev-scripts/Manifest 
b/app-portage/mgorny-dev-scripts/Manifest
index 95f08feda945..e226e57a1979 100644
--- a/app-portage/mgorny-dev-scripts/Manifest
+++ b/app-portage/mgorny-dev-scripts/Manifest
@@ -1,3 +1 @@
-DIST mgorny-dev-scripts-11.tar.gz 8045 BLAKE2B 
3b2b023b87902c1ee9c5bec7cb1b70bbfbc141383167b497d5dd67fa4b46b4d0882be49d3595db0b699ff0112cf2431653c0cdb72c187589c958f7052aeeb663
 SHA512 
5b053d2a053e73208cf5ccd4aa00b61733c4ba14f1df9e0cabfc8667e0cce8637c18be09c6366e384cffce3b8954d29619efd9085c21fb72afa0de61a7b833b9
-DIST mgorny-dev-scripts-12.tar.gz 8063 BLAKE2B 
e31a0b2ffd59ade462cf8686ea4cd6d48c9da2f9d18156509a39138afea0f1ec896871cf83c44ff1f1075848239065335a408b74befab9276f04b2d7b9d0e075
 SHA512 
a7e2739197a331b9abfd67873f4727fc85f7c38a30630dddc8a76e51e74a91e42ecd748c9e6572da85de48db6bcd144b13654b8e1a7b74ca7fe46779d0e14967
 DIST mgorny-dev-scripts-13.tar.gz 8162 BLAKE2B 
0ac4b8d61119b64d3d6420861ac466f975606972e5274be76a3a66210536783077ab4c066167553e11d5f913ea32ce49536f6757e2b806a355f85e2698c858f9
 SHA512 
53bb2fcc99f9bd048adf14b6b760a1293bb87e5b48ec1959d3037cd2b8a09583150309632451444e6048abfe9296f3a63346720c4a5de6c6103a9807f13874cc

diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-11.ebuild 
b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-11.ebuild
deleted file mode 100644
index 61e26b0344e0..
--- a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Handy scripts for ebuild development and more"
-HOMEPAGE="https://github.com/mgorny/mgorny-dev-scripts;
-SRC_URI="https://github.com/mgorny/mgorny-dev-scripts/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
-
-RDEPEND="
-   app-portage/gentoolkit
-   dev-perl/URI
-   dev-util/pkgcheck
-   dev-vcs/git
-   net-misc/wget
-   sys-apps/portage
-   x11-misc/xdg-utils
-   !dev-util/pkgdiff"
-
-src_install() {
-   dodoc README.rst
-   rm -f COPYING README.rst || die
-   dobin *
-}

diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-12.ebuild 
b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-12.ebuild
deleted file mode 100644
index 61e26b0344e0..
--- a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Handy scripts for ebuild development and more"
-HOMEPAGE="https://github.com/mgorny/mgorny-dev-scripts;
-SRC_URI="https://github.com/mgorny/mgorny-dev-scripts/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
-
-RDEPEND="
-   app-portage/gentoolkit
-   dev-perl/URI
-   dev-util/pkgcheck
-   dev-vcs/git
-   net-misc/wget
-   sys-apps/portage
-   x11-misc/xdg-utils
-   !dev-util/pkgdiff"
-
-src_install() {
-   dodoc README.rst
-   rm -f COPYING README.rst || die
-   dobin *
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/

2022-03-10 Thread Ionen Wolkens
commit: 10d36fa14ec205e5991456ca309f69d8058d2412
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Mar 11 04:03:50 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 04:03:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d36fa1

games-emulation/pcsx2: stabilize 1.6.0-r3 for amd64, x86

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-emulation/pcsx2/pcsx2-1.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/pcsx2/pcsx2-1.6.0-r3.ebuild 
b/games-emulation/pcsx2/pcsx2-1.6.0-r3.ebuild
index 1986a75b650e..8a6662ae3aa4 100644
--- a/games-emulation/pcsx2/pcsx2-1.6.0-r3.ebuild
+++ b/games-emulation/pcsx2/pcsx2-1.6.0-r3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/PCSX2/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 RDEPEND="
app-arch/bzip2[abi_x86_32(-)]



[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/ov/

2022-03-10 Thread Alessandro Barbieri
commit: 52bbac604b450a58a163133bae8282b34bfa195c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:40:57 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:40:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52bbac60

sys-apps/ov: add 0.10.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-apps/ov/Manifest |   9 +
 sys-apps/ov/ov-0.10.0.ebuild | 891 +++
 2 files changed, 900 insertions(+)

diff --git a/sys-apps/ov/Manifest b/sys-apps/ov/Manifest
index 3f22e282a..2973c0041 100644
--- a/sys-apps/ov/Manifest
+++ b/sys-apps/ov/Manifest
@@ -270,6 +270,8 @@ DIST github.com%2Fkisielk%2Ferrcheck%2F@v%2Fv1.5.0.mod 107 
BLAKE2B cd132ab287312
 DIST github.com%2Fkisielk%2Fgotool%2F@v%2Fv1.0.0.mod 35 BLAKE2B 
2f43dcbab430f12316fde243db4bafe24372c74d60874b05917269e249a36660309c23da151db31d89c0d0a8fd0f179e2dd7f386af3ca533c95ef74017609af9
 SHA512 
86aca37f7f94ada381e0528a535b344c8fdbab9e0dcc7b71d716083501ad3d61db701ee159ccfb5455a351fc18a405301abe798037dd1200f9950bdd805d3dc9
 DIST github.com%2Fklauspost%2Fcompress%2F@v%2Fv1.13.6.mod 46 BLAKE2B 
97cd2e64d41bcc24a2f5b5c52fd150cad9d7d7758e910216bdff8bc764c3b84d7a07ec3d22113991ec9981c69688d7727eff66c8b5ed0ec8282287cb1ee2042a
 SHA512 
169f46b08e51a41783d4e2740c09d1a19b146b3ff99a8ca32b008569adedf6515b3f6d94aca6e11e98c0dd47ff561926daf2ba5f5d24dcba3407eda6aefc
 DIST github.com%2Fklauspost%2Fcompress%2F@v%2Fv1.13.6.zip 15597164 BLAKE2B 
d7df7ac3fc15e51dace8013ef0a994e6f813d66c92777ed0e2570337ee047a4dd18feac61fe7fe33f5295af1bdbc78b0137ec1ab63b56c38145af9291e20cd82
 SHA512 
61f0a7b258aac9064a238e669f6cc168780cd4a2d25cbd0d8145059e0befff3ab56306881e5085182417a412ac6287c31d45efe298876638cc048df83f398865
+DIST github.com%2Fklauspost%2Fcompress%2F@v%2Fv1.14.2.mod 46 BLAKE2B 
97cd2e64d41bcc24a2f5b5c52fd150cad9d7d7758e910216bdff8bc764c3b84d7a07ec3d22113991ec9981c69688d7727eff66c8b5ed0ec8282287cb1ee2042a
 SHA512 
169f46b08e51a41783d4e2740c09d1a19b146b3ff99a8ca32b008569adedf6515b3f6d94aca6e11e98c0dd47ff561926daf2ba5f5d24dcba3407eda6aefc
+DIST github.com%2Fklauspost%2Fcompress%2F@v%2Fv1.14.2.zip 15613998 BLAKE2B 
22aa12b434d0e8a44c0ce5eb0545ecafdee15b28f741f8916c2a44cf4693f334272e742c90248eb34369f1cf1fd83ee53a4c1281ebd0c6e10cf1379e776f8760
 SHA512 
d3f5b28dd2558b92d985cad1a199b238d92b479e1c62880ec38637f659dd325bfe897184fd1f8c91df32039af5cd5dcea5dd024ed9168a5f32d0087e3cb41aab
 DIST github.com%2Fkonsorten%2Fgo-windows-terminal-sequences%2F@v%2Fv1.0.1.mod 
58 BLAKE2B 
4cf48282c28d2b8237fe9ff852ad25d102cce038fbd1852a1938bcf69c895df05dfdef6e533b3c0b4da28103eb5e3a9561f802414ccdd99b2d3ec2e2db0807ee
 SHA512 
fe33ca4de6588b95f0155458b8b6daab218553b58de5dac220efe54019dfab085838cc6a22012a106fa36a6094447f744825cad04aaf0b158fce5aa676048fe5
 DIST github.com%2Fkr%2Ffs%2F@v%2Fv0.1.0.mod 26 BLAKE2B 
cb393cd37dc2b7c07fc316b588fac0f245ee33a37ff3d4ca0df67ce952976463df9a79d600a37d5cbd3f596c0135c2c0330aba871cc941cea13325eb24e6e56d
 SHA512 
c151e8d0c5002b25d399fe4a7420e5735cca46dc6f3bd18837f110f5a72659406a3b92d7f870898c97f58b6f42364d4c97e9457491a0534ce456ec46d15b1697
 DIST github.com%2Fkr%2Flogfmt%2F@v%2Fv0.0.0-20140226030751-b84e30acd515.mod 28 
BLAKE2B 
fddd4b3cdef60f53bc3f8da5a3154d10b49dd180c12837d3740c22b442947cba2025649f3ac7321bcf0c73a272527659b0ccd9be141ddca13caa7594bf6ad3fe
 SHA512 
3c623d077e39697506174a50c0380cb7787a05a52819b1a73c2f64ba8dd819fd500777de83c83d8d9e80f19c828128a569b4cd783667b4d6b9a375b0e3d527a7
@@ -362,6 +364,8 @@ DIST github.com%2Fspf13%2Fafero%2F@v%2Fv1.3.3.mod 163 
BLAKE2B 5cecd3bfae0def43e6
 DIST github.com%2Fspf13%2Fafero%2F@v%2Fv1.6.0.mod 163 BLAKE2B 
78976e3b857b07f201d0e0d65209cab8ed73cc9aa10f2977646b655d541e9a6a3dbf1d40e037ef0dd36c0c6f6813cf807e7211afc3683b9bc95f3b3e4bf5e6fb
 SHA512 
1f0348cb522ec6a39f5667339dbdad2a16521eab1d7cf710e6b939c8156c928d7ed1da3c4cf1d976f6c8b9e41e74a43ef1328407119fd55d8fcbc0d91eb1dd7b
 DIST github.com%2Fspf13%2Fafero%2F@v%2Fv1.7.1.mod 369 BLAKE2B 
7e023961f2fc0861eaeb3638600ac0fa3c19220d2ca588483c41a427b6bdf2bbb1bc8a9ead08630d89fa3d2b040065fc933685c80b9549b5fc235e1b6ba84022
 SHA512 
3d08ed1b02d991b022aa86fb8b9c9ced91a0f5f38affe76b28c260d6d233d4425f244d4fd68c5a318fb6c309ba1b005fb857ede3c91d63f0649889f882101986
 DIST github.com%2Fspf13%2Fafero%2F@v%2Fv1.7.1.zip 123302 BLAKE2B 
209d0b243bc358eb6041337c9804029ce76dd574f8578e8b0a139a28af08fbd3705b9f7022f8f11032b104ff416bf6853125d8ce9cd4b4cbb6a4f28ed722cd27
 SHA512 
d15f810849f9b63e570546647335261cef86c6f7a1678e5a9b3bbb26f5fb0c2df1481558faeeb4a0fb4292e30fb5ea64d5b0dcff99bef55e1a7df6480d9e1d96
+DIST github.com%2Fspf13%2Fafero%2F@v%2Fv1.8.1.mod 369 BLAKE2B 
7e023961f2fc0861eaeb3638600ac0fa3c19220d2ca588483c41a427b6bdf2bbb1bc8a9ead08630d89fa3d2b040065fc933685c80b9549b5fc235e1b6ba84022
 SHA512 
3d08ed1b02d991b022aa86fb8b9c9ced91a0f5f38affe76b28c260d6d233d4425f244d4fd68c5a318fb6c309ba1b005fb857ede3c91d63f0649889f882101986
+DIST github.com%2Fspf13%2Fafero%2F@v%2Fv1.8.1.zip 

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-monascaclient/

2022-03-10 Thread Alessandro Barbieri
commit: 4559c76e5e9ac60aeb10c69704093f571c8ddc22
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:22:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:22:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4559c76e

dev-python/python-monascaclient: add 2.5.0, drop 2.4.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-monascaclient/Manifest  | 2 +-
 ...n-monascaclient-2.4.0.ebuild => python-monascaclient-2.5.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-monascaclient/Manifest 
b/dev-python/python-monascaclient/Manifest
index 08aee2fab..e6dd5c3cb 100644
--- a/dev-python/python-monascaclient/Manifest
+++ b/dev-python/python-monascaclient/Manifest
@@ -1 +1 @@
-DIST python-monascaclient-2.4.0.tar.gz 53446 BLAKE2B 
6ce1c996b3bd270241fd3ee262ec36a8c055db7cd9ec1f6a506584fe966a374a25d62f5a9e4359f61629e9776b212eb505a1301790f72a11c3b1a45b041a3919
 SHA512 
484b4f5ac8d523382142b7ba4d275af479d7d42ce7d03143b9c5977abcacf2185a5a31cbb61e4a9a07ba8de566fc47cffa348c424a623faca6b1d3041b2e9264
+DIST python-monascaclient-2.5.0.tar.gz 53507 BLAKE2B 
fa4bbecaac06903c912953a0ed9ac2b7ca173dbe0a6734416faffd15948be652de7e1aad8e016add1703eea5f1fb790997e04d5e0efeaee66511b03abc7a5ff5
 SHA512 
32573e3985c56e77242bad7b1c84449d9af4761f5ca565fc1c979ad5148b0f5e53285cc6c589ae5beea6e62cfd5c8060164b395bb2f369e95588d8aae4833fca

diff --git a/dev-python/python-monascaclient/python-monascaclient-2.4.0.ebuild 
b/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild
similarity index 92%
rename from dev-python/python-monascaclient/python-monascaclient-2.4.0.ebuild
rename to dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild
index 9da69c21a..beebb365d 100644
--- a/dev-python/python-monascaclient/python-monascaclient-2.4.0.ebuild
+++ b/dev-python/python-monascaclient/python-monascaclient-2.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -11,7 +11,7 @@ DESCRIPTION="A client for the OpenStack Monasca API"
 HOMEPAGE="
https://github.com/openstack/python-monascaclient
https://opendev.org/openstack/python-octaviaclient
-   https://pypi.org/project/python-octaviaclient
+   https://pypi.org/project/python-octaviaclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-designateclient/

2022-03-10 Thread Alessandro Barbieri
commit: a85d3d76b26c9482414fb84e545c462f1e8894ac
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:25:11 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:25:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a85d3d76

dev-python/python-designateclient: add 4.5.0, drop 4.3.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-designateclient/Manifest | 2 +-
 ...nateclient-4.3.0.ebuild => python-designateclient-4.5.0.ebuild} | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-designateclient/Manifest 
b/dev-python/python-designateclient/Manifest
index dba90a37c..2bae8957d 100644
--- a/dev-python/python-designateclient/Manifest
+++ b/dev-python/python-designateclient/Manifest
@@ -1 +1 @@
-DIST python-designateclient-4.3.0.tar.gz 65300 BLAKE2B 
d9224bb2d941502dd6746ff6c91022ca5502d808c475fa3130ca18b51fc7d106cb2e84e995e20444f668efba22a927d0771490ca780dccf61676d9335f1ed392
 SHA512 
d749adf481e0c88fa97159e23754f48f6070424ffb62fb6601a4c06ea44a697d90f56b8e84873705a358c8388775c9bfbfb9201d9712d44538579f705625ab1e
+DIST python-designateclient-4.5.0.tar.gz 70182 BLAKE2B 
83c127935434367d64b4eac6f10040d5d0c59f58fc89db2a92e52f33c7b0f473d8c991fdb98ea1d3fddfd2111e91c6e162047cda061dd8fd897a430baa9c7629
 SHA512 
0229b925d9c659af777e5b7151830746b20d990e17a2328ad03cbdea3e04d7d5de78a16778d644b112b9d7b6f04a2a52ae57c9404c32fdab018c2be60ba3ca4e

diff --git 
a/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild 
b/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild
similarity index 90%
rename from 
dev-python/python-designateclient/python-designateclient-4.3.0.ebuild
rename to dev-python/python-designateclient/python-designateclient-4.5.0.ebuild
index d7ef9fe31..5b544962f 100644
--- a/dev-python/python-designateclient/python-designateclient-4.3.0.ebuild
+++ b/dev-python/python-designateclient/python-designateclient-4.5.0.ebuild
@@ -2,15 +2,16 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_8 )
+
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
-DESCRIPTION="Python bindings to the Designate API."
+DESCRIPTION="Python bindings to the Designate API"
 HOMEPAGE="
https://github.com/openstack/python-designateclient
https://opendev.org/openstack/python-blazarclient
-   https://pypi.org/project/python-blazarclient
+   https://pypi.org/project/python-blazarclient/
https://launchpad.net/python-designateclient
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-testr/

2022-03-10 Thread Alessandro Barbieri
commit: afa9296d6434668a55066d0d8538606a18a63523
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:27:51 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:27:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa9296d

dev-python/os-testr: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/os-testr/os-testr-2.0.1.ebuild 
b/dev-python/os-testr/os-testr-2.0.1.ebuild
index 133db4049..5a9512fb4 100644
--- a/dev-python/os-testr/os-testr-2.0.1.ebuild
+++ b/dev-python/os-testr/os-testr-2.0.1.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
 HOMEPAGE="
https://opendev.org/openstack/os-testr
-   https://pypi.org/project/os-testr
+   https://pypi.org/project/os-testr/
https://launchpad.net/os-testr
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-testr-${PV}.tar.gz"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-binary-memcached/

2022-03-10 Thread Alessandro Barbieri
commit: 64ad934b00f9a08ac0d75971aea3f1001bdcb8be
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:33:28 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:33:28 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64ad934b

dev-python/python-binary-memcached: add 0.31.1, drop 0.30.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-binary-memcached/Manifest|  2 +-
 1.ebuild => python-binary-memcached-0.31.1.ebuild} | 18 ++
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/dev-python/python-binary-memcached/Manifest 
b/dev-python/python-binary-memcached/Manifest
index beea0481f..6ef663d86 100644
--- a/dev-python/python-binary-memcached/Manifest
+++ b/dev-python/python-binary-memcached/Manifest
@@ -1 +1 @@
-DIST python-binary-memcached-0.30.1.tar.gz 95123 BLAKE2B 
3f2382ecdc2f5545bf3f5e6353a562e3b479a96fbf042425fc336cb31a28dade18662bedf8ed266f326e2b698e85fbbfdeb98754de325c43d912b1ac77eb75d6
 SHA512 
1c7962f84a3a4700039c7b54035e653f5c4acda6ed585cc2dcbb185ed67ab4f8e2c5f438508a895a28915620562c50941c5247f9eca8c47c31c25e9dec267789
+DIST python-binary-memcached-0.31.1.tar.gz 95924 BLAKE2B 
922b37766eee6c3242e782e3787c4b6afe404d784a684911e9381a1eb5c8e9447a4a2f9f0ad9debc2e1fccb6cd582db86bccd08951351928abc68c340411cd5d
 SHA512 
8c57ad68470b7345e51ae1f3fea04cb2124978d7e09bd59b2887dc6388134447ea0941a090b7dac140db37c4a1d7304f0640640140dda0a8c2f758eec9712007

diff --git 
a/dev-python/python-binary-memcached/python-binary-memcached-0.30.1.ebuild 
b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
similarity index 53%
rename from 
dev-python/python-binary-memcached/python-binary-memcached-0.30.1.ebuild
rename to 
dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
index 8c30de43b..2a45c39e5 100644
--- a/dev-python/python-binary-memcached/python-binary-memcached-0.30.1.ebuild
+++ b/dev-python/python-binary-memcached/python-binary-memcached-0.31.1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_8 )
+
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="access memcached via it's binary protocol with SASL auth support"
 HOMEPAGE="
https://github.com/jaysonsantos/python-binary-memcached
-   https://pypi.org/project/python-binary-memcached
+   https://pypi.org/project/python-binary-memcached/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
@@ -17,15 +18,16 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND=""
+RDEPEND="dev-python/uhashring[${PYTHON_USEDEP}]"
 DEPEND="
${RDEPEND}
dev-python/six[${PYTHON_USEDEP}]
-   dev-python/uhashring[${PYTHON_USEDEP}]
test? (
-   >=dev-python/pytest-3.9[${PYTHON_USEDEP}]
-   >=dev-python/trustme-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0[${PYTHON_USEDEP}]
+   >=dev-python/m2r-0.2.1[${PYTHON_USEDEP}]
+   dev-python/mistune[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6.2[${PYTHON_USEDEP}]
+   >=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-4.0[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-qpid-proton/

2022-03-10 Thread Alessandro Barbieri
commit: 399be823cdac49940797bc11a83113c175ec2e7a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:21:15 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:21:15 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=399be823

dev-python/python-qpid-proton: add 0.36.0, drop 0.35.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-qpid-proton/Manifest |  2 +-
 ...d-proton-0.35.0.ebuild => python-qpid-proton-0.36.0.ebuild} | 10 +++---
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/python-qpid-proton/Manifest 
b/dev-python/python-qpid-proton/Manifest
index b81c1d93c..0d23484aa 100644
--- a/dev-python/python-qpid-proton/Manifest
+++ b/dev-python/python-qpid-proton/Manifest
@@ -1 +1 @@
-DIST python-qpid-proton-0.35.0.zip 471615 BLAKE2B 
e9df024c7bfc4803850d2bbebf96c79b29d0b1ded73126574cd7fc8e3df6923a623ce33db0a35d75114c1ca3012e08d7393e124505bb8f718fd0d7f3848c2e44
 SHA512 
aaad12959c0c587eeacb07a0f435bdac85bb0d0577b496cc9fa813a625e3380bec57a4c987ad0ad0a1688c0137341c3d39b3d64b082e623c9f4496fd3fbe1a67
+DIST python-qpid-proton-0.36.0.tar.gz 384349 BLAKE2B 
67b5a67a00aad8523487936706ac424a843de5d6cbb90103e542f8dd697d3ac55b5580dd7b2792b32b5f9387df4c22a6a9e25b7416f7a26896944fc0551ebbb7
 SHA512 
9800290411f21e93aef0699bd2f8457f99380549198fdca40c2cbc696846f688d53aea38d6ca14600c1334204f9d791015a5fc236f938595c44490eb54b2c213

diff --git a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild 
b/dev-python/python-qpid-proton/python-qpid-proton-0.36.0.ebuild
similarity index 59%
rename from dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
rename to dev-python/python-qpid-proton/python-qpid-proton-0.36.0.ebuild
index faad1722b..cc7af90ed 100644
--- a/dev-python/python-qpid-proton/python-qpid-proton-0.35.0.ebuild
+++ b/dev-python/python-qpid-proton/python-qpid-proton-0.36.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
@@ -10,14 +10,10 @@ inherit distutils-r1
 DESCRIPTION="An AMQP based messaging library"
 HOMEPAGE="
https://qpid.apache.org/proton
-   https://pypi.org/project/python-qpid-proton
+   https://pypi.org/project/python-qpid-proton/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-barbicanclient/

2022-03-10 Thread Alessandro Barbieri
commit: 271a4017807bc4178f91372c2ac41e63ef26716c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:34:30 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:34:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=271a4017

dev-python/python-barbicanclient: add 5.3.0, drop 5.2.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-barbicanclient/Manifest   | 2 +-
 ...rbicanclient-5.2.0.ebuild => python-barbicanclient-5.3.0.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index e0c15ca7d..dcd75288f 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1 +1 @@
-DIST python-barbicanclient-5.2.0.tar.gz 119411 BLAKE2B 
bb402331e122314404945bc162a757942bc057af8c62467f8b03f62b24292eab930f6471a59930a62ad8f67bcc865cd8bb356342d6957c8170f3a33735dadf90
 SHA512 
de9d063bf5e79347d0457b8fa69ed0d307fb4cd2b7dff23f156eab16521b3048283b9a7fdb1f464efe04cc4fd28e2072fe965a3e097842d1704f36bb83e7e3a2
+DIST python-barbicanclient-5.3.0.tar.gz 119436 BLAKE2B 
950517ce4f87f41fa389765b667f573cc46acbd6ea55eb201ce93f1a637dc4716e05b9d74dfa7de67a806bdfa4b9116ef90eae95efa1153fbb39a006f3180183
 SHA512 
3d9ee7e812e3b52e5cedc654ba1e49cdd2764998cf7a296af8df70effd572d2f8adf351155324168d512f56a1386093bfbcb25fff14350a33b4e90e358a47d25

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-5.2.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-5.3.0.ebuild
similarity index 91%
rename from dev-python/python-barbicanclient/python-barbicanclient-5.2.0.ebuild
rename to dev-python/python-barbicanclient/python-barbicanclient-5.3.0.ebuild
index fb3007efb..88e8601ec 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-5.2.0.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-5.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -11,7 +11,7 @@ DESCRIPTION="Client library for Barbican API"
 HOMEPAGE="
https://github.com/openstack/python-barbicanclient
https://opendev.org/openstack/python-barbicanclient
-   https://pypi.org/project/python-barbicanclient
+   https://pypi.org/project/python-barbicanclient/
https://launchpad.net/python-barbicanclient
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-magnumclient/

2022-03-10 Thread Alessandro Barbieri
commit: b66820333a61bbad732ae5a2b9e04116cdcc146f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:24:03 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:24:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6682033

dev-python/python-magnumclient: add 3.6.0, drop 3.5.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-magnumclient/Manifest   | 2 +-
 ...hon-magnumclient-3.5.0.ebuild => python-magnumclient-3.6.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-magnumclient/Manifest 
b/dev-python/python-magnumclient/Manifest
index c67856278..57de44f90 100644
--- a/dev-python/python-magnumclient/Manifest
+++ b/dev-python/python-magnumclient/Manifest
@@ -1 +1 @@
-DIST python-magnumclient-3.5.0.tar.gz 119634 BLAKE2B 
2e38b23a43828cab4269292e5ff6f8427bf569a1422a3afa6f26ad285746baad10e6883e0e4d366c1540ed9359222b888c9d6912c56a35ab36b57b8db48811fd
 SHA512 
6104a1e0072fb7a18227c15f9c7451848044406fb8e8266c69cd370262cb2c94d33f25e8a1864231b3011858fc35b8b715ea4b4f2b46b66bc8e0acd25097639f
+DIST python-magnumclient-3.6.0.tar.gz 120199 BLAKE2B 
09106e8edae4c58ecc04ca996007a7852d6a07e6e71d1ae36f7adc3c134d84600a37ed9f2bef6b2e07792efd29f5e8d320c2f27c3ad37bca0fb4f04cc0579aff
 SHA512 
3b789cb8af90a943dca38ac1364b7ff9a8bc31be56750a0fceb5e853a332bba73ebcab4b0c8bcbb691234e3c79e13f3dbd9b58479f9f9d16aa924009cb4cb7cf

diff --git a/dev-python/python-magnumclient/python-magnumclient-3.5.0.ebuild 
b/dev-python/python-magnumclient/python-magnumclient-3.6.0.ebuild
similarity index 95%
rename from dev-python/python-magnumclient/python-magnumclient-3.5.0.ebuild
rename to dev-python/python-magnumclient/python-magnumclient-3.6.0.ebuild
index b68ef7555..4b2ee3668 100644
--- a/dev-python/python-magnumclient/python-magnumclient-3.5.0.ebuild
+++ b/dev-python/python-magnumclient/python-magnumclient-3.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ HOMEPAGE="
https://github.com/openstack/python-magnumclient
https://opendev.org/openstack/python-magnumclient
https://launchpad.net/python-magnumclient
-   https://pypi.org/project/python-magnumclient
+   https://pypi.org/project/python-magnumclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-senlinclient/

2022-03-10 Thread Alessandro Barbieri
commit: a735ca5a6bcf33094f6615b8bff9050af911f474
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:17:03 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:17:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a735ca5a

dev-python/python-senlinclient: add 2.4.0, drop 2.3.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-senlinclient/Manifest   | 2 +-
 ...hon-senlinclient-2.3.0.ebuild => python-senlinclient-2.4.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-senlinclient/Manifest 
b/dev-python/python-senlinclient/Manifest
index 3ec46181a..ac51b1691 100644
--- a/dev-python/python-senlinclient/Manifest
+++ b/dev-python/python-senlinclient/Manifest
@@ -1 +1 @@
-DIST python-senlinclient-2.3.0.tar.gz 94878 BLAKE2B 
09a83ff35ee29ded59195ec18c50988ae7acafd91850d5b8b0c5aa6886ba95a318b5648afec244cba0a069e8ff34a6e28688d10f00351f20465387814943e892
 SHA512 
4ba186c40d6fa20ec55d019a420987f6bbb52c36a731eac0ecb0980e4cd775a63e6f58bd20ec98e37b5dc422a8ef5801331e8caf57da7f8c37f6afa9f9852e63
+DIST python-senlinclient-2.4.0.tar.gz 95000 BLAKE2B 
b6689df20e08f747e1c478b521525c1f0b0050b779837607446975baa6a95d7af536b1442306934058dc02c46d5e66c42bca30c08fdd6e824ee3b438db6d59c1
 SHA512 
0551fca8b72e333e039612dd6ed21b0e35036e7794043410097c5fec013af38237e7d59a2fa1bb2171f7da261ef62696c02b3ff17ba60a0a82a0f292d99afffa

diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild 
b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
similarity index 94%
rename from dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
rename to dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
index 4ddd43fbe..31fa6ed5e 100644
--- a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
+++ b/dev-python/python-senlinclient/python-senlinclient-2.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 EPYTEST_IGNORE=( senlinclient/tests/functional )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/openstack/python-senlinclient
https://opendev.org/openstack/python-senlinclient
https://launchpad.net/python-senlinclient
-   https://pypi.org/project/python-senlinclient
+   https://pypi.org/project/python-senlinclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-octaviaclient/

2022-03-10 Thread Alessandro Barbieri
commit: d467bf8af9d0ef4a74429a36f85c6ee6dcc9536d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:22:01 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:22:01 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d467bf8a

dev-python/python-octaviaclient: add 2.5.0, drop 2.4.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-octaviaclient/Manifest  | 2 +-
 ...n-octaviaclient-2.4.0.ebuild => python-octaviaclient-2.5.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-octaviaclient/Manifest 
b/dev-python/python-octaviaclient/Manifest
index a583ec794..101aadfdc 100644
--- a/dev-python/python-octaviaclient/Manifest
+++ b/dev-python/python-octaviaclient/Manifest
@@ -1 +1 @@
-DIST python-octaviaclient-2.4.0.tar.gz 92581 BLAKE2B 
e6bfa1c2b0068a010796cadbaa0f62f3ba87eadd529569bdd4b0a3a04b932c8bab21d77288fc1d2cf3df2bfacefe8daec3fe3792cb777d03a2f8e0c45928a366
 SHA512 
e1b488407935c926373d706c293a8647c6b5225b13b15af7ea955c8a030b4fa4ee5f6aca37db78bb2f71a5fdce164ba070c69d14251c91851783963664523ea0
+DIST python-octaviaclient-2.5.0.tar.gz 92839 BLAKE2B 
5b1c3c12f1dbf3d8162fd37dfe88984f6abf2ea2707ab24b712c257ce50d311e79633f731778a13fd2d4c302af80c84ca75c4b3ae764de81dd99f383503fadff
 SHA512 
bb9c3fe2099ab00ea5a1a86a2391c84429e28c9d6bac668bee41048935fc05eee8aca05918a22825ad8c64d88d44379074f2a6e6a4e8ad315f965da6e7528ed0

diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild 
b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild
similarity index 93%
rename from dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild
rename to dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild
index 08f1207e8..f37ba056d 100644
--- a/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild
+++ b/dev-python/python-octaviaclient/python-octaviaclient-2.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -11,7 +11,7 @@ DESCRIPTION="A client for the Octavia Load Balancing"
 HOMEPAGE="
https://github.com/openstack/python-octaviaclient
https://opendev.org/openstack/python-octaviaclient
-   https://pypi.org/project/python-octaviaclient
+   https://pypi.org/project/python-octaviaclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-saharaclient/

2022-03-10 Thread Alessandro Barbieri
commit: ba03947a22cebdf682e335550b81da675bc365b7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:19:46 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba03947a

dev-python/python-saharaclient: add 3.5.0, drop 3.4.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-saharaclient/Manifest   | 2 +-
 ...hon-saharaclient-3.4.0.ebuild => python-saharaclient-3.5.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index c869061a0..48edc0b8c 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1 +1 @@
-DIST python-saharaclient-3.4.0.tar.gz 109109 BLAKE2B 
50cad26c0daeb93dd9a42e043303b3778013889eab161663f394ef0cad11a0bf1022b0101000b0bf635be9f3021a03077c1c7a2687b55e1543e7d43e7f4146f5
 SHA512 
8cc4fa2db5d5f84ed13c9975e27a03cceb36664fd2564e543981dfe7cbf2c38b3059695742e1fc20380332b8df14256ef900b34041f53ac358b99177d619094d
+DIST python-saharaclient-3.5.0.tar.gz 109169 BLAKE2B 
a10183f9a35f8f380852ab711884ba18e9ae39362d3859fc49b1a744132de52c08e2f615d8d04eeff5be5d05af006d6ae7a54a78908df84c898991a7d0859b54
 SHA512 
20de5a964891314043790de98a1cb77fe5aa59cdb309c419feb73cf2034313c5f3c1ea6ee7303a0599080c2215c9ef7db0141ba42978d5a840281ba005a20bc0

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
similarity index 93%
rename from dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
rename to dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
index c797316f2..9bccb5560 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/openstack/python-saharaclient
https://opendev.org/openstack/python-saharaclient
https://launchpad.net/python-saharaclient
-   https://pypi.org/project/python-saharaclient
+   https://pypi.org/project/python-saharaclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-heatclient/

2022-03-10 Thread Alessandro Barbieri
commit: 894dbc233f75bf71ed6b632c18b5ef3cb884c833
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:18:17 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:18:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=894dbc23

dev-python/python-heatclient: add 2.5.1, drop 2.4.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-heatclient/Manifest   | 2 +-
 ...ython-heatclient-2.4.0.ebuild => python-heatclient-2.5.1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-heatclient/Manifest 
b/dev-python/python-heatclient/Manifest
index 8ec20be34..49bbc60d4 100644
--- a/dev-python/python-heatclient/Manifest
+++ b/dev-python/python-heatclient/Manifest
@@ -1 +1 @@
-DIST python-heatclient-2.4.0.tar.gz 178808 BLAKE2B 
4af0db5d6be439a37a1e6eeb0492343808b98b95652f872ad381e8968104758eb7ee94760123754399bfc23fe56ddb6078ce6443562fe147a0d99194e417bc40
 SHA512 
84b12060f9c3afd30e2fc74fd5f88ef9cb6fb46eba655c15a302844d558ceef3493be8d7b896785d4bdae5729dacb5d8c3f92ca8df4891e5acdc300fe13fe069
+DIST python-heatclient-2.5.1.tar.gz 178919 BLAKE2B 
577f0b37de268b106afc682b78fdaf6ea5c3eb274afded9e7fc8f018d2553907c28033bcccb0453a63ac6526de45acb946cb9babd5f6bb9161a72645f267c80f
 SHA512 
5dec4edf3adce3a47acdf2a0153945098c6dbb3cbafa61d2044de173d3c747bb6a7c4d0db4a1dcc3c8b8eb22a8db0b1bc7b5cb96c1c7f90c3fcebe35882d706b

diff --git a/dev-python/python-heatclient/python-heatclient-2.4.0.ebuild 
b/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
similarity index 91%
rename from dev-python/python-heatclient/python-heatclient-2.4.0.ebuild
rename to dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
index 8038a740a..e503be849 100644
--- a/dev-python/python-heatclient/python-heatclient-2.4.0.ebuild
+++ b/dev-python/python-heatclient/python-heatclient-2.5.1.ebuild
@@ -3,15 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="OpenStack Orchestration API Client Library"
 HOMEPAGE="
https://github.com/openstack/python-heatclient
-   https://opendev.org/openstack/python-blazarclient
-   https://pypi.org/project/python-blazarclient
+   https://opendev.org/openstack/python-heatclient
+   https://pypi.org/project/python-heatclient/
https://launchpad.net/python-heatclient
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-blazarclient/

2022-03-10 Thread Alessandro Barbieri
commit: c38c9b611abae5167b60935a6bfb09c34f3c53fa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:28:45 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:28:45 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c38c9b61

dev-python/python-blazarclient: add 3.4.0, drop 3.3.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-blazarclient/Manifest   | 2 +-
 ...hon-blazarclient-3.3.1.ebuild => python-blazarclient-3.4.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-blazarclient/Manifest 
b/dev-python/python-blazarclient/Manifest
index ae3177804..ef255 100644
--- a/dev-python/python-blazarclient/Manifest
+++ b/dev-python/python-blazarclient/Manifest
@@ -1 +1 @@
-DIST python-blazarclient-3.3.1.tar.gz 40395 BLAKE2B 
86658277a8a8aa5730afe8860f1f551200230364c08b71389da60e60315db49bc6a860f5fc23cea2186db15d3258c0a3a70b30ea9450165f9c5a2459ba082f78
 SHA512 
f460cff35a11acddf2a2215c1740e2ffb7448f20b9298c5538a08e77d5444fce3d39005693b7b34a751fc87fb7972a09d669b6076e672a8ccd63dae8be405263
+DIST python-blazarclient-3.4.0.tar.gz 41757 BLAKE2B 
227be7089b1f07c2a200483e06792fc4fa9b26cd2e26d05f35e2d3c8beb48eece6491effaf7a3d24501031eac84a0d421399151c8b6067f9a1beed698005edbb
 SHA512 
38b26c489b6fed7a2854b0ade9678eb57939c58bc0f288a6317ec5638fcc90ccd498d4901bd3a1f6ebbb430b744d586bf081fd2de9f825a3571556d6cdb4a7ef

diff --git a/dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild 
b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
similarity index 92%
rename from dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild
rename to dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
index 8ba6db9b3..38a87616c 100644
--- a/dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild
+++ b/dev-python/python-blazarclient/python-blazarclient-3.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -11,7 +11,7 @@ DESCRIPTION="This is a client for the OpenStack Blazar API"
 HOMEPAGE="
https://github.com/openstack/python-blazarclient
https://opendev.org/openstack/python-blazarclient
-   https://pypi.org/project/python-blazarclient
+   https://pypi.org/project/python-blazarclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentracing_instrumentation/

2022-03-10 Thread Alessandro Barbieri
commit: 0835de0229e9f9c0b1f171047d839e5d6defb745
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:58:22 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:05:28 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0835de02

dev-python/opentracing_instrumentation: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../opentracing_instrumentation-3.3.1.ebuild| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild
 
b/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild
index 397e423fe..b5a84a818 100644
--- 
a/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild
+++ 
b/dev-python/opentracing_instrumentation/opentracing_instrumentation-3.3.1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 MYPN="${PN/_/-python-}"
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A collection of Python instrumentation tools for the OpenTracing 
API"
 HOMEPAGE="
https://github.com/uber-common/opentracing-python-instrumentation
-   https://pypi.org/project/opentracing-instrumentation
+   https://pypi.org/project/opentracing-instrumentation/
 "
 SRC_URI="https://github.com/uber-common/${MYPN}/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
 S="${WORKDIR}/${MYPN}-${PV}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/browserstack-local-python/

2022-03-10 Thread Alessandro Barbieri
commit: 8e44d3d87df1a43af39e2175e2ca369c36fdb6c7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:16:54 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:16:54 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e44d3d8

dev-python/browserstack-local-python: add 1.2.3, drop 1.2.2-r1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/browserstack-local-python/Manifest |  2 +-
 ...2-r1.ebuild => browserstack-local-python-1.2.3.ebuild} | 15 ++-
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-python/browserstack-local-python/Manifest 
b/dev-python/browserstack-local-python/Manifest
index 5e42dadbd..a9a077ef7 100644
--- a/dev-python/browserstack-local-python/Manifest
+++ b/dev-python/browserstack-local-python/Manifest
@@ -1 +1 @@
-DIST browserstack-local-python-1.2.2.tar.gz 5888 BLAKE2B 
3b325c81bd7e88ef2e7feef5907fc21391a22d159b04ea673518ea045de9afd392c3a2213c1765ad8cd0d15fba957202a958b5b4fe3c98ef74a7962f251775e1
 SHA512 
0212c5392ed44832e2e2c8694b89acfda9a9697865f47de89471b33f1831c094085630a452f7bbd3b4e3f1d53bb3da928ad6ff05d1646eb660d0ee29340ffce2
+DIST browserstack-local-1.2.3.tar.gz 4064 BLAKE2B 
eec128bf3cce3967fee2c6b3f2ca5f84bcb0288edca9c2f8c896d354810f8368171112186595d6e8a2608fc6fd91db58d7f31b5d5cc7ee7b8b61fdc6859ccd6d
 SHA512 
96c66e25e2e390cf2ccbd821bb004fca2a93583047ab8dd034591a74f21fa894359c14a7fea841cbb78c4b30345bc208a760b0887a73a85f0fec6e057ff10776

diff --git 
a/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild
 b/dev-python/browserstack-local-python/browserstack-local-python-1.2.3.ebuild
similarity index 54%
rename from 
dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild
rename to 
dev-python/browserstack-local-python/browserstack-local-python-1.2.3.ebuild
index a720e301a..d5ce029b8 100644
--- 
a/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild
+++ 
b/dev-python/browserstack-local-python/browserstack-local-python-1.2.3.ebuild
@@ -1,17 +1,22 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+MYP="${P/-python/}"
+MYPN="${PN/-python/}"
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for BrowserStack Local"
-HOMEPAGE="https://github.com/browserstack/browserstack-local-python;
-SRC_URI="https://github.com/browserstack/browserstack-local-python/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
+HOMEPAGE="
+   https://github.com/browserstack/browserstack-local-python
+   https://pypi.org/project/browserstack-local/
+"
+SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
+S="${WORKDIR}/${MYP}"
+KEYWORDS="~amd64"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-mistralclient/

2022-03-10 Thread Alessandro Barbieri
commit: 33b8a78dbebb3229529beea963fbb7cc56890752
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:55:05 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:55:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33b8a78d

dev-python/python-mistralclient: add 4.4.0, drop 4.3.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-mistralclient/Manifest  | 2 +-
 ...n-mistralclient-4.3.0.ebuild => python-mistralclient-4.4.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-mistralclient/Manifest 
b/dev-python/python-mistralclient/Manifest
index 733860419..7253ef7e3 100644
--- a/dev-python/python-mistralclient/Manifest
+++ b/dev-python/python-mistralclient/Manifest
@@ -1 +1 @@
-DIST python-mistralclient-4.3.0.tar.gz 107778 BLAKE2B 
d6802196172644082f5f6a4d1807e000176b4dcd49e31016abe91c539b3d12ce0cb1da851d209f616a52ff77a3ccde4d35ad4807578e7bb6716d0d34fd19eadb
 SHA512 
4e18aa2d58c7c25a472f3d292149adda63eafcdc4fa5272f31cd21f74097eceb4f9d6cf949a030e39a61a100187cf6378ab7580d2042ac8788c68ef32aed1b68
+DIST python-mistralclient-4.4.0.tar.gz 107831 BLAKE2B 
258e74d766fe2a804eeb27f1265206ee37f1db52d9ed54ba733868e97b6b7e6af0261a8c202e1dc4518e3e0a0f040c6b4cfb609c6e16fab9b214e431d6a2a589
 SHA512 
f28c5b5b237c6fa3851ded112024d70192adbdeeab1e6d5fad9b388ec53d86ca1c4babaf397946a01bb0d4bedcf35b1fbbbf3a1db0d323303c7ca065228c

diff --git a/dev-python/python-mistralclient/python-mistralclient-4.3.0.ebuild 
b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild
similarity index 94%
rename from dev-python/python-mistralclient/python-mistralclient-4.3.0.ebuild
rename to dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild
index cd8837c63..d6f3ca47c 100644
--- a/dev-python/python-mistralclient/python-mistralclient-4.3.0.ebuild
+++ b/dev-python/python-mistralclient/python-mistralclient-4.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ HOMEPAGE="
https://github.com/openstack/python-mistralclient
https://opendev.org/openstack/python-blazarclient
https://pypi.org/project/python-blazarclient
-   https://launchpad.net/python-mistralclient
+   https://launchpad.net/python-mistralclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-celery/

2022-03-10 Thread Alessandro Barbieri
commit: a1b4024df0ec0212f16c62d444222ea911585c32
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:09:57 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:09:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1b4024d

dev-python/pytest-celery: add 0.1.0, drop 0.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/pytest-celery/Manifest|  2 +-
 ...st-celery-0.0.0.ebuild => pytest-celery-0.1.0.ebuild} | 16 +++-
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-python/pytest-celery/Manifest 
b/dev-python/pytest-celery/Manifest
index 49ac67b70..1c771e6bf 100644
--- a/dev-python/pytest-celery/Manifest
+++ b/dev-python/pytest-celery/Manifest
@@ -1 +1 @@
-DIST pytest-celery-0.0.0.tar.gz 3056 BLAKE2B 
7268ff9bbb506304bd5aec7f29163f0ba9a775d47a0bf9671e4f7c271a7dc4386f2c515d0a202cd6f94543641f4289b6606eb82082569a84f4af19f4c6d55be2
 SHA512 
5fc9c52da674ec2fcf55d6ebf278aec166877c5bd7962c786e5432e77d15132247021e4552001aad19bd7827e5b16256062eade43a8fc59c5b52e264d06b1cae
+DIST pytest-celery-0.1.0.tar.gz 2746 BLAKE2B 
a9f2a355adaa88ec33061f43664d53e1bb50f94e2679d79e61443a0ff3d0d8f68fec0b7101538344c17bd854c964c75e546198bc7388c8f44b1f361fc87877fe
 SHA512 
b48e03a2f1bc813aebd19124ed51666cfe6a049651a79c3dab15b14925de426bfb89284f8a599490c73477a60939e0321b14fdc90e0c72f82e6bcc67992d791f

diff --git a/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild 
b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
similarity index 54%
rename from dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
rename to dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index 1cc3e91be..66584c3b9 100644
--- a/dev-python/pytest-celery/pytest-celery-0.0.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=no
-MYPV="${PV/_alpha/a}"
-MYP="${PN}-${MYPV}"
-PYTHON_COMPAT=( python3_8 )
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"
 HOMEPAGE="
https://github.com/celery/pytest-celery
-   https://pypi.org/project/pytest-celery
+   https://pypi.org/project/pytest-celery/
 "
-SRC_URI="mirror://pypi/${MYP:0:1}/${PN}/${MYP}.tar.gz"
-S="${WORKDIR}/${MYP}"
+SRC_URI="https://github.com/celery/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypercorn/, dev-python/hypercorn/files/

2022-03-10 Thread Alessandro Barbieri
commit: 061c9934633875c69d045a7667446e09b33f1881
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:47:51 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:47:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=061c9934

dev-python/hypercorn: add 0.13.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/hypercorn/Manifest  |  1 +
 .../files/hypercorn-0.13.2-no-coverage.patch   | 11 +
 dev-python/hypercorn/hypercorn-0.13.2.ebuild   | 49 ++
 3 files changed, 61 insertions(+)

diff --git a/dev-python/hypercorn/Manifest b/dev-python/hypercorn/Manifest
index 6274153d0..40a30786e 100644
--- a/dev-python/hypercorn/Manifest
+++ b/dev-python/hypercorn/Manifest
@@ -1 +1,2 @@
 DIST hypercorn-0.11.2.tar.gz 150475 BLAKE2B 
fa2c2572fe61aa09bfa62691ac18a8d0149a2e31dda82c77c4fc6ff2720739a824e05ff754d9aec9c499e6c02fb77e1f0a2bd4e3efbb3154730fc369f91b949c
 SHA512 
7d90f654445cc3db6cec001ac8523513dec78bd8bce03ddfb56cd46b999c6d5b4f44a7853f2e88673c3e288c104adae3d105c8c8147f306656136cbb9771b289
+DIST hypercorn-0.13.2.tar.gz 151984 BLAKE2B 
b0176016819409cb6958a758041bfe710a008d141a52348ce545deb285cb9e6fc0a4c05321d021bfae5b9de96149db9302f9ce40d01b57c3176d6ad9aef61402
 SHA512 
c7f12c173b2e9da6108388b2a66b2abca7e26e0d2952e9f3828e94d37b9e3df6076395afd84387e328f9a4b085d62f6efd28e2503c4db9bc1f430795048e

diff --git a/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch 
b/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch
new file mode 100644
index 0..78609bd73
--- /dev/null
+++ b/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch
@@ -0,0 +1,11 @@
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -88,7 +88,7 @@
+ ignore_missing_imports = true
+ 
+ [tool.pytest.ini_options]
+-addopts = "--no-cov-on-fail --showlocals --strict-markers"
++addopts = "--showlocals --strict-markers"
+ testpaths = ["tests"]
+ 
+ [build-system]

diff --git a/dev-python/hypercorn/hypercorn-0.13.2.ebuild 
b/dev-python/hypercorn/hypercorn-0.13.2.ebuild
new file mode 100644
index 0..6346ab8cb
--- /dev/null
+++ b/dev-python/hypercorn/hypercorn-0.13.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+DOCS_BUILDER="sphinx"
+DOCS_DEPEND="
+   dev-python/sphinxcontrib-napoleon
+   dev-python/pydata-sphinx-theme
+"
+DOCS_DIR="${S}/docs"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 docs
+
+DESCRIPTION="ASGI Server based on Hyper libraries and inspired by Gunicorn"
+HOMEPAGE="
+   https://pgjones.gitlab.io/hypercorn
+   https://gitlab.com/pgjones/hypercorn
+   https://github.com/pgjones/hypercorn
+   https://pypi.org/project/Hypercorn/
+"
+SRC_URI="https://github.com/pgjones/hypercorn/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/h11[${PYTHON_USEDEP}]
+   >=dev-python/h2-3.1.0[${PYTHON_USEDEP}]
+   dev-python/priority[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/wsproto-0.14.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   >=dev-python/mock-4[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" )
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/osprofiler/

2022-03-10 Thread Alessandro Barbieri
commit: 460b9e72b367db6765dcf445c4c05493c18de7b5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:56:03 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:04:56 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=460b9e72

dev-python/osprofiler: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/osprofiler/osprofiler-3.4.2.ebuild 
b/dev-python/osprofiler/osprofiler-3.4.2.ebuild
index 13a0b2056..57238bf21 100644
--- a/dev-python/osprofiler/osprofiler-3.4.2.ebuild
+++ b/dev-python/osprofiler/osprofiler-3.4.2.ebuild
@@ -11,7 +11,7 @@ EPYTEST_DESELECT=(

osprofiler/tests/unit/test_profiler.py::ProfilerGlobMethodsTestCase::test_get_profiler_and_init
osprofiler/tests/unit/test_profiler.py::test_fn_exc
 )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -19,7 +19,7 @@ DESCRIPTION="OpenStack Profiler Library"
 HOMEPAGE="
https://launchpad.net/osprofiler
https://opendev.org/openstack/osprofiler
-   https://pypi.org/project/osprofiler
+   https://pypi.org/project/osprofiler/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/

2022-03-10 Thread Alessandro Barbieri
commit: f237de8d7e9c757aa3b3891e803faf5c92c92f8d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:03:29 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:05:34 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f237de8d

dev-python/celery: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/celery/celery-5.1.1.ebuild 
b/dev-python/celery/celery-5.1.1.ebuild
index 9614de20d..6b89326ce 100644
--- a/dev-python/celery/celery-5.1.1.ebuild
+++ b/dev-python/celery/celery-5.1.1.ebuild
@@ -1,18 +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"
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 MYPV="${PV/_beta/b}"
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit bash-completion-r1 distutils-r1 optfeature
 
 DESCRIPTION="Asynchronous task queue/job queue based on distributed message 
passing"
 HOMEPAGE="
https://docs.celeryproject.org/en/stable/index.html
-   https://pypi.org/project/celery
+   https://pypi.org/project/celery/
https://github.com/celery/celery
 "
 SRC_URI="https://github.com/celery/celery/archive/v${MYPV}.tar.gz -> 
${P}.tar.gz"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/jaeger-client/

2022-03-10 Thread Alessandro Barbieri
commit: 31da94c5e644888b8ef8064a7ab3ae3fee939b20
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:56:46 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:05:14 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31da94c5

dev-python/jaeger-client: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/jaeger-client/jaeger-client-4.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/jaeger-client/jaeger-client-4.8.0.ebuild 
b/dev-python/jaeger-client/jaeger-client-4.8.0.ebuild
index 23dcebd1a..55f6c0d86 100644
--- a/dev-python/jaeger-client/jaeger-client-4.8.0.ebuild
+++ b/dev-python/jaeger-client/jaeger-client-4.8.0.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Jaeger Bindings for Python OpenTracing API"
 HOMEPAGE="
https://github.com/jaegertracing/jaeger-client-python
-   https://pypi.org/project/jaeger-client
+   https://pypi.org/project/jaeger-client/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-vitrageclient/

2022-03-10 Thread Alessandro Barbieri
commit: 93a51427ee982b8d46f9dd340467665b2a281d4f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:53:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:53:14 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a51427

dev-python/python-vitrageclient: add 4.5.0, drop 4.4.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-vitrageclient/Manifest  | 2 +-
 ...n-vitrageclient-4.4.0.ebuild => python-vitrageclient-4.5.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-vitrageclient/Manifest 
b/dev-python/python-vitrageclient/Manifest
index d231a07d0..0b5eaf4ec 100644
--- a/dev-python/python-vitrageclient/Manifest
+++ b/dev-python/python-vitrageclient/Manifest
@@ -1 +1 @@
-DIST python-vitrageclient-4.4.0.tar.gz 51702 BLAKE2B 
7e3dc4c59b0df7ba2956005c2792fa79c32f2e84b9d03d243b971264f575bcfacbb30d9f5c56e78c2db71f56e7fe06fe44474dad03113434ec55343acb1b12bb
 SHA512 
b58a6549ed7743215f18fbc2898c58b276c8ec0e88235fca3807c8cfb5ffe817854734a90a812eae98bde3e386cf2c3318632775f74f40e553568707c820748c
+DIST python-vitrageclient-4.5.0.tar.gz 51797 BLAKE2B 
2feff696952380fd4abe60f2f9aa35d166055aa968e850cac83bea1fa1423127b18b6ff30bc2bc48511a42181123dd539f74ff8c3761367b63b264e2838b7db2
 SHA512 
06f8a939140632362291e37bca4d6b793ea367957cc5c8316a6a471310c2ee2b525749917b8554e5bcf795d9af61175db3f7cfc84e9a2be406a9ea4deabdd2be

diff --git a/dev-python/python-vitrageclient/python-vitrageclient-4.4.0.ebuild 
b/dev-python/python-vitrageclient/python-vitrageclient-4.5.0.ebuild
similarity index 93%
rename from dev-python/python-vitrageclient/python-vitrageclient-4.4.0.ebuild
rename to dev-python/python-vitrageclient/python-vitrageclient-4.5.0.ebuild
index f0798e132..c2b9e1acc 100644
--- a/dev-python/python-vitrageclient/python-vitrageclient-4.4.0.ebuild
+++ b/dev-python/python-vitrageclient/python-vitrageclient-4.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ HOMEPAGE="
https://github.com/openstack/python-vitrageclient
https://opendev.org/openstack/python-vitrageclient
https://launchpad.net/python-vitrageclient
-   https://pypi.org/project/python-vitrageclient
+   https://pypi.org/project/python-vitrageclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-troveclient/

2022-03-10 Thread Alessandro Barbieri
commit: 4be62eacc10b706f0d1df7827479de50983bd43e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:54:05 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:54:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4be62eac

dev-python/python-troveclient: add 7.2.0, drop 7.1.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-troveclient/Manifest  | 2 +-
 ...{python-troveclient-7.1.1.ebuild => python-troveclient-7.2.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-troveclient/Manifest 
b/dev-python/python-troveclient/Manifest
index 56a0f6ca0..731ca03ee 100644
--- a/dev-python/python-troveclient/Manifest
+++ b/dev-python/python-troveclient/Manifest
@@ -1 +1 @@
-DIST python-troveclient-7.1.1.tar.gz 191903 BLAKE2B 
8318228649ac7ff24a0b6062fcd7bfa9aae59bd75554b56c0228779a3e71bf90f99deb27a649da14504338eb02498d458c157157908447287b6dcf85eac70b1f
 SHA512 
af9b3bebed3d8c0e1457d84977e3e5ba39a46d16ef74b2ae920f9991b70564d06574e341ad4bb1bc0fb821e2cc9b95a57de8fe6808a28a9ba3d6814eaf2f2118
+DIST python-troveclient-7.2.0.tar.gz 191972 BLAKE2B 
f3473856cd07b91e948392c52d307900cd79882d04b0e72c5e9a91938354be434a31e1f233432e650e7a808431025381ae9166af5117f23d6883f6f473eb522b
 SHA512 
701d0e0be44f57f7798b91b90419e0ce26dda3d0f37532284cb0544b9a2f352a7b0ab816bdee4e63e210cf119e4c7e41dca0163c8ff5171958a57916cfc5a912

diff --git a/dev-python/python-troveclient/python-troveclient-7.1.1.ebuild 
b/dev-python/python-troveclient/python-troveclient-7.2.0.ebuild
similarity index 97%
rename from dev-python/python-troveclient/python-troveclient-7.1.1.ebuild
rename to dev-python/python-troveclient/python-troveclient-7.2.0.ebuild
index 41442876c..aa02bc381 100644
--- a/dev-python/python-troveclient/python-troveclient-7.1.1.ebuild
+++ b/dev-python/python-troveclient/python-troveclient-7.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/

2022-03-10 Thread Alessandro Barbieri
commit: 96456d351cc19a1abfce23be955cd7cc08cea67f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:20:13 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:20:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96456d35

dev-python/python-manilaclient: new version

Closes: https://bugs.gentoo.org/815553
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-manilaclient/Manifest| 2 +-
 ...thon-manilaclient-3.1.0.ebuild => python-manilaclient-3.3.0.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-manilaclient/Manifest 
b/dev-python/python-manilaclient/Manifest
index f263985b2..b540031b5 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1 +1 @@
-DIST python-manilaclient-3.1.0.tar.gz 309246 BLAKE2B 
aeaac9665237d6af918fbec243e010755cdaef5f1a2f73af39641fdb077c6266cce5e8848e6ac9df5cb9001c27bcfa886620db20f03b38593ba5542f46dd058d
 SHA512 
01f7bdf8c01a6b26c66c202c5472a819563264f8cc7fb29dc0d9ff95831866535ed11c8c77e1c0e6f333fd0028d3f4fda3fe4b2c23f693e17ea003ceb5b5b862
+DIST python-manilaclient-3.3.0.tar.gz 320475 BLAKE2B 
e83e30593d26e9ba26f9f487507f6c9a9b38be69b59af69dcdb85242abb81879e689efb70c937bb8afef74841adf54e5e7724f2173a6bc9c7d76c90535bf1b4c
 SHA512 
084293115370a174678dd8bde3f144213f10ce4a3addf7058365b0bbde31b2a56643b0417ec97ced297bf99e141a1fd96503aea96795c36862548268d6f7ae31

diff --git a/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild 
b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
similarity index 94%
rename from dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
rename to dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
index c6340a9f0..b56ecdbf2 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
 EPYTEST_IGNORE=( manilaclient/tests/functional )
 PYTHON_COMPAT=( python3_8 )
 
@@ -13,7 +12,7 @@ DESCRIPTION="A client for the OpenStack Manila API"
 HOMEPAGE="
https://opendev.org/openstack/python-manilaclient
https://github.com/openstack/python-manilaclient
-   https://pypi.org/project/python-manilaclient
+   https://pypi.org/project/python-manilaclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



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

2022-03-10 Thread William Hubbs
commit: 6d8e8c5da284ac65badede25f458c54f4a50e8d8
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Mar 11 02:30:02 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Mar 11 02:30:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8e8c5d

app-admin/helm: 3.8.1 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/helm/Manifest  |  2 ++
 app-admin/helm/helm-3.8.1.ebuild | 41 
 2 files changed, 43 insertions(+)

diff --git a/app-admin/helm/Manifest b/app-admin/helm/Manifest
index 2d550507ecd3..6a69d5cd0cee 100644
--- a/app-admin/helm/Manifest
+++ b/app-admin/helm/Manifest
@@ -1681,6 +1681,7 @@ DIST gotest.tools%2F@v%2Fv2.2.0+incompatible.zip 88327 
BLAKE2B 8730134244a00fb47
 DIST gotest.tools%2Fv3%2F@v%2Fv3.0.2.mod 194 BLAKE2B 
c322e2469b51e719e88bf9d9461c9a888afbdc1e214d9260b08324623e5828ce14b9dafdd42febc839e354f242e5ec53e78c9f61bd70338abc6de06090dd8197
 SHA512 
795de820e4a8622de316ee1b391a9c92476b3a67eee387278cd79f818c275df687ccacc60afbba20491dd813e442fa5a10d84b8b138f712c5a8705e884cb1d42
 DIST gotest.tools%2Fv3%2F@v%2Fv3.0.3.mod 194 BLAKE2B 
aca56964199448b8220169f979c283dbf422308351fbffa9a858d0c0bf1f32bb7c3139a0738dc0409b4bcd3844a9596daa8a0c79b9cdac7232dde6c47e1d
 SHA512 
027bab5202a25d01ab9b9a87feaf66333ef376daa9c5c12d5bfeaf1624537a895e770c8e927a474589b23af2456d2a7f5a03708f80464cdb3351a64981a4a9dd
 DIST gotest.tools%2Fv3%2F@v%2Fv3.0.3.zip 95019 BLAKE2B 
e78e242f9ea5824ffa2d8c1dda6df571eb6d27af59ac9bd5f09e09c398fe47098895000752c6b79571398a0ca7e163a58ba789b15f0451e98d79e273e1afb58b
 SHA512 
7f3f556401d7ce27f1dc88e8a022f8885cddd488f4ece632e24cf9b9f6504d748519480dcf60a577a3a9451104340a917f353f43f89e05f868913c26357593d6
+DIST helm-3.8.1-deps.tar.xz 374838312 BLAKE2B 
13700d77faef89828a98b0410f1539c4370848d3f741881dfff4fb6d08b50d152052b4c1fa7ce4fe19d1d08583530c89f9e8ca35ede178b08c05dbecbdf36fbb
 SHA512 
5686ca6c3f9b114032dda78842c3e3d2012f97d5721455aedc204ffae8a6bdafcb5191beaaca0e89cb827a7846fe65658d4440c2982b36b008e8aa235be41736
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.0-20190102054323-c2f93a96b099.mod 26 
BLAKE2B 
db6cc87a17bed88b955e6b36a17568930239c94a969211b02c2d5acc70386fbea63ac44365a0d3241e900125bd64644d698d8f1bdcabc3e6cf99c47259c63df5
 SHA512 
d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.0-20190106161140-3f1c8253044a.mod 26 
BLAKE2B 
db6cc87a17bed88b955e6b36a17568930239c94a969211b02c2d5acc70386fbea63ac44365a0d3241e900125bd64644d698d8f1bdcabc3e6cf99c47259c63df5
 SHA512 
d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.0-20190418001031-e561f6794a2a.mod 26 
BLAKE2B 
db6cc87a17bed88b955e6b36a17568930239c94a969211b02c2d5acc70386fbea63ac44365a0d3241e900125bd64644d698d8f1bdcabc3e6cf99c47259c63df5
 SHA512 
d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce
@@ -1689,6 +1690,7 @@ DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2019.2.3.mod 
300 BLAKE2B 3e3f5a2be0918
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2020.1.3.mod 300 BLAKE2B 
3aa707c72ce7e402cc1765fed30253eb87e9e87aecc8096130e973623f53ded2a7572ca3d464e4db9de524cd651b3aa8fbc9fa0ef6bdc4eb9670b4d8652f4dfc
 SHA512 
d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2020.1.4.mod 300 BLAKE2B 
3aa707c72ce7e402cc1765fed30253eb87e9e87aecc8096130e973623f53ded2a7572ca3d464e4db9de524cd651b3aa8fbc9fa0ef6bdc4eb9670b4d8652f4dfc
 SHA512 
d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9
 DIST k8s-helm-3.8.0.tar.gz 713415 BLAKE2B 
b15c23645127772db89729fda6b068077c10446c21a7724397e4deaa0a1d02b89e8f61b450563ed27e70dcad4076d29a91e6650ec549d025144c3da245592eba
 SHA512 
4e91ebe2fd9c1eee3a5a95ed99545bb1da45ecb89db8a12aeebb218b7cfae0f2c1275fdc83aeb6750251c34e3a828e044d786618c0dd7f82c7d8e73eb990b0c2
+DIST k8s-helm-3.8.1.tar.gz 715683 BLAKE2B 
2b0fc2a844f848e2a696be54224c1ca6027bf461c0885b3e082b57a09117b6ebc2500b35f1e6ad03cdc7ad4d0f18b3b6c24a1e79782b1b0492effc6a80031a93
 SHA512 
c4c3c8272ac4d83fad7dcdd41f81e9123ee71b01b6ebf352c3f3836048d7d240e144a52fd78e156c1957020bb1e4a868059486a4a4c3d37e4be150203a1e6158
 DIST k8s.io%2Fapi%2F@v%2Fv0.20.1.mod 250 BLAKE2B 
e405b9fc54b7c3b375878adf1771869f8e5b64087d2fe9d3bfa9b3c6d30b6179c7ca193cfe29c5932f4ae85b31dd1db899100771fb3b3bb681ad6731eede4adf
 SHA512 
89a8e511e48ef1df82e7f62cb9040c6ccc3bc2ce8a5e65af01195612546b05de24ab46294f88b9219a24863195e5c62c9cf8c32f205000d00e1e03da1486aa7c
 DIST k8s.io%2Fapi%2F@v%2Fv0.20.4.mod 250 BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: dev-R/roxygen2/

2022-03-10 Thread Alessandro Barbieri
commit: 732fa26b04fe7da97b34ceb4d6daddc1792f1188
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 02:00:24 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:00:58 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=732fa26b

dev-R/roxygen2: add 7.1.2, drop 7.1.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/roxygen2/Manifest|  2 +-
 ...roxygen2-7.1.1.ebuild => roxygen2-7.1.2.ebuild} | 26 +-
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/dev-R/roxygen2/Manifest b/dev-R/roxygen2/Manifest
index 0f1ce0ac2..139dc0c14 100644
--- a/dev-R/roxygen2/Manifest
+++ b/dev-R/roxygen2/Manifest
@@ -1 +1 @@
-DIST roxygen2_7.1.1.tar.gz 254118 BLAKE2B 
745e43e23cbc5ce26993ce16837ebb2e41ad7b6b2f97c7a5a996614e2432868404fd7cfa9fa4ddf7c55927c3aa3155bdb9a29433526101c939dfb92eb311dd2a
 SHA512 
f6674039bc369494cd63385f567cd68674e75463ec98ab08696c3ddd3375ba44fa09ebbe78c308dcd7295414b3ebc0509ddbbf9968ce6e1219a22285028c3642
+DIST roxygen2_7.1.2.tar.gz 267337 BLAKE2B 
0be6e2afccc194258407b146ca28090389212e57cfa063c07f332f5433c745da13383d101d8b923e75cbce7158e8e426b6f05ac6a467c266cad921cfd0714bc5
 SHA512 
8ee3194c580d0cd4c36d01ccd290e76cf72b0b0943159634bd4ea93fc7c2f11e6777b936115948e13583eef4af1fc89f18c3153c27c195ebc79496bd94c5ca44

diff --git a/dev-R/roxygen2/roxygen2-7.1.1.ebuild 
b/dev-R/roxygen2/roxygen2-7.1.2.ebuild
similarity index 67%
rename from dev-R/roxygen2/roxygen2-7.1.1.ebuild
rename to dev-R/roxygen2/roxygen2-7.1.2.ebuild
index 6394c4421..385ef8047 100644
--- a/dev-R/roxygen2/roxygen2-7.1.1.ebuild
+++ b/dev-R/roxygen2/roxygen2-7.1.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=7
@@ -10,22 +10,28 @@ KEYWORDS="~amd64"
 LICENSE='GPL-2+'
 
 DEPEND="
+   >=dev-lang/R-3.2
dev-R/brew
-   dev-R/rlang
-   dev-R/digest
+   dev-R/commonmark
+   dev-R/cpp11
>=dev-R/desc-1.2.0
+   dev-R/digest
dev-R/knitr
-   dev-R/xml2
-   >=dev-lang/R-3.2
-   dev-R/commonmark
>=dev-R/pkgload-1.0.2
>=dev-R/purrr-0.3.3
>=dev-R/R6-2.1.2
-   >=dev-R/Rcpp-0.11.0
+   dev-R/rlang
dev-R/stringi
>=dev-R/stringr-1.0.0
+   dev-R/xml2
 "
-RDEPEND="
-   ${DEPEND}
-   dev-R/Rcpp
+RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+   dev-R/covr
+   dev-R/devtools
+   dev-R/rmarkdown
+   >=dev-R/testthat-2.1.0
+   dev-R/R-methodsS3
+   dev-R/R-oo
 "



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/pkgload/

2022-03-10 Thread Alessandro Barbieri
commit: 27f125044580c9108d47b764d5dba821e714999d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:47:46 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27f12504

dev-R/pkgload: add 1.2.4, drop 1.2.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/pkgload/Manifest   |  2 +-
 dev-R/pkgload/{pkgload-1.2.1.ebuild => pkgload-1.2.4.ebuild} | 10 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-R/pkgload/Manifest b/dev-R/pkgload/Manifest
index a08328ab1..6bf2119b6 100644
--- a/dev-R/pkgload/Manifest
+++ b/dev-R/pkgload/Manifest
@@ -1 +1 @@
-DIST pkgload_1.2.1.tar.gz 60651 BLAKE2B 
6a99a2772a593ac75466353f0090e1a319ebc3301ef762122a66473a65ace672a1f27fe60ae8dfbafc08ae3ac31ce3bf9dd564cb4fc93569e50c7a97f612718e
 SHA512 
c80c532a23db99ffd0624673d6a7debcd12850df78cc669c6a91ddcc3be6085999d200b8d005e8a839ae0d33862af56589e887dff194a375566ae672836ffe57
+DIST pkgload_1.2.4.tar.gz 62827 BLAKE2B 
db2c636b953b43bc34abd47246b28d47cbd48e1f146a686384c27c88386b97238b95c2e1f3fbe9aeadc5b51a598c3a89e776efca8d1567d7ac92f278eed3933e
 SHA512 
5cc6c790c3fd77e938d5aacb841a2a41ae8fdee09e5eefb54bd87fac1c912beecf8f3239f1dc3258103f90c2e4d5fcb8f27402a60fe280da70bb99892661

diff --git a/dev-R/pkgload/pkgload-1.2.1.ebuild 
b/dev-R/pkgload/pkgload-1.2.4.ebuild
similarity index 70%
rename from dev-R/pkgload/pkgload-1.2.1.ebuild
rename to dev-R/pkgload/pkgload-1.2.4.ebuild
index a5a57ef3f..6a30022eb 100644
--- a/dev-R/pkgload/pkgload-1.2.1.ebuild
+++ b/dev-R/pkgload/pkgload-1.2.4.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
@@ -19,3 +19,11 @@ DEPEND="
dev-R/withr
 "
 RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+   dev-R/bitops
+   dev-R/covr
+   dev-R/pkgbuild
+   dev-R/Rcpp
+   dev-R/testthat
+"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/BH/

2022-03-10 Thread Alessandro Barbieri
commit: 8a6b645f72ca4ef313b42310c16541c651d5f7c8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:50:55 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a6b645f

dev-R/BH: add 1.78.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/BH/BH-1.78.0.0.ebuild | 26 ++
 dev-R/BH/Manifest   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-R/BH/BH-1.78.0.0.ebuild b/dev-R/BH/BH-1.78.0.0.ebuild
new file mode 100644
index 0..b8ff0493a
--- /dev/null
+++ b/dev-R/BH/BH-1.78.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+MY_P="${PN}_$(ver_rs 3 -)"
+
+DESCRIPTION='Boost C++ Header Files'
+HOMEPAGE="
+   https://github.com/eddelbuettel/bh
+   https://cran.r-project.org/package=BH
+"
+SRC_URI="mirror://cran/src/contrib/${MY_P}.tar.gz"
+
+LICENSE='Boost-1.0'
+KEYWORDS="~amd64"
+DEPEND=">=dev-libs/boost-${PV}"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   # Do not bundle boost
+   rm -rf inst/include/boost || die
+   default
+}

diff --git a/dev-R/BH/Manifest b/dev-R/BH/Manifest
index da5f50a80..b72af66e3 100644
--- a/dev-R/BH/Manifest
+++ b/dev-R/BH/Manifest
@@ -1 +1,2 @@
 DIST BH_1.75.0-0.tar.gz 12801696 BLAKE2B 
18c3c145d5273e6f41ed39dcb46467686fd6b2324f63a1aef3ed5564e4b57b6fbfa8b2dd324c39519e9cd8b6dbde2101bc811fcc747200605c4235878abcefb1
 SHA512 
03521484256e870d92f8e003b53b2c9f3ea28522c2b30a2465262cfec38becaf7c4ad5f4c72c11903e2189c6440850a81d2fd37c05708d284ee099d998759d77
+DIST BH_1.78.0-0.tar.gz 13269768 BLAKE2B 
86fcb75925e99cb29f3e454032cc24b15b47c2a83e5d316dc4585fdde54bd3d9b558a50319fe369efc43d5142230bacf68954fdb18cfc667b60f3a137e8a8b2b
 SHA512 
07cac11de283d4e2615a3e3c8ab77802b369eab57a8649cb8e148abf8c2f2c138bb56549fd8e25e306e0ab760fae78d6aa084098fb6d35389f177720b58e1bfd



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/R6/

2022-03-10 Thread Alessandro Barbieri
commit: d47cd5829cfdd307c203698cab9a785620326297
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:46:25 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d47cd582

dev-R/R6: add 2.5.1, drop 2.5.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/R6/Manifest | 2 +-
 dev-R/R6/{R6-2.5.0.ebuild => R6-2.5.1.ebuild} | 7 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-R/R6/Manifest b/dev-R/R6/Manifest
index 1237334d1..7912b6884 100644
--- a/dev-R/R6/Manifest
+++ b/dev-R/R6/Manifest
@@ -1 +1 @@
-DIST R6_2.5.0.tar.gz 63361 BLAKE2B 
52320699e5a10698345e741b7790d54bdcc252ed32e84e3468eaded7289c5b28a922df841d36e09d31a566d84ad083f1296d305141bae71279bcb0a578f553df
 SHA512 
09cfd4c5bde6ff46ec64622e81e24e944f325e720f6a65d476faca045505954e66a6a0efe9abeb9c88646c8071cda1c0267e325a342f00ee1933694d4d3a22c7
+DIST R6_2.5.1.tar.gz 63422 BLAKE2B 
0045d7c37dfb7a773cd24e85e695575eaf6aa5c9392fb6888c10aa9fb3e35b13a230ed0aabcf84d52e656ef506ab58371044c4179b3380f5324b217fae6daeb4
 SHA512 
e479714066a1f37d39e7fec824492233b25086941678921d153fb3ab5fe8ec2ce0bf774eb491435e8d2da660daded0a97648672327d7a46af4dee0eb57d44d48

diff --git a/dev-R/R6/R6-2.5.0.ebuild b/dev-R/R6/R6-2.5.1.ebuild
similarity index 79%
rename from dev-R/R6/R6-2.5.0.ebuild
rename to dev-R/R6/R6-2.5.1.ebuild
index 6a6c477f6..50981ae93 100644
--- a/dev-R/R6/R6-2.5.0.ebuild
+++ b/dev-R/R6/R6-2.5.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"
@@ -15,3 +15,8 @@ HOMEPAGE="
 KEYWORDS="~amd64"
 DEPEND=">=dev-lang/R-3.0"
 RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+   dev-R/testthat
+   dev-R/pryr
+"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppArmadillo/

2022-03-10 Thread Alessandro Barbieri
commit: 1236220cc03e100aba2ce367f33b446515db3daa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:42:06 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1236220c

dev-R/RcppArmadillo: add 0.10.8.1.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/RcppArmadillo/Manifest   |  1 +
 .../RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-R/RcppArmadillo/Manifest b/dev-R/RcppArmadillo/Manifest
index bb6e382d9..051bc7d81 100644
--- a/dev-R/RcppArmadillo/Manifest
+++ b/dev-R/RcppArmadillo/Manifest
@@ -1 +1,2 @@
 DIST RcppArmadillo_0.10.2.2.0.tar.gz 1661194 BLAKE2B 
0c1de4e8d6278aa72c8bed99ca40a195b26cb6d23b2f45841d547c64247c1ffa398fd086874866c0764027737055fc60a420f105a2a443e74eb473a6e7c06885
 SHA512 
b068fae82278165d36756658fc3813302ad253bddc3d869034ab0fb81519596ca396e56bb35fe8cae372ff2d4557b55a52522698fcd6c2f30867c1f1b557b662
+DIST RcppArmadillo_0.10.8.1.0.tar.gz 1364404 BLAKE2B 
263b3103c1ea86991732fd4a4254803863c85ff5e516417560cfced4b60cb9a0d50cde6db5f0eb9f07ea4814b285bf10da3d8131a434c9b20dfb44b6cbfa2808
 SHA512 
d1c3f445b1538cc79d1b422639321695e276a934d453084497a84a2ba48bc263614d140f5fd4cc2fb73e1ac565c56bbdd7e23a3b60448232178afd907d07e567

diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild 
b/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild
new file mode 100644
index 0..cf3082d45
--- /dev/null
+++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages eapi8-dosym
+
+MY_PV="$(ver_cut 2-3 ${PV})"
+
+DESCRIPTION='Rcpp Integration for the Armadillo templated linear algebra 
library'
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE='GPL-2+'
+
+DEPEND="
+   >=dev-lang/R-3.3.0
+   >=dev-R/Rcpp-0.11.0
+   =sci-libs/armadillo-${MY_PV}*:=[lapack]
+"
+RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+   dev-R/tinytest
+   >=dev-R/Matrix-1.3.0
+   dev-R/pkgKitten
+   dev-R/reticulate
+   dev-R/slam
+"
+
+#TODO: correctly link to lapack
+
+src_prepare() {
+   default
+
+   #remove bundled
+   rm -r inst/include/armadillo_bits || die
+   rm inst/include/armadillo || die
+
+   #link to sci-libs/armadillo
+   ln -s "${ESYSROOT}"/usr/include/armadillo_bits 
inst/include/armadillo_bits || die
+   ln -s "${ESYSROOT}"/usr/include/armadillo inst/include/armadillo || die
+}
+
+src_install() {
+   R-packages_src_install
+
+   R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include"
+   dosym8 -r /usr/include/armadillo "${R_includedir}/armadillo"
+
+   dodir /usr/include/armadillo_bits
+   for file in "${ED}/${R_includedir}"/armadillo_bits/*; do
+   filename=$(basename "${file}")
+   dosym8 -r /usr/include/armadillo_bits/${filename} 
"${R_includedir}/armadillo_bits/${filename}"
+   done
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/rex/

2022-03-10 Thread Alessandro Barbieri
commit: ec3ab8aa9e8dc506128d1f34d1e0d721593587bb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:37:39 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 01:37:39 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec3ab8aa

dev-R/rex: new version

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/rex/Manifest |  2 +-
 dev-R/rex/rex-1.2.0.ebuild | 13 -
 dev-R/rex/rex-1.2.1.ebuild | 27 +++
 3 files changed, 28 insertions(+), 14 deletions(-)

diff --git a/dev-R/rex/Manifest b/dev-R/rex/Manifest
index 19b6f5546..eac0dc2d3 100644
--- a/dev-R/rex/Manifest
+++ b/dev-R/rex/Manifest
@@ -1 +1 @@
-DIST rex_1.2.0.tar.gz 91925 BLAKE2B 
396700b0ac552853aabbf40c3ebb50557c49286f4b929c2d4441cf680422a295d3a0b84b451e97bb565ac635f5c262428e6382b75362fe19dc939bc15afe8ebb
 SHA512 
32f3d02be639c28036360ff42444c49a5c556086a645dba454eb99b31a84cbc92ffe1da77a66c7bd959efc4c850fc3a7cc42cea1cb963eaab665c338e60a5bb9
+DIST rex_1.2.1.tar.gz 93583 BLAKE2B 
aa7a75532a434ff7741301b3393c9a9e7f286971729a5392bd2c44d2bee032e76319a441e7c1d39b01e5f6c6d1761786b03e948cd900dfdee2055725448904d6
 SHA512 
9af2fb36dcba381e3358549ca074f83c991ff2fb7113434e17ef2b7e77e44bb7a8ba4eb40582e874e0d8ce3bd15c079d343a13ba504ca4a94c5b66ee86a5a4a8

diff --git a/dev-R/rex/rex-1.2.0.ebuild b/dev-R/rex/rex-1.2.0.ebuild
deleted file mode 100644
index 893abbd3a..0
--- a/dev-R/rex/rex-1.2.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Friendly Regular Expressions'
-KEYWORDS="~amd64"
-LICENSE='MIT'
-
-DEPEND="dev-R/lazyeval"
-RDEPEND="${DEPEND}"

diff --git a/dev-R/rex/rex-1.2.1.ebuild b/dev-R/rex/rex-1.2.1.ebuild
new file mode 100644
index 0..33de8ccf7
--- /dev/null
+++ b/dev-R/rex/rex-1.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Friendly Regular Expressions'
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+DEPEND="dev-R/lazyeval"
+RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+   dev-R/covr
+   dev-R/dplyr
+   dev-R/ggplot2
+   dev-R/Hmisc
+   dev-R/knitr
+   dev-R/magrittr
+   dev-R/rmarkdown
+   dev-R/roxygen2
+   dev-R/rvest
+   dev-R/stringr
+   dev-R/testthat
+"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/stringi/

2022-03-10 Thread Alessandro Barbieri
commit: e5b9300f3e2629780c421e086647af06393f33dc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:29:16 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 01:29:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5b9300f

dev-R/stringi: add 1.7.6, drop 1.6.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/stringi/Manifest   | 2 +-
 dev-R/stringi/{stringi-1.6.2.ebuild => stringi-1.7.6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-R/stringi/Manifest b/dev-R/stringi/Manifest
index 2eeef2a1d..4bd2a3944 100644
--- a/dev-R/stringi/Manifest
+++ b/dev-R/stringi/Manifest
@@ -1 +1 @@
-DIST stringi_1.6.2.tar.gz 7575370 BLAKE2B 
603492272e0cc1f8720fbfb8e319bdf6771330af293dd7b4c133e96767df3c1ccb482559da312cf40eff99b7569ae351809a7c66dd748ce493cdc872a4650b41
 SHA512 
7c95135ace2d6f9806471181e96982752b4f33888d06ef661492170198f993776caa81c271edeac8baf83ceb9fa4d17b43795f534fcd3c9e009ad569baecc8e9
+DIST stringi_1.7.6.tar.gz 7600716 BLAKE2B 
7f2590e49d4ba6e5b89ab658bc416756cd24212e375d46e127e20f9307a598e2f8de7a2badd49be747ab60cdc48bb044959a2235fa857e358f3a50b28a78191b
 SHA512 
fe130971ae1a546d853237b751ecc5ef51ca17efba0ce9fe159d5f53daa542c6c87680b428e6df880cbce71ce265f068b6a017e5c8ed2b149a4b39185212a269

diff --git a/dev-R/stringi/stringi-1.6.2.ebuild 
b/dev-R/stringi/stringi-1.7.6.ebuild
similarity index 88%
rename from dev-R/stringi/stringi-1.6.2.ebuild
rename to dev-R/stringi/stringi-1.7.6.ebuild
index 44792975d..d90e2b206 100644
--- a/dev-R/stringi/stringi-1.6.2.ebuild
+++ b/dev-R/stringi/stringi-1.7.6.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



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/Rcpp/

2022-03-10 Thread Alessandro Barbieri
commit: 60e9b3e3f53b330349f92591bf880f2870927192
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:45:34 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60e9b3e3

dev-R/Rcpp: add 1.0.8, drop 1.0.6

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/Rcpp/Manifest | 2 +-
 dev-R/Rcpp/{Rcpp-1.0.6.ebuild => Rcpp-1.0.8.ebuild} | 9 -
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
index ef1ee1212..5368cd51d 100644
--- a/dev-R/Rcpp/Manifest
+++ b/dev-R/Rcpp/Manifest
@@ -1 +1 @@
-DIST Rcpp_1.0.6.tar.gz 2952876 BLAKE2B 
cb5b06a187389f1e7aac21623c318c0c0ad02812b49a841dc85680a82d2fbfb28ef040c2f5c9e25969a812d2d0479858969efe327235f12ab99cbf4d3bbfd7ce
 SHA512 
eab225cfdd838e316824fe224e9822c01d09287251b89f3a83f03b5be294f6f3376f2cd2518f78a7bff57426247b62108dc7c60b89d78443172826fa24bf14cc
+DIST Rcpp_1.0.8.tar.gz 3036631 BLAKE2B 
dd488114a0b6b1a4d146c7c30200c4c81c0c6f590380b5247debcf146af76e8c57bcd32ef44f9e382d379bcab64d9a78ada2b94d0d00a0d0dc71099bdd74d5b2
 SHA512 
04956338d6d83137aaa57b8d893971fb9a7570e320611cd911c957a8b1bed80500b87ea105ead77326e78045d593bbfe60960ebb1ca23d38ca6a71f04b5fdf0e

diff --git a/dev-R/Rcpp/Rcpp-1.0.6.ebuild b/dev-R/Rcpp/Rcpp-1.0.8.ebuild
similarity index 71%
rename from dev-R/Rcpp/Rcpp-1.0.6.ebuild
rename to dev-R/Rcpp/Rcpp-1.0.8.ebuild
index 3b59d3048..5ed15bb84 100644
--- a/dev-R/Rcpp/Rcpp-1.0.6.ebuild
+++ b/dev-R/Rcpp/Rcpp-1.0.8.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"
@@ -14,3 +14,10 @@ HOMEPAGE="
https://cran.r-project.org/package=Rcpp
 "
 KEYWORDS="~amd64"
+
+SUGGESTED_PACKAGES="
+   dev-R/tinytest
+   dev-R/inline
+   dev-R/rbenchmark
+   >=dev-R/pkgKitten-0.1.2
+"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/cpp11/

2022-03-10 Thread Alessandro Barbieri
commit: ce92327f3bab91023b7d1c5a68275f304ede6cc3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 01:59:58 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 02:00:58 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce92327f

dev-R/cpp11: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/cpp11/Manifest   |  1 +
 dev-R/cpp11/cpp11-0.4.2.ebuild | 33 +
 dev-R/cpp11/metadata.xml   | 27 +++
 3 files changed, 61 insertions(+)

diff --git a/dev-R/cpp11/Manifest b/dev-R/cpp11/Manifest
new file mode 100644
index 0..ab48ad812
--- /dev/null
+++ b/dev-R/cpp11/Manifest
@@ -0,0 +1 @@
+DIST cpp11_0.4.2.tar.gz 317708 BLAKE2B 
ce8bb0115edf90922cd70214b0dc7aaf92d6304ea7493cbbf603fe9cdf4496adb601ad15c9fac8ea47c77ffbd4fe151e80bd8363f5278f9bdfadce2fb2e2cd50
 SHA512 
078eff5924df78572fd50f443f4c04ca69a11b11a1a2986a2a20023ec05e5c0fcb3bcbad3a50873583e6637960925dc62e8afe2bdb6e3019cf2627ff50b0ff01

diff --git a/dev-R/cpp11/cpp11-0.4.2.ebuild b/dev-R/cpp11/cpp11-0.4.2.ebuild
new file mode 100644
index 0..c7dd9bffe
--- /dev/null
+++ b/dev-R/cpp11/cpp11-0.4.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='A C++11 Interface for Rs C Interface'
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+SUGGESTED_PACKAGES="
+   dev-R/bench
+   dev-R/brio
+   dev-R/callr
+   dev-R/cli
+   dev-R/covr
+   dev-R/decor
+   dev-R/desc
+   dev-R/ggplot2
+   dev-R/glue
+   dev-R/knitr
+   dev-R/lobstr
+   dev-R/mockery
+   dev-R/progress
+   dev-R/Rcpp
+   dev-R/rmarkdown
+   dev-R/scales
+   dev-R/testthat
+   dev-R/tibble
+   dev-R/vctrs
+   dev-R/withr
+"

diff --git a/dev-R/cpp11/metadata.xml b/dev-R/cpp11/metadata.xml
new file mode 100644
index 0..977fdae73
--- /dev/null
+++ b/dev-R/cpp11/metadata.xml
@@ -0,0 +1,27 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+A C++11 Interface for R's C Interface // Provides a header only,
+C++11 interface to R's C interface.  Compared to other
+approaches 'cpp11' strives to be safe against long jumps from
+the C API as well as C++ exceptions, conform to normal R
+function semantics and supports interaction with 'ALTREP'
+vectors.
+  
+  
+co-maintainers welcome
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/r-lib/cpp11/issues
+https://cran.r-project.org/web/packages/cpp11/cpp11.pdf
+
https://cran.r-project.org/web/packages/cpp11/ChangeLog
+
+  Romain François
+  rom...@rstudio.com
+
+r-lib/cpp11
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/

2022-03-10 Thread Nick Sarnie
commit: 6b57569dc4d44e84a950941e59ea5eedd8476b07
Author: Nick Sarnie  gentoo  org>
AuthorDate: Fri Mar 11 01:04:02 2022 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Fri Mar 11 01:04:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b57569d

dev-cpp/robin-hood-hashing: Fix installation directory

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 .../robin-hood-hashing-3.11.5-r1.ebuild| 23 ++
 1 file changed, 23 insertions(+)

diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild 
b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild
new file mode 100644
index ..152d26b69823
--- /dev/null
+++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+DESCRIPTION="Fast & memory efficient hashtable based on robin hood hashing for 
C++11/14/17/20"
+HOMEPAGE="https://github.com/martinus/robin-hood-hashing;
+
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+local mycmakeargs=(
+   -DRH_STANDALONE_PROJECT=OFF
+   -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/share/"
+)
+cmake_src_configure
+}



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

2022-03-10 Thread Sam James
commit: b6d3cdb548bdea4dcb46928dcfed9ff414c0d5ef
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 11 00:37:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 11 00:41:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d3cdb5

Revert "net-print/gutenprint: drop 5.3.3-r1, 5.3.4-r2"

This reverts commit 0695d8b0bd96957440b1b679d660e6aec548ae7c.

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

 net-print/gutenprint/Manifest   |  1 +
 net-print/gutenprint/gutenprint-5.3.3-r1.ebuild | 84 +++
 net-print/gutenprint/gutenprint-5.3.4-r2.ebuild | 90 +
 3 files changed, 175 insertions(+)

diff --git a/net-print/gutenprint/Manifest b/net-print/gutenprint/Manifest
index 88c4bc616699..f709b3a038b0 100644
--- a/net-print/gutenprint/Manifest
+++ b/net-print/gutenprint/Manifest
@@ -1 +1,2 @@
 DIST gutenprint-5.3.3.tar.xz 5050624 BLAKE2B 
dbcf74169d0756d991bbdad7338a6e6f995f8eeedc2610677b327abee6aecc787d1cc35949f73c1d93ad274de7d467542b72a5fe0abf58fbc4ec6f21667cbad7
 SHA512 
d2c47eb4ccc3c46ccb2f1042682edf7443f5c57439ead72f49ecd10537cf967251bacf7ca7da29fb8dceecc7eebd55ed021f2594ff9fb6509bab543fab1dc8d6
+DIST gutenprint-5.3.4.tar.xz 5341824 BLAKE2B 
134e59c7dbf9c0ba95b91c717f1e6841f35520b55105feb1ba40b82785c825b8e2a2429990e78186a1455e5c6de9880f911438d514c53c56d05575dd4e2d68a4
 SHA512 
63de0b62edbe255a7efaaeab1dcd22577b7b46d7e0e48441b79977f19e76bf3862e4e8e18c55dd1f2e7392d555f9e8ee875ea53b90c689852d2343491a8fbcc8

diff --git a/net-print/gutenprint/gutenprint-5.3.3-r1.ebuild 
b/net-print/gutenprint/gutenprint-5.3.3-r1.ebuild
new file mode 100644
index ..25a045d2441d
--- /dev/null
+++ b/net-print/gutenprint/gutenprint-5.3.3-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Ghostscript and cups printer drivers"
+HOMEPAGE="http://gutenprint.sourceforge.net;
+
+MY_P="${P/_/-}"
+S="${WORKDIR}/${MY_P}"
+SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
+
+IUSE="cups gimp gtk nls readline ppds static-libs"
+REQUIRED_USE="gimp? ( gtk )"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+# gimp restriction: https://sourceforge.net/p/gimp-print/bugs/725/
+CDEPEND="
+   dev-lang/perl
+   readline? ( sys-libs/readline:0= )
+   cups? ( >=net-print/cups-1.1.14 )
+   gimp? ( media-gfx/gimp:0/2 x11-libs/gtk+:2 )
+   gtk? ( x11-libs/gtk+:2 )
+   nls? ( virtual/libintl )
+"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}"
+
+RESTRICT="test"
+
+DOCS=( AUTHORS ChangeLog NEWS README doc/gutenprint-users-manual.{pdf,odt} )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.3.1-cflags.patch
+)
+
+src_configure() {
+   local myeconfargs=(
+   --enable-test
+   --disable-translated-cups-ppds
+   $(use_enable gtk libgutenprintui2)
+   $(use_with gimp gimp2)
+   $(use_with gimp gimp2-as-gutenprint)
+   $(use_with cups)
+   $(use_enable nls)
+   $(use_with readline)
+   $(use_enable static-libs static)
+   )
+
+   if use cups && use ppds; then
+   myeconfargs+=( --enable-cups-ppds --enable-cups-level3-ppds )
+   else
+   myeconfargs+=( --disable-cups-ppds )
+   fi
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   dodoc doc/FAQ.html
+   dodoc -r doc/gutenprintui2/html
+   rm -r "${ED}"/usr/share/gutenprint/doc || die
+
+   find "${ED}" -name '*.la' -exec rm -f '{}' + || die
+}
+
+pkg_postinst() {
+   if [[ ${ROOT} == / ]] && [[ -x /usr/sbin/cups-genppdupdate ]]; then
+   elog "Updating installed printer ppd files"
+   elog $(/usr/sbin/cups-genppdupdate)
+   else
+   elog "You need to update installed ppds manually using 
cups-genppdupdate"
+   fi
+}

diff --git a/net-print/gutenprint/gutenprint-5.3.4-r2.ebuild 
b/net-print/gutenprint/gutenprint-5.3.4-r2.ebuild
new file mode 100644
index ..64355a5a47fe
--- /dev/null
+++ b/net-print/gutenprint/gutenprint-5.3.4-r2.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Ghostscript and cups printer drivers"
+HOMEPAGE="http://gutenprint.sourceforge.net;
+
+MY_P="${P/_/-}"
+S="${WORKDIR}/${MY_P}"
+SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
+
+IUSE="cups gimp gtk nls readline ppds static-libs"
+RESTRICT="test"
+REQUIRED_USE="gimp? ( gtk )"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+# gimp restriction: 

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

2022-03-10 Thread Sam James
commit: e5217c5b538776dfe1015e0cf0d4362d558fec4e
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 11 00:39:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 11 00:41:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5217c5b

dev-java/cortado: drop 0.6.0-r2

I must have tested the wrong version. Broken with newer Java! :(

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

 dev-java/cortado/cortado-0.6.0-r2.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-java/cortado/cortado-0.6.0-r2.ebuild 
b/dev-java/cortado/cortado-0.6.0-r2.ebuild
deleted file mode 100644
index aab4ba75fb3b..
--- a/dev-java/cortado/cortado-0.6.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-
-DESCRIPTION="Multimedia framework for Java written by Fluendo"
-HOMEPAGE="https://www.theora.org/cortado/;
-SRC_URI="https://downloads.xiph.org/releases/cortado/${P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND=">=virtual/jre-1.8:*"
-DEPEND=">=virtual/jdk-1.8:*"
-BDEPEND="app-arch/unzip"
-
-EANT_BUILD_TARGET="stripped"
-
-src_prepare() {
-   default
-   echo "#!/bin/sh" > scripts/get-revision || die
-   echo "echo ${PV}" >> scripts/get-revision || die
-}
-
-src_install() {
-   java-pkg_newjar output/dist/applet/${PN}-ovt-stripped-${PV}.jar
-   dodoc ChangeLog HACKING NEWS README RELEASE TODO
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/gutenprint/, net-print/gutenprint/files/

2022-03-10 Thread Sam James
commit: 40e4510c0e4ef0adf685640f65fb72be0588c087
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 11 00:38:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 11 00:41:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e4510c

net-print/gutenprint: drop 5.3.3-r1, 5.3.3-r3

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

 net-print/gutenprint/Manifest  |  1 -
 .../gutenprint/files/gutenprint-5.3.3-epson.patch  | 54 -
 .../files/gutenprint-5.3.3-selphy-typo.patch   | 22 -
 net-print/gutenprint/gutenprint-5.3.3-r1.ebuild| 84 ---
 net-print/gutenprint/gutenprint-5.3.3-r3.ebuild| 94 --
 5 files changed, 255 deletions(-)

diff --git a/net-print/gutenprint/Manifest b/net-print/gutenprint/Manifest
index f709b3a038b0..8bcf70b934f2 100644
--- a/net-print/gutenprint/Manifest
+++ b/net-print/gutenprint/Manifest
@@ -1,2 +1 @@
-DIST gutenprint-5.3.3.tar.xz 5050624 BLAKE2B 
dbcf74169d0756d991bbdad7338a6e6f995f8eeedc2610677b327abee6aecc787d1cc35949f73c1d93ad274de7d467542b72a5fe0abf58fbc4ec6f21667cbad7
 SHA512 
d2c47eb4ccc3c46ccb2f1042682edf7443f5c57439ead72f49ecd10537cf967251bacf7ca7da29fb8dceecc7eebd55ed021f2594ff9fb6509bab543fab1dc8d6
 DIST gutenprint-5.3.4.tar.xz 5341824 BLAKE2B 
134e59c7dbf9c0ba95b91c717f1e6841f35520b55105feb1ba40b82785c825b8e2a2429990e78186a1455e5c6de9880f911438d514c53c56d05575dd4e2d68a4
 SHA512 
63de0b62edbe255a7efaaeab1dcd22577b7b46d7e0e48441b79977f19e76bf3862e4e8e18c55dd1f2e7392d555f9e8ee875ea53b90c689852d2343491a8fbcc8

diff --git a/net-print/gutenprint/files/gutenprint-5.3.3-epson.patch 
b/net-print/gutenprint/files/gutenprint-5.3.3-epson.patch
deleted file mode 100644
index 28906470c7f6..
--- a/net-print/gutenprint/files/gutenprint-5.3.3-epson.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From: Robert Krawitz 
-Date: Sun, 16 Feb 2020 11:21:23 -0500
-Subject: Updates for Epson Stylus Office printers
-
-Add duplex support for the following printers:
- Epson Stylus Office BX525WD
- Epson Stylus Office BX535WD
- Epson Stylus Office BX62F5WD
- Epson Stylus Office BX635FWD
- Epson Stylus Office TX620FWD
-
-Origin: upstream
-Closes: #951410

- src/xml/printers/escp2.xml | 13 +++--
- 1 file changed, 7 insertions(+), 6 deletions(-)
-
-diff --git a/src/xml/printers/escp2.xml b/src/xml/printers/escp2.xml
-index 28716a4..79f5a70 100644
 a/src/xml/printers/escp2.xml
-+++ b/src/xml/printers/escp2.xml
-@@ -189,7 +189,7 @@
-   
-   
-   
--  
-+  
-   
-   
-   
-@@ -197,17 +197,18 @@
-   
-   
-   
--  
--  
-+  
-+  
-+  
-   
--  
-+  
-   
--  
-+  
-   
-   
-   
-   
--  
-+  
-   
-   
-   

diff --git a/net-print/gutenprint/files/gutenprint-5.3.3-selphy-typo.patch 
b/net-print/gutenprint/files/gutenprint-5.3.3-selphy-typo.patch
deleted file mode 100644
index 393fa718fd36..
--- a/net-print/gutenprint/files/gutenprint-5.3.3-selphy-typo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: "Andreas B. Mundt" 
-Date: Mon, 4 Nov 2019 18:40:58 +0100
-Subject: Fix 'selpyh' for 'selphy' typo for Canon CP300
-
-Closes: #943964

- src/cups/backend_canonselphy.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/cups/backend_canonselphy.c b/src/cups/backend_canonselphy.c
-index 978df0d..3ef0c31 100644
 a/src/cups/backend_canonselphy.c
-+++ b/src/cups/backend_canonselphy.c
-@@ -1165,7 +1165,7 @@ struct dyesub_backend canonselphy_backend = {
-   { USB_VID_CANON, USB_PID_CANON_CP100, P_CP_XXX, NULL, 
"canon-cp100"},
-   { USB_VID_CANON, USB_PID_CANON_CP200, P_CP_XXX, NULL, 
"canon-cp200"},
-   { USB_VID_CANON, USB_PID_CANON_CP220, P_CP_XXX, NULL, 
"canon-cp220"},
--  { USB_VID_CANON, USB_PID_CANON_CP300, P_CP_XXX, NULL, 
"selpyhcp300"},
-+  { USB_VID_CANON, USB_PID_CANON_CP300, P_CP_XXX, NULL, 
"selphycp300"},
-   { USB_VID_CANON, USB_PID_CANON_CP330, P_CP_XXX, NULL, 
"canon-cp330"},
-   { USB_VID_CANON, USB_PID_CANON_CP400, P_CP_XXX, NULL, 
"canon-cp400"},
-   { USB_VID_CANON, USB_PID_CANON_CP500, P_CP_XXX, NULL, 
"canon-cp500"},

diff --git a/net-print/gutenprint/gutenprint-5.3.3-r1.ebuild 
b/net-print/gutenprint/gutenprint-5.3.3-r1.ebuild
deleted file mode 100644
index 25a045d2441d..
--- a/net-print/gutenprint/gutenprint-5.3.3-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Ghostscript and cups printer drivers"
-HOMEPAGE="http://gutenprint.sourceforge.net;
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-SRC_URI="mirror://sourceforge/gimp-print/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc 

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

2022-03-10 Thread Sam James
commit: 70c8abad51fa5b2f9e38f2efb45f8e78bc66b8d8
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 11 00:06:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 11 00:41:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c8abad

media-gfx/fontforge: add 20220308

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

 media-gfx/fontforge/Manifest  |   1 +
 media-gfx/fontforge/fontforge-20220308.ebuild | 110 ++
 2 files changed, 111 insertions(+)

diff --git a/media-gfx/fontforge/Manifest b/media-gfx/fontforge/Manifest
index 11eaed591734..7544371e98cd 100644
--- a/media-gfx/fontforge/Manifest
+++ b/media-gfx/fontforge/Manifest
@@ -1 +1,2 @@
 DIST fontforge-20201107.tar.xz 14163424 BLAKE2B 
8ce9148eef6e5b7206ab5c70310ff36fac67c392117e3c0b28060803a54306bf21c179b62b98734e11253739eac29e2ea8bcf3014c09432bb3a0b2b0f3ec631a
 SHA512 
cf9666395405ab02943f0160959f04251bd2a80e279a8f60431089ad19a4c5a232efd42097050ed9f6c1fb39d01488176262949fd81f5f0960fe853b497437dc
+DIST fontforge-20220308.tar.xz 13719032 BLAKE2B 
66939a77014b086b95ea21c3af2a2c910c19ebba000d50e514000667a6b193f5a90fc55b6046793811cac3a7330c479973746ac09041f21b0237047105f4d305
 SHA512 
9975cffec8aa47bcb8c22405bea544cd263dc939b253e8fba2fbaa3b90a60e05b98eaf58365db8ae854d1fff8e641866a7e2e027003ae03a77104d6650dafb6c

diff --git a/media-gfx/fontforge/fontforge-20220308.ebuild 
b/media-gfx/fontforge/fontforge-20220308.ebuild
new file mode 100644
index ..399f51098dac
--- /dev/null
+++ b/media-gfx/fontforge/fontforge-20220308.ebuild
@@ -0,0 +1,110 @@
+# Copyright 2004-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-single-r1 xdg cmake
+
+DESCRIPTION="postscript font editor and converter"
+HOMEPAGE="https://fontforge.org/;
+SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforge-${PV}.tar.xz;
+
+LICENSE="BSD GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="doc truetype-debugger gif gtk jpeg png +python readline test tiff svg 
woff2 X"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   >=dev-libs/glib-2.67:2
+   dev-libs/libltdl:0
+   dev-libs/libxml2:2=
+   >=media-libs/freetype-2.3.7:2=
+   gif? ( media-libs/giflib:0= )
+   jpeg? ( virtual/jpeg:0 )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0= )
+   truetype-debugger? ( 
>=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
+   gtk? ( >=x11-libs/gtk+-3.10:3 )
+   !gtk? (
+   X? (
+   >=x11-libs/cairo-1.6:0=
+   >=x11-libs/pango-1.10:0=[X]
+   x11-libs/libX11:0=
+   x11-libs/libXi:0=
+   )
+   )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   woff2? ( media-libs/woff2:0= )
+"
+DEPEND="${RDEPEND}
+   !gtk? ( X? ( x11-base/xorg-proto ) )
+"
+BDEPEND="
+   sys-devel/gettext
+   doc? ( >=dev-python/sphinx-2 )
+   python? ( ${PYTHON_DEPS} )
+   test? ( ${RDEPEND} )
+"
+
+PATCHES=(
+   "${FILESDIR}"/fontforge-doc-no-warn-error.patch
+)
+
+pkg_setup() {
+   :
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DOCS=$(usex doc ON OFF)
+   -DENABLE_LIBGIF=$(usex gif ON OFF)
+   -DENABLE_LIBJPEG=$(usex jpeg ON OFF)
+   -DENABLE_LIBPNG=$(usex png ON OFF)
+   -DENABLE_LIBREADLINE=$(usex readline ON OFF)
+   -DENABLE_LIBSPIRO=OFF # No package in Gentoo
+   -DENABLE_LIBTIFF=$(usex tiff ON OFF)
+   -DENABLE_MAINTAINER_TOOLS=OFF
+   -DENABLE_PYTHON_EXTENSION=$(usex python ON OFF)
+   -DENABLE_PYTHON_SCRIPTING=$(usex python ON OFF)
+   -DENABLE_TILE_PATH=ON
+   -DENABLE_WOFF2=$(usex woff2 ON OFF)
+   )
+
+   if use gtk || use X; then
+   mycmakeargs+=(
+   -DENABLE_GUI=ON
+   # Prefer GTK over X11 if both USE flage are enabled
+   -DENABLE_X11=$(usex gtk OFF ON)
+   )
+   else
+   mycmakeargs+=( -DENABLE_GUI=OFF )
+   fi
+
+   if use python; then
+   python_setup
+   mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )
+   fi
+
+   if use truetype-debugger ; then
+   local ft2="${ESYSROOT}/usr/include/freetype2"
+   local ft2i="${ft2}/internal4fontforge"
+   mycmakeargs+=(
+   -DENABLE_FREETYPE_DEBUGGER="${ft2}"
+   

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

2022-03-10 Thread Ionen Wolkens
commit: 6fcb88d064f96d46b6c758d20f45380139691019
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Sun Mar  6 02:53:20 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcb88d0

app-misc/rpick: Add 0.8.9

Signed-off-by: Randy Barlow  electronsweatshop.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/rpick/Manifest   |  43 +
 app-misc/rpick/rpick-0.8.9.ebuild | 132 ++
 2 files changed, 175 insertions(+)

diff --git a/app-misc/rpick/Manifest b/app-misc/rpick/Manifest
index 1b61559d9190..704ba397043f 100644
--- a/app-misc/rpick/Manifest
+++ b/app-misc/rpick/Manifest
@@ -1,12 +1,15 @@
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST approx-0.5.0.crate 14359 BLAKE2B 
d1811157cb560d24b559b5f4954654dcfe4d1d418f90ed98536c0f8c72584b9cc10c93c4e89fa376f96be043338964d07bc722ef16ebf3041e8c7eb755f2941e
 SHA512 
4c7ef7d54b6a9fac11587fd16638d36d8738e5156f5abf77cd994056377427f12170b61c03d1acf591dbb897911babc852c2a4a12b3c5277e1065d952c9e7dc6
+DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
 DIST assert_cmd-2.0.1.crate 28037 BLAKE2B 
e84cacea587e7423c364b69a140dc2aed79def5d13adb3c00ceed863640be7a16f63196edd83d6a2f217356fde740f80c415ce47d65e0e8529ad1b16dbe17ac1
 SHA512 
f8718eb2e0d87e55ec9cc6ad40f3cd112008ca519a53ffa8a46fe113880c20df066ae607b94d19e7c36f927eb77fa04fcde42fa1e1b3696147a4937e98c63a3a
 DIST assert_cmd-2.0.2.crate 29433 BLAKE2B 
d9f2a97bd81d1423afb6bddbc5fcf6e2cb334502c009368ed623015131d2795d705147e2ad347541a276712b45aa9b95ccb333c52b26aa85dbf58707160f68f5
 SHA512 
346268f1ff00416eb04ce9307bc6261a05edac4a9c10745f428c6a7c35edc7fa8f6b6c8f7fe66befe5b508e60c2763b8bc8acfcefca4b24a9d3e3e1ea85a9935
+DIST assert_cmd-2.0.4.crate 22581 BLAKE2B 
7fc9fe4577e486f26d07b2b4419c331022ca61923d0664f4e8a25abbe6d6305600b47c739f9f065ef778bdeb59b6309ab73df2be11e5f8387cac2e7e8c70a4a2
 SHA512 
c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 

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

2022-03-10 Thread Ionen Wolkens
commit: fc58730d43096b8fa52d970dc559b420099489f7
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Mar 10 20:10:28 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc58730d

x11-libs/libvdpau: drop live 9

This project sees very little activity and I see no
reason to keep a live ebuild for it.

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-libs/libvdpau/libvdpau-9.ebuild | 49 -
 1 file changed, 49 deletions(-)

diff --git a/x11-libs/libvdpau/libvdpau-9.ebuild 
b/x11-libs/libvdpau/libvdpau-9.ebuild
deleted file mode 100644
index 2817d03b9638..
--- a/x11-libs/libvdpau/libvdpau-9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit flag-o-matic git-r3 meson-multilib virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU;
-EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/${PN}/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc dri"
-
-RDEPEND="
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dri? ( x11-base/xorg-proto )
-"
-BDEPEND="
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen
-   media-gfx/graphviz
-   virtual/latex-base
-   )
-"
-
-src_prepare() {
-   sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
-   default
-}
-
-multilib_src_configure() {
-   append-cppflags -D_GNU_SOURCE
-   local emesonargs=(
-   $(meson_use dri dri2)
-   $(meson_native_use_bool doc documentation)
-   )
-   meson_src_configure
-}
-
-multilib_src_test() {
-   virtx meson_src_test
-}



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

2022-03-10 Thread Ionen Wolkens
commit: 014102ebce0ebc49bde8a5c27a4d0f954a2115be
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Mar 10 20:46:40 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014102eb

x11-libs/libvdpau: add 1.5

wrt removed -D_GNU_SOURCE, been unneeded since it started using
meson given it's set as-needed by testing for secure_getenv

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-libs/libvdpau/Manifest|  1 +
 x11-libs/libvdpau/libvdpau-1.5.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 0207705af252..47e3451d26c7 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1 +1,2 @@
 DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B 
de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc
 SHA512 
68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
+DIST libvdpau-1.5.tar.gz 152838 BLAKE2B 
c3d76c1e46b718d71daff74232f2de9efb989c496cef7fa1016ec76d751530be39b5b6ad6354819579043f23744a647492d5d52b5ab93cae89dd82fb17d08289
 SHA512 
cebe0e0d9411b87238fa2adec40516881c61a67f33f80c22372f514e672e2dff839687291ab0b01d47af811c254fa65da579f360fcded3f65e382720548d3ea5

diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild 
b/x11-libs/libvdpau/libvdpau-1.5.ebuild
new file mode 100644
index ..6e035344ce97
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib virtualx
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU;
+SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~riscv ~x86"
+IUSE="doc dri"
+
+RDEPEND="
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   dri? ( x11-libs/libXext[${MULTILIB_USEDEP}] )"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   virtual/latex-base
+   )"
+
+src_prepare() {
+   default
+
+   sed -i "/^docdir/s|${PN}|${PF}|" doc/meson.build || die
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_native_use_bool doc documentation)
+   $(meson_use dri dri2)
+   )
+
+   meson_src_configure
+}
+
+multilib_src_test() {
+   virtx meson_src_test
+}



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

2022-03-10 Thread Ionen Wolkens
commit: 9a1826f282ffdd96649015da88f4ef128605be81
Author: Christopher Byrne  gmail  com>
AuthorDate: Tue Mar  8 23:07:11 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1826f2

dev-libs/libtpms: Remove old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christopher Byrne  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24457
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-libs/libtpms/Manifest |  1 -
 dev-libs/libtpms/libtpms-0.9.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/libtpms/Manifest b/dev-libs/libtpms/Manifest
index 9be59aa15f5f..90ac3d3e08ab 100644
--- a/dev-libs/libtpms/Manifest
+++ b/dev-libs/libtpms/Manifest
@@ -1,2 +1 @@
-DIST libtpms-0.9.1.tar.gz 1261528 BLAKE2B 
8a81fbea7dff44fe55da048f5121511c22ce264aaa64778ec28b6e55be64677f46f8266bed9edaeb57605ccede755ddfa7463a10e8fc806a86ea09d7a1f9283e
 SHA512 
15ae14bca4ac24391ba06accae37d7e914e410ac9dc1aeae0743295371c9a0e0851f191c55bffb765cb731e8d397188be6441d2b6c1f5011b56a354428c4dad1
 DIST libtpms-0.9.3.tar.gz 1263192 BLAKE2B 
a58cc2f76775f0a0a266cf6da898d6c8e310998c201dc47a802d67fc07dbe1632a68e81b78da68a6350e1d64727c7b47154479b4d9bc19a55324a2d881cad94f
 SHA512 
8616c712f958c28a415b0a97a3a24f439f757682c4b60642584eb13e4ab2d7895838e8e6e57936ff583259506f9b379ec47c76d5780c1b257f25513a5911c3cb

diff --git a/dev-libs/libtpms/libtpms-0.9.1.ebuild 
b/dev-libs/libtpms/libtpms-0.9.1.ebuild
deleted file mode 100644
index fc15af9bf0f4..
--- a/dev-libs/libtpms/libtpms-0.9.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Library providing software emultion of a TPM"
-HOMEPAGE="https://github.com/stefanberger/libtpms;
-SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-
-DEPEND="dev-libs/openssl:="
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.9.0-Remove-WError.patch"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-openssl
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 
0.8.0; then
-   elog "Versions of libtpms prior to 0.8.0 generate weaker than 
expected TPM 2.0 RSA"
-   elog "keys due to a flawed key creation algorithm. Because 
fixing this would render"
-   elog "existing sealed data inaccessible, to use the corrected 
algorithm, the old"
-   elog "TPM state file must be deleted and a new TPM state file 
created. Data still"
-   elog "sealed using the old state file will be permanently 
inaccessible. For the"
-   elog "details see 
https://github.com/stefanberger/libtpms/issues/183;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/

2022-03-10 Thread Ionen Wolkens
commit: a692c6ab16d77c8fde5723e3d8487a5bbb1e918a
Author: Christopher Byrne  gmail  com>
AuthorDate: Tue Mar  8 23:24:50 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a692c6ab

app-crypt/swtpm: Bump to 0.7.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christopher Byrne  gmail.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-crypt/swtpm/Manifest   |  1 +
 app-crypt/swtpm/swtpm-0.7.2.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/app-crypt/swtpm/Manifest b/app-crypt/swtpm/Manifest
index 1e26b60bc42f..8307ae94af41 100644
--- a/app-crypt/swtpm/Manifest
+++ b/app-crypt/swtpm/Manifest
@@ -1 +1,2 @@
 DIST swtpm-0.7.1.tar.gz 353819 BLAKE2B 
dcabe72fc93c9e8099b879457d7698bf16a3c1b72ff3df9c040b1b0f3a72b3a3c453405626ade745e62d0aea4449f743c8039680accc496709915f689a69395b
 SHA512 
c6eeb79f85550f2a184fa4a1e0d2e5b110f988b6153489001b356c2c16ee332fd462abeb77ca31268e71c3dd1680596f46dcea5031fdce185314cadb6a354c2b
+DIST swtpm-0.7.2.tar.gz 353941 BLAKE2B 
e4d69919b5d255cff5eb9cda4c98e84e9fd53290360312742f95d63444ad5279fc7808e7f2e040cc2c87475c409b3c0f22e54ca301e8cb18bee71290f661ecc8
 SHA512 
91a8f9371a13f5f6bb329ef4bd7638fb9abe5ec84631b1d22e7eb9abcb91b7f3cccfdf147f65d54c03bf4d8a141b6b5fb6385d90f78d35096bd3b8ce140d39cb

diff --git a/app-crypt/swtpm/swtpm-0.7.2.ebuild 
b/app-crypt/swtpm/swtpm-0.7.2.ebuild
new file mode 100644
index ..445bd551d578
--- /dev/null
+++ b/app-crypt/swtpm/swtpm-0.7.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Libtpms-based TPM emulator"
+HOMEPAGE="https://github.com/stefanberger/swtpm;
+SRC_URI="https://github.com/stefanberger/swtpm/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="fuse +gnutls seccomp test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="fuse? (
+   dev-libs/glib:2
+   sys-fs/fuse:0
+   )
+   gnutls? (
+   dev-libs/libtasn1:=
+   >=net-libs/gnutls-3.1.0:=[tools,pkcs11]
+   )
+   seccomp? ( sys-libs/libseccomp )
+   acct-group/tss
+   acct-user/tss
+   dev-libs/openssl:0=
+   dev-libs/json-glib
+   dev-libs/libtpms
+   ${PYTHON_DEPS}"
+
+DEPEND="${RDEPEND}
+   test? (
+   net-misc/socat
+   dev-tcltk/expect
+   )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.6.0-fix-localca-path.patch"
+   "${FILESDIR}/${PN}-0.5.0-build-sys-Remove-WError.patch"
+)
+
+src_prepare() {
+   use test || eapply 
"${FILESDIR}/${PN}-0.5.0-disable-test-dependencies.patch"
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-openssl \
+   --without-selinux \
+   $(use_with fuse cuse) \
+   $(use_with gnutls) \
+   $(use_with seccomp)
+}
+
+src_install() {
+   default
+   fowners -R tss:root /var/lib/swtpm-localca
+   fperms 750 /var/lib/swtpm-localca
+   keepdir /var/lib/swtpm-localca
+   find "${D}" -name '*.la' -delete || die
+}



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

2022-03-10 Thread Ionen Wolkens
commit: 1d48369a44610bff66788aa5f122d9c69073c2c8
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Sun Mar  6 02:54:09 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d48369a

app-misc/rpick: Drop 0.8.6

Signed-off-by: Randy Barlow  electronsweatshop.com>
Closes: https://github.com/gentoo/gentoo/pull/24417
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/rpick/Manifest   |  16 -
 app-misc/rpick/rpick-0.8.6.ebuild | 135 --
 2 files changed, 151 deletions(-)

diff --git a/app-misc/rpick/Manifest b/app-misc/rpick/Manifest
index 704ba397043f..3dd3b4220a6f 100644
--- a/app-misc/rpick/Manifest
+++ b/app-misc/rpick/Manifest
@@ -4,7 +4,6 @@ DIST approx-0.5.0.crate 14359 BLAKE2B 
d1811157cb560d24b559b5f4954654dcfe4d1d418f
 DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
-DIST assert_cmd-2.0.1.crate 28037 BLAKE2B 
e84cacea587e7423c364b69a140dc2aed79def5d13adb3c00ceed863640be7a16f63196edd83d6a2f217356fde740f80c415ce47d65e0e8529ad1b16dbe17ac1
 SHA512 
f8718eb2e0d87e55ec9cc6ad40f3cd112008ca519a53ffa8a46fe113880c20df066ae607b94d19e7c36f927eb77fa04fcde42fa1e1b3696147a4937e98c63a3a
 DIST assert_cmd-2.0.2.crate 29433 BLAKE2B 
d9f2a97bd81d1423afb6bddbc5fcf6e2cb334502c009368ed623015131d2795d705147e2ad347541a276712b45aa9b95ccb333c52b26aa85dbf58707160f68f5
 SHA512 
346268f1ff00416eb04ce9307bc6261a05edac4a9c10745f428c6a7c35edc7fa8f6b6c8f7fe66befe5b508e60c2763b8bc8acfcefca4b24a9d3e3e1ea85a9935
 DIST assert_cmd-2.0.4.crate 22581 BLAKE2B 
7fc9fe4577e486f26d07b2b4419c331022ca61923d0664f4e8a25abbe6d6305600b47c739f9f065ef778bdeb59b6309ab73df2be11e5f8387cac2e7e8c70a4a2
 SHA512 
c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
@@ -54,13 +53,11 @@ DIST itertools-0.10.1.crate 116219 BLAKE2B 
7d354daf7b069515ec7fe77ff2f4f07ecf870
 DIST itertools-0.10.3.crate 118661 BLAKE2B 
0095d6e7f14ddda69605d09f74e8cc881eec1a1d234f705e667d7f9e738ef157b7ddee066855cbcad7f134bf79b99a4a4c77bff3371397a567cd34d98b68bf97
 SHA512 
9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85
 DIST itoa-0.4.8.crate 11926 BLAKE2B 
e5a648b490908d0ffa3a0832342ad11264eb4357939bb39aad014aed3938bb60e82703b7e31929a458525061e9bc40539d33753bdbd722a03b6804e57dd1f70c
 SHA512 
6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
-DIST libc-0.2.103.crate 540563 BLAKE2B 
cc99ae88783e6f3044ecec5154e0de81a7f792b89415cc2736eb4a436edd316277d690971c4aa0eff7935b5a355c8966805c4ee72c5fec8caecf65a29c13caf9
 SHA512 
79e1c99bfeb30283f85742cf17867000301bbe022c6b2ace415b4a767068dd64b09581bcc802d42150e45849f5adf8ee2720a0c695324d87d3d96a5c554a216d
 DIST libc-0.2.108.crate 559475 BLAKE2B 
eb8b0250136aa57e89d256d8401fb590d74a1447039324ab4572786185a2f4b7a955c356c8cab63b019619617313fafd5b7c44dd09cfa3cc92dbb9b7fb714580
 SHA512 
a29f0c5cc7e4b653c2bc33c92dc90b5d3a7132d4409d6b92b94fa9fe1391d8cf57a63d339ca0602f2efac28d3dc3beb854cf9a6d03bf027fef5e5276fc5b1487
 DIST libc-0.2.119.crate 575749 BLAKE2B 
5fa2bf66a4d642e1380335fde0fd190d5168dca58376379caeb52171a3382e5342c727eb4d92f1e27adde58a24d00352896a73c45309d947f56787a99f2753f8
 SHA512 

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

2022-03-10 Thread Ionen Wolkens
commit: 43babd51a70c86c44264dfd3cfbf4abe4b4c98d9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Mar 10 20:49:11 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43babd51

x11-misc/vdpauinfo: drop live 9

Not seeing a use for it on this project, very little activity.

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/vdpauinfo/vdpauinfo-9.ebuild | 28 
 1 file changed, 28 deletions(-)

diff --git a/x11-misc/vdpauinfo/vdpauinfo-9.ebuild 
b/x11-misc/vdpauinfo/vdpauinfo-9.ebuild
deleted file mode 100644
index 1c399e6d2057..
--- a/x11-misc/vdpauinfo/vdpauinfo-9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools git-r3
-
-DESCRIPTION="Displays info about your card's VDPAU support"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU;
-EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   >=x11-libs/libvdpau-1.4
-   x11-libs/libX11
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/swtpm/

2022-03-10 Thread Ionen Wolkens
commit: da7a17c9fa234d19983f7a8aadecbf4b17331f92
Author: Christopher Byrne  gmail  com>
AuthorDate: Tue Mar  8 23:26:23 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7a17c9

app-crypt/swtpm: Remove old

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christopher Byrne  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24458
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-crypt/swtpm/Manifest   |  1 -
 app-crypt/swtpm/swtpm-0.7.1.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/app-crypt/swtpm/Manifest b/app-crypt/swtpm/Manifest
index 8307ae94af41..f524ff510e56 100644
--- a/app-crypt/swtpm/Manifest
+++ b/app-crypt/swtpm/Manifest
@@ -1,2 +1 @@
-DIST swtpm-0.7.1.tar.gz 353819 BLAKE2B 
dcabe72fc93c9e8099b879457d7698bf16a3c1b72ff3df9c040b1b0f3a72b3a3c453405626ade745e62d0aea4449f743c8039680accc496709915f689a69395b
 SHA512 
c6eeb79f85550f2a184fa4a1e0d2e5b110f988b6153489001b356c2c16ee332fd462abeb77ca31268e71c3dd1680596f46dcea5031fdce185314cadb6a354c2b
 DIST swtpm-0.7.2.tar.gz 353941 BLAKE2B 
e4d69919b5d255cff5eb9cda4c98e84e9fd53290360312742f95d63444ad5279fc7808e7f2e040cc2c87475c409b3c0f22e54ca301e8cb18bee71290f661ecc8
 SHA512 
91a8f9371a13f5f6bb329ef4bd7638fb9abe5ec84631b1d22e7eb9abcb91b7f3cccfdf147f65d54c03bf4d8a141b6b5fb6385d90f78d35096bd3b8ce140d39cb

diff --git a/app-crypt/swtpm/swtpm-0.7.1.ebuild 
b/app-crypt/swtpm/swtpm-0.7.1.ebuild
deleted file mode 100644
index 445bd551d578..
--- a/app-crypt/swtpm/swtpm-0.7.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Libtpms-based TPM emulator"
-HOMEPAGE="https://github.com/stefanberger/swtpm;
-SRC_URI="https://github.com/stefanberger/swtpm/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="fuse +gnutls seccomp test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="fuse? (
-   dev-libs/glib:2
-   sys-fs/fuse:0
-   )
-   gnutls? (
-   dev-libs/libtasn1:=
-   >=net-libs/gnutls-3.1.0:=[tools,pkcs11]
-   )
-   seccomp? ( sys-libs/libseccomp )
-   acct-group/tss
-   acct-user/tss
-   dev-libs/openssl:0=
-   dev-libs/json-glib
-   dev-libs/libtpms
-   ${PYTHON_DEPS}"
-
-DEPEND="${RDEPEND}
-   test? (
-   net-misc/socat
-   dev-tcltk/expect
-   )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.6.0-fix-localca-path.patch"
-   "${FILESDIR}/${PN}-0.5.0-build-sys-Remove-WError.patch"
-)
-
-src_prepare() {
-   use test || eapply 
"${FILESDIR}/${PN}-0.5.0-disable-test-dependencies.patch"
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-openssl \
-   --without-selinux \
-   $(use_with fuse cuse) \
-   $(use_with gnutls) \
-   $(use_with seccomp)
-}
-
-src_install() {
-   default
-   fowners -R tss:root /var/lib/swtpm-localca
-   fperms 750 /var/lib/swtpm-localca
-   keepdir /var/lib/swtpm-localca
-   find "${D}" -name '*.la' -delete || die
-}



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

2022-03-10 Thread Ionen Wolkens
commit: 679b2fbad1194d0de152683e2a968925d956f56c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Mar 10 20:54:59 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679b2fba

x11-misc/vdpauinfo: add 1.4_p20220208

Upstream didn't release a vdpauinfo to match libvdpau-1.5 yet,
this adds AV1 support.

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/vdpauinfo/Manifest   |  1 +
 x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/x11-misc/vdpauinfo/Manifest b/x11-misc/vdpauinfo/Manifest
index 11e8d6993fdd..906b7328e599 100644
--- a/x11-misc/vdpauinfo/Manifest
+++ b/x11-misc/vdpauinfo/Manifest
@@ -1 +1,2 @@
 DIST vdpauinfo-1.4.tar.bz2 11811 BLAKE2B 
bf0c268505b8eafb9da7c799518296498f2c04bde33443101625c4a80cfde6418428d3969e9ac0f4222a6985b53f3bd4dff688fc03af29de7576f3af3605e07c
 SHA512 
7227205f35d5ad9bc64537d4e47e1924e7efbcd1185420f5f575eadff23f2932484db9c39c377282ed88fa7fd43d436064b10961082ccbf66c49dac72b4129a3
+DIST vdpauinfo-1.4_p20220208.tar.gz 12251 BLAKE2B 
14b2a6bb81ac1843d30f0ae9c976971cd3409b50bd6b9adcb59d9132535fcebd3dda7a7f772aabce03bb6877e8140991301a770a58bcc4e82c864c10494773ed
 SHA512 
a87f92a4467f87293fc931a2c5c003763aab8551adcce7fa7281b20f5520a8d2a9df2ff06bb66814cdd059266381a145c851fd7169749e8066e80e4a578cccaa

diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild 
b/x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild
new file mode 100644
index ..e2b0c83fd786
--- /dev/null
+++ b/x11-misc/vdpauinfo/vdpauinfo-1.4_p20220208.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+VDPAUINFO_COMMIT="da66af25aa327d21179d478f3a6d8c03b6c7f574"
+
+DESCRIPTION="Displays info about your card's VDPAU support"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU;
+SRC_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${VDPAUINFO_COMMIT}/${P}.tar.gz;
+S="${WORKDIR}/${PN}-${VDPAUINFO_COMMIT}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=x11-libs/libvdpau-1.5
+   x11-libs/libX11"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}



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

2022-03-10 Thread Ionen Wolkens
commit: d4219669bd696fa7ab9efa3378e65ec4d6afeedf
Author: Christopher Byrne  gmail  com>
AuthorDate: Tue Mar  8 23:06:12 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4219669

dev-libs/libtpms: Bump to 0.9.3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christopher Byrne  gmail.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-libs/libtpms/Manifest |  1 +
 dev-libs/libtpms/libtpms-0.9.3.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libtpms/Manifest b/dev-libs/libtpms/Manifest
index 04de1f7e43a9..9be59aa15f5f 100644
--- a/dev-libs/libtpms/Manifest
+++ b/dev-libs/libtpms/Manifest
@@ -1 +1,2 @@
 DIST libtpms-0.9.1.tar.gz 1261528 BLAKE2B 
8a81fbea7dff44fe55da048f5121511c22ce264aaa64778ec28b6e55be64677f46f8266bed9edaeb57605ccede755ddfa7463a10e8fc806a86ea09d7a1f9283e
 SHA512 
15ae14bca4ac24391ba06accae37d7e914e410ac9dc1aeae0743295371c9a0e0851f191c55bffb765cb731e8d397188be6441d2b6c1f5011b56a354428c4dad1
+DIST libtpms-0.9.3.tar.gz 1263192 BLAKE2B 
a58cc2f76775f0a0a266cf6da898d6c8e310998c201dc47a802d67fc07dbe1632a68e81b78da68a6350e1d64727c7b47154479b4d9bc19a55324a2d881cad94f
 SHA512 
8616c712f958c28a415b0a97a3a24f439f757682c4b60642584eb13e4ab2d7895838e8e6e57936ff583259506f9b379ec47c76d5780c1b257f25513a5911c3cb

diff --git a/dev-libs/libtpms/libtpms-0.9.3.ebuild 
b/dev-libs/libtpms/libtpms-0.9.3.ebuild
new file mode 100644
index ..fc15af9bf0f4
--- /dev/null
+++ b/dev-libs/libtpms/libtpms-0.9.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Library providing software emultion of a TPM"
+HOMEPAGE="https://github.com/stefanberger/libtpms;
+SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="dev-libs/openssl:="
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.0-Remove-WError.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --with-openssl
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 
0.8.0; then
+   elog "Versions of libtpms prior to 0.8.0 generate weaker than 
expected TPM 2.0 RSA"
+   elog "keys due to a flawed key creation algorithm. Because 
fixing this would render"
+   elog "existing sealed data inaccessible, to use the corrected 
algorithm, the old"
+   elog "TPM state file must be deleted and a new TPM state file 
created. Data still"
+   elog "sealed using the old state file will be permanently 
inaccessible. For the"
+   elog "details see 
https://github.com/stefanberger/libtpms/issues/183;
+   fi
+}



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

2022-03-10 Thread Ionen Wolkens
commit: 8236c7e0e47164a811f9b0157c70912760a08088
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Mar 10 20:48:29 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8236c7e0

x11-misc/vdpauinfo: add myself as a maintainer

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-misc/vdpauinfo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/vdpauinfo/metadata.xml b/x11-misc/vdpauinfo/metadata.xml
index 85e4ed814fa2..06d84e396dc3 100644
--- a/x11-misc/vdpauinfo/metadata.xml
+++ b/x11-misc/vdpauinfo/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   io...@gentoo.org
+   Ionen Wolkens
+   
 



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

2022-03-10 Thread Ionen Wolkens
commit: 83b9ee07fa89adf356ad9ecf7c6ba065b2410c80
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Mar 10 20:09:10 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Mar 11 00:03:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b9ee07

x11-libs/libvdpau: add myself as a maintainer

Have no real interest in vdpau, but will handle for nvidia-drivers
being the only consumer where it still make some sense to use (or
at least until the nvdec-based vaapi driver gets more easily usable).

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-libs/libvdpau/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libvdpau/metadata.xml b/x11-libs/libvdpau/metadata.xml
index 115e9d64a669..06d84e396dc3 100644
--- a/x11-libs/libvdpau/metadata.xml
+++ b/x11-libs/libvdpau/metadata.xml
@@ -1,5 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   io...@gentoo.org
+   Ionen Wolkens
+   
 



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

2022-03-10 Thread Sam James
commit: fc822ea2139fce41df9ca35b3e8a02a8f4dba185
Author: David Roman  gmail  com>
AuthorDate: Tue Jan 18 23:37:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:58:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc822ea2

dev-libs/spdlog: force use of external fmt lib

Closes: https://bugs.gentoo.org/827889
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23863
Signed-off-by: Sam James  gentoo.org>

 .../spdlog/files/spdlog-force_external_fmt.patch   | 15 ++
 dev-libs/spdlog/spdlog-1.9.2-r1.ebuild | 53 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-libs/spdlog/files/spdlog-force_external_fmt.patch 
b/dev-libs/spdlog/files/spdlog-force_external_fmt.patch
new file mode 100644
index ..79bbd94b34cd
--- /dev/null
+++ b/dev-libs/spdlog/files/spdlog-force_external_fmt.patch
@@ -0,0 +1,15 @@
+diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h
+index 24361f30..6b4fc14c 100644
+--- a/include/spdlog/tweakme.h
 b/include/spdlog/tweakme.h
+@@ -71,7 +71,9 @@
+ // In this case spdlog will try to include  so set your -I flag
+ // accordingly.
+ //
+-// #define SPDLOG_FMT_EXTERNAL
++#ifndef SPDLOG_FMT_EXTERNAL
++#define SPDLOG_FMT_EXTERNAL
++#endif
+ 
///
+ 
+ 
///

diff --git a/dev-libs/spdlog/spdlog-1.9.2-r1.ebuild 
b/dev-libs/spdlog/spdlog-1.9.2-r1.ebuild
new file mode 100644
index ..c8f6d4c67329
--- /dev/null
+++ b/dev-libs/spdlog/spdlog-1.9.2-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Very fast, header only, C++ logging library"
+HOMEPAGE="https://github.com/gabime/spdlog;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/gabime/${PN};
+else
+   SRC_URI="https://github.com/gabime/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   # Temporary for bug #811750
+   SRC_URI+=" test? ( 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-update-catch-glibc-2.34.patch.bz2
 )"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/1"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   >=dev-libs/libfmt-8.0.0:=
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-force_external_fmt.patch" )
+
+src_prepare() {
+   use test && eapply "${WORKDIR}"/${P}-update-catch-glibc-2.34.patch
+
+   cmake_src_prepare
+   rm -r include/spdlog/fmt/bundled || die "Failed to delete bundled 
libfmt"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSPDLOG_BUILD_BENCH=no
+   -DSPDLOG_BUILD_EXAMPLE=no
+   -DSPDLOG_FMT_EXTERNAL=yes
+   -DSPDLOG_BUILD_SHARED=yes
+   -DSPDLOG_BUILD_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}



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

2022-03-10 Thread Sam James
commit: f1842375b10f6502a7a3a105acbd9d0597fee687
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:53:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:53:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1842375

sys-libs/libomp: Stabilize 13.0.1 arm, #833209

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

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

diff --git a/sys-libs/libomp/libomp-13.0.1.ebuild 
b/sys-libs/libomp/libomp-13.0.1.ebuild
index 50651e17b6ef..257f646b023e 100644
--- a/sys-libs/libomp/libomp-13.0.1.ebuild
+++ b/sys-libs/libomp/libomp-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
 IUSE="cuda debug hwloc offload ompt test
llvm_targets_AMDGPU llvm_targets_NVPTX"
 # CUDA works only with the x86_64 ABI



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2022-03-10 Thread Sam James
commit: 3a06524383dbf062ca16132366f747aeecfd4859
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:53:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:53:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a065243

sys-libs/compiler-rt-sanitizers: Stabilize 13.0.1 arm, #833209

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

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
index 5e28fc997573..c14d9aa7edd5 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
 IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
 # base targets
 IUSE+=" +libfuzzer +memprof +orc +profile +xray"



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

2022-03-10 Thread Sam James
commit: 945d39fec0bcad58c55869be8d986166ef96b836
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:53:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:53:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945d39fe

sys-devel/clang-runtime: Stabilize 13.0.1 arm, #833209

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

 sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
index 4f76f4bed2e0..20f604bdc651 100644
--- a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 



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

2022-03-10 Thread Sam James
commit: 31463b9b70c7dba42328ea05c542dfdf71830aff
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:53:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31463b9b

sys-libs/llvm-libunwind: Stabilize 13.0.1 arm, #833209

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

 sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
index ad5c233f1af8..2898acf8753b 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/llvm-mirror/libunwind;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 IUSE="debug static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: c9987d4eeb4b9b4db6ca7aed76be95013b492345
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:53:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:53:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9987d4e

sys-libs/libcxxabi: Stabilize 13.0.1 arm, #833209

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

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

diff --git a/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild
index 3f31c6102daf..804671c1526e 100644
--- a/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://libcxxabi.llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~riscv ~x86 ~x64-macos"
 IUSE="+libunwind static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: 723c07c9a118c642cf86f40b391c940abdc2518e
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723c07c9

dev-python/lit: Stabilize 13.0.1 arm, #833209

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

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

diff --git a/dev-python/lit/lit-13.0.1.ebuild b/dev-python/lit/lit-13.0.1.ebuild
index a13c928268fc..1ac603b98c4f 100644
--- a/dev-python/lit/lit-13.0.1.ebuild
+++ b/dev-python/lit/lit-13.0.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: f974f0320566e5d411ad4583527dac5c94493583
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f974f032

sys-devel/lld: Stabilize 13.0.1 arm, #833209

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

 sys-devel/lld/lld-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/lld/lld-13.0.1.ebuild b/sys-devel/lld/lld-13.0.1.ebuild
index 57576a177914..436f354f89e4 100644
--- a/sys-devel/lld/lld-13.0.1.ebuild
+++ b/sys-devel/lld/lld-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="debug test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: 11479063708dcc96f97123e89e46a55ff0163619
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11479063

sys-devel/llvm: Stabilize 13.0.1 arm, #833209

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

 sys-devel/llvm/llvm-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-13.0.1.ebuild 
b/sys-devel/llvm/llvm-13.0.1.ebuild
index b5caff083a7f..8fa41ea276d7 100644
--- a/sys-devel/llvm/llvm-13.0.1.ebuild
+++ b/sys-devel/llvm/llvm-13.0.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml 
z3"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: 2d688b67b2f67b489edf5a436cb3e057ff300c88
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d688b67

sys-libs/libcxx: Stabilize 13.0.1 arm, #833209

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

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

diff --git a/sys-libs/libcxx/libcxx-13.0.1.ebuild 
b/sys-libs/libcxx/libcxx-13.0.1.ebuild
index 5c45b701b56f..15d5fa2f2dfc 100644
--- a/sys-libs/libcxx/libcxx-13.0.1.ebuild
+++ b/sys-libs/libcxx/libcxx-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://libcxx.llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~riscv ~x86 ~x64-macos"
 IUSE="+libcxxabi +libunwind static-libs test"
 REQUIRED_USE="libunwind? ( libcxxabi )"
 RESTRICT="!test? ( test )"



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

2022-03-10 Thread Sam James
commit: 831323dc280e73c365a63c9ae2273bcc68bdd4e8
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831323dc

sys-libs/libcxxabi: Stabilize 13.0.1 arm64, #833209

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

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

diff --git a/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild
index d94082bc7d4f..3f31c6102daf 100644
--- a/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://libcxxabi.llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86 ~x64-macos"
 IUSE="+libunwind static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: c7658444e5ae8381db1064348de2c183ca625494
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7658444

sys-devel/clang: Stabilize 13.0.1 arm, #833209

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

 sys-devel/clang/clang-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang/clang-13.0.1.ebuild 
b/sys-devel/clang/clang-13.0.1.ebuild
index caf2d1eb2d80..2aa75d0f943a 100644
--- a/sys-devel/clang/clang-13.0.1.ebuild
+++ b/sys-devel/clang/clang-13.0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x64-macos"
 IUSE="debug default-compiler-rt default-libcxx default-lld
doc llvm-libunwind +static-analyzer test xml"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-03-10 Thread Sam James
commit: 69660b59b4297183b7576fe099cc6c4f3f65425a
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69660b59

sys-devel/clang-common: Stabilize 13.0.1 arm, #833209

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

 sys-devel/clang-common/clang-common-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-common/clang-common-13.0.1.ebuild 
b/sys-devel/clang-common/clang-common-13.0.1.ebuild
index 959045d5cfd7..f46caea2762e 100644
--- a/sys-devel/clang-common/clang-common-13.0.1.ebuild
+++ b/sys-devel/clang-common/clang-common-13.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE=""
 
 PDEPEND="sys-devel/clang:*"



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

2022-03-10 Thread Sam James
commit: b04e76c59d471238b721ca27eba0498708647ed5
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04e76c5

dev-util/lldb: Stabilize 13.0.1 arm, #833209

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

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

diff --git a/dev-util/lldb/lldb-13.0.1.ebuild b/dev-util/lldb/lldb-13.0.1.ebuild
index 78ca6633329f..43b312d3cc73 100644
--- a/dev-util/lldb/lldb-13.0.1.ebuild
+++ b/dev-util/lldb/lldb-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~x86"
+KEYWORDS="amd64 arm arm64 ~x86"
 IUSE="debug +libedit lzma ncurses +python test +xml"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RESTRICT="test"



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

2022-03-10 Thread Sam James
commit: cc3ca3fe140cbcf44850839b3aff1874c3306e43
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:53:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:53:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3ca3fe

sys-libs/compiler-rt: Stabilize 13.0.1 arm, #833209

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

 sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild 
b/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild
index a24ea93e2a4c..f8ded31636ef 100644
--- a/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
 IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
 RESTRICT="!test? ( test ) !clang? ( test )"
 



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

2022-03-10 Thread Sam James
commit: d0f62a9c5e7a9ee5d5bf621b2725ad677d888af8
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f62a9c

sys-devel/clang-runtime: Stabilize 13.0.1 arm64, #833209

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

 sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
index 651d9122575f..4f76f4bed2e0 100644
--- a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 



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

2022-03-10 Thread Sam James
commit: ee13ad40416ad6cad423406ce1b13ed83fa26d35
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee13ad40

sys-devel/clang-common: Stabilize 13.0.1 arm64, #833209

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

 sys-devel/clang-common/clang-common-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-common/clang-common-13.0.1.ebuild 
b/sys-devel/clang-common/clang-common-13.0.1.ebuild
index 6b67c0d72339..959045d5cfd7 100644
--- a/sys-devel/clang-common/clang-common-13.0.1.ebuild
+++ b/sys-devel/clang-common/clang-common-13.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE=""
 
 PDEPEND="sys-devel/clang:*"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2022-03-10 Thread Sam James
commit: 2ab8091cb08aab541bcf45fdf6cbe122af456f59
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab8091c

sys-libs/compiler-rt-sanitizers: Stabilize 13.0.1 arm64, #833209

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

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
index 09401f46028e..5e28fc997573 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
 IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
 # base targets
 IUSE+=" +libfuzzer +memprof +orc +profile +xray"



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

2022-03-10 Thread Sam James
commit: ba843cc66eb976d1b62d3497b35bc1bdec8caedd
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba843cc6

sys-libs/llvm-libunwind: Stabilize 13.0.1 arm64, #833209

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

 sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
index 5bfc663274ec..ad5c233f1af8 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/llvm-mirror/libunwind;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 IUSE="debug static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: d8be5a572afa63efc91bef74ed3dd4a1cf7cbd2a
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8be5a57

dev-util/lldb: Stabilize 13.0.1 arm64, #833209

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

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

diff --git a/dev-util/lldb/lldb-13.0.1.ebuild b/dev-util/lldb/lldb-13.0.1.ebuild
index 4ac1109b4d67..78ca6633329f 100644
--- a/dev-util/lldb/lldb-13.0.1.ebuild
+++ b/dev-util/lldb/lldb-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 IUSE="debug +libedit lzma ncurses +python test +xml"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RESTRICT="test"



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

2022-03-10 Thread Sam James
commit: 1a821a3ae443417445e4019de286d3cce475dbaf
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a821a3a

sys-devel/lld: Stabilize 13.0.1 arm64, #833209

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

 sys-devel/lld/lld-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/lld/lld-13.0.1.ebuild b/sys-devel/lld/lld-13.0.1.ebuild
index f0b317356c06..57576a177914 100644
--- a/sys-devel/lld/lld-13.0.1.ebuild
+++ b/sys-devel/lld/lld-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="debug test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: a936aae3144a84133537a4dda5330ab09d39a3bc
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a936aae3

dev-python/lit: Stabilize 13.0.1 arm64, #833209

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

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

diff --git a/dev-python/lit/lit-13.0.1.ebuild b/dev-python/lit/lit-13.0.1.ebuild
index d9d80e3f2ea5..a13c928268fc 100644
--- a/dev-python/lit/lit-13.0.1.ebuild
+++ b/dev-python/lit/lit-13.0.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-03-10 Thread Sam James
commit: c2561bdd8c4f4d435137e6dda7a7e11fae8688af
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2561bdd

sys-devel/llvm-common: Stabilize 13.0.1 arm, #833209

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

 sys-devel/llvm-common/llvm-common-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm-common/llvm-common-13.0.1.ebuild 
b/sys-devel/llvm-common/llvm-common-13.0.1.ebuild
index e5e295ce0f2c..758406a44587 100644
--- a/sys-devel/llvm-common/llvm-common-13.0.1.ebuild
+++ b/sys-devel/llvm-common/llvm-common-13.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND="!sys-devel/llvm:0"



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

2022-03-10 Thread Sam James
commit: 0ca9ebdf45d404aa9438710bac95092b41bf4dbc
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca9ebdf

sys-libs/libomp: Stabilize 13.0.1 arm64, #833209

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

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

diff --git a/sys-libs/libomp/libomp-13.0.1.ebuild 
b/sys-libs/libomp/libomp-13.0.1.ebuild
index 96649bafa8d0..50651e17b6ef 100644
--- a/sys-libs/libomp/libomp-13.0.1.ebuild
+++ b/sys-libs/libomp/libomp-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos"
 IUSE="cuda debug hwloc offload ompt test
llvm_targets_AMDGPU llvm_targets_NVPTX"
 # CUDA works only with the x86_64 ABI



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

2022-03-10 Thread Sam James
commit: 40a3f39a9b4a341952f09f2ecf8d344c72704ff5
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a3f39a

dev-python/clang-python: Stabilize 13.0.1 arm64, #833209

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

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

diff --git a/dev-python/clang-python/clang-python-13.0.1.ebuild 
b/dev-python/clang-python/clang-python-13.0.1.ebuild
index 8cee413d1589..537d6c7988d4 100644
--- a/dev-python/clang-python/clang-python-13.0.1.ebuild
+++ b/dev-python/clang-python/clang-python-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2022-03-10 Thread Sam James
commit: 51f1046b75c46e2242a5b3ed688a7092dd2e6009
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:52:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f1046b

sys-libs/compiler-rt: Stabilize 13.0.1 arm64, #833209

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

 sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild 
b/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild
index a3878a6808dd..a24ea93e2a4c 100644
--- a/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-13.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
 IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
 RESTRICT="!test? ( test ) !clang? ( test )"
 



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

2022-03-10 Thread Sam James
commit: c378ad0b70b987e32735fc9bd943978583e37017
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:41:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:41:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c378ad0b

dev-lang/duktape: Stabilize 2.7.0-r1 x86, #834909

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

 dev-lang/duktape/duktape-2.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/duktape/duktape-2.7.0-r1.ebuild 
b/dev-lang/duktape/duktape-2.7.0-r1.ebuild
index 96948c369b46..19d5bc53bbde 100644
--- a/dev-lang/duktape/duktape-2.7.0-r1.ebuild
+++ b/dev-lang/duktape/duktape-2.7.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="MIT"
 # Upstream don't maintain binary compatibility
 # https://github.com/svaarala/duktape/issues/1524
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.7.0-respect-tc-env.patch



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

2022-03-10 Thread Sam James
commit: 01c9de558c1ced21d8a9145d752d1b25f3d7e7de
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:41:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:41:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c9de55

dev-lang/duktape: Stabilize 2.7.0-r1 amd64, #834909

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

 dev-lang/duktape/duktape-2.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/duktape/duktape-2.7.0-r1.ebuild 
b/dev-lang/duktape/duktape-2.7.0-r1.ebuild
index 27ed4c102166..96948c369b46 100644
--- a/dev-lang/duktape/duktape-2.7.0-r1.ebuild
+++ b/dev-lang/duktape/duktape-2.7.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="MIT"
 # Upstream don't maintain binary compatibility
 # https://github.com/svaarala/duktape/issues/1524
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.7.0-respect-tc-env.patch



[gentoo-commits] proj/devmanual:master commit in: general-concepts/projects/

2022-03-10 Thread Sam James
commit: e203df7c6f481745aebf350d95dd9dff83e19237
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 22 07:15:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:32:57 2022 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e203df7c

general-concepts/projects: mention IRC channels

Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/devmanual/pull/272
Signed-off-by: Sam James  gentoo.org>

 general-concepts/projects/text.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/general-concepts/projects/text.xml 
b/general-concepts/projects/text.xml
index 32d5646..1282025 100644
--- a/general-concepts/projects/text.xml
+++ b/general-concepts/projects/text.xml
@@ -76,6 +76,12 @@ modifying the member list. It is standard however to consult
 the project lead.
 
 
+
+If the project has an official IRC channel listed on its project page,
+developers should join the channel if possible to facilitate
+coordination and collaboration.
+
+
 
 Developers should remember to add themselves to the alias by editing
 /var/mail/alias/misc/alias name on



[gentoo-commits] proj/devmanual:master commit in: general-concepts/projects/

2022-03-10 Thread Sam James
commit: 70113f28b1525d9b55feed7b127afe445106b6c6
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 22 07:14:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:32:52 2022 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=70113f28

general-concepts/projects: consult project lead on joining

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

 general-concepts/projects/text.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/general-concepts/projects/text.xml 
b/general-concepts/projects/text.xml
index c0a28ca..32d5646 100644
--- a/general-concepts/projects/text.xml
+++ b/general-concepts/projects/text.xml
@@ -72,7 +72,8 @@ lists the members of the project. Simply modifying the list is
 sufficient for adding or removing a developer. Note that different
 projects have different requirements and procedures for recruiting
 developers, which may require prior arrangements to be made before
-modifying the member list.
+modifying the member list. It is standard however to consult
+the project lead.
 
 
 



[gentoo-commits] proj/devmanual:master commit in: keywording/

2022-03-10 Thread Sam James
commit: 876646b9ee6fa84f3ed8d225e7ba3442d2da338d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 04:20:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:33:17 2022 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=876646b9

keywording: it's preferred to rekeyword packages with new deps

It's preferred to rekeyword packages with their new dependencies in the
same bug rather than using `package.use.mask` as this means the new
code path(s) using the new dependencies get tested rather than just
the new package/dependency in isolation.

Also, no tooling exists for arch testers to automatically remove
the relevant mask(s) once keywording is done, so often we end up
with stale unnecessary masks remaining in tree.

Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/devmanual/pull/270
Signed-off-by: Sam James  gentoo.org>

 keywording/text.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/keywording/text.xml b/keywording/text.xml
index f794722..baffaaa 100644
--- a/keywording/text.xml
+++ b/keywording/text.xml
@@ -239,6 +239,16 @@ with repoman or pkgdev  instead please 
commit with
 git commit message.
 
 
+
+Note that it is preferred to drop keywords on the package and request
+rekeywording of it together with its new dependencies within the same bug to
+allow the new code path(s) in your package to be tested. This won't happen if
+the new dependency is requested for keywording by itself and
+package.use.mask is used to mask the relevant new USE flag: only the
+new package dependency will be tested by arch testers. Also, the mask has to be
+manually removed during the testing process, which is cumbersome.
+
+
 
 When committing, make sure that you reference any bugs in the commit message.
 See  for how



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

2022-03-10 Thread Jonas Stein
commit: 6179fdc41d64694efb8c5818823ade30fd998138
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Mar 10 23:26:42 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Mar 10 23:26:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6179fdc4

x11-misc/xpad: QA Fix in description

Desription should start with upper case and must be specific.

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

 x11-misc/xpad/xpad-5.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xpad/xpad-5.4.0.ebuild b/x11-misc/xpad/xpad-5.4.0.ebuild
index 56d33df01196..a1ae20d7ee74 100644
--- a/x11-misc/xpad/xpad-5.4.0.ebuild
+++ b/x11-misc/xpad/xpad-5.4.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit autotools
 
-DESCRIPTION="a sticky note application for jotting down things to remember"
+DESCRIPTION="A sticky note application for GTK"
 HOMEPAGE="https://launchpad.net/xpad;
 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2;
 



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

2022-03-10 Thread Jonas Stein
commit: ed17923ebe554079c2c05566686a7039756e634c
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Mar 10 23:27:39 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Mar 10 23:27:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed17923e

x11-misc/xpad: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/xpad/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xpad/metadata.xml b/x11-misc/xpad/metadata.xml
index cc080979fe12..8f73356cc3dd 100644
--- a/x11-misc/xpad/metadata.xml
+++ b/x11-misc/xpad/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-   
+

xpad

https://launchpadlibrarian.net/253130440/ChangeLog



[gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/

2022-03-10 Thread Sam James
commit: cc5c7ffedd38a3fa68ead12e97b4c29a460b060d
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:09:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:09:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5c7ffe

games-action/deathchase3d: fix DEPEND

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

 games-action/deathchase3d/deathchase3d-0.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild 
b/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
index 89616438bd28..e32544fe26a8 100644
--- a/games-action/deathchase3d/deathchase3d-0.9-r1.ebuild
+++ b/games-action/deathchase3d/deathchase3d-0.9-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=8
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="media-libs/libsdl[video]"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
"${FILESDIR}/${P}-underlink.patch"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/rockdodger/

2022-03-10 Thread Sam James
commit: a715a173775a298edc4f05e71622ad65448eaf48
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:07:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:07:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a715a173

games-arcade/rockdodger: fix DEPEND

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

 games-arcade/rockdodger/rockdodger-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/rockdodger/rockdodger-1.1.4.ebuild 
b/games-arcade/rockdodger/rockdodger-1.1.4.ebuild
index 6f4a73b078fd..b752d56a2e11 100644
--- a/games-arcade/rockdodger/rockdodger-1.1.4.ebuild
+++ b/games-arcade/rockdodger/rockdodger-1.1.4.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
@@ -18,7 +18,7 @@ RDEPEND="
media-libs/libsdl[joystick,sound,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[mod,wav]"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 src_compile() {
tc-export CC



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

2022-03-10 Thread Sam James
commit: a0cfd564de41cd6e1b9e40921f3b5f54a80378a4
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:08:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:08:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0cfd564

dev-libs/libmanette: fix DEPEND

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

 dev-libs/libmanette/libmanette-0.2.6.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmanette/libmanette-0.2.6.ebuild 
b/dev-libs/libmanette/libmanette-0.2.6.ebuild
index cdf714b17c27..394a5012c527 100644
--- a/dev-libs/libmanette/libmanette-0.2.6.ebuild
+++ b/dev-libs/libmanette/libmanette-0.2.6.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
@@ -20,7 +20,8 @@ RDEPEND="
dev-libs/libevdev
introspection? ( >=dev-libs/gobject-introspection-1.56:= )
 "
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
vala? ( $(vala_depend) )
virtual/pkgconfig
 "



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

2022-03-10 Thread Sam James
commit: 29d6af575956f1803ce73f5b9396c33f6765b4d1
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:10:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:10:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d6af57

dev-lang/nim: fix DEPEND

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

 dev-lang/nim/nim-1.4.8.ebuild | 4 ++--
 dev-lang/nim/nim-1.6.2.ebuild | 4 ++--
 dev-lang/nim/nim-1.6.4.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lang/nim/nim-1.4.8.ebuild b/dev-lang/nim/nim-1.4.8.ebuild
index 512bc61b2ef0..d0ec48b68ee2 100644
--- a/dev-lang/nim/nim-1.4.8.ebuild
+++ b/dev-lang/nim/nim-1.4.8.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
@@ -20,7 +20,7 @@ RDEPEND="
readline? ( sys-libs/readline:0= )
 "
 DEPEND="
-   ${DEPEND}
+   ${RDEPEND}
test? ( net-libs/nodejs )
 "
 

diff --git a/dev-lang/nim/nim-1.6.2.ebuild b/dev-lang/nim/nim-1.6.2.ebuild
index 51069ac3166b..28eae69957ac 100644
--- a/dev-lang/nim/nim-1.6.2.ebuild
+++ b/dev-lang/nim/nim-1.6.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
@@ -16,7 +16,7 @@ IUSE="debug +readline"
 RESTRICT="test"  # need to sort out depends and numerous failures
 
 RDEPEND="readline? ( sys-libs/readline:0= )"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 #  test? ( net-libs/nodejs )
 
 PATCHES=( "${FILESDIR}"/${PN}-0.20.0-paths.patch )

diff --git a/dev-lang/nim/nim-1.6.4.ebuild b/dev-lang/nim/nim-1.6.4.ebuild
index 5ea36e37d9a0..11af93abf307 100644
--- a/dev-lang/nim/nim-1.6.4.ebuild
+++ b/dev-lang/nim/nim-1.6.4.ebuild
@@ -16,7 +16,7 @@ IUSE="debug +readline"
 RESTRICT="test"  # need to sort out depends and numerous failures
 
 RDEPEND="readline? ( sys-libs/readline:0= )"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 # BDEPEND="test? ( net-libs/nodejs )"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.20.0-paths.patch )



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

2022-03-10 Thread Sam James
commit: 95adfc9c63ffde11ce348aafc5d658811ed65f8c
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 23:06:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 23:06:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95adfc9c

sci-mathematics/lcalc: fix RDEPEND typo

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

 sci-mathematics/lcalc/{lcalc-2.0.5.ebuild => lcalc-2.0.5-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/lcalc/lcalc-2.0.5.ebuild 
b/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild
similarity index 97%
rename from sci-mathematics/lcalc/lcalc-2.0.5.ebuild
rename to sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild
index 31542c170399..7e0b02e50370 100644
--- a/sci-mathematics/lcalc/lcalc-2.0.5.ebuild
+++ b/sci-mathematics/lcalc/lcalc-2.0.5-r1.ebuild
@@ -23,7 +23,7 @@ BDEPEND="dev-util/gengetopt"
 DEPEND="double-double? ( sci-libs/qd:= )
quad-double? ( sci-libs/qd:= )
pari? ( sci-mathematics/pari:= )"
-REPEND="${DEPEND}"
+RDEPEND="${DEPEND}"
 
 src_configure() {
econf $(use_with pari) \



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

2022-03-10 Thread Sam James
commit: 35ac56d0683de8ad8ab4316b109ef77a88a77300
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:50:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:50:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ac56d0

media-libs/fontconfig: fix commands in global scope

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

 media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild | 6 +++---
 media-libs/fontconfig/fontconfig-2.13.93.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild 
b/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild
index 6b51d5adc5b4..ddf062068696 100644
--- a/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.13.1-r2.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
@@ -54,8 +54,6 @@ PATCHES=(
"${FILESDIR}"/${P}-proper_homedir.patch
 )
 
-MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) )
-
 pkg_setup() {
DOC_CONTENTS="Please make fontconfig configuration changes using
\`eselect fontconfig\`. Any changes made to /etc/fonts/fonts.conf will 
be
@@ -102,6 +100,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install() {
+   MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) )
+
default
 
# avoid calling this multiple times, bug #459210

diff --git a/media-libs/fontconfig/fontconfig-2.13.93.ebuild 
b/media-libs/fontconfig/fontconfig-2.13.93.ebuild
index 329ec7d1678e..a88e04398db3 100644
--- a/media-libs/fontconfig/fontconfig-2.13.93.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.13.93.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
@@ -110,6 +110,8 @@ multilib_src_configure() {
 }
 
 multilib_src_install() {
+   MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) )
+
default
 
# avoid calling this multiple times, bug #459210



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

2022-03-10 Thread Sam James
commit: b52af64389dfcf97a595f485bb99c48246b957c8
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:46:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:46:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52af643

gkrellm-plugin.eclass: add @PROVIDES tag for multilib.eclass

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

 eclass/gkrellm-plugin.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/gkrellm-plugin.eclass b/eclass/gkrellm-plugin.eclass
index 3d13409933e7..fb3800f56b7d 100644
--- a/eclass/gkrellm-plugin.eclass
+++ b/eclass/gkrellm-plugin.eclass
@@ -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
 
 # @ECLASS: gkrellm-plugin.eclass
@@ -8,6 +8,7 @@
 # Original author: Jim Ramsay 
 # EAPI 6 author: David Seifert 
 # @SUPPORTED_EAPIS: 6
+# @PROVIDES: multilib
 # @BLURB: Provides src_install used by (almost) all gkrellm plugins
 # @DESCRIPTION:
 # - Sets up default dependencies



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

2022-03-10 Thread Sam James
commit: edca28f9b6f55eb8c60367394cf1986824e2a865
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:47:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:47:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edca28f9

x11-plugins/gkrellsun: fix DoubleEmptyLine

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

 x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild 
b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
index c6d635b3beb1..3e9401aa303e 100644
--- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
+++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
@@ -23,7 +23,6 @@ PATCHES=(
"${FILESDIR}"/${P}-Respect-LDFLAGS.patch
 )
 
-
 src_configure() {
PLUGIN_SO=( src20/gkrellsun$(get_modname) )
default



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

2022-03-10 Thread Sam James
commit: 29d2a9749cf9f23630e60e8b02f542bb37f986b7
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:45:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:45:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d2a974

x11-plugins/gkrelltop: fix commands in global scope

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

 x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild 
b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
index ae2fd0a2a690..337fb6a341b3 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
@@ -23,11 +23,13 @@ DEPEND="${RDEPEND}"
 S=${WORKDIR}/${P}.orig
 PATCHES=( "${FILESDIR}"/${PN}-2.2.13-fix-build-system.patch )
 
-PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
-PLUGIN_SO=( gkrelltop$(get_modname) )
-
 src_configure() {
tc-export CC
+
+   PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
+   PLUGIN_SO=( gkrelltop$(get_modname) )
+
+   default
 }
 
 src_compile() {



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

2022-03-10 Thread Sam James
commit: 9eae3933af8c484df4e0c28253c6e3efed98273a
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:44:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:44:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eae3933

x11-plugins/gkrellsun: fix commands in global scope

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

 x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild 
b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
index 3a4d0df4a5b6..c6d635b3beb1 100644
--- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
+++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
@@ -23,7 +23,11 @@ PATCHES=(
"${FILESDIR}"/${P}-Respect-LDFLAGS.patch
 )
 
-PLUGIN_SO=( src20/gkrellsun$(get_modname) )
+
+src_configure() {
+   PLUGIN_SO=( src20/gkrellsun$(get_modname) )
+   default
+}
 
 src_compile() {
use nls && local myconf="enable_nls=1"



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

2022-03-10 Thread Sam James
commit: ec0b2cbf9259b10a7dc18aeb200f29793d8f4f81
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:44:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:44:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0b2cbf

x11-plugins/gkrellmwireless: fix commands in global scope

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

 x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild 
b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild
index d3956e0aa0d0..1edfe3999836 100644
--- a/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild
+++ b/x11-plugins/gkrellmwireless/gkrellmwireless-2.0.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,8 +20,9 @@ DEPEND="${RDEPEND}"
 S=${WORKDIR}/${PN}
 PATCHES=( "${FILESDIR}"/${PN}-2.0.3-fix-build-system.patch )
 
-PLUGIN_SO=( wireless$(get_modname) )
-
 src_configure() {
tc-export CC
+
+   PLUGIN_SO=( wireless$(get_modname) )
+   default
 }



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

2022-03-10 Thread Sam James
commit: b1fbfa633e03ebcfb90a1a84781e5b6eeab64338
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:33:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:33:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fbfa63

dev-perl/Search-Xapian: don't call tc-getCXX in global scope

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

 dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild| 7 +--
 dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild | 7 +--
 dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild | 5 -
 dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild| 5 -
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
index b8cfbc7060ef..5cc9b91c2ae4 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,10 @@ DEPEND="${RDEPEND}
 DIST_TEST=do
 # parallel fails sometimes...
 
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+   myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+   perl-module_src_configure
+}
 
 src_install() {
perl-module_src_install

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild
index 3a61a1ff3b12..f7d7e72802ad 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-r1.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.4-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=8
@@ -26,7 +26,10 @@ DEPEND="${RDEPEND}
 DIST_TEST=do
 # parallel fails sometimes...
 
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+   myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+   perl-module_src_configure
+}
 
 src_install() {
perl-module_src_install

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
index b3fef4008d7b..9e0f99acb617 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
@@ -23,7 +23,10 @@ DEPEND="${RDEPEND}
 DIST_TEST=do
 # parallel fails sometimes...
 
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+   myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+   perl-module_src_configure
+}
 
 src_install() {
perl-module_src_install

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild
index e7e3101f4ac3..0c320bfdd619 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5.ebuild
@@ -26,7 +26,10 @@ DEPEND="${RDEPEND}
 DIST_TEST=do
 # parallel fails sometimes...
 
-myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+src_configure() {
+   myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+   perl-module_src_configure
+}
 
 src_install() {
perl-module_src_install



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-volume/

2022-03-10 Thread Sam James
commit: 1c4bcab27d44cfaf093249523ea44b8798e82dd9
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 10 22:42:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 10 22:42:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4bcab2

x11-plugins/gkrellm-volume: fix commands in global scope

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

 x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild 
b/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild
index 208a9d80056f..e330327d324b 100644
--- a/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild
+++ b/x11-plugins/gkrellm-volume/gkrellm-volume-2.1.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,10 @@ PATCHES=(
"${FILESDIR}/${P}-makefile.patch"
 )
 
-PLUGIN_SO=( volume$(get_modname) )
+src_configure() {
+   PLUGIN_SO=( volume$(get_modname) )
+   default
+}
 
 src_compile() {
use alsa && local myconf="enable_alsa=1"



  1   2   3   4   >