[gentoo-commits] repo/gentoo:master commit in: dev-ruby/red-colors/

2021-07-25 Thread Hans de Graaff
commit: ccb5c9c5a9f8bfb70eb312ac711cd689c9c8a4f3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 26 05:44:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 26 05:44:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb5c9c5

dev-ruby/red-colors: move ~ppc forward

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

 dev-ruby/red-colors/red-colors-0.1.2.ebuild | 2 +-
 dev-ruby/red-colors/red-colors-0.2.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/red-colors/red-colors-0.1.2.ebuild 
b/dev-ruby/red-colors/red-colors-0.1.2.ebuild
index c7622af212e..65369552392 100644
--- a/dev-ruby/red-colors/red-colors-0.1.2.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.1.2.ebuild
@@ -16,4 +16,4 @@ IUSE=""
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"

diff --git a/dev-ruby/red-colors/red-colors-0.2.0.ebuild 
b/dev-ruby/red-colors/red-colors-0.2.0.ebuild
index c7622af212e..65369552392 100644
--- a/dev-ruby/red-colors/red-colors-0.2.0.ebuild
+++ b/dev-ruby/red-colors/red-colors-0.2.0.ebuild
@@ -16,4 +16,4 @@ IUSE=""
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"



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

2021-07-25 Thread Hans de Graaff
commit: 0ae6ae367b3ea35a9d77cc4774addb180f1420c3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 25 09:37:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 26 05:42:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae6ae36

dev-util/cucumber-html-formatter: fix file collision

Closes: https://bugs.gentoo.org/803329
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 .../cucumber-html-formatter-13.0.0-r2.ebuild   | 29 ++
 .../cucumber-html-formatter-16.0.1-r1.ebuild   | 28 +
 2 files changed, 57 insertions(+)

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild
new file mode 100644
index 000..37ab42c63ab
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTML formatter for Cucumber"
+HOMEPAGE="https://cucumber.io/;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~arm"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_rdepend "
+   >=dev-util/cucumber-messages-15.0.0:15
+"
+
+all_ruby_prepare() {
+   sed -i -e '1igem "cucumber-messages", "~>15.0"' 
spec/html_formatter_spec.rb || die
+}

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild
new file mode 100644
index 000..aa84e2994ee
--- /dev/null
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets"
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTML formatter for Cucumber"
+HOMEPAGE="https://cucumber.io/;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE="test"
+
+ruby_add_rdepend "
+   >=dev-util/cucumber-messages-17.0.1:17
+   !17.0"' 
spec/html_formatter_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/elasticsearch-extensions/

2021-07-25 Thread Hans de Graaff
commit: 1edaaf50d0dc932b86f0e6f2b8edc8e2938df5e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 25 10:00:00 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 26 05:42:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edaaf50

dev-ruby/elasticsearch-extensions: fix tests

Avoid dependency on yard.

Closes: https://bugs.gentoo.org/803509
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild 
b/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild
index b6b127aa4e8..7c3b937f329 100644
--- a/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild
+++ b/dev-ruby/elasticsearch-extensions/elasticsearch-extensions-0.0.33.ebuild
@@ -45,6 +45,7 @@ all_ruby_prepare() {
# remove useless dependencies from Rakefile
sed -e '/bundler/d' \
-e '/require.*cane/,/end/d' \
+   -e '/require.*yard/,/end/ s:^:#:' \
-i Rakefile || die
 
sed -e '/reporters/I s:^:#:' \



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

2021-07-25 Thread Michał Górny
commit: 2f1f9536c11ef27d95c6d1ea177577fe8b1fe077
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:22:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:32:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1f9536

dev-python/iminuit: Bump to 2.8.0

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

 dev-python/iminuit/Manifest |  1 +
 dev-python/iminuit/iminuit-2.8.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/iminuit/Manifest b/dev-python/iminuit/Manifest
index b47629446c8..4d1910e520f 100644
--- a/dev-python/iminuit/Manifest
+++ b/dev-python/iminuit/Manifest
@@ -4,3 +4,4 @@ DIST iminuit-2.5.0.tar.gz 375912 BLAKE2B 
422bb8ec8f6a763ff010bd28f695a1b26ef3b3c
 DIST iminuit-2.6.0.tar.gz 376846 BLAKE2B 
5c5c8ec223ede39ea3c02d3df0639e52047f897eed7b441d567ed3f88656c6ae5740efffb234bbf29ecfa4578bce38a6a5ff4983d738ad1321df35efd0c14acf
 SHA512 
6f413e11d8be3a823a7d12bf1e9197abb27561a15ec29127f6bf4c2339dfc67344b0900522d10e59dbbe1eb08bafb931950b2edb5f5679e06459bdf52abc1170
 DIST iminuit-2.6.1.tar.gz 376846 BLAKE2B 
bec73b182a24c242fe5c8931e7cb745728b8f492c8989c9d58615b71bcc705e5c36195e28158b550e06b9356235d5a89f9e170da62b808dd89a1083f705e0650
 SHA512 
5a600842c8e4ae0d2c1ec4b24d5f5a33dae6d0e7659b1908b4215289f82974d97a932366817c7af257d63bf5418080884c01936d84b55942f6149b05db7ab03f
 DIST iminuit-2.7.0.tar.gz 384016 BLAKE2B 
857df47e8f4779c41b32e624ce3c5dfe16f39f57441f1f32367c9170bfe6f74fb84eb67a54b773690ce5fdde762d3383adbaf97e81d917a17e2995b9e69623be
 SHA512 
c4f5ba80024e87e57087175b012d043df65079e5b8f0376ff7254ebb256ca845460b3c330043aacd960092178ce8fd4d8bd3cccd93ebe3515f7a9896b756c629
+DIST iminuit-2.8.0.tar.gz 389147 BLAKE2B 
f54de6fb39d942c39438e82cb38f04974f0e565d31c3bb06ac39f73a28b82207f7590d9039e491c8dc44286e4311ee3f6f0114be94754104e0d0a06af5fa8acd
 SHA512 
89655a5c925d6f02cde3c8a3139a0c93e9a667a6e0a34ec1f99d5b0f91c79671f2b325553359daeed91437d474e31354088b66a58e53e8235dcbbb4bf6da4935

diff --git a/dev-python/iminuit/iminuit-2.8.0.ebuild 
b/dev-python/iminuit/iminuit-2.8.0.ebuild
new file mode 100644
index 000..10e6b9207df
--- /dev/null
+++ b/dev-python/iminuit/iminuit-2.8.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+# forced implicitly
+CMAKE_MAKEFILE_GENERATOR=emake
+inherit cmake distutils-r1 virtualx
+
+DESCRIPTION="Minuit numerical function minimization in Python"
+HOMEPAGE="https://github.com/scikit-hep/iminuit/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT LGPL-2.1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   virtx epytest
+}



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

2021-07-25 Thread Michał Górny
commit: b0bc4bd050ba01a1d1bd90e97c96750d9c023faf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:25:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bc4bd0

dev-python/iminuit: Remove old

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

 dev-python/iminuit/Manifest |  5 -
 dev-python/iminuit/iminuit-2.3.0.ebuild | 29 -
 dev-python/iminuit/iminuit-2.4.0.ebuild | 29 -
 dev-python/iminuit/iminuit-2.5.0.ebuild | 31 ---
 dev-python/iminuit/iminuit-2.6.0.ebuild | 31 ---
 dev-python/iminuit/iminuit-2.6.1.ebuild | 31 ---
 6 files changed, 156 deletions(-)

diff --git a/dev-python/iminuit/Manifest b/dev-python/iminuit/Manifest
index 4d1910e520f..2a846ac3726 100644
--- a/dev-python/iminuit/Manifest
+++ b/dev-python/iminuit/Manifest
@@ -1,7 +1,2 @@
-DIST iminuit-2.3.0.tar.gz 371854 BLAKE2B 
e432da9281c5d50eb306766b65e20a1d02b0fcc06ff0c9dd44f60a8cc840f406e76b4d3c5643a6ab36b9ed0f29f0a327f6fa16b859522853ca9211470691334c
 SHA512 
e3be69040bd5a5d42fcefb5bdc8f20e002eff22fe46d83a9a4cafc66d6772f57169c336c618f9b14bf819042f922e3c37ab88db4dacd36b3d2f1b2ceb8e2d081
-DIST iminuit-2.4.0.tar.gz 372122 BLAKE2B 
f6590bb67d8c79cb8398345a76a7af7e95bec83864ca950701a97cc3e0543c6b6f2aac8340cd814586328ca519387f592dd45115348a3e5c1096c87799db2f81
 SHA512 
9c5664cc2b21ccb0f09a63bd5484dc65a6226d385d073f2430a0d5230a3c624694b37adc911e787d87bd6d6541a5d322dcf937a0bd82cdbf9362cb53edb4a7ea
-DIST iminuit-2.5.0.tar.gz 375912 BLAKE2B 
422bb8ec8f6a763ff010bd28f695a1b26ef3b3c44e324ffc2f4592d224ba5380d29b47b99d9f8b3f9dd8a5d81ed45197b6f89eb2d2fa599d8d1fdf9e50358e58
 SHA512 
25ce217ded4f9a142cf0522d9e66efeee4c3bcc16cd1f324a5008c1b64477b2a37a9655ea939c74bc60f9222cae8045bf7a77a5807b09cb3e3e61da4f41e3c91
-DIST iminuit-2.6.0.tar.gz 376846 BLAKE2B 
5c5c8ec223ede39ea3c02d3df0639e52047f897eed7b441d567ed3f88656c6ae5740efffb234bbf29ecfa4578bce38a6a5ff4983d738ad1321df35efd0c14acf
 SHA512 
6f413e11d8be3a823a7d12bf1e9197abb27561a15ec29127f6bf4c2339dfc67344b0900522d10e59dbbe1eb08bafb931950b2edb5f5679e06459bdf52abc1170
-DIST iminuit-2.6.1.tar.gz 376846 BLAKE2B 
bec73b182a24c242fe5c8931e7cb745728b8f492c8989c9d58615b71bcc705e5c36195e28158b550e06b9356235d5a89f9e170da62b808dd89a1083f705e0650
 SHA512 
5a600842c8e4ae0d2c1ec4b24d5f5a33dae6d0e7659b1908b4215289f82974d97a932366817c7af257d63bf5418080884c01936d84b55942f6149b05db7ab03f
 DIST iminuit-2.7.0.tar.gz 384016 BLAKE2B 
857df47e8f4779c41b32e624ce3c5dfe16f39f57441f1f32367c9170bfe6f74fb84eb67a54b773690ce5fdde762d3383adbaf97e81d917a17e2995b9e69623be
 SHA512 
c4f5ba80024e87e57087175b012d043df65079e5b8f0376ff7254ebb256ca845460b3c330043aacd960092178ce8fd4d8bd3cccd93ebe3515f7a9896b756c629
 DIST iminuit-2.8.0.tar.gz 389147 BLAKE2B 
f54de6fb39d942c39438e82cb38f04974f0e565d31c3bb06ac39f73a28b82207f7590d9039e491c8dc44286e4311ee3f6f0114be94754104e0d0a06af5fa8acd
 SHA512 
89655a5c925d6f02cde3c8a3139a0c93e9a667a6e0a34ec1f99d5b0f91c79671f2b325553359daeed91437d474e31354088b66a58e53e8235dcbbb4bf6da4935

diff --git a/dev-python/iminuit/iminuit-2.3.0.ebuild 
b/dev-python/iminuit/iminuit-2.3.0.ebuild
deleted file mode 100644
index a949c1e9798..000
--- a/dev-python/iminuit/iminuit-2.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Minuit numerical function minimization in Python"
-HOMEPAGE="https://github.com/scikit-hep/iminuit/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT LGPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-src_test() {
-   virtx distutils-r1_src_test
-}

diff --git a/dev-python/iminuit/iminuit-2.4.0.ebuild 
b/dev-python/iminuit/iminuit-2.4.0.ebuild
deleted file mode 100644
index a949c1e9798..000
--- a/dev-python/iminuit/iminuit-2.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Minuit numerical function minimization in Python"
-HOMEPAGE="https://github.com/scikit-hep/iminuit/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT LGPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   

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

2021-07-25 Thread Michał Górny
commit: 68b1ef6b760c78f5d0696f656b202d6d29de7672
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:26:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:32:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b1ef6b

dev-python/httpretty: Remove old

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

 dev-python/httpretty/Manifest   |  4 ---
 dev-python/httpretty/httpretty-1.0.5.ebuild | 49 -
 dev-python/httpretty/httpretty-1.1.0.ebuild | 44 --
 dev-python/httpretty/httpretty-1.1.1.ebuild | 46 ---
 dev-python/httpretty/httpretty-1.1.2.ebuild | 46 ---
 5 files changed, 189 deletions(-)

diff --git a/dev-python/httpretty/Manifest b/dev-python/httpretty/Manifest
index edf3daf61f2..690c3747b93 100644
--- a/dev-python/httpretty/Manifest
+++ b/dev-python/httpretty/Manifest
@@ -1,5 +1 @@
-DIST httpretty-1.0.5.tar.gz 414946 BLAKE2B 
8bbaac3d53fbf5744f7bf8ef952bd9305112934af24809a233ef0446886e09b7d2a897e69aded12d9e715580305d729609365b0be55f8d324cc48e6aa0699d75
 SHA512 
2e5f4834848ab1a0b84230f000afb0409b30b3cc1769d36ad61f712f56abc8d6076e7507598f791fe343ce282cf9e26939add71ef794ead2836badfc2321d6bb
-DIST httpretty-1.1.0.tar.gz 417966 BLAKE2B 
2decbfdb8b8a1e04bc2a985bb605d59ef2ee84a434dcd3c420ecf68857a5a409cee622db63bb5bf8981c1bf287b7dcf56cf91360fec4dd219dc349b1d4425a6d
 SHA512 
a6da71115d4dc12125bec451888c30858ec94f2a3aec530b21efcacd9c595cb3d2196dbca3631f4b6f50c985c14b3c4bc6f34ec1d9e41aaf2b48fc8a072f5739
-DIST httpretty-1.1.1.tar.gz 423682 BLAKE2B 
a68c28155082d01d2cc3af9672dd03d6e1e0427426bc5db08fea1fe9a6cf6ceb422315f321cb66e9a6b9fa13f8abad02ca7fe78753c4deb27e220263f18b363c
 SHA512 
29d9f1a4845b0b3dd6d3e1e9cc3f81d673a939286203de06ff34b167f69cbab180eebc0ccc4a733d81728deb2e44ffb14df25cab31475267609ce510664af736
-DIST httpretty-1.1.2.tar.gz 426456 BLAKE2B 
1b593344de4d2470a6712075b8476c024ec16bfd5501d0ab63e5e15ee65d3c4a7c89a24cc0c0ccee019554ab751afa1d09bdcd162602edd0d1d7523961e0fee8
 SHA512 
674641509e43cb36c14af560853271495474157477350ff80a9bd311b435fb64e9aa2b710419b34b1f344ffc963f8c7141a631dd3f0d9599accb43647b5680c0
 DIST httpretty-1.1.3.tar.gz 441309 BLAKE2B 
9c8138bd83fd93602d4ab72e9ee2ff27605a851ee4e7e61f5fbe0d1423041479311315cf0168acb2474c2b579401c6817f4713f61707e21faad076968b2aa1f5
 SHA512 
3bac68ecb78efc7592f9ab314ca9ef570c8193fb7c2ab3d3fa003b0ff623ac57d6a74f8f0e7b6c2ed45f30e520d157345db56837212d9acd4ec6259570a43dfe

diff --git a/dev-python/httpretty/httpretty-1.0.5.ebuild 
b/dev-python/httpretty/httpretty-1.0.5.ebuild
deleted file mode 100644
index 0e08b6be2fc..000
--- a/dev-python/httpretty/httpretty-1.0.5.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
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP client mock for Python"
-HOMEPAGE="https://github.com/gabrielfalcao/httpretty;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/urllib3[${PYTHON_USEDEP}]"
-# redis skipped as it requires a redis server running
-DEPEND="
-   test? (
-   dev-python/eventlet[${PYTHON_USEDEP}]
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.2[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
-   dev-python/sure[${PYTHON_USEDEP}]
-   >=www-servers/tornado-2.2[${PYTHON_USEDEP}]
-)"
-
-python_prepare_all() {
-   # remove useless deps
-   sed -i -e '/randomly/d' -e '/rednose/d' setup.cfg || die
-   # tests requiring network access
-   rm tests/functional/test_passthrough.py || die
-   # requires running redis server
-   # it is skipped correctly but it causes unnecessary dep on redis-py
-   rm tests/functional/bugfixes/test_redis.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests -v tests || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/httpretty/httpretty-1.1.0.ebuild 
b/dev-python/httpretty/httpretty-1.1.0.ebuild
deleted file mode 100644
index 4945fbd3c3e..000
--- a/dev-python/httpretty/httpretty-1.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP client mock for Python"
-HOMEPAGE="https://github.com/gabrielfalcao/httpretty;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-  

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

2021-07-25 Thread Sam James
commit: 706eb1905713feb5aa93b5cae8e61d13ae9f37be
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:30:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:30:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706eb190

profiles: last-rite media-sound/tapestrea

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f3fbc222e40..10dd96ae0c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-07-26)
+# Fails to build with GCC 11. No activity upstream.
+# Removal on 2021-08-26. bug #740536, bug #624746.
+media-sound/tapestrea
+
 # Sam James  (2021-07-26)
 # Rather out of date, several open bugs, fails to build with GCC 11.
 # Removal in 2021-08-26.



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

2021-07-25 Thread Joonas Niilola
commit: 03796bef4288eb76802925941f318e62685d189a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 26 05:23:06 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 26 05:23:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03796bef

www-client/firefox-bin: drop 90.0.1

Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/firefox-bin/Manifest  |  97 --
 www-client/firefox-bin/firefox-bin-90.0.1.ebuild | 417 ---
 2 files changed, 514 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index cad4efeca63..bdb58362c55 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -93,101 +93,6 @@ DIST firefox-78.12.0esr-vi.xpi 562863 BLAKE2B 
b0c80866ab862e0d9d43306e897c8b3a06
 DIST firefox-78.12.0esr-xh.xpi 427839 BLAKE2B 
b6cf89388e45ca74b4d3042f9bf30535cd26a42aeda03b03340f2779ec0fe177653f43ffc3a6fad9a3ed98049950ad18b05a76b043d91ddad40f311e065fede2
 SHA512 
c146d9d5140ee3023a749d21bf4645e07f0ceae8f8b9d6ba91dd776c57e69b1c56e402fa3ec2b1d8da4918ee60e82b423c9994737e288d8a799c8c5ab1119116
 DIST firefox-78.12.0esr-zh-CN.xpi 564771 BLAKE2B 
b745ddf8c8ad7686e5ca7142338ef4b2f2e362874d9b087c4f4980f4d9e96f076bb318e0782c8c2404c00e71f585aaa76b26da0e369fb02b9121402b5471fa06
 SHA512 
cb707c11c8c0554e6255e725ab5c68f3b15c2d34d85f84fc6ab4ee7eae83fa91b35be282d592b845f09539ec43d1dde8167bad1eb24b86adbbe236c72854764a
 DIST firefox-78.12.0esr-zh-TW.xpi 564742 BLAKE2B 
3d4b211b35c9aabe2c610b621c175bcfa4fb0f1ba4af607407b9002a475407f53cb8f2e7250a96fa93abd5ee74bd3ee5b0aff01a91e45ca7211fadb2b03e5e1c
 SHA512 
a241c3af98170e0885b63ec0c140fb1ad7749a5bc762b7154b77282d33bbcf7926550182d261e3ac4b0084d4b8d98b30111dc459f3cbf2d9ccdf9f6b811222b5
-DIST firefox-90.0.1-ach.xpi 467563 BLAKE2B 
a30f7816f4d606c1465058d871fb492edfba413f515b076ca030b77fb79c8b183081791405ec5435845bb2569a227dba00c88350f39a5a177a1bf1b35131c09b
 SHA512 
f49f245bda17b165cdae9e0d809051c669103db87bc48c93bec7086fb4d178d428619738a32dcd74c153ef3b09c34dda39ee061e379ea5e1e664fd161e1ad2f1
-DIST firefox-90.0.1-af.xpi 430695 BLAKE2B 
2b354ec1bbebb37b35783113524594fe2b884bb9b269ee8b8d69d65f21844fb6c2099a5aa05ef6646c8d596bc71b30a2e85c807e23e039f5f07fc2dd52c5e07c
 SHA512 
7e25f43572fc58462c94a83a5fe3be2bcb44f3745419b34bb224835bb7fe063a841b0598f85ee4284ad20365b0099bf2e01d04d068739adf68c152ab5612cf79
-DIST firefox-90.0.1-an.xpi 515449 BLAKE2B 
5bbc0d9e7db02e96bb6587bd26608986cd3602aba35daaa468accb1f06e82995c2ce3509091f2c9c9b280c8eb40267b086acf2a343b0fb51d384ffd7d85cdbac
 SHA512 
448222104996df23cb93cfb6fb89739bae2449f22c773cca9ef0e5442d0f825a58ec3ef7661d196495bb2c6ce7686a987ac55d6a80d6b838b838fdc8236f7305
-DIST firefox-90.0.1-ar.xpi 580200 BLAKE2B 
6efc4c47593c8c259e637e2ab089dd2042bc1620e5d31af225ee6edaf7748cee28262a4680bfac6bbe85d77d8783428082f07ca1b113ab8d358e357412b3b434
 SHA512 
a80677952af00ec887e0726bf349c36371f5fce96ae395727942e0f0beed3e45bdfa2d53cf5964eb6251ce233b36229affe4ebee31a0c41eb6aa73215aca6dc2
-DIST firefox-90.0.1-ast.xpi 507903 BLAKE2B 
f0f1962483fa41eda3ba740c53bcde712d3db152379e15b502367f5b3b189c95be1ff17183ac24ac5d788f09aeb9897e0a0ef6170415ac42ec018d345aaab963
 SHA512 
98332f1a5f74e4358822c5d4e0e4139af2ec0cd7010ff8e4a7f6f8ee08e993c7e7c351fcc836a12fd0b7c1665268706c6941f26119292b5923d9dc66936fb9b8
-DIST firefox-90.0.1-az.xpi 503441 BLAKE2B 
d1c0fed64089657ffefe97a0c69f6bab42df2764db766551454ba5567522e2e5ef657f70587aae09d3b1d6a30be080f84ff5359d236768678c0e95b712505499
 SHA512 
91fa9eadfa0846a30beeff72acc5520903970b1fe756de0b19db93f3c540ccd88e9afa1d16e7ef5cd82f94524cf4a14408c568cdcdbb0a31f41be36c9d703204
-DIST firefox-90.0.1-be.xpi 636667 BLAKE2B 
7a4f2dca65233c667b3b1ee21f55c62706ba929cdb598a492f3cba6bc0ded7b578201e81b0881807a933140b6e5f2173cec1e447aef7d5103eff958a821de53c
 SHA512 
04dd0afd76166da9025fa9113cc20f309087860d9e86d2c2a3f7aeb027e20bdc1a1b87f65dba52039170a24b25315a2f3bce566e231e18f4299c1075bcd600c4
-DIST firefox-90.0.1-bg.xpi 590435 BLAKE2B 
d97d552caadf822476cf35f7c488bcdc2ed588450581eded137b57dc207fc1f4720352ccd4c6efe08f7bb36ba72cc3f3bcea5a8724fd74de584ff26e7e2b90d2
 SHA512 
0d1f5b229b32713b27d37102c361f5b1c7b9eb1b9e38b30391a9d32bc142c7c848a881dbd0c217fe69004a179566d247e77b31b22744c4ab4347d581a13fd3e5
-DIST firefox-90.0.1-bn.xpi 579582 BLAKE2B 
c577016265972d1d764dee0f5f23fa789ef9950e70998e803c896922ec59ff95b281e4c36b9304c50fc981808e598e94a0557397b0f7bcde0a1fd7e400d6c7b1
 SHA512 
17d897aa3269142fae4127da0134508970809e34a74de9878e2b9f1a3e5c62c3bdf2f067ea42068b18138a40458743aa830356357405dc8b678cbf1798537bb9
-DIST firefox-90.0.1-br.xpi 537487 BLAKE2B 
fc699ec4b602f6f51c7cbcd66ee9e97e34bd4fa0ab453eb45ee03d8c88e1f75a5dc0579a341bd28c95e50dcf4c49a5058cf74adc93a439d4b8548e7cfd64d60b
 SHA512 
c588a26b6727f48c5812ad640101236dbbb95153c9ab38bc82fd7b6b2fc35e6a652f536082590c4f4b4a3122c2bd3a8d7203fa54722e7f233cda69e46b5d945a
-DIST firefox-90.0.1-bs.xpi 472335 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sys-uname/

2021-07-25 Thread Sam James
commit: cdeacc28e69c403100329af407d03639d7af8d4d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdeacc28

dev-ruby/sys-uname: Keyword 1.2.2 arm64, #802141

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

 dev-ruby/sys-uname/sys-uname-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sys-uname/sys-uname-1.2.2.ebuild 
b/dev-ruby/sys-uname/sys-uname-1.2.2.ebuild
index 93691b3ccfe..af630f9399c 100644
--- a/dev-ruby/sys-uname/sys-uname-1.2.2.ebuild
+++ b/dev-ruby/sys-uname/sys-uname-1.2.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/djberg96/sys-uname;
 
 LICENSE="Apache-2.0"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/ffi-1.1"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/middleware/

2021-07-25 Thread Sam James
commit: 676eb05fd25aec3c1b12d38c192f5647decfc674
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676eb05f

dev-ruby/middleware: Keyword 0.1.0 arm64, #802141

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

 dev-ruby/middleware/middleware-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/middleware/middleware-0.1.0.ebuild 
b/dev-ruby/middleware/middleware-0.1.0.ebuild
index 8c72eaa65b2..09d1a82cb57 100644
--- a/dev-ruby/middleware/middleware-0.1.0.ebuild
+++ b/dev-ruby/middleware/middleware-0.1.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Generalized implementation of the middleware 
abstraction for Ruby"
 HOMEPAGE="https://github.com/mitchellh/middleware;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc"
 SLOT="0"
 IUSE=""
 



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

2021-07-25 Thread Sam James
commit: 820bf922a41221d28eae0408a6c6328d71e5a090
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820bf922

dev-util/cucumber-create-meta: Keyword 4.0.0 arm64, #802141

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

 dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild 
b/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
index a8e77d991f0..cf6d76d5854 100644
--- a/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
+++ b/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Sam James
commit: c62138c424e941a3f9dc3dbc94a274a579f5ac87
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62138c4

dev-util/cucumber-wire: Keyword 5.0.1 arm64, #802141

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

 dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
index 10873763bf3..056a80ddaf0 100644
--- a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Sam James
commit: 2378328f5964507e36ce0aceff209a07499e40fc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2378328f

dev-util/cucumber-wire: Keyword 5.0.1 ppc64, #802141

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

 dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
index b5d7cbd7098..10873763bf3 100644
--- a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Sam James
commit: f5291bfbedd3f7c04b5eade5da08bb6885ec117f
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5291bfb

dev-util/protobuf-cucumber: Keyword 3.10.8-r1 arm64, #802141

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

 dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild 
b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index 02826840cbb..2b31d2a5681 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-07-25 Thread Sam James
commit: e8f04e5517d4b719ee74cb039049a6470a8e973f
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f04e55

dev-util/protobuf-cucumber: Keyword 3.10.8-r1 ppc64, #802141

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

 dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild 
b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
index ee30208714d..02826840cbb 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-07-25 Thread Sam James
commit: a8d71cafce2268b7025a821d2c6ef8d8078d8f31
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d71caf

dev-util/cucumber: Keyword 6.1.0 arm64, #802141

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

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

diff --git a/dev-util/cucumber/cucumber-6.1.0.ebuild 
b/dev-util/cucumber/cucumber-6.1.0.ebuild
index f07743db33c..edf47fbd9c5 100644
--- a/dev-util/cucumber/cucumber-6.1.0.ebuild
+++ b/dev-util/cucumber/cucumber-6.1.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="0"
 IUSE="examples test"
 



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

2021-07-25 Thread Sam James
commit: be1a47c736763bb0bafb1af6b36a991a4532f338
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1a47c7

dev-util/cucumber-core: Keyword 9.0.1 arm64, #802141

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

 dev-util/cucumber-core/cucumber-core-9.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
index 3b0faae5d26..daa24240caf 100644
--- a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz ->
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Sam James
commit: fd0427355f49199ba4576b1ab5fec81285c5fe87
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd042735

dev-util/cucumber-messages: Keyword 15.0.0 ppc64, #802141

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

 dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
index 4a5f39abc03..c6b641af8a0 100644
--- a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Protocol Buffer messages for Cucumber's 
inter-process communication
 HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="$(ver_cut 1)"
 
 ruby_add_rdepend ">=dev-util/protobuf-cucumber-3.10.8:3"



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

2021-07-25 Thread Sam James
commit: 28e1e8d030cf26f280fa15fbd4155c6c9d44b321
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e1e8d0

dev-util/cucumber-gherkin: Keyword 18.1.1 arm64, #802141

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

 dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild 
b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
index 5f291667ee3..bfa83e6d087 100644
--- a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
+++ b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/cucumber/common/archive/gherkin/v${PV}.tar.gz -> ${P
 RUBY_S="common-gherkin-v${PV}/gherkin/ruby"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/middleware/

2021-07-25 Thread Sam James
commit: d70cedb57151cf9834cfdc5ac73b64178c936793
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70cedb5

dev-ruby/middleware: Keyword 0.1.0 ppc64, #802141

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

 dev-ruby/middleware/middleware-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/middleware/middleware-0.1.0.ebuild 
b/dev-ruby/middleware/middleware-0.1.0.ebuild
index c2f23e8bcce..8c72eaa65b2 100644
--- a/dev-ruby/middleware/middleware-0.1.0.ebuild
+++ b/dev-ruby/middleware/middleware-0.1.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Generalized implementation of the middleware 
abstraction for Ruby"
 HOMEPAGE="https://github.com/mitchellh/middleware;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc"
 SLOT="0"
 IUSE=""
 



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

2021-07-25 Thread Sam James
commit: 291c46d88eabbfc206f67ed13ab24d84cfe77c8a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291c46d8

dev-util/cucumber-html-formatter: Keyword 13.0.0-r1 arm64, #802141

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

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
index 861fad1d3b9..eef34265153 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Sam James
commit: 9c12a3d5e97423e6da4410005af4480702292d14
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c12a3d5

dev-util/cucumber-messages: Keyword 15.0.0 arm64, #802141

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

 dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
index c6b641af8a0..a187e183a7b 100644
--- a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Protocol Buffer messages for Cucumber's 
inter-process communication
 HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 SLOT="$(ver_cut 1)"
 
 ruby_add_rdepend ">=dev-util/protobuf-cucumber-3.10.8:3"



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

2021-07-25 Thread Sam James
commit: 250acaac4809007e80242974d6dce6e77e244789
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250acaac

dev-util/cucumber-create-meta: Keyword 4.0.0 ppc64, #802141

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

 dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild 
b/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
index de21421e321..a8e77d991f0 100644
--- a/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
+++ b/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Sam James
commit: c99c9cb0974b54368df8409cca8cb2307bcb3192
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99c9cb0

dev-util/cucumber-gherkin: Keyword 18.1.1 ppc64, #802141

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

 dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild 
b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
index be6e8cae36f..5f291667ee3 100644
--- a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
+++ b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/cucumber/common/archive/gherkin/v${PV}.tar.gz -> ${P
 RUBY_S="common-gherkin-v${PV}/gherkin/ruby"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



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

2021-07-25 Thread Sam James
commit: e458514d1237a427653d0e515672348fc057dfe8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e458514d

dev-util/cucumber: Keyword 6.1.0 ppc64, #802141

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

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

diff --git a/dev-util/cucumber/cucumber-6.1.0.ebuild 
b/dev-util/cucumber/cucumber-6.1.0.ebuild
index 2aad296b2fc..f07743db33c 100644
--- a/dev-util/cucumber/cucumber-6.1.0.ebuild
+++ b/dev-util/cucumber/cucumber-6.1.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="0"
 IUSE="examples test"
 



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

2021-07-25 Thread Sam James
commit: 94b0c5aeef5b4aad326a93ca5630c811bf2e3c1b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b0c5ae

dev-util/cucumber-core: Keyword 9.0.1 ppc64, #802141

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

 dev-util/cucumber-core/cucumber-core-9.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
index 3c087003a82..3b0faae5d26 100644
--- a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz ->
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Sam James
commit: bc01d7b1f142bc2dd53752646deb554b067ce6a7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:22:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:22:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc01d7b1

dev-util/cucumber-html-formatter: Keyword 13.0.0-r1 ppc64, #802141

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

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
index 40ada440c6e..861fad1d3b9 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-25 Thread Michał Górny
commit: d0a324626ce09a60e17d2aa69c47c6defa8677ab
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:18:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:21:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a32462

dev-python/pythran: Remove old

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

 dev-python/pythran/Manifest  |  1 -
 dev-python/pythran/pythran-0.9.11.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/dev-python/pythran/Manifest b/dev-python/pythran/Manifest
index dc97c8284bb..5bfcf999394 100644
--- a/dev-python/pythran/Manifest
+++ b/dev-python/pythran/Manifest
@@ -1,2 +1 @@
-DIST pythran-0.9.11.gh.tar.gz 3570395 BLAKE2B 
deada9a608ed3d883308389d5a6ddfee2f0f74ecc74f1fd87bcee75eecabcab2acd576425b8e92d6fc6b212377f1c7295e766db32082339c98670a964a49ea10
 SHA512 
c8939b918216803ad8e2a133b16f0d8ea939e4d87d07ddb1a3d131afb0ddb76962c489270431808fbf129e76b5f9dbdc2b625097f37df2eefdb9834d319d028a
 DIST pythran-0.9.12.post1.gh.tar.gz 3612135 BLAKE2B 
1c0650d249a0834a488aba6f48d1130b8897b4b220523d3aaa0f7557609f9cfcc208563980b6855132199fd394b45404c4c15c961380ea2089121c5c9eea65b2
 SHA512 
71a9dec2ca9eca85a2b3e52022e262135b4f1642d646bfc66323bd8b7545a11351d70aaec0fd90d82dc0ba23ec6733a30c8d807e5d90ff5c208d2995a6ac6f83

diff --git a/dev-python/pythran/pythran-0.9.11.ebuild 
b/dev-python/pythran/pythran-0.9.11.ebuild
deleted file mode 100644
index e9f0d52d41d..000
--- a/dev-python/pythran/pythran-0.9.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="Ahead of Time compiler for numeric kernels"
-HOMEPAGE="
-   https://pypi.org/project/pythran/
-   https://github.com/serge-sans-paille/pythran/;
-SRC_URI="
-   https://github.com/serge-sans-paille/pythran/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   =dev-python/beniget-0.3*[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   =dev-python/gast-0.4*[${PYTHON_USEDEP}]
-   >=dev-python/networkx-2[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   >=dev-python/ply-3.4[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   virtual/cblas
-   )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/pytest-runner/d' setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x COLUMNS=80
-   epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}



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

2021-07-25 Thread Michał Górny
commit: dbff0201b3cc8c2dc34f49df878414e084f67d82
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:19:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:21:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbff0201

dev-python/python-nbxmpp: Bump to 2.0.3

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

 dev-python/python-nbxmpp/Manifest  |  1 +
 .../python-nbxmpp/python-nbxmpp-2.0.3.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/python-nbxmpp/Manifest 
b/dev-python/python-nbxmpp/Manifest
index b51a4bea978..1f2598be88f 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1 +1,2 @@
 DIST python-nbxmpp-nbxmpp-2.0.2.tar.bz2 121999 BLAKE2B 
70116ab89fc99ed5a8bff7cf350f578673c54ee5c38a4cf58cdfa63645e142ad2d1163846989ad8eabd6ce6e9738b84f9e95f42dcce7703202c659c2c9ec29b6
 SHA512 
31fac81d856a993a7ca014519305c74c342c89e049d779386292e9dc73cde70d924d3fe2903cdb14231b60a583d92406a7830f61a29d2a9cf159a247b8e88509
+DIST python-nbxmpp-nbxmpp-2.0.3.tar.bz2 122433 BLAKE2B 
9543a93c2ea372fbe8412c410252907eeaa00e2576bbe4a614141d521d03ef997481b482e9990376cd5b8139e5daa01e51f946fd9792fb26bc0084e04f3b1de0
 SHA512 
6ba1dc045a7f6d761e8d9d5da9f4799aaff96155fa7260c76820bbe9c11d95a11777fe73b9f405ee9e4b93be2167dd575fae4cb880f0690bb6a99d091a5eadfc

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-2.0.3.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-2.0.3.ebuild
new file mode 100644
index 000..f19877c96c4
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-2.0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P=python-nbxmpp-nbxmpp-${PV}
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="https://dev.gajim.org/gajim/python-nbxmpp/;
+SRC_URI="https://dev.gajim.org/gajim/python-nbxmpp/-/archive/nbxmpp-${PV}/${MY_P}.tar.bz2;
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/precis-i18n[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



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

2021-07-25 Thread Michał Górny
commit: e917f169ac7c2ee781b3366c393bcf2cbc8f28b2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:18:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:21:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e917f169

dev-python/precis-i18n: Port to py3.10

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

 dev-python/precis-i18n/precis-i18n-1.0.3.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild 
b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
index 157bc735dd9..3d716b4820d 100644
--- a/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
+++ b/dev-python/precis-i18n/precis-i18n-1.0.3.ebuild
@@ -1,17 +1,16 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 MY_PN="${PN/-/_}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Internationalized Usernames and Passwords"
-HOMEPAGE="https://pypi.python.org/pypi/precis-i18n;
+HOMEPAGE="https://pypi.org/project/precis-i18n/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 



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

2021-07-25 Thread Michał Górny
commit: 8c92c9b361fb6600087d47ba0e1f7c6bcfadb1b1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:18:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c92c9b3

dev-python/gast: Remove old

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

 dev-python/gast/Manifest |  2 --
 dev-python/gast/gast-0.3.3-r1.ebuild | 17 -
 dev-python/gast/gast-0.4.0.ebuild| 20 
 3 files changed, 39 deletions(-)

diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index 7da60ee95b6..0f9e6ded9e8 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1,4 +1,2 @@
-DIST gast-0.3.3.tar.gz 13760 BLAKE2B 
0298ea81d3d133f8305fc6a7cf020213a75c2dbcb09c9648e533b8c2c58cf3e3f363448f905c8295bd34db0023be6dea00de0d901bffb1d55650773f7acc0135
 SHA512 
36869a5e0976223a5a82be8bf25a01654896f4de70affe0fec5252104ea6d1fea3eb8c5153530fcac8addc47b51535b02e3920a0e82aad11ba1ca8350cd11341
-DIST gast-0.4.0.tar.gz 13804 BLAKE2B 
9f614dbf5e7f635f2179481d933f9da53224e1d623548c14a0df4302e47d7c08237e46d13e73e62402bfd060ba002179c0592094f5c47612051973cafd0f3d2e
 SHA512 
d132884c51f7172db9b807095619b2cf3ef92acea18aa1de65f6a338b381b7d3fb3f79ff0c1f9ef9388ef885700b7e58309bd95ccebce46bd3173cc484c9c4f5
 DIST gast-0.5.0.tar.gz 14933 BLAKE2B 
5d70d832d69185227e574a4bf88752e1dff43ef0e3e78a1de8ac7ab96218530d37a6dd0a3e6e4bf1fe8e11afe98b8d87722bfc2d6c8b68d8ac4905f335c2b85a
 SHA512 
31c204587b3abcde61ce7343bef8439fab7e36c46de17eb2e02138e3d709f8f70e24c2c5d045044ef06e42119a50566c881d293c1c815743655354e72304701d
 DIST gast-0.5.1.tar.gz 14094 BLAKE2B 
e58e989198991fac1036363f7d1f7aa831263f0a9e5e616470fb6b7732b2bd39b9ce71cfd97b990bc29c3b9a978c56b90e375ec3d4a9b3c6692f44fd36d9309b
 SHA512 
955154d273e97bdb80528bf17bc060e6266c524218d81469ed99e09d099cfa320af5c8384f8cc51d22be254578221e068d7a2e2bd3f0279cb65d40a4eead7766

diff --git a/dev-python/gast/gast-0.3.3-r1.ebuild 
b/dev-python/gast/gast-0.3.3-r1.ebuild
deleted file mode 100644
index b4993552b2a..000
--- a/dev-python/gast/gast-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-inherit distutils-r1
-
-DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax 
Tree (AST)"
-HOMEPAGE="https://pypi.org/project/gast/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-distutils_enable_tests unittest

diff --git a/dev-python/gast/gast-0.4.0.ebuild 
b/dev-python/gast/gast-0.4.0.ebuild
deleted file mode 100644
index 07d27aad9c9..000
--- a/dev-python/gast/gast-0.4.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax 
Tree (AST)"
-HOMEPAGE="https://pypi.org/project/gast/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest



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

2021-07-25 Thread Michał Górny
commit: 0a1f876725518ba94cd9502103ca3f6b26a86f0f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 26 05:18:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 26 05:21:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1f8767

dev-python/beniget: Remove old

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

 dev-python/beniget/Manifest |  1 -
 dev-python/beniget/beniget-0.3.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/beniget/Manifest b/dev-python/beniget/Manifest
index fc1c7e1c5fd..1a05e3ea03f 100644
--- a/dev-python/beniget/Manifest
+++ b/dev-python/beniget/Manifest
@@ -1,2 +1 @@
-DIST beniget-0.3.0.gh.tar.gz 16001 BLAKE2B 
2a14acf8affb6066bfbf337d547c0eb2215d9d38aa5ed14300f6bd0699409f27619d468cb8cc44f510e38a4abda0e3705be2445c0809c74125f17e860cb5e97c
 SHA512 
c86421470c31a703c2f488826493737100d86c509c8e99d32d7244af8151962eeaebe0f3ff92cca90222bbbad6a045ddcda3d5efb449eb2e06783971a9c474ae
 DIST beniget-0.4.0.gh.tar.gz 16212 BLAKE2B 
881b08b40f69950a0689d10c8832d1fe02f3cbcbac3bb5e341084ed59075cb5ca86a22759753036bf65ab2c253e8455c2663b674759f007d49d2ba014a54e400
 SHA512 
521df94813a086832fe99420815823fe07803350ce8692bb45b793617cd642d0fb590304fe6bf5899073a7ec1c102abf5688ebca23e37803d4576ad86fcf7a96

diff --git a/dev-python/beniget/beniget-0.3.0.ebuild 
b/dev-python/beniget/beniget-0.3.0.ebuild
deleted file mode 100644
index a1ba9d3ed73..000
--- a/dev-python/beniget/beniget-0.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Extract semantic information about static Python code"
-HOMEPAGE="
-   https://pypi.org/project/beniget/
-   https://github.com/serge-sans-paille/beniget/;
-SRC_URI="
-   https://github.com/serge-sans-paille/beniget/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="=dev-python/gast-0.4*[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py



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

2021-07-25 Thread Sam James
commit: 63c9db8f6a1e19a68ea402f8b49ce12c063282c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:11:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:13:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c9db8f

media-sound/darkice: workaround build failure with GCC 11

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

 media-sound/darkice/darkice-1.4.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-sound/darkice/darkice-1.4.ebuild 
b/media-sound/darkice/darkice-1.4.ebuild
index b471a55018d..d5296f02e46 100644
--- a/media-sound/darkice/darkice-1.4.ebuild
+++ b/media-sound/darkice/darkice-1.4.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="A live audio streamer"
 HOMEPAGE="http://www.darkice.org/;
 
SRC_URI="https://github.com/rafael2k/${PN}/releases/download/v${PV}/${P}.tar.gz;
@@ -34,6 +36,9 @@ PATCHES=(
 )
 
 src_configure() {
+   # bug #787161
+   append-cxxflags -std=c++14
+
local myeconfargs=(
$(use_enable debug)
$(use_with aac faac)



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

2021-07-25 Thread Sam James
commit: e2faf5236578186c713c93b35b040f195d6800c7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:05:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:13:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2faf523

profiles: last-rite sci-misc/tango

Bug: https://bugs.gentoo.org/793020
Bug: https://bugs.gentoo.org/692976
Bug: https://bugs.gentoo.org/741600
Bug: https://bugs.gentoo.org/703948
Bug: https://bugs.gentoo.org/674334
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3b047bdc00a..f3fbc222e40 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-07-26)
+# Rather out of date, several open bugs, fails to build with GCC 11.
+# Removal in 2021-08-26.
+# bug #793020, bug #692976, bug #741600, bug #703948, bug #674334.
+sci-misc/tango
+
 # Sam James  (2021-07-26)
 # Fails to build with GCC 11.
 # Removal on 2021-08-26. bug #788577.



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

2021-07-25 Thread Sam James
commit: e1280560c77aa92a236c4886bf8a8896c9a18973
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:08:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:13:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1280560

media-sound/darkice: fix pkg reference in metadata

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

 media-sound/darkice/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/darkice/metadata.xml b/media-sound/darkice/metadata.xml
index fec9feab808..814fdc59179 100644
--- a/media-sound/darkice/metadata.xml
+++ b/media-sound/darkice/metadata.xml
@@ -6,7 +6,7 @@
Gentoo Sound project


-   AAC+ encoding via 
media-libs/libaacplus
+   AAC+ encoding via 
media-libs/libaacplus
Build with twolame support





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

2021-07-25 Thread Sam James
commit: 6c23be54cc87185f6ca8ccf072ef3118f53553b2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 05:08:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:13:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c23be54

media-sound/darkice: add github upstream metadata

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

 media-sound/darkice/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/darkice/metadata.xml b/media-sound/darkice/metadata.xml
index 99a3a083944..fec9feab808 100644
--- a/media-sound/darkice/metadata.xml
+++ b/media-sound/darkice/metadata.xml
@@ -10,6 +10,7 @@
Build with twolame support


+   rafael2k/darkice
darkice
darkice




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

2021-07-25 Thread Sam James
commit: c94d385875381ad310d8ec74bf00215f7ad938c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:52:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:13:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94d3858

profiles: last-rite net-im/minbif

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 481dbaf1eb1..3b047bdc00a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-07-26)
+# Fails to build with GCC 11.
+# Removal on 2021-08-26. bug #788577.
+net-im/minbif
+
 # Sam James  (2021-07-26)
 # No activity upstream. No reverse dependencies (library).
 # Fails to build with GCC 11.



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

2021-07-25 Thread Sam James
commit: 0d6d7857f65b41057bce971d6c30923179cc2c53
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:46:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 05:13:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6d7857

profiles: last-rite dev-cpp/libxsd-frontend

Bug: https://bugs.gentoo.org/787113
Bug: https://bugs.gentoo.org/735714
Bug: https://bugs.gentoo.org/657510
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1cd7229ce6c..481dbaf1eb1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-07-26)
+# No activity upstream. No reverse dependencies (library).
+# Fails to build with GCC 11.
+# Removal on 2021-08-26. bug #787113, bug #735714, bug #657510.
+dev-cpp/libxsd-frontend
+
 # John Helmert III  (2021-07-26)
 # Open security bug, service backing it seems to be dead, making these
 # packages useless. Old EAPIs. Removal on 2021-08-26. Bug #630814



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

2021-07-25 Thread John Helmert III
commit: c7ab1e71c9c38c41b4b78b035388c312be8dc056
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jul 26 05:07:27 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 05:09:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ab1e71

profiles: last rite app-portage/{deltup,getdelta}

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0ce0fd60966..1cd7229ce6c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2021-07-26)
+# Open security bug, service backing it seems to be dead, making these
+# packages useless. Old EAPIs. Removal on 2021-08-26. Bug #630814
+app-portage/getdelta
+app-portage/deltup
+
 # John Helmert III  (2021-07-26)
 # Maintained needed, open security bug, uninterested upstream.
 # No revdeps. Removal on 2021-08-26. Bug #752408.



[gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/

2021-07-25 Thread Miroslav Šulc
commit: 0d80b2337129f941d2cb768286bf56b329ee4c8e
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jul 26 04:59:47 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jul 26 04:59:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d80b233

dev-java/sun-jain-bin: removed obsolete 1.1.3{,-r1}

Closes: https://bugs.gentoo.org/786846
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild | 53 
 dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild| 45 
 2 files changed, 98 deletions(-)

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild 
b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild
deleted file mode 100644
index b611b620af9..000
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2
-
-MY_PV=${PV//./_}
-DESCRIPTION="JAI is a class library for managing images"
-HOMEPAGE="https://jai.dev.java.net/;
-
-BASE=http://download.java.net/media/jai/builds/release/${MY_PV}
-MY_P="jai-${MY_PV}"
-SRC_URI="
-   !amd64? ( ${BASE}/${MY_P}-lib-linux-i586.tar.gz )
-   amd64? ( ${BASE}/${MY_P}-lib-linux-amd64.tar.gz )"
-
-LICENSE="sun-bcla-jai"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=virtual/jre-1.3"
-
-RESTRICT="bindist mirror"
-QA_PREBUILT="*"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-   rm LICENSE-jai.txt || die
-}
-
-src_compile() { :; }
-
-src_install() {
-   dodoc *.txt
-
-   java-pkg_dojar lib/*.jar
-   use x86 && java-pkg_doso lib/*.so
-   use amd64 && java-pkg_doso lib/*.so
-}
-
-pkg_postinst() {
-   elog "This ebuild now installs into /opt/${PN} and /usr/share/${PN}"
-   elog 'To use you need to pass the following to java'
-   if use x86 || use amd64; then
-   elog '-Djava.library.path=$(java-config -i sun-jai-bin)'
-   fi
-   elog '-classpath $(java-config -p sun-jai-bin)'
-}

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild 
b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
deleted file mode 100644
index 1e21ce70574..000
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2
-
-MY_PV=${PV//./_}
-DESCRIPTION="JAI is a class library for managing images"
-HOMEPAGE="https://jai.dev.java.net/;
-SRC_URI="http://download.java.net/media/jai/builds/release/${MY_PV}/jai-${MY_PV}-lib-linux-i586.tar.gz;
-
-LICENSE="sun-bcla-jai"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-BDEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.3"
-
-RESTRICT="bindist mirror"
-QA_PREBUILT="*"
-
-S=${WORKDIR}/jai-${MY_PV}
-
-src_prepare() {
-   default
-   rm LICENSE-jai.txt || die
-}
-
-src_compile() { :; }
-
-src_install() {
-   dodoc *.txt
-
-   java-pkg_dojar lib/*.jar
-   use x86 && java-pkg_doso lib/*.so
-}
-
-pkg_postinst() {
-   elog "This ebuild now installs into /opt/${PN} and /usr/share/${PN}"
-   elog 'To use you need to pass the following to java'
-   use x86 && elog '-Djava.library.path=$(java-config -i sun-jai-bin)'
-   elog '-classpath $(java-config -p sun-jai-bin)'
-}



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

2021-07-25 Thread John Helmert III
commit: 897ed12b0254236c67b1c1d820751704202fe67e
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jul 26 03:34:07 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 04:38:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897ed12b

profiles: last-rite app-text/lout

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8c0d50e4908..0ce0fd60966 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2021-07-26)
+# Maintained needed, open security bug, uninterested upstream.
+# No revdeps. Removal on 2021-08-26. Bug #752408.
+app-text/lout
+
 # David Seifert  (2021-07-26)
 # Fails to build with GCC 11, terrible codebase, tests fail with
 # modern ImageMagick, last release over 12 years ago.



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipw2100-firmware/

2021-07-25 Thread Sam James
commit: 1a4b74995c4fa59120611e554f3d1126f4714239
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:36:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 04:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4b7499

sys-firmware/ipw2100-firmware: Keyword 1.3 arm64, #804031

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

 sys-firmware/ipw2100-firmware/ipw2100-firmware-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/ipw2100-firmware/ipw2100-firmware-1.3.ebuild 
b/sys-firmware/ipw2100-firmware/ipw2100-firmware-1.3.ebuild
index 8fe1580e831..f38b631d786 100644
--- a/sys-firmware/ipw2100-firmware/ipw2100-firmware-1.3.ebuild
+++ b/sys-firmware/ipw2100-firmware/ipw2100-firmware-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tgz"
 
 LICENSE="ipw2100-fw"
 SLOT="${PV}"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 S=${WORKDIR}



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

2021-07-25 Thread Sam James
commit: c0eee0241429ca9083d5f06936e3958d0b66a146
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:36:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 04:36:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eee024

sys-apps/pcmciautils: Keyword 018_p8-r3 arm64, #804022

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

 sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild 
b/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild
index 6ba72087ffb..927b4303960 100644
--- a/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild
+++ b/sys-apps/pcmciautils/pcmciautils-018_p8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV}.orig.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 IUSE="debug staticsocket"
 
 RDEPEND="sys-apps/kmod[tools]"



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

2021-07-25 Thread Sam James
commit: 82e7de7955db1a52650bc176af6f9416f4addd4a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:36:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 04:36:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e7de79

dev-python/pillow: Stabilize 8.3.0 arm64, #802090

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

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

diff --git a/dev-python/pillow/pillow-8.3.0.ebuild 
b/dev-python/pillow/pillow-8.3.0.ebuild
index fc76b7c9249..2d3f81c0ab9 100644
--- a/dev-python/pillow/pillow-8.3.0.ebuild
+++ b/dev-python/pillow/pillow-8.3.0.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples imagequant +jpeg jpeg2k lcms test tiff tk truetype webp xcb 
zlib"
 REQUIRED_USE="test? ( jpeg jpeg2k tiff )"
 RESTRICT="!test? ( test )"



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

2021-07-25 Thread Sam James
commit: 87694550f017481792c207c9eb7713ca1cd0baf6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:36:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 04:36:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87694550

sys-fs/quotatool: Keyword 1.6.2 arm64, #804303

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

 sys-fs/quotatool/quotatool-1.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild 
b/sys-fs/quotatool/quotatool-1.6.2.ebuild
index 1704f4c5ba4..9b99317ab36 100644
--- a/sys-fs/quotatool/quotatool-1.6.2.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="~amd64 ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 



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

2021-07-25 Thread Sam James
commit: 96ac5a0713e57f8034b5a234ffa8469303dbc288
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:36:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 04:36:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ac5a07

net-analyzer/wireshark: Stabilize 3.4.7 ppc64, #802216

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

 net-analyzer/wireshark/wireshark-3.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-3.4.7.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.7.ebuild
index 1a9a1653a89..a10e188cd19 100644
--- a/net-analyzer/wireshark/wireshark-3.4.7.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.4.7.ebuild
@@ -18,7 +18,7 @@ else

SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
S="${WORKDIR}/${P/_/}"
 
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc64 x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc64 x86"
 fi
 
 LICENSE="GPL-2"



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

2021-07-25 Thread Sam James
commit: 8477c872b559b0858a7c0b51a1320cebd20e8bf2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:36:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 04:36:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8477c872

net-misc/putty: Stabilize 0.76 ppc64, #801517

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

 net-misc/putty/putty-0.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/putty/putty-0.76.ebuild b/net-misc/putty/putty-0.76.ebuild
index 20a4257d006..62ac436ba4c 100644
--- a/net-misc/putty/putty-0.76.ebuild
+++ b/net-misc/putty/putty-0.76.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/;
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86"
 SRC_URI="
https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2
https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipw2200-firmware/

2021-07-25 Thread Sam James
commit: 8e5989b736750edea6d4da05ad7c0a9232ee6d99
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 04:36:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 04:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5989b7

sys-firmware/ipw2200-firmware: Keyword 3.1 arm64, #804031

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

 sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild 
b/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild
index ee07ac7f89c..c3fb4a57f70 100644
--- a/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild
+++ b/sys-firmware/ipw2200-firmware/ipw2200-firmware-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://www.bughost.org/firmware/${MY_P}.tgz;
 
 LICENSE="ipw2200-fw"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/

2021-07-25 Thread Georgy Yakovlev
commit: 60e551a79f90cf497c973d6eb321d2845ca4fc8f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul 26 04:04:47 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul 26 04:04:47 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=60e551a7

releases/specs/arm64/installcd-stage2-minimal: copy all mods

work around genkernel limitations
Signed-off-by: Georgy Yakovlev  gentoo.org>

 releases/specs/arm64/installcd-stage2-minimal.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/releases/specs/arm64/installcd-stage2-minimal.spec 
b/releases/specs/arm64/installcd-stage2-minimal.spec
index c5a8204c..d382e5aa 100644
--- a/releases/specs/arm64/installcd-stage2-minimal.spec
+++ b/releases/specs/arm64/installcd-stage2-minimal.spec
@@ -9,6 +9,7 @@ portage_confdir: @REPO_DIR@/releases/portage/isos
 
 livecd/bootargs: dokeymap
 livecd/fstype: squashfs
+livecd/gk_mainargs: --all-ramdisk-modules --firmware
 livecd/iso: install-arm64-minimal-@TIMESTAMP@.iso
 livecd/type: gentoo-release-minimal
 livecd/volid: Gentoo arm64 @TIMESTAMP@



[gentoo-commits] proj/releng:master commit in: releases/portage/isos/env/sys-kernel/

2021-07-25 Thread Georgy Yakovlev
commit: 2dfdd9d2784eb61c649051abe86bbe6cc2d14e0f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul 26 04:19:37 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul 26 04:19:37 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=2dfdd9d2

releases/portage/isos/env/sys-kernel/genkernel: apply on arm64 too

Bug: https://bugs.gentoo.org/796272
Signed-off-by: Georgy Yakovlev  gentoo.org>

 releases/portage/isos/env/sys-kernel/genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/portage/isos/env/sys-kernel/genkernel 
b/releases/portage/isos/env/sys-kernel/genkernel
index 67cb7b05..f766cde6 100644
--- a/releases/portage/isos/env/sys-kernel/genkernel
+++ b/releases/portage/isos/env/sys-kernel/genkernel
@@ -1,5 +1,5 @@
 post_src_unpack() {
-   if use ppc64; then
+   if use arm64 || use ppc64; then
einfo "hooked by ${BASH_SOURCE[0]} in ${FUNCNAME[0]}"
local patchfile

patchfile="${PORTAGE_CONFIGROOT%/}/etc/portage/patches/genkernel-ppc64-iso.patch"



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

2021-07-25 Thread William Hubbs
commit: 99479daf9ccb132e930a5b39d361b443820d6a62
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Jul 26 03:40:48 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jul 26 03:40:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99479daf

dev-lang/go: sync live

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

 dev-lang/go/go-.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-lang/go/go-.ebuild b/dev-lang/go/go-.ebuild
index 135a6fe19a9..75bf3b4e5a8 100644
--- a/dev-lang/go/go-.ebuild
+++ b/dev-lang/go/go-.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac
@@ -44,6 +44,10 @@ QA_FLAGS_IGNORED='.*'
 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
 QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
 
+# This package triggers "unrecognized elf file(s)" notices on riscv.
+# https://bugs.gentoo.org/794046
+QA_PREBUILT='.*'
+
 # Do not strip this package. Stripping is unsupported upstream and may
 # fail.
 RESTRICT+=" strip"
@@ -63,6 +67,7 @@ go_arch() {
x86)echo 386;;
x64-*)  echo amd64;;
ppc64) [[ $(tc-endian $@) = big ]] && echo ppc64 || echo 
ppc64le ;;
+   riscv) echo riscv64 ;;
s390) echo s390x ;;
*)  echo "${portage_arch}";;
esac



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/

2021-07-25 Thread Georgy Yakovlev
commit: b19539860281218a3e51c03614642139487990b4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul 26 03:24:49 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul 26 03:28:05 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=b1953986

releases/specs/arm64/installcd-stage2-minimal: pass --usepkg n to kpkg

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

 releases/specs/arm64/installcd-stage2-minimal.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/specs/arm64/installcd-stage2-minimal.spec 
b/releases/specs/arm64/installcd-stage2-minimal.spec
index f1d3c34b..c5a8204c 100644
--- a/releases/specs/arm64/installcd-stage2-minimal.spec
+++ b/releases/specs/arm64/installcd-stage2-minimal.spec
@@ -17,7 +17,7 @@ boot/kernel: gentoo
 
 boot/kernel/gentoo/sources: sys-kernel/gentoo-sources
 boot/kernel/gentoo/config: 
@REPO_DIR@/releases/kconfig/arm64/arm64-5.10.52.config
-boot/kernel/gentoo/packages: zfs zfs-kmod
+boot/kernel/gentoo/packages: --usepkg n zfs zfs-kmod
 
 livecd/unmerge:
app-admin/eselect



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

2021-07-25 Thread John Helmert III
commit: 9517266013b80bf8e96445a63cf25e27831eb793
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 21:25:01 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:12:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95172660

app-arch/rpm: drop 4.14.2.1-r1, 4.16.0

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

 app-arch/rpm/Manifest |   2 -
 app-arch/rpm/files/rpm-4.11.0-autotools.patch |  14 ---
 app-arch/rpm/files/rpm-4.16.0-libdir.patch|  34 --
 app-arch/rpm/files/rpm-4.9.1.2-libdir.patch   |  31 --
 app-arch/rpm/rpm-4.14.2.1-r1.ebuild   | 141 
 app-arch/rpm/rpm-4.16.0.ebuild| 153 --
 6 files changed, 375 deletions(-)

diff --git a/app-arch/rpm/Manifest b/app-arch/rpm/Manifest
index 4209654a205..230ca396760 100644
--- a/app-arch/rpm/Manifest
+++ b/app-arch/rpm/Manifest
@@ -1,3 +1 @@
-DIST rpm-4.14.2.1.tar.bz2 4156574 BLAKE2B 
2eb0cf621eecef7d8977d28d52be922156ceb64b14d2aefda0f5a927b90cf3d3e9c055d773e05ed52422254397153b79557dc94bdb43ca28a2ea126153a43c1f
 SHA512 
0aad457f91918904c15649a1764ce7cbfaf38e083678031286e866f7997be0435a6b7b73596706d97e9263cff7b4df4a3150b142d81e6e3fddbfcf67bd83f990
-DIST rpm-4.16.0.tar.bz2 4341683 BLAKE2B 
5161e5dcc6d9a1f1d4b8e44740fb368050b808fd9e8b8276fb17b530a4642e1b9ad104b5a30c0071215aef7f823eeab10988dd41f73af1c52d575529c374b5eb
 SHA512 
177119c3ac3d48980db55bb4ba0fdbb2a911968e5efc690bfa8cc343f850fc90531cc0dee6dd8e45d2b14f0d951ced35bd8893d24011b7f270745d281ddf4e3d
 DIST rpm-4.16.1.3.tar.bz2 4354652 BLAKE2B 
10013014bdeaf908b64c90f8e76f1d4b0cd0e8cb926f0cd979d7b1e1963b9a25c5b98531deea7e74e00168e2e6349f443fa4578c69c717ca1ab5e6b79d801f3a
 SHA512 
54e503b32dffaa73d6168f26a00220d9d9124082d8a1eb1ddf34ce32a482f07cb06ec654cf065fca1607cc37b13fa7d4fa9895553541d7cfddecf68c9eb96f2e

diff --git a/app-arch/rpm/files/rpm-4.11.0-autotools.patch 
b/app-arch/rpm/files/rpm-4.11.0-autotools.patch
deleted file mode 100644
index 2a2dcb129de..000
--- a/app-arch/rpm/files/rpm-4.11.0-autotools.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN rpm-4.11.0.1.old/configure.ac rpm-4.11.0.1/configure.ac
 rpm-4.11.0.1.old/configure.ac  2013-03-26 18:38:35.137667450 +0100
-+++ rpm-4.11.0.1/configure.ac  2013-03-26 18:44:08.632673258 +0100
-@@ -824,10 +810,6 @@
- 
- AC_SUBST(OBJDUMP)
- 
--if test "$with_external_db" = no; then
--AC_CONFIG_SUBDIRS(db3)
--fi
--
- AM_CONDITIONAL([WITH_INTERNAL_DB],[test "$with_external_db" = no])
- AM_CONDITIONAL([DOXYGEN],[test "$DOXYGEN" != no])
- AM_CONDITIONAL([HACKINGDOCS],[test "$with_hackingdocs" = yes])

diff --git a/app-arch/rpm/files/rpm-4.16.0-libdir.patch 
b/app-arch/rpm/files/rpm-4.16.0-libdir.patch
deleted file mode 100644
index c9f5f297233..000
--- a/app-arch/rpm/files/rpm-4.16.0-libdir.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -uNr rpm-4.16.0.ORIG/configure.ac rpm-4.16.0/configure.ac
 rpm-4.16.0.ORIG/configure.ac   2020-10-01 11:08:43.780842602 +0100
-+++ rpm-4.16.0/configure.ac2020-10-01 11:09:03.533705353 +0100
-@@ -935,13 +935,7 @@
- AC_DEFINE_UNQUOTED([RUNDIR],["${RUNDIR}"],[run-time variable directory])
- AC_SUBST(RUNDIR)
- 
--if test X"$prefix" = XNONE ; then
--usrprefix="$ac_default_prefix"
--else
--usrprefix=$prefix
--fi
--
--RPMCONFIGDIR="`echo ${usrprefix}/lib/rpm`"
-+RPMCONFIGDIR="`echo ${libexecdir}/rpm/`"
- AC_SUBST(RPMCONFIGDIR)
- 
- AC_SUBST(OBJDUMP)
-diff -uNr rpm-4.16.0.ORIG/rpm.am rpm-4.16.0/rpm.am
 rpm-4.16.0.ORIG/rpm.am 2020-10-01 11:08:43.743842859 +0100
-+++ rpm-4.16.0/rpm.am  2020-10-01 11:09:03.533705353 +0100
-@@ -1,10 +1,8 @@
- # Internal binaries
--## HACK: It probably should be $(libexecdir)/rpm or $(libdir)/rpm
--rpmlibexecdir = $(prefix)/lib/rpm
-+rpmlibexecdir = $(pkglibexecdir)
- 
- # Host independent config files
--## HACK: it probably should be $(datadir)/rpm
--rpmconfigdir = $(prefix)/lib/rpm
-+rpmconfigdir = $(pkglibexecdir)
- 
- # Libtool version (current-revision-age) for all our libraries
- rpm_version_info = 10:0:1

diff --git a/app-arch/rpm/files/rpm-4.9.1.2-libdir.patch 
b/app-arch/rpm/files/rpm-4.9.1.2-libdir.patch
deleted file mode 100644
index 22192649441..000
--- a/app-arch/rpm/files/rpm-4.9.1.2-libdir.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -urN rpm-4.9.1.2.old/configure.ac rpm-4.9.1.2/configure.ac
 rpm-4.9.1.2.old/configure.ac   2012-04-19 12:18:27.584725220 +0200
-+++ rpm-4.9.1.2/configure.ac   2012-04-19 12:34:50.302722933 +0200
-@@ -846,13 +846,7 @@
- AC_SUBST(RPMCANONGNU)
- AC_DEFINE_UNQUOTED([RPMCANONVENDOR],["${RPMCANONVENDOR}"],[canonical vendor])
- 
--if test X"$prefix" = XNONE ; then
--usrprefix="$ac_default_prefix"
--else
--usrprefix=$prefix
--fi
--
--RPMCONFIGDIR="`echo ${usrprefix}/lib/rpm`"
-+RPMCONFIGDIR="`echo ${libexecdir}/rpm/`"
- AC_SUBST(RPMCONFIGDIR)
- 
- 

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

2021-07-25 Thread John Helmert III
commit: c4bd74eb575a63959f5496507b6495bb895b6a38
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 21:26:52 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:13:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bd74eb

media-libs/libass: drop 0.15.0

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

 media-libs/libass/Manifest |  1 -
 media-libs/libass/libass-0.15.0.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest
index ec1dab70501..991eb1ad770 100644
--- a/media-libs/libass/Manifest
+++ b/media-libs/libass/Manifest
@@ -1,2 +1 @@
-DIST libass-0.15.0.tar.xz 367848 BLAKE2B 
1ba444d9d718eb364cf0d3ee743404adda36384432dcdfb350db59c1769042b7bbedf1610ecc1b89c2a6c98921710d71ceeac9888371e0774c30f4701746096a
 SHA512 
067ed519e64da7e2e45436bb09e390f1a77d966aeb9420729f36c9725d89491655ead69eb61b43f3220b8ff8f9de3891911b62757466f843ab13ee7149d88459
 DIST libass-0.15.1.tar.xz 369884 BLAKE2B 
d5b7a4e474aa847ace6ba36085b7c2ef6de3e70fe00e3ea99be0f6c54d807969d90bb08d651357445e2158b01058f4c2995e1bb1d5f895479cdc0fb67fa3495e
 SHA512 
e5a1cca7a72b21de7da2f83fc46db6b35e822593b67fa16563451f4121965e16e825a1665996a0e6022992e6b0365fc2b9b898932dd8086d2ee87b48851ef307

diff --git a/media-libs/libass/libass-0.15.0.ebuild 
b/media-libs/libass/libass-0.15.0.ebuild
deleted file mode 100644
index ad2264c782e..000
--- a/media-libs/libass/libass-0.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-DESCRIPTION="Library for SSA/ASS subtitles rendering"
-HOMEPAGE="https://github.com/libass/libass;
-SRC_URI="https://github.com/libass/libass/releases/download/${PV}/${P}.tar.xz;
-
-LICENSE="ISC"
-SLOT="0/9" # subslot = libass soname version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="+fontconfig"
-
-BDEPEND="
-   amd64? ( dev-lang/nasm )
-   x86? ( dev-lang/nasm )
-   virtual/pkgconfig"
-RDEPEND="
-   >=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}]
-   >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
-   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   >=media-libs/harfbuzz-0.9.12[truetype,${MULTILIB_USEDEP}]
-   fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-DOCS="Changelog"
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable fontconfig) \
-   --disable-static \
-   --disable-require-system-font-provider
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -type f -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/, sys-auth/pam_u2f/files/

2021-07-25 Thread John Helmert III
commit: 1244305b9284cf3cf0527fdac223920a5de8fde9
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 20:33:06 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:12:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1244305b

sys-auth/pam_u2f: drop 1.1.0

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

 sys-auth/pam_u2f/Manifest  |  1 -
 .../pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch | 13 ---
 .../files/pam_u2f-1.1.0-include-limits_h.patch | 41 --
 sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild  | 37 ---
 4 files changed, 92 deletions(-)

diff --git a/sys-auth/pam_u2f/Manifest b/sys-auth/pam_u2f/Manifest
index e0a33e89d4e..dfe47bbfd46 100644
--- a/sys-auth/pam_u2f/Manifest
+++ b/sys-auth/pam_u2f/Manifest
@@ -1,2 +1 @@
-DIST pam_u2f-1.1.0.tar.gz 415677 BLAKE2B 
dba5cd195d390ba4537752549fa5e0f4487930637fedd64b2750424d21d968bf8be54b75dccba92ac13a18b4e2d44825ec18089e9c4f5dc8e11ac12c36b8d28c
 SHA512 
0ffcc32f0bbee279ad02f9c1cd928e2cf1df2fdebe718d869c16b7fece8edafd73cf08c5dfd6a2bc08434ed1970e16e4f89b6dae3b027a961ab43b26818b634f
 DIST pam_u2f-1.1.1.tar.gz 429822 BLAKE2B 
8ed44f82295ea24fe30c5830971afd29a23b48e173c3cb69d3dcaf73b142de36f86087eaee69b1793a8846fdb2efc5530d52fa9f40e4357e6cd2ea9960b9bb39
 SHA512 
ca81c78e67c17c369117e9d38e50033eaa96e0b15673521db2c382de1aa2566f7406fb43801a5938758480966c5e7316943769db5be826983d3865710e0274c1

diff --git a/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch 
b/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch
deleted file mode 100644
index a83597602d4..000
--- a/sys-auth/pam_u2f/files/pam_u2f-1.0.2-fix-Makefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 a/Makefile.am
-+++ b/Makefile.am
-@@ -34,8 +34,8 @@
- # Release
- 
- install-exec-hook:
--  rm -f $(PAMDIR)/pam_u2f.la
--  chmod -f 644 $(PAMDIR)/pam_u2f.so || true
-+  rm -f $(DESTDIR)/$(PAMDIR)/pam_u2f.la
-+  chmod -f 644 $(DESTDIR)/$(PAMDIR)/pam_u2f.so || true
- 
- indent:
-   indent -kr -nut -i2 *.c *.h pamu2fcfg/*.c pamu2fcfg/*.h

diff --git a/sys-auth/pam_u2f/files/pam_u2f-1.1.0-include-limits_h.patch 
b/sys-auth/pam_u2f/files/pam_u2f-1.1.0-include-limits_h.patch
deleted file mode 100644
index edb959c7469..000
--- a/sys-auth/pam_u2f/files/pam_u2f-1.1.0-include-limits_h.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From d46b5ed35017b089c30dd21305ac2147fcfc24f0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
- 
-Date: Fri, 16 Oct 2020 06:49:08 +0700
-Subject: [PATCH] b64,util: always include limits.h
-
-UCHAR_MAX and INT_MAX are defined within limits.h
-
-Current codebase failed to be built in Linux with musl libc due to
-missing this inclusion.
-
-Fix it.

- b64.c  | 1 +
- util.c | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/b64.c b/b64.c
-index 0649c1e..7788089 100644
 a/b64.c
-+++ b/b64.c
-@@ -4,6 +4,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 
-diff --git a/util.c b/util.c
-index fdae095..3ea1bd2 100644
 a/util.c
-+++ b/util.c
-@@ -9,6 +9,7 @@
- #include 
- #include 
- 
-+#include 
- #include 
- #include 
- #include 

diff --git a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild 
b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
deleted file mode 100644
index 0774e3d2d44..000
--- a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic pam
-
-DESCRIPTION="PAM module for FIDO2 and U2F keys"
-HOMEPAGE="https://github.com/Yubico/pam-u2f;
-SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz;
-
-LICENSE="BSD ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
-   dev-libs/libfido2:0=
-   dev-libs/openssl:0=
-   sys-libs/pam"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch"
-   "${FILESDIR}/${PN}-1.1.0-include-limits_h.patch"
-)
-
-src_prepare() {
-   default
-   use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
-   eautoreconf
-}
-
-src_configure() {
-   econf --with-pam-dir=$(getpam_mod_dir)
-}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/

2021-07-25 Thread John Helmert III
commit: 0ece19340e455a495fe963602e5d458089947d34
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 20:52:39 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:12:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ece1934

net-vpn/tor: drop 0.4.5.7-r1

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

 net-vpn/tor/Manifest  |   2 -
 net-vpn/tor/tor-0.4.5.7-r1.ebuild | 109 --
 2 files changed, 111 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index ed41380233f..af7114d3f72 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,7 +1,5 @@
 DIST tor-0.4.4.9.tar.gz 7723996 BLAKE2B 
4d24335592a53f06040425cdca71a0efb15da475255f8aa33bee6e802847713a45f74866c59e2d5ce91f79153032bf21bf362c35d9b5ac8c17a1ad78a44525c7
 SHA512 
c2864c8c81c5bf0c6825841bfd6be3c1879e29b4796921b12304f094c9e889fbc60c3e0c2ca23838ecc9e153b7c9ba47052f3d692ce2e0f408f0a7b708961877
 DIST tor-0.4.4.9.tar.gz.asc 833 BLAKE2B 
d47cc35a6d6766e98d7c486aec63c1c407ef1f5464c5718eabdc3c26f03ffa011889e569bce5a3914ee8857ddcdd7bc8f4163ebcec5bd7100bfb07983b3cd6ab
 SHA512 
0e2c5cb6667fd5f786c19e47f6f8d146e93e74496585fb89f33b546eb7dbddea268a89d049c929e694e6114034341624a67ed0e0926fd634cf3ecd1b8a5da584
-DIST tor-0.4.5.7.tar.gz 7816158 BLAKE2B 
839a81b237e29f12ace8be518d6aed87dce8cc162f8e0701480676996ebe76ad1093f785c8148484e3f14c6bae01499a1a3434d07c465aa6130c18fcbf66236c
 SHA512 
1ca0e35eff5b344ee416de4cb958d7f04d4e5e9f2efff524576b1fc3c2882dbc068d35f25670e7efe5fcb51308b165393b1078fc46585ec6d40052daa0628a05
-DIST tor-0.4.5.7.tar.gz.asc 833 BLAKE2B 
ede473bd1083acf96c05a1469651a89bc38147f8cb82eaaa4bf2eea8731b1a7a05ccf7d26c59bda51cb46e3a9e762c93a813d05a9e07f24b6d8edb65c4a4e079
 SHA512 
f41009b3683584a2a6df2609f2bd6b134d5cd02547f53a60aa18a847f3aa8e9a1b0edbd45a52930ba15b19e48c7d6d80a94f8be69a3e4b4e1c39acc810cfacee
 DIST tor-0.4.5.9.tar.gz 7840294 BLAKE2B 
75babcbf7929fa34034ad706df1189ca7988e8c5db30f7051a5a006d8bb61afa7ebf7d0f7441e3ef1df1bc777cd80dc165c1d481d65a695c315b8820f8be392a
 SHA512 
b3c3b5cce30c881fb1e705ec6183513f625ddb9d076671b9cd6299e81a410bc12f59a30677636371c336e397211432f0831bdcb2105c9aed8dcb608eae54e2b2
 DIST tor-0.4.5.9.tar.gz.asc 833 BLAKE2B 
fca3769b683e8bb90540026dda6d2f302d499262c806f7c7215e7a30908cd46b807717fd130380d114660380166852f6a0cbb702966c6930004d04098718d582
 SHA512 
df538981aa19a2fa730a1e357f277f22b3cae769a1d13fa1d920a5e949d5b3770a8de9883eeaf2522c8b24327f73505569ac0f6ecf77139ddb5ef1e2418924b6
 DIST tor-0.4.6.5.tar.gz 7754823 BLAKE2B 
bdff61863f8b48381cc52d66c54f417e90177118d6cdd1402f3ecca9783f32141f74bb979b4f8c919d9e2c6cd4373fd9a5e0e84498a26470af1fbc6eb2c7caed
 SHA512 
62bcd8d446199cdd397a688d454730a057ef20be4152e6d0632f64df27c993c70be0dbde0a2e7679a8a20850371a503b8daf777296d555760d8aae3286e48050

diff --git a/net-vpn/tor/tor-0.4.5.7-r1.ebuild 
b/net-vpn/tor/tor-0.4.5.7-r1.ebuild
deleted file mode 100644
index aacbb466ed1..000
--- a/net-vpn/tor/tor-0.4.5.7-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit flag-o-matic python-any-r1 readme.gentoo-r1 systemd verify-sig
-
-MY_PV="$(ver_rs 4 -)"
-MY_PF="${PN}-${MY_PV}"
-DESCRIPTION="Anonymizing overlay network for TCP"
-HOMEPAGE="http://www.torproject.org/;
-SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
-   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
-   verify-sig? ( https://dist.torproject.org/${MY_PF}.tar.gz.asc )"
-S="${WORKDIR}/${MY_PF}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86 ~ppc-macos"
-fi
-IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
-
-BDEPEND="verify-sig? ( app-crypt/openpgp-keys-tor )"
-DEPEND="
-   dev-libs/libevent:=[ssl]
-   sys-libs/zlib
-   caps? ( sys-libs/libcap )
-   man? ( app-text/asciidoc )
-   dev-libs/openssl:0=[-bindist(-)]
-   lzma? ( app-arch/xz-utils )
-   scrypt? ( app-crypt/libscrypt )
-   seccomp? ( >=sys-libs/libseccomp-2.4.1 )
-   systemd? ( sys-apps/systemd )
-   zstd? ( app-arch/zstd )"
-RDEPEND="
-   acct-user/tor
-   acct-group/tor
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-tor )"
-
-# bug #764260
-DEPEND+="
-   test? (
-   ${DEPEND}
-   ${PYTHON_DEPS}
-   )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
-   "${FILESDIR}"/${PN}-0.4.5.5_rc1-LDFLAGS-typo.patch
-)
-
-DOCS=()
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   use doc && DOCS+=( 

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

2021-07-25 Thread John Helmert III
commit: 00a184a68ba0372f2257b78735e7ec063cb8ff47
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 20:57:34 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:12:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a184a6

net-libs/libesmtp: drop 1.0.6-r3

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

 net-libs/libesmtp/Manifest |  1 -
 ...esmtp-1.0.6-openssl-1.1-api-compatibility.patch | 72 --
 net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild | 49 ---
 net-libs/libesmtp/metadata.xml |  3 -
 4 files changed, 125 deletions(-)

diff --git a/net-libs/libesmtp/Manifest b/net-libs/libesmtp/Manifest
index 1f90f38fe74..63053aa86fb 100644
--- a/net-libs/libesmtp/Manifest
+++ b/net-libs/libesmtp/Manifest
@@ -1,2 +1 @@
-DIST libesmtp-1.0.6.tar.bz2 365506 BLAKE2B 
9ce8c9f210e6c41c95bba55a7aec79c176c4582f5dafc1aba4fbf9adb411b75ab89d400ac7a12b7d5d24ede414cb8e2ca306299a2e156515e611d074142cf5e8
 SHA512 
c122fc5995b76771cce2db58c9e59597cc3a76d273feb6fc26b869f118e91bdf98a5721ee2d1de8175c376af018b5806b0379bbeba2f5da95108916028fd8dda
 DIST libesmtp-1.1.0.tar.gz 169134 BLAKE2B 
94ef87c65101557f6d60a6bcd7a8b0de638c24d46536ddf602da05c09858780b0a50f9fd8dae1e54a5e9a7826d45fa6da10bad751a9be50475a8f441c94ad455
 SHA512 
fc2a9d9922a1807cce8c8cee627ea8fd3a79c33f0987c5a487080b1a1659fd504bc45da2f919d30eced33ab3e950105383a46ecf3365493134adc1183eb99e53

diff --git 
a/net-libs/libesmtp/files/libesmtp-1.0.6-openssl-1.1-api-compatibility.patch 
b/net-libs/libesmtp/files/libesmtp-1.0.6-openssl-1.1-api-compatibility.patch
deleted file mode 100644
index bc3e3f35684..000
--- a/net-libs/libesmtp/files/libesmtp-1.0.6-openssl-1.1-api-compatibility.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 556f220..2c0693d 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -303,7 +303,7 @@ if test x$with_openssl != xno ; then
-   )
- fi
- if test x$with_openssl != xno ; then
--  AC_CHECK_LIB(ssl, SSL_library_init, [
-+  AC_CHECK_LIB(ssl, SSL_new, [
-   with_openssl=yes
-   LIBS="-lssl -lcrypto $LIBS"
-], [
-diff --git a/smtp-tls.c b/smtp-tls.c
-index 9a66806..cfc6589 100644
 a/smtp-tls.c
-+++ b/smtp-tls.c
-@@ -57,6 +57,7 @@ static void *ctx_password_cb_arg;
- #ifdef USE_PTHREADS
- #include 
- static pthread_mutex_t starttls_mutex = PTHREAD_MUTEX_INITIALIZER;
-+#if OPENSSL_VERSION_NUMBER < 0x1010
- static pthread_mutex_t *openssl_mutex;
- 
- static void
-@@ -70,6 +71,7 @@ openssl_mutexcb (int mode, int n,
- pthread_mutex_unlock (_mutex[n]);
- }
- #endif
-+#endif
- 
- static int
- starttls_init (void)
-@@ -77,6 +79,10 @@ starttls_init (void)
-   if (tls_init)
- return 1;
- 
-+#if OPENSSL_VERSION_NUMBER < 0x1010
-+  /* starting from OpenSSL 1.1.0, OpenSSL uses a new threading API and does 
its own locking */
-+  /* also initialization has been reworked and is done automatically */
-+  /* so there's not much to do here any more */
- #ifdef USE_PTHREADS
-   /* Set up mutexes for the OpenSSL library */
-   if (openssl_mutex == NULL)
-@@ -94,9 +100,10 @@ starttls_init (void)
-   CRYPTO_set_locking_callback (openssl_mutexcb);
- }
- #endif
--  tls_init = 1;
-   SSL_load_error_strings ();
-   SSL_library_init ();
-+#endif
-+  tls_init = 1;
-   return 1;
- }
- 
-@@ -201,7 +208,15 @@ starttls_create_ctx (smtp_session_t session)
-  3207.  Servers typically support SSL as well as TLS because some
-  versions of Netscape do not support TLS.  I am assuming that all
-  currently deployed servers correctly support TLS.  */
-+#if OPENSSL_VERSION_NUMBER < 0x1010
-   ctx = SSL_CTX_new (TLSv1_client_method ());
-+#else
-+  ctx = SSL_CTX_new (TLS_client_method ());
-+  if (!SSL_CTX_set_min_proto_version(ctx, TLS1_VERSION)) {
-+/* FIXME: set an error code AND free the allocated ctx */
-+return NULL;
-+  }
-+#endif
- 
-   /* Load our keys and certificates.  To avoid messing with configuration
-  variables etc, use fixed paths for the certificate store.  These are

diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild 
b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild
deleted file mode 100644
index 8e13d2d8b76..000
--- a/net-libs/libesmtp/libesmtp-1.0.6-r3.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
-
-inherit autotools
-
-DESCRIPTION="lib that implements the client side of the SMTP protocol"
-HOMEPAGE="http://brianstafford.info/libesmtp/;
-SRC_URI="http://brianstafford.info/${PN}/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="debug ntlm ssl static-libs threads"
-
-RDEPEND="
-   

[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/

2021-07-25 Thread John Helmert III
commit: abf6e301e4a544834bdc34db65cdb82b2e7bb116
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 21:10:56 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf6e301

net-vpn/tor: drop EoL'd 0.4.4.9-r1

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

 net-vpn/tor/Manifest  |   2 -
 net-vpn/tor/tor-0.4.4.9-r1.ebuild | 109 --
 2 files changed, 111 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index af7114d3f72..5dcfb48a47e 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,5 +1,3 @@
-DIST tor-0.4.4.9.tar.gz 7723996 BLAKE2B 
4d24335592a53f06040425cdca71a0efb15da475255f8aa33bee6e802847713a45f74866c59e2d5ce91f79153032bf21bf362c35d9b5ac8c17a1ad78a44525c7
 SHA512 
c2864c8c81c5bf0c6825841bfd6be3c1879e29b4796921b12304f094c9e889fbc60c3e0c2ca23838ecc9e153b7c9ba47052f3d692ce2e0f408f0a7b708961877
-DIST tor-0.4.4.9.tar.gz.asc 833 BLAKE2B 
d47cc35a6d6766e98d7c486aec63c1c407ef1f5464c5718eabdc3c26f03ffa011889e569bce5a3914ee8857ddcdd7bc8f4163ebcec5bd7100bfb07983b3cd6ab
 SHA512 
0e2c5cb6667fd5f786c19e47f6f8d146e93e74496585fb89f33b546eb7dbddea268a89d049c929e694e6114034341624a67ed0e0926fd634cf3ecd1b8a5da584
 DIST tor-0.4.5.9.tar.gz 7840294 BLAKE2B 
75babcbf7929fa34034ad706df1189ca7988e8c5db30f7051a5a006d8bb61afa7ebf7d0f7441e3ef1df1bc777cd80dc165c1d481d65a695c315b8820f8be392a
 SHA512 
b3c3b5cce30c881fb1e705ec6183513f625ddb9d076671b9cd6299e81a410bc12f59a30677636371c336e397211432f0831bdcb2105c9aed8dcb608eae54e2b2
 DIST tor-0.4.5.9.tar.gz.asc 833 BLAKE2B 
fca3769b683e8bb90540026dda6d2f302d499262c806f7c7215e7a30908cd46b807717fd130380d114660380166852f6a0cbb702966c6930004d04098718d582
 SHA512 
df538981aa19a2fa730a1e357f277f22b3cae769a1d13fa1d920a5e949d5b3770a8de9883eeaf2522c8b24327f73505569ac0f6ecf77139ddb5ef1e2418924b6
 DIST tor-0.4.6.5.tar.gz 7754823 BLAKE2B 
bdff61863f8b48381cc52d66c54f417e90177118d6cdd1402f3ecca9783f32141f74bb979b4f8c919d9e2c6cd4373fd9a5e0e84498a26470af1fbc6eb2c7caed
 SHA512 
62bcd8d446199cdd397a688d454730a057ef20be4152e6d0632f64df27c993c70be0dbde0a2e7679a8a20850371a503b8daf777296d555760d8aae3286e48050

diff --git a/net-vpn/tor/tor-0.4.4.9-r1.ebuild 
b/net-vpn/tor/tor-0.4.4.9-r1.ebuild
deleted file mode 100644
index 8a971fb7b60..000
--- a/net-vpn/tor/tor-0.4.4.9-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit flag-o-matic python-any-r1 readme.gentoo-r1 systemd verify-sig
-
-MY_PV="$(ver_rs 4 -)"
-MY_PF="${PN}-${MY_PV}"
-DESCRIPTION="Anonymizing overlay network for TCP"
-HOMEPAGE="http://www.torproject.org/;
-SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
-   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
-   verify-sig? ( https://dist.torproject.org/${MY_PF}.tar.gz.asc )"
-S="${WORKDIR}/${MY_PF}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
-fi
-IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
-
-BDEPEND="verify-sig? ( app-crypt/openpgp-keys-tor )"
-DEPEND="
-   dev-libs/libevent:=[ssl]
-   sys-libs/zlib
-   caps? ( sys-libs/libcap )
-   man? ( app-text/asciidoc )
-   dev-libs/openssl:0=[-bindist(-)]
-   lzma? ( app-arch/xz-utils )
-   scrypt? ( app-crypt/libscrypt )
-   seccomp? ( >=sys-libs/libseccomp-2.4.1 )
-   systemd? ( sys-apps/systemd )
-   zstd? ( app-arch/zstd )"
-RDEPEND="
-   acct-user/tor
-   acct-group/tor
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-tor )"
-
-# bug #764260
-DEPEND+="
-   test? (
-   ${DEPEND}
-   ${PYTHON_DEPS}
-   )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
-   "${FILESDIR}"/${PN}-0.3.3.2-alpha-tor.service.in.patch
-)
-
-DOCS=()
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   use doc && DOCS+=( README ChangeLog ReleaseNotes doc/HACKING )
-   export ac_cv_lib_cap_cap_init=$(usex caps)
-   econf \
-   --localstatedir="${EPREFIX}/var" \
-   --disable-all-bugs-are-fatal \
-   --enable-system-torrc \
-   --disable-android \
-   --disable-html-manual \
-   --disable-libfuzzer \
-   --enable-missing-doc-warnings \
-   --disable-module-dirauth \
-   --enable-pic \
-   --disable-rust \
-   --disable-restart-debugging \
-   --disable-zstd-advanced-apis  \
-   $(use_enable 

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

2021-07-25 Thread John Helmert III
commit: e8eb7be4480f96a2efd24f83b954e27c3ad5607b
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul 25 20:26:54 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 26 03:12:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eb7be4

net-libs/libupnp: drop 1.14.0, 1.14.5

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

 net-libs/libupnp/Manifest  |  2 --
 net-libs/libupnp/libupnp-1.14.0.ebuild | 50 
 net-libs/libupnp/libupnp-1.14.5.ebuild | 52 --
 3 files changed, 104 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index fb38da8d00a..f3c0cc8ddcb 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,3 +1 @@
-DIST libupnp-1.14.0.tar.gz 788668 BLAKE2B 
8e77f49c6eacbaff2d4194f281f73e882d282b1af400b2d8e08111b7cb0b89305f3f06b8e0ebdf8eab35de39bcd2cd30be3ecb575d560c652e96bd7831eade40
 SHA512 
d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7
-DIST libupnp-1.14.5.tar.gz 782662 BLAKE2B 
7b1a4f115d4fb545b26909d8f6feb0a017160876506f35a5932a0898e68104eb43d92f82872359bc7bccf27a05d41632296041bb450e8109758a0ff6b7dd8e58
 SHA512 
6a1587943fb76b860fa879b050ae46189cb9c6a514df3f00eefe8c3eaa268aa5c0307895b38cac22fac57a2918b925ecefde7c46b7c50f87cfcf86afd9ee180d
 DIST libupnp-1.14.7.tar.gz 785084 BLAKE2B 
539388737dda0dd037cb50fbc1cca8bcdc43d1d706bdb7da19d1a184cfd61f3d585d9beef2a9c8c33f2cb2640a8479210ad6c358abd7193f304509df574e912c
 SHA512 
92dd80d1bbaa64e6d3909c5bce73d0340fcd3a3c1d247a634bd48ec077ba0ce0b8224d1a670a66f6a8c591e31a54f15526071d62ae5460e85d582d7b6b67c674

diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild 
b/net-libs/libupnp/libupnp-1.14.0.ebuild
deleted file mode 100644
index 263bfc91655..000
--- a/net-libs/libupnp/libupnp-1.14.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/;
-SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux"
-IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
-
-# bug 733750
-RESTRICT="test"
-
-DOCS="ChangeLog"
-
-S="${WORKDIR}/pupnp-release-${PV}"
-
-src_prepare() {
-   default
-
-   # fix tests
-   chmod +x ixml/test/test_document.sh || die
-
-   eautoreconf
-}
-
-src_configure() {
-   use x86-fbsd && append-flags -O1
-   # w/o docdir to avoid sandbox violations
-   econf $(use_enable debug) \
-   $(use_enable blocking-tcp blocking-tcp-connections) \
-   $(use_enable ipv6) \
-   $(use_enable reuseaddr) \
-   $(use_enable static-libs static) \
-   $(use_enable samples)
-}
-
-src_install() {
-   default
-
-   if ! use static-libs ; then
-   find "${D}" -name '*.la' -delete || die
-   fi
-}

diff --git a/net-libs/libupnp/libupnp-1.14.5.ebuild 
b/net-libs/libupnp/libupnp-1.14.5.ebuild
deleted file mode 100644
index 4d8eccaa915..000
--- a/net-libs/libupnp/libupnp-1.14.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/;
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
-IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs"
-
-# bug 733750
-RESTRICT="test"
-
-DOCS="ChangeLog"
-
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-src_prepare() {
-   default
-
-   # fix tests
-   chmod +x ixml/test/test_document.sh || die
-
-   eautoreconf
-}
-
-src_configure() {
-   use x86-fbsd && append-flags -O1
-   # w/o docdir to avoid sandbox violations
-   econf $(use_enable debug) \
-   $(use_enable blocking-tcp blocking-tcp-connections) \
-   $(use_enable ipv6) \
-   $(use_enable reuseaddr) \
-   $(use_enable static-libs static) \
-   $(use_enable samples)
-}
-
-src_install() {
-   default
-
-   if ! use static-libs ; then
-   find "${D}" -name '*.la' -delete || die
-   fi
-}



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

2021-07-25 Thread Sam James
commit: dc05facf74b128cd7b8570c25de699a2e07a48e9
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 03:07:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 03:07:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc05facf

dev-python/uvicorn: Stabilize 0.14.0 sparc, #796065

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

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

diff --git a/dev-python/uvicorn/uvicorn-0.14.0.ebuild 
b/dev-python/uvicorn/uvicorn-0.14.0.ebuild
index 3d92554807a..e93bdc3d15e 100644
--- a/dev-python/uvicorn/uvicorn-0.14.0.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.14.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 RDEPEND="
>=dev-python/asgiref-3.3.4[${PYTHON_USEDEP}]



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

2021-07-25 Thread Sam James
commit: 11c1cc8ae803309c60ab904b88c4c2f8c64db9bb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 03:07:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 03:07:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c1cc8a

dev-python/httpx: Stabilize 0.18.1 sparc, #796065

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

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

diff --git a/dev-python/httpx/httpx-0.18.1.ebuild 
b/dev-python/httpx/httpx-0.18.1.ebuild
index 698f23ed8e2..fa29404be36 100644
--- a/dev-python/httpx/httpx-0.18.1.ebuild
+++ b/dev-python/httpx/httpx-0.18.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]



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

2021-07-25 Thread Sam James
commit: 9b7ef54290e4998f3ca19a2144d737ed426a3a97
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 03:07:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 03:07:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7ef542

dev-python/httpretty: Stabilize 1.1.3 sparc, #796065

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

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

diff --git a/dev-python/httpretty/httpretty-1.1.3.ebuild 
b/dev-python/httpretty/httpretty-1.1.3.ebuild
index d03757db570..2f421089dfc 100644
--- a/dev-python/httpretty/httpretty-1.1.3.ebuild
+++ b/dev-python/httpretty/httpretty-1.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 RDEPEND="
dev-python/urllib3[${PYTHON_USEDEP}]"



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

2021-07-25 Thread Sam James
commit: a7f5ac0e2429976951ee1dd40dd8ed4598b290fe
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 03:00:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 03:00:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f5ac0e

app-admin/puppet-agent: depend on sys-libs/libxcrypt[compat]

Provides libcrypt.so.1.

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

 .../{puppet-agent-7.9.0-r1.ebuild => puppet-agent-7.9.0-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild 
b/app-admin/puppet-agent/puppet-agent-7.9.0-r2.ebuild
similarity index 98%
rename from app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild
rename to app-admin/puppet-agent/puppet-agent-7.9.0-r2.ebuild
index 3f124864f8a..b8a399857d7 100644
--- a/app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-7.9.0-r2.ebuild
@@ -30,7 +30,7 @@ RDEPEND="${CDEPEND}
sys-libs/libselinux
sys-libs/glibc
sys-libs/readline:0/8
-   sys-libs/libxcrypt
+   sys-libs/libxcrypt[compat]
sys-libs/ncurses:0[tinfo]
selinux? (
sys-libs/libselinux[ruby]



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

2021-07-25 Thread Matthew Thode
commit: b162d014eb1c3069490abf447a816fe2125bb3d3
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 26 02:58:17 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jul 26 02:58:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b162d014

app-admin/puppet-agent: fix symlink to libcrypt.so.1

Closes: https://bugs.gentoo.org/804085
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 .../{puppet-agent-7.9.0.ebuild => puppet-agent-7.9.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-agent/puppet-agent-7.9.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild
similarity index 95%
rename from app-admin/puppet-agent/puppet-agent-7.9.0.ebuild
rename to app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild
index 4a86bc59357..3f124864f8a 100644
--- a/app-admin/puppet-agent/puppet-agent-7.9.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-7.9.0-r1.ebuild
@@ -70,5 +70,5 @@ src_install() {
dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
-   dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 
/opt/puppetlabs/puppet/lib/libcrypt.so.1
+   dosym ../../../../lib/libcrypt.so.1 
/opt/puppetlabs/puppet/lib/libcrypt.so.1
 }



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

2021-07-25 Thread Sam James
commit: 582757e654c0801730e9d38939678276a537197e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:55:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:55:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582757e6

www-client/chromium: Stabilize 92.0.4515.107 arm64, #803167

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

 www-client/chromium/chromium-92.0.4515.107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-92.0.4515.107.ebuild 
b/www-client/chromium/chromium-92.0.4515.107.ebuild
index 3a52332ae4a..fcf6fd1d4b9 100644
--- a/www-client/chromium/chromium-92.0.4515.107.ebuild
+++ b/www-client/chromium/chromium-92.0.4515.107.ebuild
@@ -25,7 +25,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon +hangouts headless 
+js-type-check kerberos official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-icu vaapi wayland widevine"
 REQUIRED_USE="
component-build? ( !suid )



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/

2021-07-25 Thread Azael Reyes
commit: 56faf27c0265095413b7e8eb1dcfe8b40953355b
Author: Azael Reyes  gmail  com>
AuthorDate: Mon Jul 26 02:50:28 2021 +
Commit: Azael Reyes  gmail  com>
CommitDate: Mon Jul 26 02:50:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56faf27c

dev-libs/octetos-coreutils: fxing mkdir comand

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-3.0.20, Repoman-3.0.2

 dev-libs/octetos-coreutils/Manifest|  1 +
 .../octetos-coreutils-0.17.0_alpha.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest 
b/dev-libs/octetos-coreutils/Manifest
index a952b7539..035edb2d4 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,2 +1,3 @@
 DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 
1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e
 SHA512 
7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325
 DIST octetos-coreutils-0.13.0_alpha.tar.gz 32902 BLAKE2B 
3d063d8354b81cc3eb71d7f7a4cd3ef85ce3fb10e469c32a8117c5d76aa090ca1b0a9bdd2eab21ffdf9b44e1ac0893cf9332ce78ebb6ee63c44d5f6755dfbda4
 SHA512 
faf3391254f550c765e733b5977a53340de718e07614fa7b2ac044c301da26312d278d60042e5636141f8951fac3beaaec84cd6f8b1f7140f8cf920e1c4b31e2
+DIST octetos-coreutils-0.17.0_alpha.tar.gz 33027 BLAKE2B 
e991be57ebbd8efeec6493e06e890446dbcbd30c4e2f7d85c9addcae5ca700867a7e3f60725fc847bbe5acae14f0ac75c84f4c25c89464a38233b65a3cf49a35
 SHA512 
59318a60aae00f76d91d7c80b40bef7216715d6761f3dd1f0969ddb477b089e4290f25eb28a18ae0b9db4cdf0d19facbf9b6c0edcd6b8fc07e71f5cf9f222142

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild 
b/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild
new file mode 100644
index 0..817ec4977
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha}"
+MYP="${PN}-${MYPV}"
+
+DESCRIPTION="Similar to coreutils but is a C++ API."
+HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git;
+else
+   SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/octetos-core"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-libs/check
+   dev-util/cunit
+"
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+
+src_configure() {
+   econf
+}



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

2021-07-25 Thread Sam James
commit: f9d1f763e6d6ed76e8b92c0c99fbb312244414b2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:42:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:43:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d1f763

profiles: consolidate PROJ 8 mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ddb9c1b42ef..8c0d50e4908 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -508,11 +508,6 @@ media-gfx/povtree
 ~media-plugins/gst-plugins-ximagesrc-1.18.4
 ~media-plugins/gst-plugins-zbar-1.18.4
 
-# Andrey Grozin  (2021-05-25)
-# DEPENDs on sci-libs/proj-8
-# Unmask after unmasking proj-8
->=sci-geosciences/qmapshack-1.16
-
 # Miroslav Šulc  (2021-05-24)
 # it's just a demo project, not a real app, see disclaimer
 # at https://github.com/romainguy/jext
@@ -606,6 +601,7 @@ sys-devel/autoconf:2.71
 # which haven't yet ported.
 # bug #729098
 >=sci-libs/proj-8.0.0
+>=sci-geosciences/qmapshack-1.16
 
 # Sam James  (2021-02-18)
 # 0.9.27 included a regression wrt deletes



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

2021-07-25 Thread William Hubbs
commit: b4eae5881b582037bef7f6fcb52295f67b0fcf3c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Jul 26 02:38:44 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jul 26 02:41:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4eae588

dev-lang/go: Remove 1.15.13 and 1.16.5

Bug: https://bugs.gentoo.org/802054
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/Manifest  |   2 -
 dev-lang/go/go-1.15.13.ebuild | 189 --
 dev-lang/go/go-1.16.5.ebuild  | 189 --
 3 files changed, 380 deletions(-)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 9aaeface2d7..3558c678658 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -1,4 +1,2 @@
-DIST go1.15.13.src.tar.gz 23039791 BLAKE2B 
45a6cd985a27afa8b063dff1e4e4903abf76f03621bb6e4b64b03ef5ba2a9acd3d8b19e131464e6ef57d69bcb513ae81516e4b2a8b020b50503ca162385ed222
 SHA512 
3f77716c9721afacb27daa175e236bb25cfc93602f1531df18938fad94bf4f59e81b81f53fa977c2ebc9a912942275a1106043133fec166965e72766b1638ba1
 DIST go1.15.14.src.tar.gz 23041432 BLAKE2B 
bcc79756b77cb7c435360a91da853b723ba33287a803250ff6bc36d523eddc293265797dc63df2ca6c504050d56c34336dbed205025f2efdda9247fc9a07f7e3
 SHA512 
2bf18efcb3a5f9e54de0a0e7ee27a689c2dc895d9403bc6f66e500358e70d1d664d7f17102126c98bd26fa2a3346ead358684e45b1a354cde8764c715064dd92
-DIST go1.16.5.src.tar.gz 20921372 BLAKE2B 
a6565deb34b6cb167c41fc3af2e3bbdc8e22333adc9109de67c9e1f4bffb3d2c6e7d289e310f777d69092b3ee7a4dd706e13b0fe9ae5b0a16f270569953039df
 SHA512 
ba90ce1f3faa39519eb5437009c4b710b493e42764a14b0821292a8a17b714fe5985ef20e6e3c340f71cb521ff63d45a23570d38fd752526a1262448c641d544
 DIST go1.16.6.src.tar.gz 20923044 BLAKE2B 
7a46d33f947c1d7f2c6f5e0085cba89520fdb8859fc804c8318b85d0b0e888b74ca074affcf3119c2d80157485e8f679e37390cbd58c644b38948f7d15428b7b
 SHA512 
82634763dce636c9e9cba1bbf74a669e8b88e6df095e80672f295edb82cc1fc4b8ffde91a1f56c3470f2c4d9ee0404f65146d7478b645890623f6c463513a61f

diff --git a/dev-lang/go/go-1.15.13.ebuild b/dev-lang/go/go-1.15.13.ebuild
deleted file mode 100644
index 0d4ac09e890..000
--- a/dev-lang/go/go-1.15.13.ebuild
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-export CBUILD=${CBUILD:-${CHOST}}
-export CTARGET=${CTARGET:-${CHOST}}
-
-MY_PV=${PV/_/}
-
-inherit toolchain-funcs
-
-case ${PV}  in
-**)
-   EGIT_REPO_URI="https://github.com/golang/go.git;
-   inherit git-r3
-   ;;
-*)
-   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
-   S="${WORKDIR}"/go
-   case ${PV} in
-   *_beta*|*_rc*) ;;
-   *)
-   KEYWORDS="-* amd64 arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
-   ;;
-   esac
-esac
-
-DESCRIPTION="A concurrent garbage collected and typesafe programming language"
-HOMEPAGE="https://golang.org;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-
-BDEPEND="|| (
-   dev-lang/go
-   dev-lang/go-bootstrap )"
-RDEPEND="!https://golang.org/issue/2775
-   dodir /usr/lib/go
-   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
-   einstalldocs
-
-   # testdata directories are not needed on the installed system
-   rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)
-
-   local bin_path
-   if go_cross_compile; then
-   bin_path="bin/$(go_tuple)"
-   else
-   bin_path=bin
-   fi
-   local f x
-   for x in ${bin_path}/*; do
-   f=${x##*/}
-   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
-   done
-
-   # install the @golang-rebuild set for Portage
-   insinto /usr/share/portage/config/sets
-   newins "${FILESDIR}"/go-sets.conf go.conf
-}
-
-pkg_postinst() {
-   [[ -z ${REPLACING_VERSIONS} ]] && return
-   einfo "After ${CATEGORY}/${PN} is updated it is recommended to rebuild"
-   einfo "all packages compiled with previous versions of 
${CATEGORY}/${PN}"
-   einfo "due to the static linking nature of go."
-   einfo "If this is not done, the packages compiled with the older"
-   einfo "version of the compiler will not be updated until they are"
-   einfo "updated individually, which could mean they will have"
-   einfo "vulnerabilities."
-   einfo "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
-   einfo "See https://bugs.gentoo.org/752153 for more info"
-}

diff --git a/dev-lang/go/go-1.16.5.ebuild b/dev-lang/go/go-1.16.5.ebuild
deleted file mode 100644
index ec9ee79ef9d..000
--- a/dev-lang/go/go-1.16.5.ebuild
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-export 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/csv23/

2021-07-25 Thread Sam James
commit: ae97fc9843a499a76a8c85f4d3156bdfed600a0e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:35:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:35:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae97fc98

dev-python/csv23: treeclean

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

 dev-python/csv23/Manifest  |  1 -
 dev-python/csv23/csv23-0.3.2-r1.ebuild | 30 --
 dev-python/csv23/metadata.xml  | 12 
 profiles/package.mask  |  6 --
 4 files changed, 49 deletions(-)

diff --git a/dev-python/csv23/Manifest b/dev-python/csv23/Manifest
deleted file mode 100644
index 4373875d10c..000
--- a/dev-python/csv23/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST csv23-0.3.2.tar.gz 24132 BLAKE2B 
2c5eb231814e087dce9689c7075bdbc3875b3e200dc1273022d55661ec60f18a5bcb03e062b205fde13e845e5e50d530b07596b51ad7b2a89e41b45629bf3ce8
 SHA512 
289386cce5de4ae5bc42fc56d1639bbd1483034e5422f63142c1d188de735b1f5f18f9f69e3cb96f4ac3e1d7d0b371b1c45e720982c4f4b539fcf0d2da893f6a

diff --git a/dev-python/csv23/csv23-0.3.2-r1.ebuild 
b/dev-python/csv23/csv23-0.3.2-r1.ebuild
deleted file mode 100644
index 93f75ac5187..000
--- a/dev-python/csv23/csv23-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python 2/3 unicode CSV compatibility layer"
-HOMEPAGE="
-   https://pypi.org/project/csv23/
-   https://github.com/xflr6/csv23/;
-SRC_URI="https://github.com/xflr6/csv23/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/pytest-4.6[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/--cov/d' setup.cfg || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/csv23/metadata.xml b/dev-python/csv23/metadata.xml
deleted file mode 100644
index b49d8f54476..000
--- a/dev-python/csv23/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   
-   
-   
-   csv23
-   xflr6/csv23
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index abad841eec6..d7e3959e5b4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -438,12 +438,6 @@ dev-python/chainmap
 # Add support for OAUTH2 for those needing it
 =net-mail/fetchmail-7.0.0_alpha*
 
-# Michał Górny  (2021-06-02)
-# This is Python 2/3 compatibility layer that was used shortly
-# by dev-python/pip.  No revdeps left.
-# Removal on 2021-07-02.  Bug #793902.
-dev-python/csv23
-
 # Sam James  (2021-06-01)
 # Possible issues with new ALSA release
 # See bug #793410



[gentoo-commits] repo/gentoo:master commit in: sys-apps/rescan-scsi-bus/, profiles/

2021-07-25 Thread Sam James
commit: 1f9a6c2836f94c43a9228cc5a5781d65f485eb4b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:36:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:36:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9a6c28

sys-apps/rescan-scsi-bus: treeclean

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

 profiles/package.mask  |  6 
 sys-apps/rescan-scsi-bus/Manifest  |  1 -
 sys-apps/rescan-scsi-bus/metadata.xml  | 11 ---
 .../rescan-scsi-bus/rescan-scsi-bus-1.57-r2.ebuild | 34 --
 4 files changed, 52 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d049cb5085f..705b6799186 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -383,12 +383,6 @@ dev-java/jibx-tools
 # which is currently not available in Gentoo.
 >=games-server/minecraft-server-1.17
 
-# Mike Gilbert  (2021-06-17)
-# rescan-scsi-bus.sh is installed by >=sys-apps/sg3_utils-1.44, rendering
-# this package redundant.
-# Removal on 2021-07-17.
-sys-apps/rescan-scsi-bus
-
 # Davide Pesavento  (2021-06-15)
 # Masked for revdep testing.
 >=dev-python/sip-6

diff --git a/sys-apps/rescan-scsi-bus/Manifest 
b/sys-apps/rescan-scsi-bus/Manifest
deleted file mode 100644
index 47585052a07..000
--- a/sys-apps/rescan-scsi-bus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rescan-scsi-bus.sh-1.57 22575 BLAKE2B 
71737a9b2df22d8aecc756bb690cc401343c7951f0e809804eee43e01566e9f5377d5fd2c1d3628602ed64536402a71770dfe8e6514ab2d36851c7f0827f0c7c
 SHA512 
93a061af852e5f9dd3d64ad62692809a11d8ffaac68f5ce08ba1a4fd9201fc66a0a5482d3e6da6e5c36fb00805fa4f7483fc2c85c5aaf6bfc190690ccf7bc733

diff --git a/sys-apps/rescan-scsi-bus/metadata.xml 
b/sys-apps/rescan-scsi-bus/metadata.xml
deleted file mode 100644
index 9590fe15fc0..000
--- a/sys-apps/rescan-scsi-bus/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   robb...@gentoo.org
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-

diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r2.ebuild 
b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r2.ebuild
deleted file mode 100644
index 569d87f745e..000
--- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Script to rescan the SCSI bus without rebooting"
-HOMEPAGE="http://www.garloff.de/kurt/linux/;
-SCRIPT_NAME="${PN}.sh"
-SRC_NAME="${SCRIPT_NAME}-${PV}"
-SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME};
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND=">=sys-apps/sg3_utils-1.24
-   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/ufraw/files/, media-gfx/ufraw/

2021-07-25 Thread Sam James
commit: 699a7159a7d6c00cc571191e2a8ccd884e8fb670
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:33:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:33:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699a7159

media-gfx/ufraw: treeclean

Bug: https://bugs.gentoo.org/312935
Bug: https://bugs.gentoo.org/341923
Bug: https://bugs.gentoo.org/629050
Bug: https://bugs.gentoo.org/739984
Bug: https://bugs.gentoo.org/775761
Bug: https://bugs.gentoo.org/777534
Signed-off-by: Sam James  gentoo.org>

 media-gfx/ufraw/Manifest   |  1 -
 .../ufraw/files/ufraw-0.17-cfitsio-automagic.patch | 28 --
 .../ufraw/files/ufraw-0.22-CVE-2015-8366.patch | 17 
 .../ufraw/files/ufraw-0.22-CVE-2018-19655.patch| 44 --
 media-gfx/ufraw/files/ufraw-0.22-crashfix.patch| 15 
 .../files/ufraw-0.22-drop_superfluous_abs.patch| 16 
 media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch  | 26 --
 .../ufraw/files/ufraw-0.22-fix-unsigned-char.patch | 20 -
 media-gfx/ufraw/files/ufraw-0.22-gcc9.patch| 97 -
 media-gfx/ufraw/files/ufraw-0.22-glib-2.68.patch   | 19 -
 .../ufraw/files/ufraw-0.22-jasper-automagic.patch  | 21 -
 media-gfx/ufraw/files/ufraw-0.22-jpeg9.patch   | 32 ---
 media-gfx/ufraw/metadata.xml   | 13 ---
 media-gfx/ufraw/ufraw-0.22-r4.ebuild   | 99 --
 14 files changed, 448 deletions(-)

diff --git a/media-gfx/ufraw/Manifest b/media-gfx/ufraw/Manifest
deleted file mode 100644
index 94b0dbea86e..000
--- a/media-gfx/ufraw/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ufraw-0.22.tar.gz 1103554 BLAKE2B 
5ffa4c660602553853221d7b31bfb78b02644bfeb4461cf752186d83ed8087b7905e414c7d741916ca9460c05849ab679b2f3098c99e5246f54a49b6a915268f
 SHA512 
a42eff5052c18afec90245cf97ceeade78e3f288186cf697ac4abf2e8290d4081db8ac4de3ae47b3774f30a6cb4cbda392099e6fd2125fe751abb40d9b065ad2

diff --git a/media-gfx/ufraw/files/ufraw-0.17-cfitsio-automagic.patch 
b/media-gfx/ufraw/files/ufraw-0.17-cfitsio-automagic.patch
deleted file mode 100644
index aff7c5a2593..000
--- a/media-gfx/ufraw/files/ufraw-0.17-cfitsio-automagic.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -ru ufraw-0.17.orig/configure.ac ufraw-0.17/configure.ac
 ufraw-0.17.orig/configure.ac   2010-04-02 16:16:08.0 +0200
-+++ ufraw-0.17/configure.ac2010-04-02 16:19:33.0 +0200
-@@ -246,11 +246,19 @@
-   [ have_png=no
- AC_MSG_RESULT($LIBPNG_PKG_ERRORS) ] )
- 
--PKG_CHECK_MODULES(CFITSIO, cfitsio,
--  [ have_cfitsio=yes
--AC_DEFINE(HAVE_LIBCFITSIO, 1, have the cfitsio library) ],
--  [ have_cfitsio=no
--AC_MSG_RESULT($CFITSIO_PKG_ERRORS) ] )
-+AC_ARG_WITH([cfitsio],
-+  [AS_HELP_STRING([--with-cfitsio],
-+  [build fits support @<:@default=check@:>@])],
-+  [],
-+  [with_cfitsio=check])
-+
-+have_cfitsio=no
-+AS_IF([test "x$with_cfitsio" != xno],
-+  [PKG_CHECK_MODULES(CFITSIO, cfitsio,
-+[ have_cfitsio=yes
-+  AC_DEFINE(HAVE_LIBCFITSIO, 1, have the cfitsio library) ],
-+[ have_cfitsio=no
-+  AC_MSG_RESULT($CFITSIO_PKG_ERRORS) ] ) ] )
- 
- PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.16,
-   [ have_exiv2=yes

diff --git a/media-gfx/ufraw/files/ufraw-0.22-CVE-2015-8366.patch 
b/media-gfx/ufraw/files/ufraw-0.22-CVE-2015-8366.patch
deleted file mode 100644
index 9d59ca413fb..000
--- a/media-gfx/ufraw/files/ufraw-0.22-CVE-2015-8366.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix a buffer overflow bug.  See
-https://github.com/LibRaw/LibRaw/commit/89d065424f09b788f443734d44857289489ca9e2
-
 a/dcraw.cc
-+++ b/dcraw.cc
-@@ -3013,7 +3013,10 @@
-   diff = diff ? -diff : 0x80;
- if (ftell(ifp) + 12 >= (int) seg[1][1])
-   diff = 0;
--raw_image[pix] = pred[pix & 1] += diff;
-+if(pix>=raw_width*raw_height)
-+  derror();
-+else
-+  raw_image[pix] = pred[pix & 1] += diff;
- if (!(pix & 1) && HOLE(pix / raw_width)) pix += 2;
-   }
-   maximum = 0xff;

diff --git a/media-gfx/ufraw/files/ufraw-0.22-CVE-2018-19655.patch 
b/media-gfx/ufraw/files/ufraw-0.22-CVE-2018-19655.patch
deleted file mode 100644
index 78b46b4452e..000
--- a/media-gfx/ufraw/files/ufraw-0.22-CVE-2018-19655.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Description: stack-based buffer overflow bug
-Bug-Debian: https://bugs.debian.org/890086
-Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2018-19655
-Author: Filip Hroch 
-Reviewed-by: Salvatore Bonaccorso 
-Last-Update: 2018-12-02
-
 a/dcraw.cc
-+++ b/dcraw.cc
-@@ -8505,9 +8505,15 @@ float CLASS find_green (int bps, int bit
- {
-   UINT64 bitbuf=0;
-   int vbits, col, i, c;
--  ushort img[2][2064];
-+  ushort *img;
-   double sum[]={0,0};
- 
-+#define IMG2D(row,col) \
-+  img[(row)*width+(col)]
-+
-+  img = (ushort *) malloc(2*width*sizeof(ushort));
-+  merror (img, "find_green()");
-+
-   FORC(2) {
- fseek (ifp, c ? off1:off0, SEEK_SET);
-

[gentoo-commits] repo/gentoo:master commit in: mail-client/etpan-ng/, mail-client/etpan-ng/files/, profiles/

2021-07-25 Thread Sam James
commit: af70895aced63d749b9df536836851152357c213
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:37:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:37:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af70895a

mail-client/etpan-ng: treeclean

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

 mail-client/etpan-ng/Manifest  |  1 -
 mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild  | 37 --
 .../etpan-ng/files/etpan-ng-0.7.1-as-needed.patch  | 58 --
 .../etpan-ng/files/etpan-ng-0.7.1-tinfo.patch  | 10 
 mail-client/etpan-ng/metadata.xml  |  8 ---
 profiles/package.mask  |  6 ---
 6 files changed, 120 deletions(-)

diff --git a/mail-client/etpan-ng/Manifest b/mail-client/etpan-ng/Manifest
deleted file mode 100644
index 91262e4ea58..000
--- a/mail-client/etpan-ng/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST etpan-ng-0.7.1.tar.gz 364394 BLAKE2B 
7ed1de331a85dbebf133af25a36ee312d9fe021c36c1625a4807ab38ffc056803672b322e3d28b926f44ce51d679b0e7fa9f3130660c4742282a651011ed3c73
 SHA512 
e56ca50030516a0a35d2471505ce2c2ef94abb8f640a896bac0bc2cdaac65af38f69efd5f52219576df0a50d8bea92716c6dae5f4cf06fbd2a722bf768681493

diff --git a/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild 
b/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild
deleted file mode 100644
index 507b0eabece..000
--- a/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="etPan is a console mail client that is based on libEtPan"
-HOMEPAGE="http://www.etpan.org/other.html;
-SRC_URI="mirror://sourceforge/libetpan/${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="debug ldap"
-
-RDEPEND=">=net-libs/libetpan-0.35
-   sys-libs/ncurses:=
-   ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}
-   virtual/yacc"
-PATCHES=(
-   "${FILESDIR}"/${P}-as-needed.patch
-   "${FILESDIR}"/${P}-tinfo.patch
-)
-DOCS=(
-   Changelog NEWS README TODO contrib/etpan-make-vtree.pl doc/CONFIG
-   doc/INTERNAL
-)
-
-src_prepare() {
-   default
-   sed -i -e "s:@bindir@:${D}/@bindir@:" src/Makefile.in || die
-   eautoreconf
-}
-
-src_configure() {
-   econf --disable-debug
-}

diff --git a/mail-client/etpan-ng/files/etpan-ng-0.7.1-as-needed.patch 
b/mail-client/etpan-ng/files/etpan-ng-0.7.1-as-needed.patch
deleted file mode 100644
index c17cc10cea9..000
--- a/mail-client/etpan-ng/files/etpan-ng-0.7.1-as-needed.patch
+++ /dev/null
@@ -1,58 +0,0 @@
 a/configure.in
-+++ b/configure.in
-@@ -11,18 +11,25 @@
- libetpan_major_required=0
- libetpan_minor_required=42
- 
--debug=no
-+AC_MSG_CHECKING(whether debug flag was used)
- AC_ARG_ENABLE(debug,   [  --enable-debug  setup flags (gcc) for 
debugging (default=no)],
--debug=yes
--CFLAGS="$CFLAGS -O2 -W -Wall -g"
--LDFLAGS="$LDFLAGS",)
-+  [enable_debug=$enableval],[enable_debug="no"])
-+AC_MSG_RESULT($enable_debug)
-+if test "$enable_debug" = "yes"; then
-+  CFLAGS="$CFLAGS -O2 -W -Wall -g"
-+  LDFLAGS="$LDFLAGS"
-+fi
-+
- AC_ARG_ENABLE(optim,   [  --enable-optim  setup flags (gcc) for 
optimizations (default=no)],
--if test "x$enable_debug" != "xyes" ; then
--  CFLAGS="$CFLAGS -O3 -g0"
--  LDFLAGS="$LDFLAGS -s"
-+  [enable_optim=$enableval],[enable_debug="no"])
-+if test "$enable_debug" != "yes"; then 
-+  if test "$enable_optim" = "yes"; then
-+CFLAGS="$CFLAGS -O3 -g0"
-+LDFLAGS="$LDFLAGS -s"
-+  fi
- else
-   AC_MSG_WARN([enable-optim and enable-debug are incompatible -- disabling 
optimizations])
--fi,)
-+fi
- 
- AC_CONFIG_HEADER(config.h)
- 
-@@ -67,10 +74,10 @@
-   if test "x$checkpthread" = "xyes"; then
- AC_MSG_CHECKING([for pthread_create with -$flag])
- OLDFLAGS="$LDFLAGS"
--LDFLAGS="-$flag $LDFLAGS"
-+LDFLAGS="$LDFLAGS -$flag"
- AC_TRY_LINK([], [pthread_create();], 
- [pthflag=yes; checkpthread=no], 
--[pthflag=no; LDFLAGS="$OLDCFLAGS"])
-+[pthflag=no; LDFLAGS="$OLDFLAGS"])
- AC_MSG_RESULT($pthflag)
-   fi
- done
-@@ -127,7 +134,7 @@
-   AC_CHECK_HEADER(libetpan/libetpan.h, [libetpan=yes])
-   if test "x$libetpan" = "xyes"; then
- AC_MSG_CHECKING([whether libetpan-config hints compiles and links fine])
--LDFLAGS="$LDFLAGS `$libetpanconfig --libs 2>/dev/null`"
-+LIBS="$LIBS `$libetpanconfig --libs 2>/dev/null`"
- AC_TRY_LINK([], [db_mailstorage_init();], [libetpan=yes], [libetpan=no])
- AC_MSG_RESULT([$libetpan])
-   fi

diff --git a/mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch 
b/mail-client/etpan-ng/files/etpan-ng-0.7.1-tinfo.patch
deleted file mode 100644
index 2f62659b906..000
--- 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/chainmap/

2021-07-25 Thread Sam James
commit: 7d8159e422b6720cf35ba58249d6579e258200ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:37:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:37:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8159e4

dev-python/chainmap: treeclean

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

 dev-python/chainmap/Manifest  |  1 -
 dev-python/chainmap/chainmap-1.0.3.ebuild | 19 ---
 dev-python/chainmap/metadata.xml  | 11 ---
 profiles/package.mask |  5 -
 4 files changed, 36 deletions(-)

diff --git a/dev-python/chainmap/Manifest b/dev-python/chainmap/Manifest
deleted file mode 100644
index 8fc0146c6b8..000
--- a/dev-python/chainmap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chainmap-1.0.3.tar.gz 6325 BLAKE2B 
108f4b728e5377272923e6d6c554b205429ed3534f0ed5fcbeb60746837cda64d124d415ba3da83cca23249e69795d3bec3c46fa91966d0cd2a5d220b5e1dd28
 SHA512 
0079f7e725d67a89402b00290bd9dfe5232c91050e68809c6fa76ce6697279ca6962a92f80a841341006d05d9a36fef639fe1e967631e21275aad03c1d871bad

diff --git a/dev-python/chainmap/chainmap-1.0.3.ebuild 
b/dev-python/chainmap/chainmap-1.0.3.ebuild
deleted file mode 100644
index f09b01717ba..000
--- a/dev-python/chainmap/chainmap-1.0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="ChainMap implementation for older Python versions"
-HOMEPAGE="https://pypi.org/project/chainmap/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-RDEPEND=""
-DEPEND=""

diff --git a/dev-python/chainmap/metadata.xml b/dev-python/chainmap/metadata.xml
deleted file mode 100644
index bd0850df10b..000
--- a/dev-python/chainmap/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ale...@gentoo.org
-   Alexey Shvetsov
-   
-   
-   chainmap
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index f0e46bf5358..ddb9c1b42ef 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -399,11 +399,6 @@ media-gfx/povtree
 >=dev-lang/ocaml-4.12
 =dev-ml/camlp4-4.12
 
-# Michał Górny  (2021-06-05)
-# A backport for 'older Python versions' with no revdeps.
-# Removal on 2021-07-05.  Bug #794268.
-dev-python/chainmap
-
 # Stephan Hartmann  (2021-06-05)
 # Dev channel releases are only for people who
 # are developers or want more experimental features



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/brotlipy/files/, dev-python/brotlipy/

2021-07-25 Thread Sam James
commit: 6f9be85a1c760aca7c090ea244d563d7de3f248b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:35:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9be85a

dev-python/brotlipy: treeclean

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

 dev-python/brotlipy/Manifest   |  2 -
 dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild   | 49 --
 .../files/brotlipy-0.7.0-test-deadline.patch   | 28 -
 dev-python/brotlipy/metadata.xml   | 12 --
 profiles/package.mask  |  6 ---
 5 files changed, 97 deletions(-)

diff --git a/dev-python/brotlipy/Manifest b/dev-python/brotlipy/Manifest
deleted file mode 100644
index d8b0aa25bad..000
--- a/dev-python/brotlipy/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST brotli-46c1a881b41bb638c76247558aa04b1591af3aa7.tar.gz 19840371 BLAKE2B 
b9a1c3c2e5b62bd63b392debe54bd1732ac1cb31f88500f0142108b453649d96901d9a03b6db98642cb9abaf9188c06d440f2b8bd3cf57fbbb52196a931f5079
 SHA512 
dc573c90491032a205f32f0ce9c93e95b06c70a3107caa9501e038a212226c37117d63709a29843367344bf7d18cf32d0c0578b11166387198e12b38b1522406
-DIST brotlipy-0.7.0.tar.gz 19375 BLAKE2B 
035dc8757e491bc4fc0d8e2b6b82703eecc8f6f4150da42fda0f6c6f42a617519f5191371eb1dd976b8bbfeab88845bb018b874a395cdbf0ff409a6911f969f5
 SHA512 
bec8183cf3cc8ba9e594d1a86a8a33d88a6ac8e9c6a6287c837bda3726183ff1b486f2c49da4e489b5b3cb51b57dd5816413b59419920c2ced48435221f1beaf

diff --git a/dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild 
b/dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild
deleted file mode 100644
index 9d1102eab84..000
--- a/dev-python/brotlipy/brotlipy-0.7.0-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-# Commit of the Brotli library bundled within brotlipy.
-BROTLI_BUNDLED_COMMIT="46c1a881b41bb638c76247558aa04b1591af3aa7"
-
-DESCRIPTION="Python binding to the Brotli library"
-HOMEPAGE="https://github.com/python-hyper/brotlipy/ 
https://pypi.python.org/pypi/brotlipy;
-SRC_URI="
-   https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/google/brotli/archive/${BROTLI_BUNDLED_COMMIT}.tar.gz -> 
brotli-${BROTLI_BUNDLED_COMMIT}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-# module name collision with app-arch/brotli
-RDEPEND="
-   virtual/python-cffi[${PYTHON_USEDEP}]
-   !app-arch/brotli[python]"
-DEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/brotlipy-0.7.0-test-deadline.patch
-)
-
-src_prepare() {
-   # Inject the brotli lib.
-   rm -r "${WORKDIR}/${P}/libbrotli" || die "Could not remove the bundled 
brotli lib folder."
-   cp -r "${WORKDIR}/brotli-${BROTLI_BUNDLED_COMMIT}/" 
"${WORKDIR}/${P}/libbrotli" || die "Could not inject the brotli lib."
-
-   # Tests fail if we have this folder preserved within the lib.
-   rm -r "${WORKDIR}/${P}/libbrotli/python" || die "Could not remove 
'python' subfolder."
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/brotlipy/files/brotlipy-0.7.0-test-deadline.patch 
b/dev-python/brotlipy/files/brotlipy-0.7.0-test-deadline.patch
deleted file mode 100644
index 219243986dd..000
--- a/dev-python/brotlipy/files/brotlipy-0.7.0-test-deadline.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -dupr a/test/test_simple_compression.py b/test/test_simple_compression.py
 a/test/test_simple_compression.py  2017-05-30 10:20:01.0 +0200
-+++ b/test/test_simple_compression.py  2019-11-22 11:37:31.248755016 +0100
-@@ -9,7 +9,7 @@ import brotli
- 
- import pytest
- 
--from hypothesis import given
-+from hypothesis import given, settings
- from hypothesis.strategies import binary, integers, sampled_from, one_of
- 
- 
-@@ -25,6 +25,7 @@ def test_roundtrip_compression_with_file
- ) == uncompressed_data
- 
- 
-+@settings(deadline=None)
- @given(
- chunk_size=integers(min_value=1, max_value=2**12),
- mode=sampled_from(list(brotli.BrotliEncoderMode)),
-@@ -62,6 +63,7 @@ def test_streaming_compression(one_compr
- assert decompressed == f.read()
- 
- 
-+@settings(deadline=None)
- @given(
- chunk_size=integers(min_value=1, max_value=2**12),
- mode=sampled_from(list(brotli.BrotliEncoderMode)),

diff --git a/dev-python/brotlipy/metadata.xml b/dev-python/brotlipy/metadata.xml
deleted file mode 100644
index 56e99b52ee7..000
--- a/dev-python/brotlipy/metadata.xml
+++ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/frozendict/, profiles/

2021-07-25 Thread Sam James
commit: eb70bb00e1b0383272575379b79718dec5229072
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:34:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:34:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb70bb00

dev-python/frozendict: treeclean

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

 dev-python/frozendict/Manifest  |  1 -
 dev-python/frozendict/frozendict-1.2.ebuild | 18 --
 dev-python/frozendict/metadata.xml  | 12 
 profiles/package.mask   | 12 
 4 files changed, 43 deletions(-)

diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest
deleted file mode 100644
index e28118e5c9e..000
--- a/dev-python/frozendict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frozendict-1.2.tar.gz 2650 BLAKE2B 
8c2e10055d60a1fcec76be993c7fa1ba2b445a4880b1f7cc2e1a1be4010912da20bba2e7481fd861445d386814b3523993c9d73786b3f95d3f9e2444c44472ce
 SHA512 
095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da

diff --git a/dev-python/frozendict/frozendict-1.2.ebuild 
b/dev-python/frozendict/frozendict-1.2.ebuild
deleted file mode 100644
index 7f149937f15..000
--- a/dev-python/frozendict/frozendict-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple immutable mapping for python"
-HOMEPAGE="https://github.com/slezica/python-frozendict;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-BDEPEND=""
-RDEPEND=""

diff --git a/dev-python/frozendict/metadata.xml 
b/dev-python/frozendict/metadata.xml
deleted file mode 100644
index 64bfc1f30e3..000
--- a/dev-python/frozendict/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ale...@gentoo.org
-   Alexey Shvetsov
-   
-   
-   frozendict
-   slezica/python-frozendict
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 76410c7c9da..abad841eec6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -346,12 +346,6 @@ sys-libs/db:5.1
 # Removal on 2021-07-27
 media-sound/loudness-scanner
 
-# Matt Turner  (2021-06-25)
-# Last release in 2015. Many open bugs. No reverse dependencies.
-# Bugs #312935, #341923, #629050, #739984, #775761, #777534
-# Removal on 2021-07-25
-media-gfx/ufraw
-
 # Marek Szuba  (2021-06-25)
 # Unslotted version conflicting with lua eclasses.
 # No revdeps left. EAPI 5. Removal in 30 days (Bug #798693)
@@ -362,12 +356,6 @@ dev-lang/lua:0
 # see https://bugs.gentoo.org/794562
 dev-java/bctsp
 
-# Michał Górny  (2021-06-24)
-# Package of huge complexity, given its premise.  Unmaintained
-# in Gentoo.  No revdeps.
-# Removal on 2021-07-24.  Bug #798291.
-dev-python/frozendict
-
 # Miroslav Šulc  (2021-06-23)
 # obsolete, no consumers
 # see bug: https://bugs.gentoo.org/797739



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/rq/

2021-07-25 Thread Sam James
commit: 08a30f3de45eba8cfa66e048049ecc9908ef1dee
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:36:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:36:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a30f3d

app-misc/rq: treeclean

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

 app-misc/rq/Manifest| 134 -
 app-misc/rq/metadata.xml|  10 ---
 app-misc/rq/rq-1.0.2.ebuild | 159 
 profiles/package.mask   |   5 --
 4 files changed, 308 deletions(-)

diff --git a/app-misc/rq/Manifest b/app-misc/rq/Manifest
deleted file mode 100644
index 81f5923962a..000
--- a/app-misc/rq/Manifest
+++ /dev/null
@@ -1,134 +0,0 @@
-DIST adler32-1.0.4.crate 5105 BLAKE2B 
344a5258e77328a24a545e32f9bc653fa25b7ea43803ed7861db261bce227aa1599520a42acea3de1f2acebb8fa9fad251e2688413b752eafe2401ca1a2ee34a
 SHA512 
5990e1e277a1c3aae5adef5e4601b807a756a40e88578bb91f1c70d70babfa97fb3f2c1b963482ec8e18c16d5e722bf90fb42f9646c8dd840373f28965a2d123
-DIST aho-corasick-0.7.6.crate 108953 BLAKE2B 
d713366d0783e1ffbe65408e4d38ef9f12276f61043c768265de5d47e446a378306096a70252c9a49a6e7d3b97a09f30405a3d8df6b40dc2dfeb7407ed574c95
 SHA512 
120aa28e72279f561d7f51657aa0800dd46504cd92f758f848284e5f3695be6f5e24056a66b0f2d971c527277e92ae938e2357ade37b5cbe1c93913a5dc308b1
-DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
-DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST arrayref-0.3.5.crate 7644 BLAKE2B 
d1dae7b54208b842155dc77c226236bfa3fd671fad39a101246f4b1496d28608e657fcb96fc8447ba5b0835260484b46ff35e2fdac8e092a0b5b79646ff39d18
 SHA512 
6417e092a896e118a69e219f4e40f94756748986769e24ac233ea33a3a0a6e15fbebec5f4d6dc3592da7eb5b2e572cb28ad330838875323c6e925275b5a3f5b8
-DIST arrayvec-0.5.1.crate 26816 BLAKE2B 
172dab8f0129134dfc89c6032c5fc15e2f86a5cd1e5be18b87fe2108d18a1bdb0f597a6ed4cd214dc663fbfb27b05c66846fba4543b5e068b5c75d075bdc5bff
 SHA512 
53db2fafea1f60ac1af9ecc0bc9b69010e9f8573048481d55969ecdc9f3d19832fe05824acf10a0186b0464f0fbfe898d73500fba39ed63650c64dac2c2e8043
-DIST atty-0.2.13.crate 4764 BLAKE2B 
673eea1d377fc3aca792a3a8bd2a5c058f3041abc76a8760dd6acab7f19fa610f812c57d81a4dbf773675cad3df483904c66e66b45d83393402f747c6db60d89
 SHA512 
4554ca7dedb4c2e8693e5847ef1fe66161ed4cb2c19156bb03f41ce7e7ea21838369dabaf447a60d1468de8bfbb7087438c12934c4569dde63df074f168569ad
-DIST autocfg-0.1.7.crate 12158 BLAKE2B 
4120306f0f7c1cc0cf8d1d994c080cbf42e4b107cb51af910504c8c8d264289654dad23a0c6b9eb28d888157e5a68ef2460c3d38537ae9d5e9bf73b66ffc3015
 SHA512 
667ca520f2b46140d2f3519b43e5155426a6e7a2130879860eb10b974f84465600077f53abed4c0e6bf2612471f01786bfb3531ea8773d0f50f29d48e05f7925
-DIST avro-rs-0.6.5.crate 63693 BLAKE2B 
2f44b09ae86dc56448e3badcaeff80c4236915cbd783345f0bb607a0daf2ac79aa03558c1b82c32ed55689ceb9525850e80af2ca52083c71bfc03dc6fe7dd24a
 SHA512 
bc9e573cf59fc1fb375478fc53ea98d16cc1ced735f0a3edb1ae89d2c5a1982ec33e43e5132c92f85b5582abe056a8e3a863a467e3a08957179ca424787f289f
-DIST backtrace-0.3.40.crate 68183 BLAKE2B 
e1c01acc706617c66558dcd3ed1ebc33bf3fe56d03ecd5ec00eb78df3d5fa745cd899108a779894396636da461ad7a2775f6d77cd35fa96f97181f3e80694a5e
 SHA512 
8b9da3d6c515ef7bc5b04cf4abd53221cc114c912eb5033558b1c45eb6d85e56c0fc39579711fcd26f69fa364a823945901e4c2e5560436013b7523adf267d27
-DIST backtrace-sys-0.1.32.crate 518920 BLAKE2B 
fbbd3b59533830400a788fd117ced47461d2f2b04d205d03f242d596c284e89ef2dbaead81e6974aa65197a6c69c0293f18dbe89daf3323d0c01dbc92462a075
 SHA512 
199658b1f95611f7c68a7b4fdd76044fb6784a7ab777a9f5fbe3a4a770bd6c31ac08dfea1297dd85053f0b28b1a686c076a78b120ac46fc3c639c30c937d49c3
-DIST base64-0.10.1.crate 41988 BLAKE2B 
6e28a70cc0d5e426d9a3944825952851928ec2e32fa2543a8e1d1b886ad306f38fd6e673da62e96581e56613f133265feeff5b0d2f1e2e34593e58c0424eee9e
 SHA512 
674a8cbee95a41f755499a4e3bb93ebd3f80140c3e8e2d44a0b73890ee423754e7ba8abcd92132683cd54501ff5d14438d023a202eaf12776aecbe36df9e5535
-DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
-DIST blake2b_simd-0.5.9.crate 33575 BLAKE2B 

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

2021-07-25 Thread Sam James
commit: 989d9130630ea65f74db15ed90ddcb69c099b845
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:28:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:28:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989d9130

dev-util/distro-info: Stabilize 1.0 ALLARCHES, #773940

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

 dev-util/distro-info/distro-info-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/distro-info/distro-info-1.0.ebuild 
b/dev-util/distro-info/distro-info-1.0.ebuild
index e44eda11472..91a7c0bd398 100644
--- a/dev-util/distro-info/distro-info-1.0.ebuild
+++ b/dev-util/distro-info/distro-info-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="python test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: c2cb34f5b7e58de48771a51bb32259bc92a1d3ee
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:27:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:27:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cb34f5

dev-util/distro-info: mark ALLARCHES

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

 dev-util/distro-info/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/distro-info/metadata.xml 
b/dev-util/distro-info/metadata.xml
index 1e17568d9a7..427f5d8d474 100644
--- a/dev-util/distro-info/metadata.xml
+++ b/dev-util/distro-info/metadata.xml
@@ -9,4 +9,5 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/distro-info-data/

2021-07-25 Thread Sam James
commit: 6131d7676330828d5baadfeebb11a426f7f40f36
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:28:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:28:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6131d767

dev-util/distro-info-data: mark ALLARCHES

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

 dev-util/distro-info-data/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/distro-info-data/metadata.xml 
b/dev-util/distro-info-data/metadata.xml
index 1e17568d9a7..427f5d8d474 100644
--- a/dev-util/distro-info-data/metadata.xml
+++ b/dev-util/distro-info-data/metadata.xml
@@ -9,4 +9,5 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
 



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

2021-07-25 Thread Sam James
commit: f793b23dbda6881c69439aef5e62177d0dea6fd3
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f793b23d

dev-python/fuzzywuzzy: Stabilize 0.18.0 amd64, #803719

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

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

diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild 
b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
index c70a588c0bb..f9e0426f7f0 100644
--- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Fuzzy string matching in python"
 HOMEPAGE="https://github.com/seatgeek/fuzzywuzzy;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="test"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2021-07-25 Thread Sam James
commit: 7d2890e165e59f59138f48582c4b32796dd7f0e6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2890e1

dev-python/sphinx-autodoc-typehints: Stabilize 1.12.0 amd64, #803719

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

 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild
index 89635d95814..dce5d3163b3 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-07-25 Thread Sam James
commit: 5d7ee73e6f98571cb4d9f6f33f4060afc8e7a518
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7ee73e

dev-python/dictdiffer: Stabilize 0.8.1 amd64, #803719

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
index 2fc1f2cd5cd..21a62b24858 100644
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-07-25 Thread Sam James
commit: 794ecabf1007646a76aa5c5fb001fdc4c774a456
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794ecabf

dev-python/sphobjinv: Stabilize 2.1 amd64, #803719

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

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

diff --git a/dev-python/sphobjinv/sphobjinv-2.1.ebuild 
b/dev-python/sphobjinv/sphobjinv-2.1.ebuild
index a5698540a24..ef29fa0929d 100644
--- a/dev-python/sphobjinv/sphobjinv-2.1.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 # This requires pytest-check, but that does not work at all, even if it



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

2021-07-25 Thread Sam James
commit: 6a73e25643f7c53aad69df074f1b8ea7c5b8cd08
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a73e256

dev-python/stdio-mgr: Stabilize 1.0.1 amd64, #803719

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

 dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild 
b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
index 4d97399cf0a..9bd47899337 100644
--- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
+++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]"



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

2021-07-25 Thread Sam James
commit: 4deae221059f6ec5fb953a844d8e1a1e8cd5c5fc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4deae221

dev-python/httpx: Stabilize 0.18.2 amd64, #803722

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

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

diff --git a/dev-python/httpx/httpx-0.18.2.ebuild 
b/dev-python/httpx/httpx-0.18.2.ebuild
index ea34f025c91..459384567cd 100644
--- a/dev-python/httpx/httpx-0.18.2.ebuild
+++ b/dev-python/httpx/httpx-0.18.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]



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

2021-07-25 Thread Sam James
commit: 67c8c26477b5948660230c81da80012ef3d50e80
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c8c264

dev-python/uvloop: Stabilize 0.15.3 amd64, #803719

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

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

diff --git a/dev-python/uvloop/uvloop-0.15.3.ebuild 
b/dev-python/uvloop/uvloop-0.15.3.ebuild
index 35aac31b4a0..da543faea65 100644
--- a/dev-python/uvloop/uvloop-0.15.3.ebuild
+++ b/dev-python/uvloop/uvloop-0.15.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Ultra-fast implementation of asyncio event loop 
on top of libuv"
 HOMEPAGE="https://github.com/magicstack/uvloop;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE="doc examples"



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

2021-07-25 Thread Sam James
commit: 04814c091a24c0f69005fb1c529f55181148cdc1
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04814c09

dev-python/anyio: Stabilize 3.2.1 amd64, #803719

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

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

diff --git a/dev-python/anyio/anyio-3.2.1.ebuild 
b/dev-python/anyio/anyio-3.2.1.ebuild
index d09f4ea9c08..87becfa25f8 100644
--- a/dev-python/anyio/anyio-3.2.1.ebuild
+++ b/dev-python/anyio/anyio-3.2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64"
 
 RDEPEND="
>=dev-python/idna-2.8[${PYTHON_USEDEP}]



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

2021-07-25 Thread Sam James
commit: dd757d105f0dda8e0cc0ca825bb1843dbf3347c2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd757d10

dev-util/distro-info: Stabilize 1.0 amd64, #773940

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

 dev-util/distro-info/distro-info-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/distro-info/distro-info-1.0.ebuild 
b/dev-util/distro-info/distro-info-1.0.ebuild
index 9df6704e2ea..e44eda11472 100644
--- a/dev-util/distro-info/distro-info-1.0.ebuild
+++ b/dev-util/distro-info/distro-info-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="python test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: 2e2662ea7a0122ed2f808df9856c43f1445f4017
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2662ea

dev-perl/Term-Table: Stabilize 0.15.0 amd64, #779163

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

 dev-perl/Term-Table/Term-Table-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Term-Table/Term-Table-0.15.0.ebuild 
b/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
index f9d0145a6f5..405a71d7e7f 100644
--- a/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
+++ b/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module optfeature
 
 DESCRIPTION="Format a header and rows into a table"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: 026a6b6ee6c2fe8edfd1226b6f8c350ac7a3f19c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026a6b6e

dev-perl/Test2-Suite: Stabilize 0.0.140 amd64, #779163

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

 dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
index 6309e813051..ecd304b4661 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: 5e59e07ab8ebd6051fa334191ac474b88f3f6759
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e59e07a

dev-perl/Gtk2: Stabilize 1.249.930 amd64, #795300

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

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

diff --git a/dev-perl/Gtk2/Gtk2-1.249.930.ebuild 
b/dev-perl/Gtk2/Gtk2-1.249.930.ebuild
index e8271cde623..96a0c9b312c 100644
--- a/dev-perl/Gtk2/Gtk2-1.249.930.ebuild
+++ b/dev-perl/Gtk2/Gtk2-1.249.930.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Perl bindings for GTK2"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: 46dd2d3b7971d9ffacda6465488700ea342f4adf
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46dd2d3b

dev-python/httpcore: Stabilize 0.13.6 amd64, #803719

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

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

diff --git a/dev-python/httpcore/httpcore-0.13.6.ebuild 
b/dev-python/httpcore/httpcore-0.13.6.ebuild
index 4e784aaa59d..992c37c9842 100644
--- a/dev-python/httpcore/httpcore-0.13.6.ebuild
+++ b/dev-python/httpcore/httpcore-0.13.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64"
 
 RDEPEND="
=dev-python/anyio-3*[${PYTHON_USEDEP}]



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

2021-07-25 Thread Sam James
commit: 1cb9282226a7da9be56ec51e49ef582bf41380bc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:14:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:14:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb92822

dev-perl/Term-Table: Stabilize 0.15.0 arm, #779163

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

 dev-perl/Term-Table/Term-Table-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Term-Table/Term-Table-0.15.0.ebuild 
b/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
index 6ab00ebad54..6185df6d6bb 100644
--- a/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
+++ b/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module optfeature
 
 DESCRIPTION="Format a header and rows into a table"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: 7c677f687d1305f4060fac40a3ea0aeb3ffe0226
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:14:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:14:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c677f68

dev-perl/Test2-Suite: Stabilize 0.0.140 arm, #779163

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

 dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
index 165e5c4d43f..f8d7ebe0953 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: 02e55bec1e7b9e341a107967ea8cef27a50dc6b6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:14:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:14:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e55bec

dev-perl/Test2-Suite: Stabilize 0.0.140 arm64, #779163

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

 dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
index f8d7ebe0953..6309e813051 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-25 Thread Sam James
commit: 4930dd6dd12878bbf8a55962972a3602cab1c5c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:14:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4930dd6d

dev-perl/Term-Table: Stabilize 0.15.0 arm64, #779163

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

 dev-perl/Term-Table/Term-Table-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Term-Table/Term-Table-0.15.0.ebuild 
b/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
index 6185df6d6bb..f9d0145a6f5 100644
--- a/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
+++ b/dev-perl/Term-Table/Term-Table-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module optfeature
 
 DESCRIPTION="Format a header and rows into a table"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/

2021-07-25 Thread Sam James
commit: 90846ef52aaea653f47259e18e4b0b5a1b7cae21
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:13:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:13:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90846ef5

app-emulation/runc: Stabilize 1.0.0 ppc64, #802948

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

 app-emulation/runc/runc-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/runc/runc-1.0.0.ebuild 
b/app-emulation/runc/runc-1.0.0.ebuild
index 1b2b9d5f1c6..ef8cea167d9 100644
--- a/app-emulation/runc/runc-1.0.0.ebuild
+++ b/app-emulation/runc/runc-1.0.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 BSD-2 BSD MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 IUSE="apparmor hardened +kmem +seccomp test"
 
 DEPEND="seccomp? ( sys-libs/libseccomp )"



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

2021-07-25 Thread Sam James
commit: bd1166653d75790adaaae25cf193cef42c60ed14
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:13:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:13:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd116665

dev-python/wsproto: Stabilize 1.0.0 ppc64, #796065

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

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

diff --git a/dev-python/wsproto/wsproto-1.0.0.ebuild 
b/dev-python/wsproto/wsproto-1.0.0.ebuild
index be9f1ed072c..cdaaf69cb50 100644
--- a/dev-python/wsproto/wsproto-1.0.0.ebuild
+++ b/dev-python/wsproto/wsproto-1.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 RDEPEND=">=dev-python/h11-0.9[${PYTHON_USEDEP}]"
 



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

2021-07-25 Thread Sam James
commit: 4c093af7d0f7369c8509ed904e37848ab6861496
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:13:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:13:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c093af7

dev-python/asgiref: Stabilize 3.3.4 ppc64, #796065

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index 609e596c777..30ca06005aa 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-07-25 Thread Sam James
commit: 4d98bdaa04699667ceceb8b83d250f0cddd0d6ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:13:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:13:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d98bdaa

dev-python/websockets: Stabilize 9.1 ppc64, #796065

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

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

diff --git a/dev-python/websockets/websockets-9.1.ebuild 
b/dev-python/websockets/websockets-9.1.ebuild
index 30e6ce2d115..6f59bacfa94 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 distutils_enable_tests unittest



  1   2   3   4   5   >