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

2021-07-15 Thread Miroslav Šulc
commit: 91b9d579cdfc6a92c37f85a7beb82e80b05dccc3
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jul 16 06:58:01 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul 16 06:58:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b9d579

virtual/jdk: copied stable to 1.8.0-r6, dropped old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 virtual/jdk/jdk-1.8.0-r5.ebuild | 15 ---
 virtual/jdk/jdk-1.8.0-r6.ebuild |  2 +-
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r5.ebuild b/virtual/jdk/jdk-1.8.0-r5.ebuild
deleted file mode 100644
index f20b926921f..000
--- a/virtual/jdk/jdk-1.8.0-r5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.8"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="|| (
-   dev-java/openjdk-bin:8
-   dev-java/openjdk:8
-   dev-java/icedtea-bin:8
-   dev-java/icedtea:8
-)"

diff --git a/virtual/jdk/jdk-1.8.0-r6.ebuild b/virtual/jdk/jdk-1.8.0-r6.ebuild
index e284632739b..62bdccc8153 100644
--- a/virtual/jdk/jdk-1.8.0-r6.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r6.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc64-solaris ~x64-solaris"
 IUSE="headless-awt"
 
 RDEPEND="|| (



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

2021-07-15 Thread Michał Górny
commit: e4be42bd47b6a4a0584e92cb9ea6171ef46ed5b0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:32:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4be42bd

dev-python/backports-entry_points...: New NIH dep for virtualenv

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

 .../backports-entry_points_selectable/Manifest |  1 +
 .../backports-entry_points_selectable-1.1.0.ebuild | 30 ++
 .../backports-entry_points_selectable/metadata.xml | 11 
 3 files changed, 42 insertions(+)

diff --git a/dev-python/backports-entry_points_selectable/Manifest 
b/dev-python/backports-entry_points_selectable/Manifest
new file mode 100644
index 000..4338b348b76
--- /dev/null
+++ b/dev-python/backports-entry_points_selectable/Manifest
@@ -0,0 +1 @@
+DIST backports.entry_points_selectable-1.1.0.gh.tar.gz 7689 BLAKE2B 
e7fb4372838b47e65e50d91acb034afaf326947bd76bbdf14b57834b94c72fb62afa6526931a96cc1e10b43eca9d95dce7fde431c24a4e15a4b2569ddf42faeb
 SHA512 
abf8f5d228b52281160cedfd017f1a4273b8fce01ed29e9f0417f750125abacaf97a3cc6f363849702d1dc6f3c40602461f79bfcc2a36a3dfb962af1112046d2

diff --git 
a/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.0.ebuild
 
b/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.0.ebuild
new file mode 100644
index 000..8911b4a6fa0
--- /dev/null
+++ 
b/dev-python/backports-entry_points_selectable/backports-entry_points_selectable-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="Compatibility shim providing selectable entry points"
+HOMEPAGE="
+   https://github.com/jaraco/backports.entry_points_selectable/
+   https://pypi.org/project/backports.entry-points-selectable/";
+SRC_URI="
+   
https://github.com/jaraco/backports.entry_points_selectable/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' pypy3)"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

diff --git a/dev-python/backports-entry_points_selectable/metadata.xml 
b/dev-python/backports-entry_points_selectable/metadata.xml
new file mode 100644
index 000..d6f15c81c77
--- /dev/null
+++ b/dev-python/backports-entry_points_selectable/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   
+   
+   jaraco/backports.entry_points_selectable
+   backports.entry-points-selectable
+   
+



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

2021-07-15 Thread Michał Górny
commit: 931e88a6e9813495b11514112e91b37afe03b525
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:22:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931e88a6

app-admin/awscli: Bump to 1.20.0

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

 app-admin/awscli/Manifest |  1 +
 app-admin/awscli/awscli-1.20.0.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 71007d5fdf7..fad419b82fa 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,3 +1,4 @@
 DIST awscli-1.19.104.tar.gz 2024567 BLAKE2B 
82662ffe6a05dd329210ff84962e1ad37ece63a8f964c3c6bb293f53fea3af151bb088150260b3b279730871b7e962f2c580385b21a56a8bc2f86b437fab92d4
 SHA512 
444e533219e23b5151bab29d2d65deb8de9008b883b08ae553dd322b3f4e96d3836fedabc7be0393303ea146a0b8ad8220d4f4de458bca00303dc0798e543840
 DIST awscli-1.19.112.tar.gz 2028010 BLAKE2B 
c5f973a2a0cf002038cdc46d0760f5e5fad942b1383f21819459d51fd3e3a17617e23d45d284345fac1760a812ffc81842068e8517bb500559a330ea8183968e
 SHA512 
4ad9e960826baa057a2e72ddc2afce1012b766b5f691236435347c3e4ce210ee0b14003c16615262ec707d0c65b7f7f71a15fcf80a0fdfefb21ab6a28cfb1d55
 DIST awscli-1.19.97.tar.gz 2020143 BLAKE2B 
2dac6f59a04a958b09e0f8b7d056583015762df78ed1349b55c6301d3189e1100bd8ab98445ded3ccc0ddbf1148ddf0475086704f123b0db1ccfd1cacb6b4680
 SHA512 
4e4e0f34ba02819232427f7571a4b10d22b167788d758c9ac43749607ea7a4c498259fcc5c69fb32d66faffc535a5b3045006168b64506f2b0f9fbbaa804e387
+DIST awscli-1.20.0.tar.gz 2028152 BLAKE2B 
d746335fc3414e773fbf3cb60b68ea1242162c7fb6f9e8222bec1bff992ec08e7239b9279de70551d05a99b2bd2743e8e2b8f65e01655574a542660fbb4a6ad7
 SHA512 
0aa478e9c28afa922958881f2f7795c6925e342964fb171176c81bce1fc4a0529dc9eb2fefaa05b670376781671e1531bbfe5114d0f0a748c964c5ace2c79ee4

diff --git a/app-admin/awscli/awscli-1.20.0.ebuild 
b/app-admin/awscli/awscli-1.20.0.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.20.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/";
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-07-15 Thread Michał Górny
commit: 4c9fb5b18973908ac201c506cac60dc3ed3d3f7c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:22:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9fb5b1

dev-python/s3transfer: Bump to 0.5.0

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

 dev-python/s3transfer/Manifest|  1 +
 dev-python/s3transfer/s3transfer-0.5.0.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 7d64723fef7..f9808691bc8 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1 +1,2 @@
 DIST s3transfer-0.4.2.tar.gz 129664 BLAKE2B 
fb3658efd7a6aa6ba42ca55a1f9efc19671806fa22db7f6f5a30aaf19615863e027cabd472345637fd41f2c0436ad8f6b034f6bdf75187a71d2c6eacdbdee914
 SHA512 
8dabdc0d233f6edcf35d9fe1a06b6fd5bb5f589f455d6d53ad989c7eb368cefab4fee90e707bb8fa09f2caac6a27e67ee7aa3ada5709be43f2b649302e412efc
+DIST s3transfer-0.5.0.tar.gz 133535 BLAKE2B 
2ce9235fbffc4c42682345873becac6f0d574ac44de523e10178bf7d115b261acbd1753b1a41ca301b72fa96a6a93314572fe12ea4d286a325a0a36e3cf56b36
 SHA512 
e34d115d149f8f9715fa0147521eec63a5fd672ee513d690248fbca73003cf4c9e43775bd5b3616f7ad3a6734993a1c8b2ba789394d338a8ac4c841a0e51999c

diff --git a/dev-python/s3transfer/s3transfer-0.5.0.ebuild 
b/dev-python/s3transfer/s3transfer-0.5.0.ebuild
new file mode 100644
index 000..77bdca77293
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/botocore[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest tests/{unit,functional}
+}



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

2021-07-15 Thread Michał Górny
commit: 8bdbb003bbadc4e6ec3ea92aa7d3efe7c4bd87bc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:18:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdbb003

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest |  7 
 dev-python/botocore/botocore-1.20.105.ebuild | 59 
 dev-python/botocore/botocore-1.20.106.ebuild | 59 
 dev-python/botocore/botocore-1.20.107.ebuild | 59 
 dev-python/botocore/botocore-1.20.108.ebuild | 59 
 dev-python/botocore/botocore-1.20.109.ebuild | 59 
 dev-python/botocore/botocore-1.20.110.ebuild | 59 
 dev-python/botocore/botocore-1.20.111.ebuild | 59 
 8 files changed, 420 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 21b312f551e..bafdf239d69 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,10 +1,3 @@
 DIST botocore-1.20.104.tar.gz 7883624 BLAKE2B 
4fb4c6abff5a2c3d3e19b11576e723f15a442b2d49e461a2a4c2bd613e26095ceb87f4b7ceb672f338ea04ad918060bed118f7bc4c184c46cce1d6a9f98d4239
 SHA512 
2201d87ce2e1c8979548698d6a46eb03c0a2026360b178fea895ad6a244efad534d9970d3c6343d50639d25b3b8643db6744658fec14e0fa29fd7c4b45c8e0d8
-DIST botocore-1.20.105.tar.gz 7883335 BLAKE2B 
b48347e304ea54b56a37faae8bcbe9c127118b5bfadc713f6914b57f4d819faaadfc25834e49c9523f073f639823db4046bcbd9b5b72ee1df4c2ad198338
 SHA512 
72267620e4ecb7e4e4fa446b8f5c0b42d2e0af372f9e8bcfea123e5d8a6f4638102d57a9eb9f3c6f2358c6c2b36e727552c0b350b07f95a79292fb3c2cf4dd99
-DIST botocore-1.20.106.tar.gz 7885164 BLAKE2B 
3fa8b860a40a0915f6a59912fdee7b9e55fa88170da747d4d87464a5b44d6cbd5ce83cec383a7a1f41ec9a203d43a8cc006c7fc0005bfcf2869d66aa9f333b14
 SHA512 
135d789e2d5975697840dc4aca759b2d07d70d58efed7356a3323feb54faa2b8a339a48a3ac931270e335bc730eb8cc5e87f6fc2f9e3aebc452aab331ca49261
-DIST botocore-1.20.107.tar.gz 7893209 BLAKE2B 
4e4882efef667ae91bb3e42a84748609390ef637d0a72a0b8b9dbab83a55cac9117553a0ef34bd38af98493d0972fd6178b322207c71914068eb3c634debaae9
 SHA512 
09c7a4bc4fab922aa7dbe94fcc0da6a462dbd90bdd51e8612431e5a790b46c56eab3b436048572a4a14c6ed2417ddca8efa52474d28fbe32558550c44b3fe0dd
-DIST botocore-1.20.108.tar.gz 7897833 BLAKE2B 
3b4ee27640dbfce1c9923137ef21500649454eba8e1a5b569fb0d949253e619852b61344ff86c769e2f2314a089047fe9590a685982491b21f4f7feb0a33b220
 SHA512 
a394fa8fc686d07ad5e1a25f0403d4adf53aa6af565696c4bd5aab58ee8f739b761f4c8058263a05b028175d1256ab87fa7fae3035cee605f236749939cc0eab
-DIST botocore-1.20.109.tar.gz 7900306 BLAKE2B 
1f2009ccb236ff7b4d9d3b45b34b2295c9bbbd4bce207c51514bf3f568985eb3d5fedaf0e5309266f46ad1e42466524d148d601452474b738b53c329f0164a84
 SHA512 
7f266b2395f79bfa629ac147abbf646bf049ea78b208228b3817912626845fffac9c89419c75444116ae6f14067805e291faeb942e6d25061d2e6f1c382d762e
-DIST botocore-1.20.110.tar.gz 7904149 BLAKE2B 
f503e9d4876820f669bd4ae12603498fe0a310fddd7a7c739a53b804391657c48144c43c2dd3606932c7e457d1e2324a5dba4885e93eaf7526d46080b565c6d8
 SHA512 
e33d8e9dbd212d06644882e60c9b6f2754a549727a22d73814798230561b3d766524f0a32b49cce8ac68c1cb47e58eab7047abe75bf7c37ef7b6857dd81d2dbc
-DIST botocore-1.20.111.tar.gz 7909299 BLAKE2B 
d1eabf5d433d521258125f29b21efc58208bb58a23bc856d6397ee2da834d85728454644568784fb05ab08f4bc5536675166874536264690cf9244e433340763
 SHA512 
d08323e2ad0b17dcecf59edbea60920e0077b34582cc8e84c08ab4f8600b6b509ac98b8a415fcfa019682e9d22bf05ececfa2c0f96fd3c17ca2aa47fcdb4d903
 DIST botocore-1.20.112.tar.gz 7917776 BLAKE2B 
6a5ebf3d32c505ec2c1fc4cd3d97aa94c76b6206dda6ba28a946dfdc9973073019389c05d1cf09a0eced701fe86a9b8a292835415c0b1ceea75959a3186f65c6
 SHA512 
4b36367ffdd011aeb7654fd5c52c38e95bae4c55e5af85e38b0764140539ad1f8b9d75b0c7fd1009fda8d005ef4b17673b06f85a76b52fcebf05925297b6bbbf
 DIST botocore-1.20.97.tar.gz 7846552 BLAKE2B 
da0355cc229ba8a0632f67866bf06b27d7b257184b53670e5dc183c6b5a1f4d3a34145de0a3f04abd2adc08de3f0775e3c7e0dbecae729acb5bc05c7ce9acaf2
 SHA512 
7411d5de8ecf0c42c0142ded036189dcf378cd16f761071beb5bc2a2c240eabb0c4a8c669ce89a5b4e798a0aae92f0e67755627c2a84df77fc2e9557265a4e3b

diff --git a/dev-python/botocore/botocore-1.20.105.ebuild 
b/dev-python/botocore/botocore-1.20.105.ebuild
deleted file mode 100644
index 30e0988848a..000
--- a/dev-python/botocore/botocore-1.20.105.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="https://github.com/boto/botocore";
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/bo

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

2021-07-15 Thread Michał Górny
commit: 5a7e4d19710599f51a1ac1adc05106693bb266f4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:21:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7e4d19

dev-python/boto3: Bump to 1.18.0

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

 dev-python/boto3/Manifest|  1 +
 dev-python/boto3/boto3-1.18.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 5b27f555d43..2856ec95837 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.17.104.tar.gz 387800 BLAKE2B 
928824ab0a0c091fec430c5d86b0c5663f2a98042a76311588463f36f48a6bd9641fd25e07b63ad50afcb3ea9bfea0b5f3304e3c2689a2187198aac04549346c
 SHA512 
477033e623476fa1e2e49cdb788f204ac49230088788cbae3f079de4561e7bbe56bb3b170480592a0ce056fcd2ea0cb3f14b4f5091279f46346465853a191829
 DIST boto3-1.17.112.tar.gz 391748 BLAKE2B 
071eddfe134face48b86985ccd0171e0d8994fc65cd75e26945dfcab29566f42aa965c82b736cc7dd821a920e6903e4c45917af1759214606c2448b46c528cff
 SHA512 
dcee3f4e2dfaf8fcc82ca938a72d654ced7a44f32e3dab43a225d8dcf0b3d20f0699770cfcd8ede840f792d37e124597d096322b88ce54c2e27e109da6e7
 DIST boto3-1.17.97.tar.gz 383223 BLAKE2B 
1a1b4e9f2c51d830762f27cf3e30038efb88322e300ac304d1cb88d5b7efc6af35ad9810cea7292c9807dcdfedb11ba039ee6d5dbb9162f2a1c6d6936ef75bcc
 SHA512 
e74a59763cc9b8a51fd09121a790d29a7291d9380d4451c2e6af90902f18415a3780eeea7f7d63e052b295792b92c3cdd3b8597f7013241ebbbdb7e418cf73ce
+DIST boto3-1.18.0.tar.gz 392345 BLAKE2B 
8d464e038892cd77d7b171c27f41eee31c630ebcadce6677f76ccc270f3f8471d7a8443d174ce1b6ea5cdcfe98973faa42ddda4123ec21d225464515bdcd862d
 SHA512 
ba5af17ae6705bfdea4a9d6bccb18d3f1593980d594be4dbb3049123089ba7d8ecaaed685d8a3181ae50e95b537e7a50fed3be694b4f61d3ba250693ae249f4d

diff --git a/dev-python/boto3/boto3-1.18.0.ebuild 
b/dev-python/boto3/boto3-1.18.0.ebuild
new file mode 100644
index 000..819e7369111
--- /dev/null
+++ b/dev-python/boto3/boto3-1.18.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ ||
+   die "test failed under ${EPYTHON}"
+}



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

2021-07-15 Thread Michał Górny
commit: ac223c389c70bd3ced192f77c9abac99e71278c4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:17:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac223c38

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest   |  7 
 app-admin/awscli/awscli-1.19.105.ebuild | 58 -
 app-admin/awscli/awscli-1.19.106.ebuild | 58 -
 app-admin/awscli/awscli-1.19.107.ebuild | 58 -
 app-admin/awscli/awscli-1.19.108.ebuild | 58 -
 app-admin/awscli/awscli-1.19.109.ebuild | 58 -
 app-admin/awscli/awscli-1.19.110.ebuild | 58 -
 app-admin/awscli/awscli-1.19.111.ebuild | 58 -
 8 files changed, 413 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 95b52dc19f4..71007d5fdf7 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,10 +1,3 @@
 DIST awscli-1.19.104.tar.gz 2024567 BLAKE2B 
82662ffe6a05dd329210ff84962e1ad37ece63a8f964c3c6bb293f53fea3af151bb088150260b3b279730871b7e962f2c580385b21a56a8bc2f86b437fab92d4
 SHA512 
444e533219e23b5151bab29d2d65deb8de9008b883b08ae553dd322b3f4e96d3836fedabc7be0393303ea146a0b8ad8220d4f4de458bca00303dc0798e543840
-DIST awscli-1.19.105.tar.gz 2024530 BLAKE2B 
8d05c41aa76338f30edf8640923250fa3d3954e942243552338837ec163f987c583573269d94a63f47f48fbb0beab4c6265e9197b465563374e4afb45ae20843
 SHA512 
73207ca67d490df705022844e6d025d051a276698204fcf82171e0075f5db2c347de0634cffc48fbd210314d66fd79c61d4129003ddbd6db698adc710fbb2068
-DIST awscli-1.19.106.tar.gz 2025184 BLAKE2B 
ee1006df7feef7ca3dcae3625a5e318dd1d5ed70a3c0c30fffd431fa41713f1932d2750edd2fd251513eaa631f93c6c9d4ab2e0bb052f246b5b13e48c355646a
 SHA512 
404b7d14622f1250f3cc5ea290dd796fb99aeb141101ca55bb672375d09fb4fccb67c2d926f0a3f7e5efc4c48022197a0de20e59590d4758e5fe0975c63f2bb5
-DIST awscli-1.19.107.tar.gz 2025880 BLAKE2B 
bbb307072a63a9722496aaae52c2f9fbc2743b8a4fdc2fffdb2b4e9b6be9013868a2130211ef9ab427bc2180ad1d19209fd6411d8cde26a5f02db7f3c643297b
 SHA512 
69ebd9f3397230a7c49ef551258b38e8c66b370f70a8e050fa9c721dd5ebca3a9e0da70c2804417eba4e68bd7620fa2d2802d007369e5cd0bee49bfc512b7853
-DIST awscli-1.19.108.tar.gz 2026311 BLAKE2B 
7404fb3010fa122bf210133667696df0e83c0c5d5adc717b75995cd95077f4ebcdd53375e687dce7d52eb1ef264110302f049897c18b7856be9d5e5a24f50ff3
 SHA512 
f061de7c7cc926f3fc5dc41a33068c8d575e1027f50099c148e80b5be55497508b44b11821e7f675e73bbcbfef12539e4d73afcd6a849d6ad7fc4f72b857b4d7
-DIST awscli-1.19.109.tar.gz 2026658 BLAKE2B 
3ec642d44057795519e9e94ce73a6b26b42976018355f029ad7ec5fd6515497c725aad5872b3e061ff15cb7263823577bb3dfd1f43c3f1617ee996c982e722b0
 SHA512 
71c419359a12b159b06a7f769dbaaea8d5be0de4b71fb002bf3dd4c26810354038fc1057155235b26ad43b3af258e141c139cc84654e11650aa33d013381a192
-DIST awscli-1.19.110.tar.gz 2026742 BLAKE2B 
6f45530050d234125a806bc2be48ba8d9c46db0a4180cf62ff4cfc9352d1ed118b82bcb814df91afb3ef1065fd1d6549ef2cd8b54775890b9bf52a472e91cedc
 SHA512 
f5fc4e0d8ff8fa91c5e5ea95a79e84fa6de5d5ba0a12e9e2c29e6703cddf4bb63a1e501d9fc1e46945ea79e1980c95c68d959dde66edb89d63e9b9984994804d
-DIST awscli-1.19.111.tar.gz 2027361 BLAKE2B 
8d7efd009483fe897719d1dae50a5e67e8bb4b76ccf1f3dad7632905a7e0fa15382d55275d0a371aeeefadb47204a635ad255660fc134af827d8bb0c39cf0130
 SHA512 
0faeb58a761ac7ebbef383bf38d28ffd8a2735b0f2a101f4100f1b302ce1df4848f851d3bdfbb1eb2b95ebaed5144d42c3a728528f3ea3c65150fbea071fc9d3
 DIST awscli-1.19.112.tar.gz 2028010 BLAKE2B 
c5f973a2a0cf002038cdc46d0760f5e5fad942b1383f21819459d51fd3e3a17617e23d45d284345fac1760a812ffc81842068e8517bb500559a330ea8183968e
 SHA512 
4ad9e960826baa057a2e72ddc2afce1012b766b5f691236435347c3e4ce210ee0b14003c16615262ec707d0c65b7f7f71a15fcf80a0fdfefb21ab6a28cfb1d55
 DIST awscli-1.19.97.tar.gz 2020143 BLAKE2B 
2dac6f59a04a958b09e0f8b7d056583015762df78ed1349b55c6301d3189e1100bd8ab98445ded3ccc0ddbf1148ddf0475086704f123b0db1ccfd1cacb6b4680
 SHA512 
4e4e0f34ba02819232427f7571a4b10d22b167788d758c9ac43749607ea7a4c498259fcc5c69fb32d66faffc535a5b3045006168b64506f2b0f9fbbaa804e387

diff --git a/app-admin/awscli/awscli-1.19.105.ebuild 
b/app-admin/awscli/awscli-1.19.105.ebuild
deleted file mode 100644
index ff429f8d3a3..000
--- a/app-admin/awscli/awscli-1.19.105.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Universal Command Line Environment for AWS"
-HOMEPAGE="https://pypi.org/project/awscli/";
-#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WO

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

2021-07-15 Thread Michał Górny
commit: 77ac81663c0c403a064da9bb1d789216892d30e5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:18:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ac8166

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest  |  7 -
 dev-python/boto3/boto3-1.17.105.ebuild | 56 --
 dev-python/boto3/boto3-1.17.106.ebuild | 56 --
 dev-python/boto3/boto3-1.17.107.ebuild | 56 --
 dev-python/boto3/boto3-1.17.108.ebuild | 56 --
 dev-python/boto3/boto3-1.17.109.ebuild | 56 --
 dev-python/boto3/boto3-1.17.110.ebuild | 56 --
 dev-python/boto3/boto3-1.17.111.ebuild | 56 --
 8 files changed, 399 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index a4acd2cb400..5b27f555d43 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,10 +1,3 @@
 DIST boto3-1.17.104.tar.gz 387800 BLAKE2B 
928824ab0a0c091fec430c5d86b0c5663f2a98042a76311588463f36f48a6bd9641fd25e07b63ad50afcb3ea9bfea0b5f3304e3c2689a2187198aac04549346c
 SHA512 
477033e623476fa1e2e49cdb788f204ac49230088788cbae3f079de4561e7bbe56bb3b170480592a0ce056fcd2ea0cb3f14b4f5091279f46346465853a191829
-DIST boto3-1.17.105.tar.gz 387920 BLAKE2B 
475342a93440418f6fc5682e7c24f386aaac8dc91e670e8c6ab7f949fb8557c97ca0f7e7929128742c3b1091cda2a42e0f1212528f8fb1c7ce1a6dcc3aea18c4
 SHA512 
a044f0a61f8ebea58f7ebbe670b4f0ba94f6c3abe69857340908be780e1cae5f5f3ce892ba16af44df62542883d30b93a9b42830123dd3fb31998ae8c642e1b4
-DIST boto3-1.17.106.tar.gz 388602 BLAKE2B 
f9cc023ce4c0810ea7eb004126941229536fc068ff51039dc9f9943d153f8fa717e832c7161f85332e3edf596f55b3ad7dfb9ef117b471f59fc269ee9c63818c
 SHA512 
866286d91d157d513f35231f8d512cd9738c7795b044b41c8e2b1594ed83a6060bcb3a2e3c8388df2ed86c7b04e0ce2d42c88393d8a6753d04c2a007865033e4
-DIST boto3-1.17.107.tar.gz 389348 BLAKE2B 
8c0893d8ad73563f63254877621440ba24dac76c577f5684bc37b5f99b9111be209f69efa324cc079209340051230a43b66004d09ccd5804d631b0c04083c384
 SHA512 
450222507aa3bae8062b788ac7f637dbe8a5e7a5baa0f45001a74a810c2579927a7400cef180b57a7d7e57c391d665930b577b39272681ca380b5e553385b1f8
-DIST boto3-1.17.108.tar.gz 389871 BLAKE2B 
964ff0b2d7a437c569e2b19f5c24d228df6595f15d72350b2cae0cb43c5e1f4d8376c0a25ec393a0a0f085650b193afc852fef59d258dd1c3addbfff4c27ce62
 SHA512 
4b78af4e59f399aa022762b6d1dc14252d4f549cdbb9264e5762a927b3a7e391d336ca48d938b1245ceaaa243ec01ea642545bc97abe5f7a3f8f8774ee21e2ce
-DIST boto3-1.17.109.tar.gz 390366 BLAKE2B 
f39548e623fc65907b13d7d5ba8a16034e5f741a3343ef69e52984a2417b4fcf8c21cdd49854222781a41aef0e26a7ffeb38c7a2dc600321ef6e7574f43e785e
 SHA512 
4e13a99db4be8d61b217afc9bf4626ae5e6be524684581d74b7d7ce180c8d74716a0ef196ab6b91a7ef6fa56a57887e6ab0d05da380ebf8ae5bb915ac1a844b2
-DIST boto3-1.17.110.tar.gz 390476 BLAKE2B 
ffe9da7e57a44b673c5f29a0b1c711d63d706c3c68459c89d2aabb3d2ac45730f52e49d73300bcbe6edc53bd1d51d79c1168cb1fc71411bd070a1efe99019200
 SHA512 
7d2307a66a1469b43f166c7458efc326b2158ce16b306c2637f4126ba99cf6880080d78f87c5952c2807445039746d86d62e368a4895efe3bace5dd2ce70dd49
-DIST boto3-1.17.111.tar.gz 391021 BLAKE2B 
f9962bba1cb5e372f5bfcaf7c7f81b8c20dc6643df84b2ac227cf1ee8482f72ab9f9a526ffed586dae70585e8c4aa7dfe83d3e6b9d3ae001b6f3ed64198b23f4
 SHA512 
1e50f9b6e2067110a0613198987c12fafc699d938a41bbe52c3dee56c2e750c5ad3b309b1d4d172ebfe5a3a36396c8a900cf50efb5329ebef35919650a1d83b9
 DIST boto3-1.17.112.tar.gz 391748 BLAKE2B 
071eddfe134face48b86985ccd0171e0d8994fc65cd75e26945dfcab29566f42aa965c82b736cc7dd821a920e6903e4c45917af1759214606c2448b46c528cff
 SHA512 
dcee3f4e2dfaf8fcc82ca938a72d654ced7a44f32e3dab43a225d8dcf0b3d20f0699770cfcd8ede840f792d37e124597d096322b88ce54c2e27e109da6e7
 DIST boto3-1.17.97.tar.gz 383223 BLAKE2B 
1a1b4e9f2c51d830762f27cf3e30038efb88322e300ac304d1cb88d5b7efc6af35ad9810cea7292c9807dcdfedb11ba039ee6d5dbb9162f2a1c6d6936ef75bcc
 SHA512 
e74a59763cc9b8a51fd09121a790d29a7291d9380d4451c2e6af90902f18415a3780eeea7f7d63e052b295792b92c3cdd3b8597f7013241ebbbdb7e418cf73ce

diff --git a/dev-python/boto3/boto3-1.17.105.ebuild 
b/dev-python/boto3/boto3-1.17.105.ebuild
deleted file mode 100644
index 75afb4bcf86..000
--- a/dev-python/boto3/boto3-1.17.105.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/boto3";
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/boto3";
-   inherit git-r3
-   BOTOCORE_PV=${PV}
-else
-   SRC_URI="https://githu

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

2021-07-15 Thread Michał Górny
commit: 6c4cf2699927bb29c2c8f091ff1d281e167b9b5f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:20:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:54:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4cf269

dev-python/botocore: Bump to 1.21.0

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

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.21.0.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index bafdf239d69..e3822e0f1cc 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.20.104.tar.gz 7883624 BLAKE2B 
4fb4c6abff5a2c3d3e19b11576e723f15a442b2d49e461a2a4c2bd613e26095ceb87f4b7ceb672f338ea04ad918060bed118f7bc4c184c46cce1d6a9f98d4239
 SHA512 
2201d87ce2e1c8979548698d6a46eb03c0a2026360b178fea895ad6a244efad534d9970d3c6343d50639d25b3b8643db6744658fec14e0fa29fd7c4b45c8e0d8
 DIST botocore-1.20.112.tar.gz 7917776 BLAKE2B 
6a5ebf3d32c505ec2c1fc4cd3d97aa94c76b6206dda6ba28a946dfdc9973073019389c05d1cf09a0eced701fe86a9b8a292835415c0b1ceea75959a3186f65c6
 SHA512 
4b36367ffdd011aeb7654fd5c52c38e95bae4c55e5af85e38b0764140539ad1f8b9d75b0c7fd1009fda8d005ef4b17673b06f85a76b52fcebf05925297b6bbbf
 DIST botocore-1.20.97.tar.gz 7846552 BLAKE2B 
da0355cc229ba8a0632f67866bf06b27d7b257184b53670e5dc183c6b5a1f4d3a34145de0a3f04abd2adc08de3f0775e3c7e0dbecae729acb5bc05c7ce9acaf2
 SHA512 
7411d5de8ecf0c42c0142ded036189dcf378cd16f761071beb5bc2a2c240eabb0c4a8c669ce89a5b4e798a0aae92f0e67755627c2a84df77fc2e9557265a4e3b
+DIST botocore-1.21.0.tar.gz 790 BLAKE2B 
7e68375d07d858dc2071538c2382d8693df23fea5326938491c492abe55c060d0cdf98698cef9b06dac996a59c907ed780e5baadabbb7c10d5e41efa84c4750c
 SHA512 
e56eea7f3c4f39f51ef1d53dfb42fd5d601167cca7c868b1cf2f291732a8cf90aaa874760f262085439df5726c6b610369a325e863533b593aa708fd901398a1

diff --git a/dev-python/botocore/botocore-1.21.0.ebuild 
b/dev-python/botocore/botocore-1.21.0.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.21.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2021-07-15 Thread Agostino Sarubbo
commit: 9018614034916f321370536d0dd67ba8ebe739f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:51:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:51:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90186140

dev-lang/go: x86 stable wrt bug #802054

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

 dev-lang/go/go-1.15.14.ebuild | 2 +-
 dev-lang/go/go-1.16.6.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-1.15.14.ebuild b/dev-lang/go/go-1.15.14.ebuild
index 51c88556454..519107f5713 100644
--- a/dev-lang/go/go-1.15.14.ebuild
+++ b/dev-lang/go/go-1.15.14.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 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac

diff --git a/dev-lang/go/go-1.16.6.ebuild b/dev-lang/go/go-1.16.6.ebuild
index 24f09f95f35..4c4ad62f872 100644
--- a/dev-lang/go/go-1.16.6.ebuild
+++ b/dev-lang/go/go-1.16.6.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 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-07-15 Thread Agostino Sarubbo
commit: a59e220811d98ca841b686a2f59f5113834bbb5c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:51:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:51:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59e2208

sci-libs/libsvm: x86 stable wrt bug #800959

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

 sci-libs/libsvm/libsvm-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libsvm/libsvm-3.25.ebuild 
b/sci-libs/libsvm/libsvm-3.25.ebuild
index 120da928c50..edd16c69d55 100644
--- a/sci-libs/libsvm/libsvm-3.25.ebuild
+++ b/sci-libs/libsvm/libsvm-3.25.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/2"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="java openmp python tools"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-07-15 Thread Agostino Sarubbo
commit: cccace695515499611afcab3a6e42f4e3156aa1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:51:36 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:51:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccace69

app-text/libpaper: x86 stable wrt bug #801019

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

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index cc38d52d59a..87f52550286 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



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

2021-07-15 Thread Agostino Sarubbo
commit: e7f5ef06092f866cec83ae3d2b03723ca695849b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:51:13 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f5ef06

app-text/libpaper: sparc stable wrt bug #801019

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

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index 7de4869fd8a..cc38d52d59a 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



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

2021-07-15 Thread Agostino Sarubbo
commit: dd4404e60db89beccb88fe82385e5e6ff8e61224
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:50:38 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:50:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4404e6

sci-libs/libsvm: amd64 stable wrt bug #800959

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

 sci-libs/libsvm/libsvm-3.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libsvm/libsvm-3.25.ebuild 
b/sci-libs/libsvm/libsvm-3.25.ebuild
index f4a2fdf7ebd..120da928c50 100644
--- a/sci-libs/libsvm/libsvm-3.25.ebuild
+++ b/sci-libs/libsvm/libsvm-3.25.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.csie.ntu.edu.tw/~cjlin/libsvm/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="java openmp python tools"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/

2021-07-15 Thread Agostino Sarubbo
commit: 968b2a8173aacdc14358c5bfa2be28569ca31ee6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:50:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968b2a81

www-servers/uwsgi: amd64 stable wrt bug #793380

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

 www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild
index e909f50f639..567debaeaf2 100644
--- a/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r103.ebuild
@@ -25,7 +25,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux"
 
 UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
http ugreen signal syslog rsyslog



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

2021-07-15 Thread Agostino Sarubbo
commit: 794c602fcda113ad71f4f71472c8a5b29015f698
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:50:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:50:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794c602f

dev-python/flask-migrate: amd64/x86 stable (ALLARCHES policy) wrt bug #797955

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

 dev-python/flask-migrate/flask-migrate-3.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-migrate/flask-migrate-3.0.1-r1.ebuild 
b/dev-python/flask-migrate/flask-migrate-3.0.1-r1.ebuild
index b57eca682ef..ab97cc94558 100644
--- a/dev-python/flask-migrate/flask-migrate-3.0.1-r1.ebuild
+++ b/dev-python/flask-migrate/flask-migrate-3.0.1-r1.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=dev-python/alembic-0.7[${PYTHON_USEDEP}]



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

2021-07-15 Thread Agostino Sarubbo
commit: 105432e02a5ab9beccb5897a5ef0ca75a94a239b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 16 06:50:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 16 06:50:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105432e0

app-text/libpaper: amd64 stable wrt bug #801019

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

 app-text/libpaper/libpaper-1.1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libpaper/libpaper-1.1.28.ebuild 
b/app-text/libpaper/libpaper-1.1.28.ebuild
index cabd7abd8f9..7de4869fd8a 100644
--- a/app-text/libpaper/libpaper-1.1.28.ebuild
+++ b/app-text/libpaper/libpaper-1.1.28.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libp/libpaper/${P/-/_}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( README ChangeLog debian/changelog )
 



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

2021-07-15 Thread Joonas Niilola
commit: 12ccab91e3ff93983e89eebe4eaf263fd2b60266
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jul 16 06:49:20 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:49:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ccab91

package.mask: add a bug # for net-p2p/go-ipfs

Bug: https://bugs.gentoo.org/802381
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index df9d904fd7d..55472d064cc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -35,7 +35,7 @@
 # Kai Krakow  (2021-07-16)
 # To be replaced by net-p2p/go-ipfs, no migration needed.
 # Simply deselect the masked package and install the replacement.
-# Masked for removal in 30 days.
+# Masked for removal in 30 days. Bug #802381
 net-p2p/go-ipfs-bin
 
 # Hans de Graaff  (2021-07-15)



[gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ipfs/

2021-07-15 Thread Joonas Niilola
commit: 8ee5bf7ebc0ec357b4f62feea0835d412f0d9bcc
Author: Kai Krakow  kaishome  de>
AuthorDate: Thu Jul 15 22:58:53 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:49:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee5bf7e

net-p2p/go-ipfs: Add maintainership

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Kai Krakow  kaishome.de>
Closes: https://github.com/gentoo/gentoo/pull/21667
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/go-ipfs/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-p2p/go-ipfs/metadata.xml b/net-p2p/go-ipfs/metadata.xml
index 72bff73de1e..744411f3075 100644
--- a/net-p2p/go-ipfs/metadata.xml
+++ b/net-p2p/go-ipfs/metadata.xml
@@ -5,6 +5,10 @@
davidroma...@gmail.com
David Roman

+   
+   hurikhan77+...@gmail.com
+   Kai Krakow
+   

proxy-ma...@gentoo.org
Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ipfs-bin/

2021-07-15 Thread Joonas Niilola
commit: fa4e511de2f05ad82d949b6064436a681cf1ad12
Author: Kai Krakow  kaishome  de>
AuthorDate: Thu Jul 15 22:57:43 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:49:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4e511d

net-p2p/go-ipfs-bin: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Kai Krakow  kaishome.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/go-ipfs-bin/Manifest  |  4 ---
 net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.22.ebuild | 51 ---
 2 files changed, 55 deletions(-)

diff --git a/net-p2p/go-ipfs-bin/Manifest b/net-p2p/go-ipfs-bin/Manifest
index 346b06e7402..b867a5c2e86 100644
--- a/net-p2p/go-ipfs-bin/Manifest
+++ b/net-p2p/go-ipfs-bin/Manifest
@@ -1,8 +1,4 @@
-DIST go-ipfs-bin-0.4.22.bash 20753 BLAKE2B 
c34d29a48cf249b7a646a8a7b6015b9c4a4a5d8656187ec5984b0dfb741a8ca7b2f2d0a10bc0288aa862679c6d52145936b46497936565ba7cdb2ba847fda5b8
 SHA512 
acd3bdb689964aa5e15965bfea3cd1267f54a2014c05f49f4e536902cbdab3e22038f4f5db5ecc273c147135b265fcb82a41db22bfc3fd8f6ddc8ae43fd053ea
 DIST go-ipfs-bin-0.7.0.bash 21018 BLAKE2B 
81150944c71fe86b07db8bc2240899cb95637e74e05dd898c2aabd26e47b7222d6e79d4270c4a681450d8d148cf5dcf96d4376de110e6221943e0214ebf1bf61
 SHA512 
3a5259147652beda38b32e8fa13165775dfd7116ffdc839e350bb8009197c18dc03a69bd3a62233de0ace5fd52e76b6b1d9e88df888ec268e98519b5a35fe89c
-DIST go-ipfs_v0.4.22_linux-386.tar.gz 18865892 BLAKE2B 
4ff67301ce6eec8cb38015f6dba16e10ee1fa3efffb47b2c3a9fe76fba875907ccd53ec011abe5b496de4dd2dff0a30f4e526e232f47c174b83004efdcc30764
 SHA512 
a6d16217412d1be0cdc0a2df604740054758b767994bbcb7ffc745abd90c64c28031b543bcb5589c715fa7115effc9a3b898ada8ad96c604507b428ed2538378
-DIST go-ipfs_v0.4.22_linux-amd64.tar.gz 20900056 BLAKE2B 
f068c367fb454a62c76f9828927aae0870f54853d0aeddfe6ca774490107c26df88ce41efa016732dffaf269d3dc2d16e1744f9cc35d4f86e355744eb3172a10
 SHA512 
49b99fec741d67f7bad8fb6fbbd984967f06dfc3de846d10dca34b166f621a182d12f13cf5ccf4e4f33747b67cede6f4205b4cd9b57ce5244128d1385ec82c85
-DIST go-ipfs_v0.4.22_linux-arm.tar.gz 18199193 BLAKE2B 
25316649add6256c4f12efb9bb43848e2049cc7bcbe89dbe77309e1cf793e2ebd28559a05d0974af53488c414a26c28499d80f2f13f80454d4217019c58edc65
 SHA512 
c803964828ccbac40797e58dc82d10bdf899db26ef71ddd2443882bd4f84ff4a5aee4995a04135cb31b8f991381ce8004c51b06501aaef4d58dbcac239519822
 DIST go-ipfs_v0.7.0_linux-386.tar.gz 22038249 BLAKE2B 
85c85948d69dcec0c73ac38bad4eb4cd65ef7148199a6afcdf7f419981a12db3d37f4923746feaa608bbcf455065570e264039020c5517f8b0a5ffa163bf4177
 SHA512 
f2e8db09918aed702f4c952ff014612e06ee59a24f1b796a7d0c56300b82caf388c0201506a174de34aa0e9f0a646e2792a521ceab947d65d82386aefd54799b
 DIST go-ipfs_v0.7.0_linux-amd64.tar.gz 25954590 BLAKE2B 
0bd139f77272ac9d5e4e1f3caa8a4967d17ba8fa9caa4eb4859933423c882844eca5403ca90a2cbeae95f080eb21bd64c7f46a391eac3d5717a5e2dcbf2d8aac
 SHA512 
1d5910f27e8d7ea333145f15c6edcbacc1e8db3a99365f0847467bdfa7c73f4d7a05562e46be8e932056c8324ed0769ca1b6758dfb0ac4c2e1b6066b57c4a086
 DIST go-ipfs_v0.7.0_linux-arm.tar.gz 21087228 BLAKE2B 
ec3122077a487726fe227816f97462bf9caf40d30c44ff6bf67e6266eda7cfff456855cdf8f91c1bc01dcca58b0e76cc931c05179326414e39adb6bf4d7fae18
 SHA512 
a1a9b6e2833da94d9059f1d03e30e7349ab4f00fc0e8580909f35dbb28f0fdf6cea712a96928f72aa2fadf3efc1328187f4fc863e5ce74e4be699542e262a904

diff --git a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.22.ebuild 
b/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.22.ebuild
deleted file mode 100644
index c4af0136eb9..000
--- a/net-p2p/go-ipfs-bin/go-ipfs-bin-0.4.22.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 systemd
-
-DESCRIPTION="Main implementation of IPFS"
-HOMEPAGE="https://ipfs.io/";
-SRC_URI="amd64? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-amd64.tar.gz )
-   x86? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-386.tar.gz )
-   arm? ( 
https://dist.ipfs.io/go-ipfs/v${PV}/go-ipfs_v${PV}_linux-arm.tar.gz )
-
-   
https://raw.githubusercontent.com/ipfs/go-ipfs/v${PV}/misc/completion/ipfs-completion.bash
 -> ${P}.bash"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~x86"
-
-RDEPEND="
-   acct-group/ipfs
-   acct-user/ipfs
-   sys-fs/fuse:0
-"
-
-S="${WORKDIR}/go-ipfs"
-
-QA_PREBUILT="/usr/bin/ipfs"
-
-src_install() {
-   dobin ipfs
-
-   systemd_dounit "${FILESDIR}/ipfs.service"
-   systemd_newunit "${FILESDIR}/ipfs-at.service" "ipfs@.service"
-
-   newinitd "${FILESDIR}/ipfs.init" ipfs
-   newconfd "${FILESDIR}/ipfs.confd" ipfs
-
-   newbashcomp "${DISTDIR}/${P}.bash" "ipfs"
-   keepdir /var/log/ipfs
-}
-
-pkg_preinst() {
-   fowners -R ipfs:ipfs /var/log/ipfs
-}
-
-pkg_postinst() {
-   elog 'To be able to use the ipfs service you will need to create the 
ipfs repository'
-   elog '(eg: su -s /bin

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

2021-07-15 Thread Joonas Niilola
commit: 10dd981d78ff84f3fb6cc2311f727409e850ebd1
Author: Kai Krakow  kaishome  de>
AuthorDate: Thu Jul 15 22:54:51 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:49:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dd981d

net-p2p/go-ipfs-bin: Mask in favor of net-p2p/go-ipfs

Both packages are basically in the same state, prefer the version built
from source to reduce maintainance overhead.

Signed-off-by: Kai Krakow  kaishome.de>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fd8d03e1049..df9d904fd7d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Kai Krakow  (2021-07-16)
+# To be replaced by net-p2p/go-ipfs, no migration needed.
+# Simply deselect the masked package and install the replacement.
+# Masked for removal in 30 days.
+net-p2p/go-ipfs-bin
+
 # Hans de Graaff  (2021-07-15)
 # Dead upstream, no longer maintained, last release in 2013.
 # No dependencies.



[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2021-07-15 Thread Hans de Graaff
commit: 7c035d50e2cb3465edb48d94c129d0390fe01ded
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 16 06:23:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 16 06:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c035d50

www-apache/passenger: cleanup

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

 www-apache/passenger/Manifest   |   1 -
 www-apache/passenger/passenger-6.0.6.ebuild | 130 
 2 files changed, 131 deletions(-)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 5f9086aee16..d873677eade 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,3 +1,2 @@
-DIST passenger-6.0.6.tar.gz 7347506 BLAKE2B 
16332ca5c299c366c891eef0267889d024417bacafafb9b6faed94434f16a3823fd21e9251eeefe190a682e8530b49cde4af22008b1537466ee3d685554dcbac
 SHA512 
57a013dbbddab13862c2d5445d048aafdc5a56297c56d3d642a39fe7757d3bcbd7e9e21aca36ebeb0f54a03d26e0886031a947cb098026a516900cc5bff42f0c
 DIST passenger-6.0.8.tar.gz 7567855 BLAKE2B 
ea8577c07a57eaea4e3b2b236808c9e54badb35368e948132af04220026b2676a71d066625a64cd98ce35118ae613bcbca8a0a1f8e0bc2a8d321c1165dec72f5
 SHA512 
ad35bee4a1c855b8f5401ab44e2a9b0cf3281e7fb1d8e09c8b12c54a465545d43285301c7d0fe16914e3c0fd5407d0d5cef31bb296f850d787903e6e006b368f
 DIST passenger-6.0.9.tar.gz 8180342 BLAKE2B 
41bdfe06fe3dd94cbcbe44b8a9e2945447662a00b082c94d84196c13ec597c8aa6f5b34ff7855d06a983a27673c6e5c65426dfee20bcd601cea03cc2035a9da0
 SHA512 
fbb7a5a9e222672ea2db13f92de0710b84cde530d67633ad31265a1e34bf8a79f006a9db35eec45200d61c1084f0846275a06b55c717cf35ccdc7a8e878d37b4

diff --git a/www-apache/passenger/passenger-6.0.6.ebuild 
b/www-apache/passenger/passenger-6.0.6.ebuild
deleted file mode 100644
index 66e88d82455..000
--- a/www-apache/passenger/passenger-6.0.6.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
-
-DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
-HOMEPAGE="https://www.phusionpassenger.com/";
-SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="apache2 debug"
-
-ruby_add_bdepend "dev-ruby/rake"
-
-ruby_add_rdepend "
-   >=dev-ruby/rack-1.0.0:*
-   >=dev-ruby/rake-0.8.1"
-
-# libev is bundled but with adapations that do not seem to be accepted
-# upstream, so we must use the bundled version :-(
-CDEPEND="
-   >=dev-libs/libuv-1.8.0
-   net-misc/curl[ssl]
-   apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
-
-RDEPEND="${RDEPEND} ${CDEPEND}"
-DEPEND="${DEPEND} ${CDEPEND}"
-
-APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
-APACHE2_MOD_DEFINE="PASSENGER"
-
-want_apache2
-
-pkg_setup() {
-   use debug && append-flags -DPASSENGER_DEBUG
-   depend.apache_pkg_setup
-}
-
-all_ruby_prepare() {
-   eapply "${FILESDIR}"/${PN}-5.1.11-gentoo.patch
-   eapply "${FILESDIR}"/${PN}-5.1.1-isnan.patch
-
-   # Change these with sed instead of a patch so that we can easily use
-   # the toolchain-funcs methods.
-   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
-   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
-   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
-
-   # Avoid fixed debugging CFLAGs.
-   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
-
-   # Use sed here so that we can dynamically set the documentation 
directory.
-   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
-   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
-   src/ruby_supportlib/phusion_passenger.rb || die
-   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
-
-   # Don't install a tool that won't work in our setup.
-   sed -i -e '/passenger-install-apache2-module/d' 
src/ruby_supportlib/phusion_passenger/packaging.rb || die
-   rm -f bin/passenger-install-apache2-module || die "Unable to remove 
unneeded install script."
-
-   # Make sure we use the system-provided version where possible
-   rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove 
vendored code."
-
-   # Avoid building documentation to avoid a dependency on mizuho.
-   #sed -i -e 's/, :doc//' build/packaging.rb || die
-   touch doc/*.html || die
-
-   # Fix hard-coded use of AR
-   sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || 
die
-
-   # Make sure apache support is not attempted with -apache2
-   

[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2021-07-15 Thread Hans de Graaff
commit: dc232fb36d320eddeab05b73dbd77e9f683132b6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 16 06:40:40 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 16 06:43:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc232fb3

www-apache/passenger: add 6.0.10

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

 www-apache/passenger/Manifest|   1 +
 www-apache/passenger/passenger-6.0.10.ebuild | 129 +++
 2 files changed, 130 insertions(+)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index d873677eade..fb8daffd3c7 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,2 +1,3 @@
+DIST passenger-6.0.10.tar.gz 8178910 BLAKE2B 
9c7b8e05130e7242cb13986b97582786d77c2d5341620bd3594f428ecf26bf983262ad92b7b8a21666bfa262de0f4d148cef56de2015c0e2b42a3d7d87db2b43
 SHA512 
5ef2170cb9e55de37cc2b561f2f5c6a6406c71d70b248078ac5086d9d6e9ba90efcf223f1ed6b14774c8eb008d7cb6e98f3d5f8a088126ea697638a8dce6741c
 DIST passenger-6.0.8.tar.gz 7567855 BLAKE2B 
ea8577c07a57eaea4e3b2b236808c9e54badb35368e948132af04220026b2676a71d066625a64cd98ce35118ae613bcbca8a0a1f8e0bc2a8d321c1165dec72f5
 SHA512 
ad35bee4a1c855b8f5401ab44e2a9b0cf3281e7fb1d8e09c8b12c54a465545d43285301c7d0fe16914e3c0fd5407d0d5cef31bb296f850d787903e6e006b368f
 DIST passenger-6.0.9.tar.gz 8180342 BLAKE2B 
41bdfe06fe3dd94cbcbe44b8a9e2945447662a00b082c94d84196c13ec597c8aa6f5b34ff7855d06a983a27673c6e5c65426dfee20bcd601cea03cc2035a9da0
 SHA512 
fbb7a5a9e222672ea2db13f92de0710b84cde530d67633ad31265a1e34bf8a79f006a9db35eec45200d61c1084f0846275a06b55c717cf35ccdc7a8e878d37b4

diff --git a/www-apache/passenger/passenger-6.0.10.ebuild 
b/www-apache/passenger/passenger-6.0.10.ebuild
new file mode 100644
index 000..52d626c53cb
--- /dev/null
+++ b/www-apache/passenger/passenger-6.0.10.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
+
+DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
+HOMEPAGE="https://www.phusionpassenger.com/";
+SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="apache2 debug"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rake-0.8.1"
+
+# libev is bundled but with adapations that do not seem to be accepted
+# upstream, so we must use the bundled version :-(
+CDEPEND="
+   >=dev-libs/libuv-1.8.0
+   net-misc/curl[ssl]
+   apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
+
+RDEPEND="${RDEPEND} ${CDEPEND}"
+DEPEND="${DEPEND} ${CDEPEND}"
+
+APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
+APACHE2_MOD_DEFINE="PASSENGER"
+
+want_apache2
+
+pkg_setup() {
+   use debug && append-flags -DPASSENGER_DEBUG
+   depend.apache_pkg_setup
+}
+
+all_ruby_prepare() {
+   eapply "${FILESDIR}"/${PN}-5.1.11-gentoo.patch
+
+   # Change these with sed instead of a patch so that we can easily use
+   # the toolchain-funcs methods.
+   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
+   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
+   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
+
+   # Avoid fixed debugging CFLAGs.
+   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
+
+   # Use sed here so that we can dynamically set the documentation 
directory.
+   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
+   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
+   src/ruby_supportlib/phusion_passenger.rb || die
+   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
+
+   # Don't install a tool that won't work in our setup.
+   sed -i -e '/passenger-install-apache2-module/d' 
src/ruby_supportlib/phusion_passenger/packaging.rb || die
+   rm -f bin/passenger-install-apache2-module || die "Unable to remove 
unneeded install script."
+
+   # Make sure we use the system-provided version where possible
+   rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove 
vendored code."
+
+   # Avoid building documentation to avoid a dependency on mizuho.
+   #sed -i -e 's/, :doc//' build/packaging.rb || die
+   touch doc/*.html || die
+
+   # Fix hard-coded use of AR
+   sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || 
die
+
+   # Make sure apache support is not attempted with -apache2
+   if ! use apache2 ; then
+   se

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

2021-07-15 Thread Miroslav Šulc
commit: ef08e6bd4dea15dfc41899457cc91807b7df8461
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jul 15 16:58:31 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul 16 06:32:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef08e6bd

dev-java/commons-httpclient: remove obsolete

Bug: https://bugs.gentoo.org/801475
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21656
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../commons-httpclient-4.5.13.ebuild   | 73 --
 1 file changed, 73 deletions(-)

diff --git a/dev-java/commons-httpclient/commons-httpclient-4.5.13.ebuild 
b/dev-java/commons-httpclient/commons-httpclient-4.5.13.ebuild
deleted file mode 100644
index 736ff629cee..000
--- a/dev-java/commons-httpclient/commons-httpclient-4.5.13.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom 
httpcomponents-client-4.5.13/httpclient/pom.xml --download-uri 
https://github.com/apache/httpcomponents-client/archive/refs/tags/rel/v4.5.13.tar.gz
 --slot 4 --keywords "~amd64 ~ppc64 ~x86" --ebuild 
commons-httpclient-4.5.13.ebuild
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="org.apache.httpcomponents:httpclient:4.5.13"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Apache HttpComponents Client"
-HOMEPAGE="https://hc.apache.org/httpcomponents-client";
-SRC_URI="mirror://apache/httpcomponents/httpclient/source/httpcomponents-client-${PV}-src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-# Common dependencies
-# POM: httpcomponents-client-${PV}/httpclient/pom.xml
-# commons-codec:commons-codec:1.11 -> >=dev-java/commons-codec-1.15:0
-# commons-logging:commons-logging:1.2 -> >=dev-java/commons-logging-1.2:0
-# org.apache.httpcomponents:httpcore:4.4.13 -> >=dev-java/httpcore-4.4.14:0
-
-CDEPEND="
-   dev-java/commons-codec:0
-   dev-java/commons-logging:0
-   dev-java/httpcore:0
-"
-
-# Compile dependencies
-# POM: httpcomponents-client-${PV}/httpclient/pom.xml
-# test? junit:junit:4.11 -> >=dev-java/junit-4.13.2:4
-# test? org.mockito:mockito-core:1.10.19 -> >=dev-java/mockito-1.9.5:0
-
-DEPEND="${CDEPEND}
-   >=virtual/jdk-1.8:*
-   test? (
-   dev-java/mockito:0
-   )"
-
-RDEPEND="${CDEPEND}
-   >=virtual/jre-1.8:*"
-
-DOCS=( ../{LICENSE,NOTICE,README,RELEASE_NOTES}.txt )
-
-S="${WORKDIR}/httpcomponents-client-${PV}/httpclient"
-
-JAVA_GENTOO_CLASSPATH="commons-codec,commons-logging,httpcore"
-JAVA_SRC_DIR=(
-   "src/main/java"
-   "src/main/java-deprecated"
-)
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4,mockito"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-JAVA_TEST_EXCLUDES=(
-   # Tests run: 929,  Failures: 1
-   # javax.net.ssl.SSLHandshakeException: Remote host terminated the 
handshake
-   "org.apache.http.conn.ssl.TestSSLSocketFactory"
-)
-
-src_install() {
-   default
-   java-pkg-simple_src_install
-}



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

2021-07-15 Thread Miroslav Šulc
commit: e0b8ea15be77cb21eaf1c86de41e98e92e00bde5
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jul 15 16:57:00 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul 16 06:32:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b8ea15

dev-java/commons-httpclient: depend on hamcrest-core

Bug: https://bugs.gentoo.org/801475
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../commons-httpclient-4.5.13-r1.ebuild| 74 ++
 1 file changed, 74 insertions(+)

diff --git a/dev-java/commons-httpclient/commons-httpclient-4.5.13-r1.ebuild 
b/dev-java/commons-httpclient/commons-httpclient-4.5.13-r1.ebuild
new file mode 100644
index 000..e4b77b275fb
--- /dev/null
+++ b/dev-java/commons-httpclient/commons-httpclient-4.5.13-r1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom 
httpcomponents-client-4.5.13/httpclient/pom.xml --download-uri 
https://github.com/apache/httpcomponents-client/archive/refs/tags/rel/v4.5.13.tar.gz
 --slot 4 --keywords "~amd64 ~ppc64 ~x86" --ebuild 
commons-httpclient-4.5.13.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.apache.httpcomponents:httpclient:4.5.13"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Apache HttpComponents Client"
+HOMEPAGE="https://hc.apache.org/httpcomponents-client";
+SRC_URI="mirror://apache/httpcomponents/httpclient/source/httpcomponents-client-${PV}-src.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: httpcomponents-client-${PV}/httpclient/pom.xml
+# commons-codec:commons-codec:1.11 -> >=dev-java/commons-codec-1.15:0
+# commons-logging:commons-logging:1.2 -> >=dev-java/commons-logging-1.2:0
+# org.apache.httpcomponents:httpcore:4.4.13 -> >=dev-java/httpcore-4.4.14:0
+
+CDEPEND="
+   dev-java/commons-codec:0
+   dev-java/commons-logging:0
+   dev-java/httpcore:0
+"
+
+# Compile dependencies
+# POM: httpcomponents-client-${PV}/httpclient/pom.xml
+# test? junit:junit:4.11 -> >=dev-java/junit-4.13.2:4
+# test? org.mockito:mockito-core:1.10.19 -> >=dev-java/mockito-1.9.5:0
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.8:*
+   test? (
+   dev-java/hamcrest-core:1.3
+   dev-java/mockito:0
+   )"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+DOCS=( ../{LICENSE,NOTICE,README,RELEASE_NOTES}.txt )
+
+S="${WORKDIR}/httpcomponents-client-${PV}/httpclient"
+
+JAVA_GENTOO_CLASSPATH="commons-codec,commons-logging,httpcore"
+JAVA_SRC_DIR=(
+   "src/main/java"
+   "src/main/java-deprecated"
+)
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4,mockito,hamcrest-core-1.3"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+
+JAVA_TEST_EXCLUDES=(
+   # Tests run: 929,  Failures: 1
+   # javax.net.ssl.SSLHandshakeException: Remote host terminated the 
handshake
+   "org.apache.http.conn.ssl.TestSSLSocketFactory"
+)
+
+src_install() {
+   default
+   java-pkg-simple_src_install
+}



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

2021-07-15 Thread Miroslav Šulc
commit: 8d042dab2a9e0106ea309e343dafdf58b9cb55f3
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jul 15 12:50:16 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul 16 06:24:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d042dab

dev-java/swt: jdk[-headless-awt]

Closes: https://bugs.gentoo.org/801277
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21651
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/swt/swt-4.10-r2.ebuild | 174 
 1 file changed, 174 insertions(+)

diff --git a/dev-java/swt/swt-4.10-r2.ebuild b/dev-java/swt/swt-4.10-r2.ebuild
new file mode 100644
index 000..8c3986977db
--- /dev/null
+++ b/dev-java/swt/swt-4.10-r2.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic java-pkg-2 java-ant-2 toolchain-funcs java-osgi
+
+MY_PV="${PV/_rc/RC}"
+MY_DMF="http://download.eclipse.org/eclipse/downloads/drops4/R-${MY_PV}-201812060815";
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="GTK based SWT Library"
+HOMEPAGE="http://www.eclipse.org/";
+SRC_URI="
+   amd64? ( ${MY_DMF}/${MY_P}-gtk-linux-x86_64.zip )
+   ppc64? ( ${MY_DMF}/${MY_P}-gtk-linux-ppc64le.zip )"
+
+LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1"
+SLOT="4.10"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="cairo opengl webkit"
+
+COMMON_DEP="
+   >=dev-libs/atk-1.10.2
+   >=dev-libs/glib-2.32
+   >=x11-libs/gtk+-2.6.8:2
+   x11-libs/libXtst
+   cairo? ( >=x11-libs/cairo-1.4.14 )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   webkit? (
+   net-libs/webkit-gtk:4
+   )"
+DEPEND="${COMMON_DEP}
+   >=virtual/jdk-1.8:*[-headless-awt]
+   x11-base/xorg-proto
+   x11-libs/libX11
+   x11-libs/libXrender
+   x11-libs/libXt
+   >=x11-libs/libXtst-1.1.0"
+RDEPEND="${COMMON_DEP}
+   >=virtual/jre-1.8:*"
+BDEPEND="
+   app-arch/unzip
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}"
+
+# JNI libraries don't need SONAME, bug #253756
+QA_SONAME='usr/lib[^/]*/libswt-[^/]+.so'
+
+PATCHES=(
+   "${FILESDIR}"/${P}-as-needed-and-flag-fixes.patch
+)
+
+src_unpack() {
+   local DISTFILE=${A}
+   unzip -jq "${DISTDIR}"/${DISTFILE} swt.jar src.zip || die "Unable to 
extract distfile"
+   unpack "./src.zip"
+
+   # Cleanup the redirtied directory structure
+   rm -rf about_files/ || die
+}
+
+src_prepare() {
+   # Replace the build.xml to allow compilation without Eclipse tasks
+   cp "${FILESDIR}/build.xml" "${S}/build.xml" || die "Unable to update 
build.xml"
+   mkdir "${S}/src" && mv "${S}/org" "${S}/src" || die "Unable to 
restructure SWT sources"
+
+   # Apply patches
+   default
+
+   # Define missing g_thread_supported() to be already started.
+   sed -i '1s/^/#define g_thread_supported() 1\n\n/' "${S}"/os_custom.h || 
die
+
+   # Webext is also in the library directory
+   sed -i 's|findResource([^,]\+|findResource("swt"|' \
+   "${S}"/src/org/eclipse/swt/browser/WebKit.java || die
+}
+
+src_compile() {
+   append-cflags -fcommon # https://bugs.gentoo.org/707838
+
+   # Drop jikes support as it seems to be unfriendly with SWT
+   java-pkg_filter-compiler jikes
+
+   local AWT_ARCH
+   local JAWTSO="libjawt.so"
+   if [[ $(tc-arch) == 'ppc64' ]] ; then
+   # no big-endian support
+   AWT_ARCH="ppc64le"
+   else
+   AWT_ARCH="amd64"
+   fi
+   if [[ -f "${JAVA_HOME}/jre/lib/${AWT_ARCH}/${JAWTSO}" ]]; then
+   export AWT_LIB_PATH="${JAVA_HOME}/jre/lib/${AWT_ARCH}"
+   elif [[ -f "${JAVA_HOME}/jre/bin/${JAWTSO}" ]]; then
+   export AWT_LIB_PATH="${JAVA_HOME}/jre/bin"
+   elif [[ -f "${JAVA_HOME}/$(get_libdir)/${JAWTSO}" ]] ; then
+   export AWT_LIB_PATH="${JAVA_HOME}/$(get_libdir)"
+   elif [[ -f "${JAVA_HOME}/lib/${JAWTSO}" ]] ; then
+   export AWT_LIB_PATH="${JAVA_HOME}/lib"
+   else
+   eerror "${JAWTSO} not found in the JDK being used for 
compilation!"
+   die "cannot build AWT library"
+   fi
+
+   # Fix the pointer size for AMD64
+   export SWT_PTR_CFLAGS=-DJNI64
+
+   # Bug #461784, g_thread_init is deprecated since glib-2.32.
+   append-cflags -DNO__1g_1thread_1init
+
+   local make="emake -f make_linux.mak NO_STRIP=y CC=$(tc-getCC) 
CXX=$(tc-getCXX)"
+
+   einfo "Building AWT library"
+   ${make} make_awt AWT_LIBS="-L\$(AWT_LIB_PATH) 
-Wl,-rpath,\$(AWT_LIB_PATH) -ljawt \`pkg-config --libs x11\`"
+
+   einfo "Building SWT library"
+   ${make} make_swt
+
+   einfo "Building JAVA-AT-SPI bridge"
+   ${make} make_atk
+
+   if use cairo ; then
+   einfo "Bu

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

2021-07-15 Thread Miroslav Šulc
commit: 2267a9aff4d5f488c7c86c2fa809aa33961fa81d
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Jul 15 11:47:59 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul 16 06:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2267a9af

virtual/jdk: introduce headless-awt flag

Bug: https://bugs.gentoo.org/801277
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 virtual/jdk/jdk-1.8.0-r6.ebuild | 16 
 virtual/jdk/jdk-11-r2.ebuild| 14 ++
 virtual/jdk/metadata.xml|  3 +++
 3 files changed, 33 insertions(+)

diff --git a/virtual/jdk/jdk-1.8.0-r6.ebuild b/virtual/jdk/jdk-1.8.0-r6.ebuild
new file mode 100644
index 000..e284632739b
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc64-solaris ~x64-solaris"
+IUSE="headless-awt"
+
+RDEPEND="|| (
+   dev-java/openjdk-bin:8[headless-awt=]
+   dev-java/openjdk:8[headless-awt=]
+   dev-java/icedtea-bin:8[headless-awt=]
+   dev-java/icedtea:8[headless-awt=]
+)"

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
new file mode 100644
index 000..d7963a0f6c8
--- /dev/null
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+IUSE="headless-awt"
+
+RDEPEND="|| (
+   dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]
+   dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=]
+)"

diff --git a/virtual/jdk/metadata.xml b/virtual/jdk/metadata.xml
index e6adb0833e2..3ebbb6191ee 100644
--- a/virtual/jdk/metadata.xml
+++ b/virtual/jdk/metadata.xml
@@ -5,5 +5,8 @@
j...@gentoo.org
Java

+   
+Don't install the X backend for AWT, 
needed by some GUIs
+   

 



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

2021-07-15 Thread Hans de Graaff
commit: 735008bd6644d60c920579f0f1a83b760c6430a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 16 06:19:39 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 16 06:20:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735008bd

dev-ruby/haml: add 5.2.1

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

 dev-ruby/haml/Manifest  |  1 +
 dev-ruby/haml/haml-5.2.1.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/haml/Manifest b/dev-ruby/haml/Manifest
index 065f9e5fd09..bce24e994f6 100644
--- a/dev-ruby/haml/Manifest
+++ b/dev-ruby/haml/Manifest
@@ -1 +1,2 @@
 DIST haml-5.1.2.tar.gz 126059 BLAKE2B 
5d805f29c28d0f6355f7b79e5724ec1639a808cfae75c26633edddcc82d964a48dbc1654b780fb706529ca22abcaba953a1af6f483386c336035c079a719e585
 SHA512 
405976de297bfdbd6f010442d940205c404f057a54cd7162feb400b1831af3e4e60fd05a637a2f480204428512ca7dd66c02aca22b0006d6d515c06968eb08a3
+DIST haml-5.2.1.tar.gz 129795 BLAKE2B 
f561d8969fd4b49f1bbbf943c612a5cd3205a1b3a1ef544b4939dec5746d6e04b438f8bf69a320b95455fb15ab5a8d6c4c7ffef0aeec3d0698d46e6ef0d37e34
 SHA512 
b7a034604346b6e62f7cf13cce5582d53d81644bd4fc3b178b4c1e175fbea2160a562a6a2b539d810288ccfbca2d12099694a314d9df4286aac33ed1e0e22fa5

diff --git a/dev-ruby/haml/haml-5.2.1.ebuild b/dev-ruby/haml/haml-5.2.1.ebuild
new file mode 100644
index 000..0d700168da1
--- /dev/null
+++ b/dev-ruby/haml/haml-5.2.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true RUBYLIB=lib test"
+RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby web page templating engine"
+HOMEPAGE="https://haml.info/";
+SRC_URI="https://github.com/haml/haml/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+RDEPEND="${RDEPEND} !!=dev-ruby/temple-0.8.0 dev-ruby/tilt:*"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/minitest:5
+   dev-ruby/nokogiri
+   dev-ruby/railties:6.0
+   dev-ruby/activemodel:6.0
+   dev-ruby/actionpack:6.0
+   )
+   doc? (
+   dev-ruby/yard
+   >=dev-ruby/maruku-0.7.2-r1
+   )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   sed -i -e '/bundler/ s:^:#: ; /Bundler/,/end/ s:^:#:' Rakefile || die
+   sed -i -e '/bundler/I s:^:#:' \
+   -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\
+   -e '1igem "actionpack", "~>6.0.0"'\
+   -e '1igem "activesupport", "~>6.0.0"; gem "activemodel", 
"~>6.0.0"'\
+   -e '1igem "railties", "~>6.0.0"'\
+   test/test_helper.rb || die
+   # Remove test that fails when RedCloth is available
+   sed -i -e "/should raise error when a Tilt filters dependencies are 
unavailable for extension/,/^  end/ s/^/#/"\
+   test/filters_test.rb || die
+}



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

2021-07-15 Thread Hans de Graaff
commit: 980046e9d5319c96ab49cfa3522ee2299c1793a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 16 06:00:12 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 16 06:20:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980046e9

dev-ruby/ruby2_keywords: add 0.0.5

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

 dev-ruby/ruby2_keywords/Manifest|  1 +
 dev-ruby/ruby2_keywords/ruby2_keywords-0.0.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-ruby/ruby2_keywords/Manifest b/dev-ruby/ruby2_keywords/Manifest
index 8bb450dddf7..0b2e3ffe8d2 100644
--- a/dev-ruby/ruby2_keywords/Manifest
+++ b/dev-ruby/ruby2_keywords/Manifest
@@ -1,2 +1,3 @@
 DIST ruby2_keywords-0.0.2.gem 4608 BLAKE2B 
a13fab6800dafe557ca05a14301ed37afdd0fef22b6c4a8458be758d96099dbad47c49d7b01bd3c7297aec51d971c944005f704fbdfc45d8f50249040c244250
 SHA512 
a7bc02980e073a899bf3de2e32711ca9820657d43cc44dede44ca31681d8586e7f808a93b6f6778f8b84da37a48c8062e69ca33477d9469e9634d616ed8d
 DIST ruby2_keywords-0.0.4.gem 5632 BLAKE2B 
1d2d4a71823e61a14fdf15edc2ad8ed8df70e3f52f621940d3d3e00c18f58e76d7c18ca2ff409b1c2b5d77216f90e72e1d50bad00093fa1f7740ccf8375c11a2
 SHA512 
22cc0c9c08f84ee6485e02f1d1fa244219dc96846a638b428970e0876c83056b87939e8a3cddac833d6feb493e34420604e81a3973d7cfa4dc969a6639b13439
+DIST ruby2_keywords-0.0.5.gem 10752 BLAKE2B 
430ddd02ed59c73c8dfff7762a2f4bbee2b4514d7c8c38a9bf34928a254799cc9e7401672d92b926e4284b005ed6ce59eb2f4503cabe76c5200626b89055bfa1
 SHA512 
f6b9078b111e68c0017e0025ecdccb976c7a32f35c1a8adf9fd879db0c91f89eb9bd799f9527a846e28056f2a5fbf0f3610cda9538570288c493613c35c83a6f

diff --git a/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.5.ebuild 
b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.5.ebuild
new file mode 100644
index 000..4d5d7a62069
--- /dev/null
+++ b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Shim library for Module#ruby2_keywords"
+HOMEPAGE="https://github.com/ruby/ruby2_keywords";
+
+LICENSE="Ruby"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""



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

2021-07-15 Thread Hans de Graaff
commit: ce41efc421c6c7b9bbc92552749f9bcb27e30e9d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 16 06:00:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 16 06:20:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce41efc4

dev-ruby/ruby2_keywords: amd64 stable

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

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

diff --git a/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild 
b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild
index da9a11ff613..edabe3ae9b8 100644
--- a/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild
+++ b/dev-ruby/ruby2_keywords/ruby2_keywords-0.0.4.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/ruby/ruby2_keywords";
 
 LICENSE="Ruby"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""



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

2021-07-15 Thread Michał Górny
commit: 15a3eb2a28adf11f867cd1498ef8a0629deb4f7c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 05:45:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:11:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a3eb2a

dev-python/testfixtures: Fix test failures

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

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

diff --git a/dev-python/testfixtures/testfixtures-6.18.0.ebuild 
b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
index d73cc31b239..a0872c1838e 100644
--- a/dev-python/testfixtures/testfixtures-6.18.0.ebuild
+++ b/dev-python/testfixtures/testfixtures-6.18.0.ebuild
@@ -37,5 +37,5 @@ python_prepare_all() {
 python_test() {
local -x PYTHONPATH="."
local -x DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
-   epytest
+   epytest -Wignore::DeprecationWarning
 }



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

2021-07-15 Thread Michał Górny
commit: 623ef2412d92ad0a47657c67417322294ab888be
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:10:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:12:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623ef241

dev-python/python-podman: Bump to 3.2.0

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

 dev-python/python-podman/Manifest  |  1 +
 .../python-podman/python-podman-3.2.0.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/python-podman/Manifest 
b/dev-python/python-podman/Manifest
index 670ad77b854..c304840a114 100644
--- a/dev-python/python-podman/Manifest
+++ b/dev-python/python-podman/Manifest
@@ -1 +1,2 @@
+DIST podman-py-3.2.0.tar.gz 165514 BLAKE2B 
7e25d160b98e45cc147069249d850b3a3d6dac5227942d90ed99b8313befd9db04a6423015ae56959a53eeeb49958d9067eb6fb7127ee55bf50ebfcea617a220
 SHA512 
8ef165847de5fecd81e7b5564baeaa0298efd4d2e6f12e1dfe958eed77f945d9375d90ba93a8ebab4b090b228d451e96ce49d08288dc3daae1255a05127b25c7
 DIST python-podman-1.6.0.tar.gz 28733 BLAKE2B 
ef36b80d99be07def311c2a8574cc36131760b39f0c80fb8707fb99ec9c2234e297724fc662f936217f9c2ec24fed0f57fd680702fbbac0e8411fc7c90da0577
 SHA512 
e7d730f8cfef0944df82ee73edb858e3cfd76a91dace98a2638341a1eb3ba5b9076d52f2f634cb4a94e082a83553412cdb1c5b79041d5bf4615998d67bb4a03f

diff --git a/dev-python/python-podman/python-podman-3.2.0.ebuild 
b/dev-python/python-podman/python-podman-3.2.0.ebuild
new file mode 100644
index 000..eba715f5f00
--- /dev/null
+++ b/dev-python/python-podman/python-podman-3.2.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+MY_P=podman-py-${PV}
+DESCRIPTION="A library to interact with a Podman server"
+HOMEPAGE="
+   https://github.com/containers/podman-py/
+   https://pypi.org/project/podman/";
+SRC_URI="
+   https://github.com/containers/podman-py/archive/v${PV}.tar.gz
+   -> ${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # integration tests require a workable podman server,
+   # and it doesn't seem to work in ebuild env
+   podman/tests/integration
+
+   # TODO
+   
podman/tests/unit/test_volumesmanager.py::VolumesManagerTestCase::test_get_404
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-07-15 Thread Michał Górny
commit: 5bd726cdf88feb3f33d28245f93409503f359696
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 05:53:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd726cd

dev-python/cython: Correct DISTUTILS_USE_SETUPTOOLS

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

 dev-python/cython/cython-0.29.24.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/cython/cython-0.29.24.ebuild 
b/dev-python/cython/cython-0.29.24.ebuild
index 6abc468a0d0..2dc83aee957 100644
--- a/dev-python/cython/cython-0.29.24.ebuild
+++ b/dev-python/cython/cython-0.29.24.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 



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

2021-07-15 Thread Michał Górny
commit: 735f65a6a992547240edeafb4f71678d77413c16
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 05:50:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:11:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735f65a6

dev-python/markups: Remove old

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

 dev-python/markups/Manifest |  1 -
 dev-python/markups/markups-3.1.0.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest
index 185cde32c6c..2cd1ba0f82b 100644
--- a/dev-python/markups/Manifest
+++ b/dev-python/markups/Manifest
@@ -1,2 +1 @@
-DIST Markups-3.1.0.tar.gz 20146 BLAKE2B 
426c6f050868e423eeb7f01cee930b088c4b6f7748b7f198f03880cb7d6cc237575c6253d40631aad1601e193ff0e2b587906492c07b953903ee12422e06cb3c
 SHA512 
eaf99b8f521dc93008e0e2519e5c6e8885609457739378d5af6e3aa044a9dd1370bf906a061d8a284d8ad4f9c5196c01a6d8dde3a4630898fe4711154cef7ce0
 DIST Markups-3.1.1.tar.gz 20482 BLAKE2B 
26fb19e11aaede8eeadc5a3022785dd3663e7002c5fc4b17c3718d68bda55a9cba07fc1c83a78ca4dee06b4e911b74701fe11865e8933a9d385d032fac00eb0d
 SHA512 
9e8e7b3cc86127fed0367faf257d761e0eae4ca5e11a9ddc8e99b2fc88c76ddb218ee371added56e2c19f5772754adc4c01a09503c308220f6a9d35e736220d7

diff --git a/dev-python/markups/markups-3.1.0.ebuild 
b/dev-python/markups/markups-3.1.0.ebuild
deleted file mode 100644
index 6ebb4c472a0..000
--- a/dev-python/markups/markups-3.1.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
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-MY_P=${P^}
-
-DESCRIPTION="A wrapper around various text markups"
-HOMEPAGE="
-   https://pymarkups.readthedocs.io/en/latest/
-   https://github.com/retext-project/pymarkups
-   https://pypi.org/project/Markups/
-"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' python3_7 pypy3)
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/python-markdown-math[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   test? (
-   app-text/pytextile[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest



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

2021-07-15 Thread Michał Górny
commit: 6401940f8af9b6d80eeac0b8cc8a824272865357
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 05:54:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:12:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6401940f

dev-python/jaraco-text: Bump to 3.5.1

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

 dev-python/jaraco-text/Manifest |  1 +
 dev-python/jaraco-text/jaraco-text-3.5.1.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/jaraco-text/Manifest b/dev-python/jaraco-text/Manifest
index 7ae8cbad0fd..c6711784516 100644
--- a/dev-python/jaraco-text/Manifest
+++ b/dev-python/jaraco-text/Manifest
@@ -1 +1,2 @@
 DIST jaraco.text-3.5.0.tar.gz 15453 BLAKE2B 
53a3553f09a6c33734684477fe1228b159269a6a7e38aa8381af54f17162d1658be1f91157fd092544141bd086fdded32bec2fa0103c4c6978301cae3e199a04
 SHA512 
da566f1a6d8343d05c51ca3f4635212094ddbc84fe9b460dd7630030a9b5bb28c97ccb0de5928da50230a182985c7e5bce8903d4019ce5afb89067ad938dd152
+DIST jaraco.text-3.5.1.tar.gz 11579 BLAKE2B 
22753a39b839b575796952e12adf69a10a876d45240c5461f72afddb14d58bbc8396565fb094b3c314ab6d9fbadd7008a7dd66e788f54f17189a48c54b980f1a
 SHA512 
468a2338b82c4352dba0ab40fb774329f115010fdf3633adb860297dffc64c54fb006f85e4d89580923c1e9136168bcf9fd689e33eebee32cd70382bb402debf

diff --git a/dev-python/jaraco-text/jaraco-text-3.5.1.ebuild 
b/dev-python/jaraco-text/jaraco-text-3.5.1.ebuild
new file mode 100644
index 000..0c032b9a238
--- /dev/null
+++ b/dev-python/jaraco-text/jaraco-text-3.5.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Text utilities used by other projects by developer jaraco"
+HOMEPAGE="https://github.com/jaraco/jaraco.text";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/jaraco-functools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs \
+   ">=dev-python/jaraco-packaging-3.2" \
+   ">=dev-python/rst-linker-1.9"
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/

2021-07-15 Thread Michał Górny
commit: 4e3370dd0bcad6bf6a2e86ba5eb37558c5005b4b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 05:51:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:11:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3370dd

xfce-base/xfce4-panel: Remove old

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

 xfce-base/xfce4-panel/Manifest |  1 -
 xfce-base/xfce4-panel/xfce4-panel-4.16.2-r1.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
index b8516e28792..15f90a6c69f 100644
--- a/xfce-base/xfce4-panel/Manifest
+++ b/xfce-base/xfce4-panel/Manifest
@@ -1,2 +1 @@
-DIST xfce4-panel-4.16.2.tar.bz2 1381569 BLAKE2B 
d4b8455e31f942d0facfc0d90b14fb050142b3d8b3d0e61d5b687f973769e2888ea7f058c4f6a86f96dbd67329719ef49e72896774ac36591c2793847aa411ba
 SHA512 
25b817a9abc4cea57cd29c4558236a5581a03ccb50796c83f7ca1b292e8aa83c7a39b089619959b6f6fd9c5c8bbdf950d9bba1b5c4fb3d0a95cabad8a9ca763d
 DIST xfce4-panel-4.16.3.tar.bz2 1382659 BLAKE2B 
c7c6b189fbe782df716c4e9b494c7a407a41f60106623c9960119c9cc535d337037bbd6fded40761d0ed918fde42366853a6188120adbfa1e25cc61f5eba9e37
 SHA512 
08ac27d59a4e08229e170a1c7ffb7a981ae1d3ab1548850cd815a0de64c47d1c20d69f6585c2ec9890b060483bfd569fc52ebd88db0d1264ebca00c1b0bb38fa

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.16.2-r1.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.16.2-r1.ebuild
deleted file mode 100644
index 8d87e930110..000
--- a/xfce-base/xfce4-panel/xfce4-panel-4.16.2-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala xdg-utils
-
-DESCRIPTION="Panel for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+dbusmenu introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.50
-   >=x11-libs/cairo-1
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   x11-libs/libX11
-   x11-libs/libwnck:3
-   >=xfce-base/exo-0.11.2:=
-   >=xfce-base/garcon-0.5:=
-   >=xfce-base/libxfce4ui-4.15.8:=
-   >=xfce-base/libxfce4util-4.15.6:=[introspection?,vala?]
-   >=xfce-base/xfconf-4.13:=
-   dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] )
-   introspection? ( dev-libs/gobject-introspection:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   vala? ( $(vala_depend) )
-   dev-lang/perl
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable dbusmenu dbusmenu-gtk3)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}



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

2021-07-15 Thread Michał Górny
commit: 5b30ec134b5410b0555b6bcddabd12b87ba72714
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 16 06:10:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 16 06:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b30ec13

dev-python/python-podman: Add python@ as co-maint.

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

 dev-python/python-podman/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/python-podman/metadata.xml 
b/dev-python/python-podman/metadata.xml
index 1264cba62cc..345f5fb9555 100644
--- a/dev-python/python-podman/metadata.xml
+++ b/dev-python/python-podman/metadata.xml
@@ -5,6 +5,10 @@
zmed...@gentoo.org
Zac Medico

+   
+   pyt...@gentoo.org
+   Python
+   

containers/python-podman
podman



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

2021-07-15 Thread Joonas Niilola
commit: e1ce8e9db947f837e833ccea1a63b4c5f84f662a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jul 16 06:00:48 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:00:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ce8e9d

app-arch/wimlib: openssl -> ssl in 1.13.4

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

 app-arch/wimlib/wimlib-1.13.4.ebuild | 19 ++-
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/app-arch/wimlib/wimlib-1.13.4.ebuild 
b/app-arch/wimlib/wimlib-1.13.4.ebuild
index 20589458d68..84e997127f0 100644
--- a/app-arch/wimlib/wimlib-1.13.4.ebuild
+++ b/app-arch/wimlib/wimlib-1.13.4.ebuild
@@ -12,8 +12,7 @@ SRC_URI="https://wimlib.net/downloads/${P}.tar.gz";
 KEYWORDS="~amd64 ~x86"
 LICENSE="|| ( GPL-3+ LGPL-3+ ) CC0-1.0"
 SLOT="0"
-IUSE="cpu_flags_x86_ssse3 fuse iso ntfs openssl test threads yasm"
-REQUIRED_USE="cpu_flags_x86_ssse3? ( !openssl )"
+IUSE="cpu_flags_x86_ssse3 fuse iso ntfs ssl test threads yasm"
 
 RESTRICT="!test? ( test )"
 
@@ -32,7 +31,7 @@ RDEPEND="
app-cdr/cdrtools
)
ntfs? ( sys-fs/ntfs3g )
-   openssl? ( dev-libs/openssl:0= )
+   ssl? ( dev-libs/openssl:0= )
 "
 
 src_prepare() {
@@ -44,12 +43,22 @@ src_configure() {
local myeconfargs=(
$(use_with ntfs ntfs-3g)
$(use_with fuse)
-   $(use_enable cpu_flags_x86_ssse3 ssse3-sha1)
-   $(use_with openssl libcrypto)
+   $(use_with ssl libcrypto)
$(use_enable threads multithreaded-compression)
$(use_enable test test-support)
--disable-static
)
+
+   if use cpu_flags_x86_ssse3; then
+   if ! use ssl; then
+   myeconfargs+=( --enable-ssse3-sha1 )
+   else
+   elog "cpu_flags_x86_ssse3 and ssl can't be enabled 
together, "
+   elog "enabling ssl and disabling cpu_flags_x86_ssse3 
for you."
+   myeconfargs+=( --disable-ssse3-sha1 )
+   fi
+   fi
+
ac_cv_prog_NASM="$(usex yasm yasm nasm)" \
econf "${myeconfargs[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/

2021-07-15 Thread Joonas Niilola
commit: 0790841c691104c135a1edf5f8c1c03051d39d5b
Author: Marco Scardovi  example  com>
AuthorDate: Sun Jul 11 07:48:00 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:00:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0790841c

sys-boot/woeusb: bump to 5.1.2

This new version drops the GUI interface, so I will maintain
both old version (v3) and new (v5+).

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

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-boot/woeusb/Manifest|  1 +
 sys-boot/woeusb/woeusb-5.1.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-boot/woeusb/Manifest b/sys-boot/woeusb/Manifest
index 8bb853f6f1a..df150530eef 100644
--- a/sys-boot/woeusb/Manifest
+++ b/sys-boot/woeusb/Manifest
@@ -1 +1,2 @@
 DIST woeusb-3.3.1.tar.gz 386399 BLAKE2B 
1423ecca39018c674b0eea36de732f54cfcdd14b8cc465e6d3c0639192cbd8355436b7a39ba453b19fa6f1c5b1f6938ef12f49710bc2a4af0f2eaed967e03ce7
 SHA512 
e3460efabaee199eb5ffc73ca99fe2d9141ed3a5f72acd2f8910b093b2b3a93928ee4eeb27d634293448f036101d8bf24aef65dc338c80e6e3e1738004594d52
+DIST woeusb-5.1.2.tar.gz 160660 BLAKE2B 
86fd0581ea2524d61ef48d9adf633d350ae214842ee8f26c2937f312fce864fa188fb40dd35e8e9b15c3eef46869f0099ee005e3c49fc219486d006357f74f09
 SHA512 
ee1341cdcaf203e4c5007e3ac19deb0b3bbee9e7eeb5ca9a74742d107b1b3e77e5b938d2f7de9ce23b7fba51d6a266ea26fb221300613c1c4c8d0cd4f8299f8b

diff --git a/sys-boot/woeusb/woeusb-5.1.2.ebuild 
b/sys-boot/woeusb/woeusb-5.1.2.ebuild
new file mode 100644
index 000..77f857db083
--- /dev/null
+++ b/sys-boot/woeusb/woeusb-5.1.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Creates windows installer on usb media from an iso image"
+HOMEPAGE="https://github.com/WoeUSB/WoeUSB";
+SRC_URI="https://github.com/WoeUSB/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-SA-4.0 GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # No test suite
+
+RDEPEND="
+   app-arch/wimlib
+   sys-apps/util-linux
+   sys-block/parted
+   sys-boot/grub:2[grub_platforms_pc]
+   sys-fs/dosfstools
+   sys-fs/ntfs3g
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/WoeUSB-${PV}"
+
+src_prepare() {
+   default
+   sed -i -e "s/@@WOEUSB_VERSION@@/${PV}/" sbin/"${PN}" || die
+}



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

2021-07-15 Thread Joonas Niilola
commit: a752a165938b05d9046a0eb5341b197853ebbdac
Author: Marco Scardovi  example  com>
AuthorDate: Sun Jul 11 08:28:28 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a752a165

app-arch/wimlib: bump to 1.13.4

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/wimlib/Manifest |  1 +
 app-arch/wimlib/wimlib-1.13.4.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/app-arch/wimlib/Manifest b/app-arch/wimlib/Manifest
index 81d03e7fa4a..3c0a53feda8 100644
--- a/app-arch/wimlib/Manifest
+++ b/app-arch/wimlib/Manifest
@@ -1 +1,2 @@
 DIST wimlib-1.13.3.tar.gz 1030667 BLAKE2B 
2b897392bed3c4a390479f34925474c229ee835ab624c81a0baa7ebb8f3484f27aa4efb2a440debdcafe23b152b385bbe0f198d6f0560e8f88a34c7328a74edd
 SHA512 
5c6e3bd1d7bda55812c818cc527cd241ac8a15276648f2a307db1f2a858de0b322e9f2beffda5bab991811aee3f4a953c3e31847bfa76a7d32ad5850595a15d4
+DIST wimlib-1.13.4.tar.gz 1040411 BLAKE2B 
4563429d42be39b959a15ef66ac4c173531ff0c0b0f1a341812a4f870c9f189478f3ce78bf6240544f71b1746d98c9eae3f7182d646355343e26526559384f07
 SHA512 
480fe6fa6c6e8f1bf9c3960f5e1671f3266535b18dc72e9d7c4c05c7fb833d9b00db5ae9fb49154da6e71e536cae8b562cbf81ab5a124e2a79326927e2cf7344

diff --git a/app-arch/wimlib/wimlib-1.13.4.ebuild 
b/app-arch/wimlib/wimlib-1.13.4.ebuild
new file mode 100644
index 000..20589458d68
--- /dev/null
+++ b/app-arch/wimlib/wimlib-1.13.4.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools pax-utils
+
+DESCRIPTION="The open source Windows Imaging (WIM) library"
+HOMEPAGE="https://wimlib.net";
+SRC_URI="https://wimlib.net/downloads/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="|| ( GPL-3+ LGPL-3+ ) CC0-1.0"
+SLOT="0"
+IUSE="cpu_flags_x86_ssse3 fuse iso ntfs openssl test threads yasm"
+REQUIRED_USE="cpu_flags_x86_ssse3? ( !openssl )"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   virtual/pkgconfig
+   cpu_flags_x86_ssse3? (
+   yasm? ( dev-lang/yasm )
+   !yasm? ( dev-lang/nasm )
+   )
+"
+RDEPEND="
+   dev-libs/libxml2:2
+   fuse? ( sys-fs/fuse:0 )
+   iso? (
+   app-arch/cabextract
+   app-cdr/cdrtools
+   )
+   ntfs? ( sys-fs/ntfs3g )
+   openssl? ( dev-libs/openssl:0= )
+"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with ntfs ntfs-3g)
+   $(use_with fuse)
+   $(use_enable cpu_flags_x86_ssse3 ssse3-sha1)
+   $(use_with openssl libcrypto)
+   $(use_enable threads multithreaded-compression)
+   $(use_enable test test-support)
+   --disable-static
+   )
+   ac_cv_prog_NASM="$(usex yasm yasm nasm)" \
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+   pax-mark m "${S}"/.libs/wimlib-imagex
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/

2021-07-15 Thread Joonas Niilola
commit: 6a8b6fa7fe85f830b9b7553a05bc9595490c4380
Author: Marco Scardovi  example  com>
AuthorDate: Sun Jul 11 07:50:26 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8b6fa7

sys-boot/woeusb: add myself as maintainer

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-boot/woeusb/metadata.xml | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/sys-boot/woeusb/metadata.xml b/sys-boot/woeusb/metadata.xml
index 33ad81821b8..1974cac0c1c 100644
--- a/sys-boot/woeusb/metadata.xml
+++ b/sys-boot/woeusb/metadata.xml
@@ -1,7 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   Install only woeusb tool
-
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   WoeUSB/WoeUSB
+   
 



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

2021-07-15 Thread Joonas Niilola
commit: 63686c6c6beb3e4b8b384ad5da2989c5e730cd66
Author: Marco Scardovi  example  com>
AuthorDate: Sun Jul 11 08:23:33 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 06:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63686c6c

app-arch/wimlib: add myself as maintainer

wimlib is a library required by woeusb to open and modify wim files

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/21591
Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/wimlib/metadata.xml | 33 +++--
 1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/app-arch/wimlib/metadata.xml b/app-arch/wimlib/metadata.xml
index 7d39835030d..b591ed9e049 100644
--- a/app-arch/wimlib/metadata.xml
+++ b/app-arch/wimlib/metadata.xml
@@ -1,22 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-  
-
-  Use fuse libraries
-
-
-  Install app-cdr/cdrtools in order to prepare iso images
-
-
-  Use libntfs-3g library from sys-fs/ntfs3g
-
-
-  Use the SHA-1 message digest from libcrypto instead of compilling 
another implementation
-
-
-  Use yasm assembler instead of nasm
-
-  
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Use fuse libraries
+   Install app-cdr/cdrtools in order to prepare 
iso images
+   Use libntfs-3g library from 
sys-fs/ntfs3g
+   Use the SHA-1 message digest from 
libcrypto instead of compilling another implementation
+   Use yasm assembler instead of nasm
+   
 



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

2021-07-15 Thread Zac Medico
commit: 445e56f6156dcfdb8848c8fd0d84c067474a59bd
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Sun Jul  4 23:50:08 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jul 16 05:54:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445e56f6

dev-util/android-tools: New upstream, version bump

Using a new upstream to consolidate packaging efforts for these tools.

Closes: https://github.com/gentoo/gentoo/pull/21530
Closes: https://bugs.gentoo.org/707568
Signed-off-by: Esteve Varela Colominas  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/android-tools/Manifest|  5 ++
 .../android-tools/android-tools-31.0.0_p1.ebuild   | 95 ++
 2 files changed, 100 insertions(+)

diff --git a/dev-util/android-tools/Manifest b/dev-util/android-tools/Manifest
index 2975ba07170..a3fcbecfb6d 100644
--- a/dev-util/android-tools/Manifest
+++ b/dev-util/android-tools/Manifest
@@ -1,3 +1,4 @@
+DIST android-tools-31.0.0p1.tar.xz 25135336 BLAKE2B 
abef4fa611541370d6c745c3f6df8f0326074ef23d4e656ab19443484b5459531fab0544936177397dece12b79ff37189003e818e49bfc4bb3d47e98955b917f
 SHA512 
40bded59614a6d0543e5011038b7f1c6abcb64f0daa71a13175ecb75fe42cb9985ed3a6301d73ee8d4ea20e2c98e3ed8130824ee74dcebe75bc0d7f3052c9d3b
 DIST android-tools-9.0.0_p3-bug-706946-fno-common.patch.xz 2696 BLAKE2B 
de8083846d6cb24d2fcb12789b302f5df766753989e004154746d4402a5777bbabff2e9c67758e9185c0ea56dde7e647a8a15dd696671c28f2f708703bcad9f0
 SHA512 
e65818e9d06295f7de8f8bc52270054f9936659b2bf07f7abc15f2ea7b138536396a24c39bb6a260a931250396b04022170f2045336f0ba6444cd90fb0dfdbb0
 DIST android-tools-9.0.0_p3-fix-build-with-glibc-2.30.patch 1262 BLAKE2B 
fa2d3cd31e82dd3b17bb840096c6158f1b117cb12b8b3c6f6c604efd85f880346c04e8e98b17bebd68d56e06cdc126677ad96dbd6214175544a9b93020292956
 SHA512 
21c2501fa24f59489e656ac5122c906476ad573e63f6dcc88605dafde9d4b8927ea904708caaababd12155153d969d2480aff591d98057859e8b885e94aa126a
 DIST android-tools-9.0.0_r3-arch.tar.gz 8451 BLAKE2B 
b28649333aa0e5a6f4bc83f9e42e1749a4d138075d03559c5871a24f782bf8608bcf07a609bd791ee29afabcb4435ece2ed8f8abc171265ef9d67da231c8a29e
 SHA512 
d3409f89d2c334b66e694fd77e068e2d863dc9a99b9ef332b0a08c9c186c26eb9d969ef5cde5aa6e28b866847b4a85a4d3a4c2b0951a37752510b2f3b41c5943
@@ -7,4 +8,8 @@ DIST android-tools-9.0.0_r3-extras.tar.xz 1653548 BLAKE2B 
1a8c2ee2e564adc04d646a
 DIST android-tools-9.0.0_r3-f2fs-tools.tar.xz 212092 BLAKE2B 
32775e5b049bd2ff2ce7c9ea3362a602dcda6328e39036902020bd372a812898d84912f686cf347b225af630c2dea81ce30b601ac968b1168e2851b94ac2da2e
 SHA512 
4fac8f18533c5c2270aed6e60b21721c643a44a27b37482ff8fd8fa4d7c875eb8a626d544ec4e6efb89c7408ae97e66ffd123588e90b98312e5291575ca8baa6
 DIST android-tools-9.0.0_r3-selinux.tar.xz 3202332 BLAKE2B 
60a884eb1bd34fe5796f8fb33e5aefd7f9ffc85ac91784e0a8f0ca663010cfc80f4c419019b5817f9cbd8037ab78914e42417193e1b802a2682bb82c0097
 SHA512 
f0a77dc0ac91d434573370110c70529caabfd5f036c02ae5f1a4b2097e48324198d03ecdc92a622e1590012dd3f20f103384fed468f5e27aebcaf9315bb87078
 DIST android-tools-9.0.0_r3.ninja.xz 4244 BLAKE2B 
14cea7523f22a7f4e02e93c32e4d4684e057abbe8e2b537b7e942cc27c13ea2aa13bcdb5c3ccafc261b8d7fc4b4cd4b9394e0970734b36111ccffbacecc5cfb9
 SHA512 
46956a608d6a9b93f1a035d6b0e153c476b55d4f8a2db4915b18ac9904a6d07befcbceb8e2e50054e7dbe2970be8539243134cd9722d2f2ec8a36a3153e03c56
+DIST android-tools-dont-install-license.patch 1016 BLAKE2B 
da65a414d046995358e91a0ca037951bc9c5a3e790b3b2151716b234c2943301ecef4ed248914235736ddd949f772311bf823e9b3b3f1980b7a5c4b72e5bcd47
 SHA512 
747728723941091caa17c66e68e88d2145a2ff037e6f5724f89f680d2ce6f4031efebcda7dbcc5b459ca4f5f9ddbf4ba04b0451b9939d19eaf2fa9d9ab727284
+DIST android-tools-fix-gcc11.patch 137252 BLAKE2B 
0e80aab92cb69e3223f81834d53c1d84aef866787261305fd539cb8cb75a21361c65f091b2f7d83f6f8236816f43510f4f0f8b51dee4b03d99af31c78dc53a79
 SHA512 
fb4d8d13f9022f0472c81fe6b9252000d93ba5f77b84d7ac7d6846753078b6fdac0687fcb7157e445bba02cbf008ea3744d84e8fc5d534ee3807f61674e3238c
+DIST android-tools-install-e2fsdroid-ext2simg.patch 2164 BLAKE2B 
7f0b43ff5ae820101628399540f3e5b87bf69224f4a61a6b76b8b6b3b06f8e7162a6c1e7ee43eee928cfa96824f5efff72317b4bbfe160d8e72d96aa84e0a1d6
 SHA512 
d5fd63c108ca6b880b1b79cf362468335f19fad7bf2042fb667b56e34dc95acc47e1bf9c9e72be1d2bd8252a529cd49eb030d141bf735524bdaeb85482d544a9
+DIST android-tools-no-gtest.patch 3152 BLAKE2B 
da71e3cba87b21ffcb144602a06d7e269faabd173233363b757cd2191c051f8d3281f591117d4551d7acc029d6e2d421f702f9f836dfe0dec6c676aa39a2d9fe
 SHA512 
a28d2264bf40c420a279acf1f4c3b4588d96ce2d6e2d6d322abbde62d773804bef10dc33f13dd52c7de80ace6c58f91ae28f5d4e8e97dfae4d2a8473d8537423
 DIST boringssl-45210dd4e21ace9d28cb76b3f83303fcdd2efcce.tar.gz 13581532 
BLAKE2B 
ca2f6757807adc265314a7444605c6199a19847fb426384bafa201bf63f4e3c7c567fb8094b740b8a00caf0d106bb1efea2893b00d45c9772740a81dc0a186f3
 SHA512 
c6695d078ee7b3694898dfdc0ee3382d01f9bb592ea46eb64026c73565735fd7251bbb0fd3e8c8552394bcda

[gentoo-commits] repo/gentoo:master commit in: dev-tex/hevea/

2021-07-15 Thread Sam James
commit: 4c2e497818ff9f95505156d1daf124e46a9c0992
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 05:32:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 05:32:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2e4978

dev-tex/hevea: fix prefix installation

Closes: https://bugs.gentoo.org/789378
Thanks-to: Steven Trogdon  d.umn.edu>
Signed-off-by: Sam James  gentoo.org>

 dev-tex/hevea/hevea-2.35-r1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-tex/hevea/hevea-2.35-r1.ebuild 
b/dev-tex/hevea/hevea-2.35-r1.ebuild
index 959e1a3b2be..c28376ef9d8 100644
--- a/dev-tex/hevea/hevea-2.35-r1.ebuild
+++ b/dev-tex/hevea/hevea-2.35-r1.ebuild
@@ -30,20 +30,20 @@ QA_FLAGS_IGNORED=(
 src_compile() {
rm -f config.sh || die
 
-   emake PREFIX="${EPREFIX}"/usr DESTDIR="${D}" 
LIBDIR="/usr/$(get_libdir)/hevea" 
LATEXLIBDIR="/usr/share/texmf-site/tex/latex/hevea" config.sh
+   emake PREFIX=/usr DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/hevea" 
LATEXLIBDIR="/usr/share/texmf-site/tex/latex/hevea" config.sh
 
if use ocamlopt; then
-   emake PREFIX="${EPREFIX}"/usr
+   emake PREFIX=/usr
else
-   emake PREFIX="${EPREFIX}"/usr TARGET=byte
+   emake PREFIX=/usr TARGET=byte
fi
 }
 
 src_install() {
if use ocamlopt; then
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
+   emake DESTDIR="${ED}" PREFIX=/usr install
else
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr TARGET=byte install
+   emake DESTDIR="${ED}" PREFIX=/usr TARGET=byte install
fi
 
dodoc README CHANGES



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

2021-07-15 Thread Sam James
commit: 40e6e7d1871fcbd67e738eb577f58e87e6118cbe
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 05:26:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 05:26:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e6e7d1

sci-libs/sundials: fix installation of examples on prefix

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

 sci-libs/sundials/sundials-3.2.1.ebuild | 4 ++--
 sci-libs/sundials/sundials-5.2.0.ebuild | 2 +-
 sci-libs/sundials/sundials-5.7.0.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/sundials/sundials-3.2.1.ebuild 
b/sci-libs/sundials/sundials-3.2.1.ebuild
index 36bca3f96aa..d58d6a9829f 100644
--- a/sci-libs/sundials/sundials-3.2.1.ebuild
+++ b/sci-libs/sundials/sundials-3.2.1.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
@@ -54,7 +54,7 @@ src_configure() {
-DSUPERLUMT_ENABLE="$(usex superlumt)"
-DEXAMPLES_ENABLE="$(usex examples)"
-DEXAMPLES_INSTALL=ON
-   -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples"
+   
-DEXAMPLES_INSTALL_PATH="${EPREFIX}/usr/share/doc/${PF}/examples"
-DUSE_GENERIC_MATH=ON
)
use sparse && mycmakeargs+=(

diff --git a/sci-libs/sundials/sundials-5.2.0.ebuild 
b/sci-libs/sundials/sundials-5.2.0.ebuild
index 3d60a524cc2..c99c2b64396 100644
--- a/sci-libs/sundials/sundials-5.2.0.ebuild
+++ b/sci-libs/sundials/sundials-5.2.0.ebuild
@@ -64,7 +64,7 @@ src_configure() {
-DSUPERLUMT_LIBRARY="-lsuperlu_mt"
-DEXAMPLES_ENABLE="$(usex examples)"
-DEXAMPLES_INSTALL=ON
-   -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples"
+   
-DEXAMPLES_INSTALL_PATH="${EPREFIX}/usr/share/doc/${PF}/examples"
-DUSE_GENERIC_MATH=ON
)
use sparse && mycmakeargs+=( 
-DKLU_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libklu.so" )

diff --git a/sci-libs/sundials/sundials-5.7.0.ebuild 
b/sci-libs/sundials/sundials-5.7.0.ebuild
index de4ffc5ebca..dc933a9a83e 100644
--- a/sci-libs/sundials/sundials-5.7.0.ebuild
+++ b/sci-libs/sundials/sundials-5.7.0.ebuild
@@ -64,7 +64,7 @@ src_configure() {
-DSUPERLUMT_LIBRARY="-lsuperlu_mt"
-DEXAMPLES_ENABLE="$(usex examples)"
-DEXAMPLES_INSTALL=ON
-   -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples"
+   
-DEXAMPLES_INSTALL_PATH="${EPREFIX}/usr/share/doc/${PF}/examples"
-DUSE_GENERIC_MATH=ON
)
use sparse && mycmakeargs+=( 
-DKLU_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libklu.so" )



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

2021-07-15 Thread Zac Medico
commit: e6795a2a401ecee1a8491ff572748b35c0a814ee
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jul 16 05:12:34 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jul 16 05:12:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6795a2a

app-editors/vscodium: Bump to version 1.58.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-editors/vscodium/Manifest   | 6 +++---
 .../vscodium/{vscodium-1.58.1.ebuild => vscodium-1.58.2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscodium/Manifest b/app-editors/vscodium/Manifest
index c1730194cc7..94641de34ea 100644
--- a/app-editors/vscodium/Manifest
+++ b/app-editors/vscodium/Manifest
@@ -1,6 +1,6 @@
 DIST vscodium-1.57.1-amd64.tar.gz 107747154 BLAKE2B 
0a348d77616eb691b9a7ef7ded4a2f3b07cf6e44b0e37fdc4f93f0a2327d040aa8a5442f1b978d6c5086d188bcb1aedbefef5f449da05a3f772b1d029bf38e26
 SHA512 
f4560725d67e690a99b6c1911a1542f877a0caa44e5b6be1aa4a06e0c3c3b16454c06a1a3d881a6af43b4ab97619b9fa464dc979c99c2af0882fe2b2960499d6
 DIST vscodium-1.57.1-arm.tar.gz 96383568 BLAKE2B 
13140773fe7442d0c947dba2e9b30ea80fda5f42bdf8557e214bca2741e92d99f8e11821e569fe69b1ade84cc277604a931422610cfdd8a35dfe05be30c9d20a
 SHA512 
2d7e406674b22ce9ca12aee423147b31df8381e615e2a7341c3373509cd63146325dd276bacebd63221dac0cde8b6c0c3b9406c4a437612b46e2e55bf4bb6531
 DIST vscodium-1.57.1-arm64.tar.gz 113062013 BLAKE2B 
8befda9f99183097963842fd86e5721563562aba540a4634c273de88fff344f4f3e0554329d5a964f610b5eef02e7f34fd3a2380a96abfa44debbcc7f250e3f2
 SHA512 
22254e07ea9527b4ecdc77b63aedd55a56b7ede719178a74eeea7134fadda0beab7b604549625c0a48dafe3d18e14c997111ffea261086a608faa9567af911b6
-DIST vscodium-1.58.1-amd64.tar.gz 109737921 BLAKE2B 
547eb9e7ef9b5f56c08fb54d8333146ce5ac970d926cc2859c128e104d805fcc2ecd565addc7f67d203285f27519c360292c14c526a01308e8f3beaded78a75e
 SHA512 
cd709879b7c4b6c622c8763841f953fca1698e5aab17ef06983b7d91e0a9f1eaa6ec7d1c26590f8d1daeb0bd3694bcd870436fda3aea353ff5e75dd1be66a81c
-DIST vscodium-1.58.1-arm.tar.gz 98397271 BLAKE2B 
c295398c988d0ddad92f2168fa8848660197089cc4f2fb7c54128bf21fb7f6872f44d9d254622d388b68c69567cbdb8323b9a0fbc46199cb7f6b3d86e5af3b3e
 SHA512 
50908d88d7261fe118a398ea315c0950c42684e97fd528341d99f0d25a54946b94418abbd759ec1c9b510c6d15dd418ef9fbbc64c6b0578a9ce7814d5718f288
-DIST vscodium-1.58.1-arm64.tar.gz 115049852 BLAKE2B 
c49b7f906e199681fa67e2a1cb1bf096bfb6cb04c96aba2629485ca711622dbfe9f4854208bafa5fe6c06a90d503c5bc42953c15d090cb533996bc82f788e6c9
 SHA512 
6ca9f47ad76f597c2b8bc24887f429ad2dc5de2446074972d1794e8dd5aa1fb22edddb82ad49c7b6a602312f7a1b225f175a49a414ae80196ce41a5f3e601c3b
+DIST vscodium-1.58.2-amd64.tar.gz 109733827 BLAKE2B 
0ada13724f2d4255a9ce58d0fd47415f2f5b4adfed144dae884914888df1f9bb735472e378fc2d4dd74fd1168c3361ad4e945a48607aeb3e095658a7b3e0df2c
 SHA512 
dd98dbd88e64e526f78624e2e42bd116a689174d801412f7750c895794b0658b20b9451d336d0837f4030c11ce35368fb3dd0ade078bac393ada813c912a9a8d
+DIST vscodium-1.58.2-arm.tar.gz 98395232 BLAKE2B 
74bb7a07f9d6a9f107cd74a1a593e7770d67d1f0b2e4b809dab420c8b17fe3902a05a26caf59e2474afdfd01a2d65b0889f2d4298cdf512cfa44df8321a8e65a
 SHA512 
58a08f2a5be9c42410772b97d5456d75044454ace5de92e03ac5bd7ff2dcef284e1e747869752f548bb1237e248981e06a9f9a9b6be99f8e8a50cf52fe6dd2c4
+DIST vscodium-1.58.2-arm64.tar.gz 115052512 BLAKE2B 
d1047b34bf6132f47b7423e35a7cb92b98cbac782db1a086c068d0bd60fcc59c16852f18451ac860c8e8940fce08e6e7671fed3db3e19f7c80e34411865c7b5b
 SHA512 
d34b53f9679006c30f2f422a8311a336eea778995fc8dc7cb0c24ecc02c88bbb2cd442f426fa88afd78f7175c16ce6c9f912eaa900d76fa25081824f91cabe0f

diff --git a/app-editors/vscodium/vscodium-1.58.1.ebuild 
b/app-editors/vscodium/vscodium-1.58.2.ebuild
similarity index 100%
rename from app-editors/vscodium/vscodium-1.58.1.ebuild
rename to app-editors/vscodium/vscodium-1.58.2.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/

2021-07-15 Thread Anna Vyalkova
commit: 0f24a7b7307e25f3ff97db307e91ab3b9a00e1ef
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul 15 19:45:18 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Jul 16 00:20:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f24a7b7

media-gfx/azpainter: add 3.0.3, drop 3.0.1

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 media-gfx/azpainter/Manifest   | 2 +-
 media-gfx/azpainter/{azpainter-3.0.1.ebuild => azpainter-3.0.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index f92cc5171..c259b815e 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1 +1 @@
-DIST azpainter-v3.0.1.tar.gz 1235950 BLAKE2B 
acad0b8b21152e7304b19319df2f4cc1b2fd76d053f79d3704fba573702ce498a48974e8a1a539b34572a3de561c88116c83c6d0c1ae48d51763e5722c639d36
 SHA512 
8464c2514d492ff0042b9788d4132fe0cb202133c31f83da412b3bfe0dea75d5aaadf319b87f81991308a127460044ff358ae555a24d9583a0c29a3367940b35
+DIST azpainter-v3.0.3.tar.gz 1260272 BLAKE2B 
b0d7e21f4a24ef27e6d4cbc639624dcc333d19f477dbf436bf72929473e07318246009d3291e56296d8f8a46d1f10d2dc1b8224f99c94dc46672f9c91827ce9f
 SHA512 
7c363127d1bb3ad9c212ec3a226b047edff0452e46d0d8de52fefaf2399d72a4e3211b2b32ea57a43a9d705ad06729543c4ab401dba672a909568b7935b67801

diff --git a/media-gfx/azpainter/azpainter-3.0.1.ebuild 
b/media-gfx/azpainter/azpainter-3.0.3.ebuild
similarity index 100%
rename from media-gfx/azpainter/azpainter-3.0.1.ebuild
rename to media-gfx/azpainter/azpainter-3.0.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/

2021-07-15 Thread Sam James
commit: 28b19e967121b5213a5dd971ab8f3e42d377cbcd
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 04:03:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 04:03:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b19e96

sys-boot/syslinux: add sys-apps/util-linux to RDEPEND too

Needed for libuuid.

See: https://github.com/gentoo/gentoo/pull/20903
Signed-off-by: Sam James  gentoo.org>

 sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild 
b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
index 2a2e03e65c9..b0ed750f5a1 100644
--- a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
+++ b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
@@ -22,13 +22,13 @@ SLOT="0"
 KEYWORDS="-* amd64 x86"
 IUSE="custom-cflags"
 
-RDEPEND="sys-fs/mtools
+RDEPEND="sys-apps/util-linux
+   sys-fs/mtools
dev-perl/Crypt-PasswdMD5
dev-perl/Digest-SHA1"
 DEPEND="${RDEPEND}
dev-lang/nasm
>=sys-boot/gnu-efi-3.0u
-   sys-apps/util-linux
virtual/os-headers"
 
 S=${WORKDIR}/${P/_/-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/

2021-07-15 Thread Sam James
commit: f92b2c5fe6f38f753d4c7bfc36001f7c81f140d2
Author: Manoj Gupta  google  com>
AuthorDate: Fri May 21 02:44:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 04:03:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92b2c5f

sys-boot/syslinux: Add DEPEND on sys-apps/util-linux

Some syslinux files needs headers from util-linux
e.g. extlinux/xfs_sb.h includes .

Signed-off-by: Manoj Gupta  google.com>
Closes: https://github.com/gentoo/gentoo/pull/20903
Signed-off-by: Sam James  gentoo.org>

 sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild 
b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
index 2371fdae815..2a2e03e65c9 100644
--- a/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
+++ b/sys-boot/syslinux/syslinux-6.04_pre1-r2.ebuild
@@ -28,6 +28,7 @@ RDEPEND="sys-fs/mtools
 DEPEND="${RDEPEND}
dev-lang/nasm
>=sys-boot/gnu-efi-3.0u
+   sys-apps/util-linux
virtual/os-headers"
 
 S=${WORKDIR}/${P/_/-}



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

2021-07-15 Thread Sam James
commit: 67199baa64d76af1cc70fee1a3366c0e5cfabbe1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 03:57:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 03:57:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67199baa

app-editors/retext: Stabilize 7.2.1 amd64, #791355

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

 app-editors/retext/retext-7.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/retext/retext-7.2.1.ebuild 
b/app-editors/retext/retext-7.2.1.ebuild
index 13399224b73..c752a994863 100644
--- a/app-editors/retext/retext-7.2.1.ebuild
+++ b/app-editors/retext/retext-7.2.1.ebuild
@@ -22,7 +22,7 @@ if [[ ${PV} == * ]]
EGIT_REPO_URI="https://github.com/retext-project/retext.git";
else
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2021-07-15 Thread Sam James
commit: 8c0ebc0e5b7c62d21f2cbba2cad902ca07ca263a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 03:57:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 03:57:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0ebc0e

app-admin/lnav: Stabilize 0.9.0-r1 amd64, #767715

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

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

diff --git a/app-admin/lnav/lnav-0.9.0-r1.ebuild 
b/app-admin/lnav/lnav-0.9.0-r1.ebuild
index 3a59325f426..2eee9548f97 100644
--- a/app-admin/lnav/lnav-0.9.0-r1.ebuild
+++ b/app-admin/lnav/lnav-0.9.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="unicode"
 
 RDEPEND="



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

2021-07-15 Thread Sam James
commit: 7228d727985d981abb62bcd155a33d362134cca6
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 03:58:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 03:58:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7228d727

app-editors/retext: Stabilize 7.2.1 x86, #791355

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

 app-editors/retext/retext-7.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/retext/retext-7.2.1.ebuild 
b/app-editors/retext/retext-7.2.1.ebuild
index c752a994863..ecca89965b2 100644
--- a/app-editors/retext/retext-7.2.1.ebuild
+++ b/app-editors/retext/retext-7.2.1.ebuild
@@ -22,7 +22,7 @@ if [[ ${PV} == * ]]
EGIT_REPO_URI="https://github.com/retext-project/retext.git";
else
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2021-07-15 Thread Sam James
commit: d04534bfb44f8f1cad29c6c54ec6cdbbecede36f
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 03:56:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 03:56:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04534bf

sys-libs/libxcrypt: fix installation on prefix in 4.4.23-r1

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

 sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild
index d03062b4d64..59a192d732e 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild
@@ -106,8 +106,8 @@ get_xclibdir() {
 multilib_src_configure() {
local -a myconf=(
--disable-werror
-   --libdir=$(get_xclibdir)
-   --with-pkgconfigdir=/usr/$(get_libdir)/pkgconfig
+   --libdir="${EPREFIX}"$(get_xclibdir)
+   --with-pkgconfigdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig"
--includedir="${EPREFIX}/usr/include/$(usex system '' 'xcrypt')"
)
 
@@ -157,8 +157,8 @@ src_install() {
) || die "failglob error"
 
# Remove useless stuff from installation
-   find "${D}"/usr/share/doc/${PF} -type l -delete || die
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}"/usr/share/doc/${PF} -type l -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }
 
 multilib_src_install() {
@@ -167,7 +167,7 @@ multilib_src_install() {
# Don't install the libcrypt.so symlink for the "compat" version
case "${MULTIBUILD_ID}" in
xcrypt_compat-*)
-   rm "${D}"$(get_xclibdir)/libcrypt$(get_libname) \
+   rm "${ED}"$(get_xclibdir)/libcrypt$(get_libname) \
|| die "failed to remove extra compat libraries"
;;
xcrypt_nocompat-*)
@@ -181,7 +181,7 @@ multilib_src_install() {
 
if [[ -n ${static_libs[*]} ]]; 
then
dodir 
"/usr/$(get_xclibdir)"
-   mv "${static_libs[@]}" 
"${D}/usr/$(get_xclibdir)" \
+   mv "${static_libs[@]}" 
"${ED}/usr/$(get_xclibdir)" \
|| die "Moving 
static libs failed"
fi
fi



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

2021-07-15 Thread Sam James
commit: b5af0d5853d8d01c9df5b23278c278093ecc58a9
Author: Valérian Rousset  users  noreply  github 
 com>
AuthorDate: Wed Jul 14 22:17:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5af0d58

net-vpn/i2p: bump to 0.9.50

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Valérian Rousset  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 net-vpn/i2p/Manifest  |   1 +
 net-vpn/i2p/i2p-0.9.50.ebuild | 159 ++
 2 files changed, 160 insertions(+)

diff --git a/net-vpn/i2p/Manifest b/net-vpn/i2p/Manifest
index f35773ca085..3e6a65c8c9e 100644
--- a/net-vpn/i2p/Manifest
+++ b/net-vpn/i2p/Manifest
@@ -1 +1,2 @@
 DIST i2psource_0.9.48.tar.bz2 33029295 BLAKE2B 
8210018610d3dd8272d3c136f32048ede9446c517971be97d6588c6a1a592e9db2261077da3634fa29af28ecdb488427dd1145a731b130b75f41c3c56a8c8779
 SHA512 
ddfbc8f86bc2fd4012e14732493d30e292af1603d74b1f786a0ecc56a1373301ec9b3fd16fe2e3f953053291b8efdb5510959fcf1e42d7e5f8ec87d85a8a
+DIST i2psource_0.9.50.tar.bz2 32409456 BLAKE2B 
0c45b48ae6e1957b6c5d828757c70489d260fe15276559e5c366c68c10274b9020b2978bf0674a8628638f41b1e269af0c4d35c20c1f0cee419857c0c803dd82
 SHA512 
2d6b1d3ed4d32af36d0d3b257dca6fad981e3fa0cd3e45b8227e76e57de092c11ff7c239e879739d330ae809bcf6c71640de32de0c52c54ef8597f0c0e1467ec

diff --git a/net-vpn/i2p/i2p-0.9.50.ebuild b/net-vpn/i2p/i2p-0.9.50.ebuild
new file mode 100644
index 000..3468bcd0dd1
--- /dev/null
+++ b/net-vpn/i2p/i2p-0.9.50.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2 java-ant-2 systemd
+
+DESCRIPTION="A privacy-centric, anonymous network"
+HOMEPAGE="https://geti2p.net";
+SRC_URI="https://download.i2p2.de/releases/${PV}/i2psource_${PV}.tar.bz2";
+
+LICENSE="Apache-2.0 Artistic BSD CC-BY-2.5 CC-BY-3.0 CC-BY-SA-3.0 EPL-1.0 
GPL-2 GPL-3 LGPL-2.1 LGPL-3 MIT public-domain WTFPL-2"
+SLOT="0"
+
+# Until the deps reach other arches
+KEYWORDS="~amd64 ~x86"
+IUSE="nls test"
+RESTRICT="!test? ( test )"
+
+# dev-java/ant-core is automatically added due to java-ant-2.eclass
+CP_DEPEND="
+   dev-java/java-service-wrapper:0
+   dev-java/tomcat-servlet-api:4.0
+"
+
+DEPEND="${CP_DEPEND}
+   dev-java/eclipse-ecj:*
+   nls? ( >=sys-devel/gettext-0.19 )
+   virtual/jdk:1.8
+   test? (
+   dev-java/ant-junit4:0
+   dev-java/hamcrest-core:1.3
+   dev-java/hamcrest-library:1.3
+   dev-java/junit:4
+   dev-java/mockito:0
+   )
+"
+
+RDEPEND="${CP_DEPEND}
+   acct-user/i2p
+   acct-group/i2p
+   virtual/jre:1.8
+   net-libs/nativebiginteger:0
+"
+
+EANT_BUILD_TARGET="pkg"
+# no scala as depending on antlib.xml not installed by dev-lang/scala
+EANT_TEST_TARGET="junit.test"
+JAVA_ANT_ENCODING="UTF-8"
+
+src_prepare() {
+   if use test; then
+   # no *streaming as requiring >dev-java/mockito-1.9.5
+   sed -e "/streaming.*junit\.test/d" \
+   -i build.xml ||
+   die "unable to remove ministreaming tests"
+   fi
+
+   # as early as possible to allow generic patches to be applied
+   default
+
+   java-ant_rewrite-classpath
+
+   java-pkg-2_src_prepare
+
+   # We're on GNU/Linux, we don't need .exe files
+   echo "noExe=true" > override.properties || die
+   if ! use nls; then
+   echo "require.gettext=false" >> override.properties || die
+   fi
+
+   # avoid auto starting browser
+   sed -i "s|clientApp.4.startOnLoad=true|clientApp.4.startOnLoad=false|" \
+   installer/resources/clients.config || die
+
+   # generate wrapper classpath, keeping the default to be replaced later
+   i2p_cp="" # global forced by java-pkg_gen-cp
+   java-pkg_gen-cp i2p_cp
+   local lib i=2
+   local 
classpath="wrapper.java.classpath.1=${EPREFIX}/usr/share/i2p/lib/*\n"
+   for lib in ${i2p_cp//,/ }
+   do
+   classpath+="wrapper.java.classpath.$((i++))=$(java-pkg_getjars 
${lib})\n"
+   done
+
+   # add generated classpath, hardcode system VM, setting system's conf
+   sed -e "s|\(wrapper\.java\.classpath\.1\)=.*|${classpath}|" \
+   -e 
"s|\(wrapper\.java\.command\)=.*|\1=/etc/java-config-2/current-system-vm/bin/java|"
 \
+   -e 
"s|\(wrapper\.java\.library\.path\.1\)=.*|\1=/usr/$(get_libdir)/java-service-wrapper|"
 \
+   -e 
"s|\(wrapper\.java\.library\.path\)\.2=.*|\1.2=${EPREFIX}/usr/share/i2p/lib\n\1.3=/usr/$(get_libdir)|"
 \
+   -e 
"s|\(wrapper\.java\.additional\.1=-DloggerFilenameOverride\)=.*|\1=${EPREFIX}/var/log/i2p/router-@|"
 \
+   -e 
"s|\(wrapper\.logfile\)=.*|\1=${EPREFIX}/var/log/i2p/wrapper|" \
+   -e "/wrapper

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

2021-07-15 Thread Sam James
commit: d480fcc7140c6bba4e38f92561738a58cf14fae6
Author: Valérian Rousset  users  noreply  github 
 com>
AuthorDate: Wed Jul 14 23:24:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d480fcc7

net-libs/nativebiginteger: bump to 0.9.50

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Valérian Rousset  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 net-libs/nativebiginteger/Manifest |  1 +
 .../nativebiginteger-0.9.50.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/net-libs/nativebiginteger/Manifest 
b/net-libs/nativebiginteger/Manifest
index bf0384c8731..9ffc0ce9ec8 100644
--- a/net-libs/nativebiginteger/Manifest
+++ b/net-libs/nativebiginteger/Manifest
@@ -1,2 +1,3 @@
 DIST i2psource_0.9.47.tar.bz2 32488438 BLAKE2B 
e1544475dad526e242570918c1bb967a4b713567e71201e08b73c8995743a68396b5951f477bfe8830927c0cdf7e991a25a1978d4aaf88cae3e4218ba57a8818
 SHA512 
7fdd9ab0b3e81aa89e73be6fa172d723c2b5a67365116a1e0e0ec948067fe4f58e3ad946a0ef4605602c0d803b98e37b2d5692a39a14cf7433d546ada204cbc9
 DIST i2psource_0.9.48.tar.bz2 33029295 BLAKE2B 
8210018610d3dd8272d3c136f32048ede9446c517971be97d6588c6a1a592e9db2261077da3634fa29af28ecdb488427dd1145a731b130b75f41c3c56a8c8779
 SHA512 
ddfbc8f86bc2fd4012e14732493d30e292af1603d74b1f786a0ecc56a1373301ec9b3fd16fe2e3f953053291b8efdb5510959fcf1e42d7e5f8ec87d85a8a
+DIST i2psource_0.9.50.tar.bz2 32409456 BLAKE2B 
0c45b48ae6e1957b6c5d828757c70489d260fe15276559e5c366c68c10274b9020b2978bf0674a8628638f41b1e269af0c4d35c20c1f0cee419857c0c803dd82
 SHA512 
2d6b1d3ed4d32af36d0d3b257dca6fad981e3fa0cd3e45b8227e76e57de092c11ff7c239e879739d330ae809bcf6c71640de32de0c52c54ef8597f0c0e1467ec

diff --git a/net-libs/nativebiginteger/nativebiginteger-0.9.50.ebuild 
b/net-libs/nativebiginteger/nativebiginteger-0.9.50.ebuild
new file mode 100644
index 000..efda38f2b60
--- /dev/null
+++ b/net-libs/nativebiginteger/nativebiginteger-0.9.50.ebuild
@@ -0,0 +1,71 @@
+# Copyright 2018-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2 toolchain-funcs
+
+DESCRIPTION="jbigi library used by net-vpn/i2p"
+HOMEPAGE="https://geti2p.net";
+SRC_URI="https://download.i2p2.de/releases/${PV}/i2psource_${PV}.tar.bz2";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/gmp:0=
+   virtual/jdk:1.8
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/i2p-${PV}/core"
+
+PATCHES=(
+   "${FILESDIR}/${P}-asmfix.patch"
+)
+
+src_compile() {
+   local compile_lib
+   compile_lib() {
+   local name="${1}"
+   local file="${2}"
+   shift 2
+
+   "$(tc-getCC)" "${@}" ${CFLAGS} $(java-pkg_get-jni-cflags) \
+   ${LDFLAGS} -shared -fPIC "-Wl,-soname,lib${name}.so" \
+   "${file}" -o "lib${name}.so"
+   }
+
+   cd "${S}/c/jbigi/jbigi" || die "unable to cd to jbigi"
+   compile_lib jbigi src/jbigi.c -Iinclude -lgmp ||
+   die "unable to build jbigi"
+
+   if use amd64 || use x86; then
+   cd "${S}/c/jcpuid" || die "unable to cd to jcpuid"
+   compile_lib jcpuid src/jcpuid.c -Iinclude ||
+   die "unable to build jcpuid"
+   fi
+
+   if use test; then
+   cd "${S}/java/src" || die "unable to cd to java/src"
+   ejavac -encoding UTF-8 net/i2p/util/NativeBigInteger.java ||
+   die "unable to build tests"
+   fi
+}
+
+src_test() {
+   cd "${S}/java/src" || die "unable to cd to java/src"
+   "$(java-config -J)" -Djava.library.path="${S}/c/jbigi/jbigi" 
net/i2p/util/NativeBigInteger ||
+   die "unable to pass tests"
+}
+
+src_install() {
+   dolib.so c/jbigi/jbigi/libjbigi.so
+
+   if use amd64 || use x86; then
+   dolib.so c/jcpuid/libjcpuid.so
+   fi
+}



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

2021-07-15 Thread Sam James
commit: 9edbadd7a1a92eebb5a46ce0b89d614e114ac64e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jul 11 14:30:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edbadd7

net-analyzer/iplog: EAPI8 revbump, ebuild improvements

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

 net-analyzer/iplog/iplog-2.2.3-r3.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild 
b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
new file mode 100644
index 000..09cfb969491
--- /dev/null
+++ b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="TCP/IP traffic logger"
+HOMEPAGE="http://ojnk.sourceforge.net/";
+SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 FDL-1.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+
+DEPEND="net-libs/libpcap"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PV}-DLT_LINUX_SSL.patch )
+
+DOCS=( AUTHORS NEWS README TODO example-iplog.conf )
+
+src_compile() {
+   append-cppflags -D_REENTRANT
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" all
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}"/iplog.rc6 iplog
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2021-07-15 Thread Sam James
commit: 2529a0b280cb240378c849dd4dcc0f26e2fe29ad
Author: Jonathan Davies  protonmail  com>
AuthorDate: Thu Jul  8 20:31:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2529a0b2

sys-process/audit: Version updated to 3.0.2, with changes:

* Dropped slibtool patch, applied upstream.

Signed-off-by: Jonathan Davies  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21569
Signed-off-by: Sam James  gentoo.org>

 sys-process/audit/Manifest   |   1 +
 sys-process/audit/audit-3.0.2.ebuild | 155 +++
 2 files changed, 156 insertions(+)

diff --git a/sys-process/audit/Manifest b/sys-process/audit/Manifest
index b2f62466967..c44d95add0b 100644
--- a/sys-process/audit/Manifest
+++ b/sys-process/audit/Manifest
@@ -1,4 +1,5 @@
 DIST audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch 852 BLAKE2B 
60d8b813f57338ce267a09913e68a0726acf5cf878cd2893fe2493f80d2b0ac1e0504dc7a72e85134ae2597b268cb1772b4e7c6c2f19149fc905f6928e2db47f
 SHA512 
78e32c05b6896d37bacf0938954fbce7486a528dabd55421f1715438fe489171f9157059050abdcb3f673258aa28b4a11f643ddb7824f3499a195dbbe634f101
 DIST audit-2.8.5_p80866dc78b5d.tar.gz 552094 BLAKE2B 
adb936a314ef2f11828ee00f3513631e06e2df09e37e68be27b1b694e278116d2f486dbde7ed57c77d9ff0bcd09309ea841959c7a66caed6770f367d65dd14f4
 SHA512 
7ec103bf076cfac7906748162e78835f1f65dd9d68e3a7466346e0473075beb47897adf88ab9ba0eb42db1953372aafb16cc040674b9a9c887730c062b82540a
 DIST audit-3.0.1.tar.gz 1180286 BLAKE2B 
f29687ebc76f4eb88184cce1a3da0b8ca4464b2f81f56d71048ac4a64a713f33d6964e46e78b73c72b6ac2495f80114866773b3b86753c1d0dead25df73f7c43
 SHA512 
ad2897c9f539681f0f65b08cd0e650c528957fd4799755c2bcc47f869e04272aad31684c46847124d7b42dde243a16ba2754936890189610814c7007c0381d8c
+DIST audit-3.0.2.tar.gz 1184356 BLAKE2B 
13f76e9c40bc8ffc53b5499076b5cb75c2690d95414a0e1942fa9725b9617f10327a2ee676dc10cc46ba76d223f77509d305bcd22344b678443b7707cc6d10cd
 SHA512 
9e831ed6f30ac7d58f028cede97adba431bde18dfd9045c19f5e03eff52cd28db3a6792e5969f555ce51aa562662b59fa5cc5265586c6acf0b3aa1feae4d720f
 DIST audit-3.0.tar.gz 1109442 BLAKE2B 
f9c94f7163522068f5f37163a242cb913acc87b5465f7f8550fad27ac1dc673fd7a98e208bd5e6fb136eac1fdadd659e599e7722426937481bbf8c66d86a1617
 SHA512 
b82ec73c85a8ebb5108b526673d6fe08cbe0b51376788f3ea6ed5747c4612158462893e719496dffbd723f833f84383a2d1d55fd78a3ed985ecfd19545060c88

diff --git a/sys-process/audit/audit-3.0.2.ebuild 
b/sys-process/audit/audit-3.0.2.ebuild
new file mode 100644
index 000..861a82aa1f1
--- /dev/null
+++ b/sys-process/audit/audit-3.0.2.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit autotools multilib multilib-minimal toolchain-funcs python-r1 
linux-info systemd usr-ldscript
+
+DESCRIPTION="Userspace utilities for storing and processing auditing records"
+HOMEPAGE="https://people.redhat.com/sgrubb/audit/";
+SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz";
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+IUSE="gssapi ldap python static-libs"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+# Testcases are pretty useless as they are built for RedHat users/groups and 
kernels.
+RESTRICT="test"
+
+RDEPEND="gssapi? ( virtual/krb5 )
+   ldap? ( net-nds/openldap )
+   sys-libs/libcap-ng
+   python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.34" # This is linux specific.
+BDEPEND="python? ( dev-lang/swig:0 )"
+
+CONFIG_CHECK="~AUDIT"
+
+src_prepare() {
+   # audisp-remote moved in multilib_src_install_all
+   sed -i \
+   -e "s,/sbin/audisp-remote,${EPREFIX}/usr/sbin/audisp-remote," \
+   audisp/plugins/remote/au-remote.conf || die
+
+   # Disable installing sample rules so they can be installed as docs.
+   echo -e '%:\n\t:' | tee rules/Makefile.{am,in} >/dev/null
+
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local -a myeconfargs=(
+   --sbindir="${EPREFIX}/sbin"
+   $(use_enable gssapi gssapi-krb5)
+   $(use_enable ldap zos-remote)
+   $(use_enable static-libs static)
+   --enable-systemd
+   --without-golang
+   --without-python
+   --without-python3
+   )
+   ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
+
+   if multilib_is_native_abi && use python; then
+   python_configure() {
+   mkdir -p "${BUILD_DIR}"
+   pushd "${BUILD_DIR}" &>/dev/null || die
+   ECONF_SOURCE=${S} econf "${myeconfargs[@]}" 
--with-python3
+   popd &>/dev/null || die
+   }
+   py

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

2021-07-15 Thread Sam James
commit: fd08d14ff07663f6cc129545bf9b859ae5074f89
Author: Valérian Rousset  users  noreply  github 
 com>
AuthorDate: Wed Jul 14 23:25:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd08d14f

net-libs/nativebiginteger: drop 0.9.47

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Valérian Rousset  users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/21648
Signed-off-by: Sam James  gentoo.org>

 net-libs/nativebiginteger/Manifest |  1 -
 .../nativebiginteger-0.9.47.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/net-libs/nativebiginteger/Manifest 
b/net-libs/nativebiginteger/Manifest
index 9ffc0ce9ec8..3e6a65c8c9e 100644
--- a/net-libs/nativebiginteger/Manifest
+++ b/net-libs/nativebiginteger/Manifest
@@ -1,3 +1,2 @@
-DIST i2psource_0.9.47.tar.bz2 32488438 BLAKE2B 
e1544475dad526e242570918c1bb967a4b713567e71201e08b73c8995743a68396b5951f477bfe8830927c0cdf7e991a25a1978d4aaf88cae3e4218ba57a8818
 SHA512 
7fdd9ab0b3e81aa89e73be6fa172d723c2b5a67365116a1e0e0ec948067fe4f58e3ad946a0ef4605602c0d803b98e37b2d5692a39a14cf7433d546ada204cbc9
 DIST i2psource_0.9.48.tar.bz2 33029295 BLAKE2B 
8210018610d3dd8272d3c136f32048ede9446c517971be97d6588c6a1a592e9db2261077da3634fa29af28ecdb488427dd1145a731b130b75f41c3c56a8c8779
 SHA512 
ddfbc8f86bc2fd4012e14732493d30e292af1603d74b1f786a0ecc56a1373301ec9b3fd16fe2e3f953053291b8efdb5510959fcf1e42d7e5f8ec87d85a8a
 DIST i2psource_0.9.50.tar.bz2 32409456 BLAKE2B 
0c45b48ae6e1957b6c5d828757c70489d260fe15276559e5c366c68c10274b9020b2978bf0674a8628638f41b1e269af0c4d35c20c1f0cee419857c0c803dd82
 SHA512 
2d6b1d3ed4d32af36d0d3b257dca6fad981e3fa0cd3e45b8227e76e57de092c11ff7c239e879739d330ae809bcf6c71640de32de0c52c54ef8597f0c0e1467ec

diff --git a/net-libs/nativebiginteger/nativebiginteger-0.9.47.ebuild 
b/net-libs/nativebiginteger/nativebiginteger-0.9.47.ebuild
deleted file mode 100644
index e0d376b7aa6..000
--- a/net-libs/nativebiginteger/nativebiginteger-0.9.47.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2018-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2 toolchain-funcs
-
-DESCRIPTION="jbigi library used by net-vpn/i2p"
-HOMEPAGE="https://geti2p.net";
-SRC_URI="https://download.i2p2.de/releases/${PV}/i2psource_${PV}.tar.bz2";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/gmp:0=
-   virtual/jdk:1.8
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/i2p-${PV}/core"
-
-PATCHES=(
-   "${FILESDIR}/${P}-asmfix.patch"
-)
-
-src_compile() {
-   local compile_lib
-   compile_lib() {
-   local name="${1}"
-   local file="${2}"
-   shift 2
-
-   "$(tc-getCC)" "${@}" ${CFLAGS} $(java-pkg_get-jni-cflags) \
-   ${LDFLAGS} -shared -fPIC "-Wl,-soname,lib${name}.so" \
-   "${file}" -o "lib${name}.so"
-   }
-
-   cd "${S}/c/jbigi/jbigi" || die "unable to cd to jbigi"
-   compile_lib jbigi src/jbigi.c -Iinclude -lgmp ||
-   die "unable to build jbigi"
-
-   if use amd64 || use x86; then
-   cd "${S}/c/jcpuid" || die "unable to cd to jcpuid"
-   compile_lib jcpuid src/jcpuid.c -Iinclude ||
-   die "unable to build jcpuid"
-   fi
-
-   if use test; then
-   cd "${S}/java/src" || die "unable to cd to java/src"
-   ejavac -encoding UTF-8 net/i2p/util/NativeBigInteger.java ||
-   die "unable to build tests"
-   fi
-}
-
-src_test() {
-   cd "${S}/java/src" || die "unable to cd to java/src"
-   "$(java-config -J)" -Djava.library.path="${S}/c/jbigi/jbigi" 
net/i2p/util/NativeBigInteger ||
-   die "unable to pass tests"
-}
-
-src_install() {
-   dolib.so c/jbigi/jbigi/libjbigi.so
-
-   if use amd64 || use x86; then
-   dolib.so c/jcpuid/libjcpuid.so
-   fi
-}



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

2021-07-15 Thread Sam James
commit: 5f8e4b053351090131d9d299ab8df1ab4c55ae24
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul 14 06:35:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8e4b05

net-misc/sipcalc: move stable keywords to -r1, update DESCRIPTION

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild 
b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
index 17eccb499d6..421b296d349 100644
--- a/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
+++ b/net-misc/sipcalc/sipcalc-1.1.6-r1.ebuild
@@ -3,11 +3,11 @@
 
 EAPI=7
 
-DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator"
+DESCRIPTION="Advanced console-based IPv4/IPv6 subnet calculator"
 HOMEPAGE="http://www.routemeister.net/projects/sipcalc/
https://github.com/sii/sipcalc";
 SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux"



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

2021-07-15 Thread Sam James
commit: 71dd9cae20ac3342be0aed1831a80ea7858dc976
Author: Matt Smith  offtopica  uk>
AuthorDate: Wed Jul 14 20:01:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dd9cae

net-mail/mu: Guile 3 compat

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

 net-mail/mu/files/mu-1.4.15-guile3-1.patch | 141 +
 net-mail/mu/files/mu-1.4.15-guile3-2.patch |  17 
 net-mail/mu/mu-1.4.15-r2.ebuild|  72 +++
 3 files changed, 230 insertions(+)

diff --git a/net-mail/mu/files/mu-1.4.15-guile3-1.patch 
b/net-mail/mu/files/mu-1.4.15-guile3-1.patch
new file mode 100644
index 000..671a4685a27
--- /dev/null
+++ b/net-mail/mu/files/mu-1.4.15-guile3-1.patch
@@ -0,0 +1,141 @@
+From 623cf787ad009c42b2adf3767be5f01fec56ff5a Mon Sep 17 00:00:00 2001
+From: Danny O'Brien 
+Date: Mon, 7 Sep 2020 19:52:17 -0700
+Subject: [PATCH] guile: support version 3.0.
+
+Includes an update to the guile m4 package, and tweaks the build so that
+both 2.2 and 3.0 should work fine.
+---
+ configure.ac  | 14 +++---
+ guile/Makefile.am |  2 +-
+ guile/mu/Makefile.am  |  4 +---
+ m4/Makefile.am|  2 +-
+ m4/{guile-2.2.m4 => guile.m4} | 15 +--
+ 5 files changed, 19 insertions(+), 18 deletions(-)
+ rename m4/{guile-2.2.m4 => guile.m4} (97%)
+
+diff --git a/configure.ac b/configure.ac
+index eb5629696..cc43f43db 100644
+--- a/configure.ac
 b/configure.ac
+@@ -212,22 +212,22 @@ AM_CONDITIONAL(BUILD_GUI,[test "x$have_webkit" = "xyes" 
-a "x$have_gtk" = "xyes"
+ 
###
+ 
+ 
###
+-# build with guile2.2 when available and not disabled.
++# build with guile 3.0/2.2 when available and not disabled.
+ AC_ARG_ENABLE([guile], AS_HELP_STRING([--disable-guile],[Disable guile]))
+ AS_IF([test "x$enable_guile" != "xno"],[
+-  PKG_CHECK_MODULES(GUILE22, guile-2.2, [have_guile22=yes],[have_guile22=no])
+-  # this is a bit hacky; GUILE_PKG
+-  AS_IF([test "x$have_guile22" = "xyes"],[
+-GUILE_PKG([2.2])
++  PKG_CHECK_MODULES(GUILE, [guile-3.0], [have_guile=yes],[
++PKG_CHECK_MODULES(GUILE, [guile-2.2], [have_guile=yes], [have_guile=no])])
++  AS_IF([test "x$have_guile" = "xyes"],[
++GUILE_PKG([3.0 2.2])
+ GUILE_PROGS
+ GUILE_FLAGS
+ AC_DEFINE_UNQUOTED([GUILE_BINARY],"$GUILE",[guile binary])
+ AC_DEFINE(BUILD_GUILE,[1], [Do we support Guile?])
+ AC_SUBST(GUILE_SNARF, [guile-snarf])
+-guile_version=$($PKG_CONFIG guile-2.2 --modversion)
++guile_version=$($PKG_CONFIG guile-$GUILE_EFFECTIVE_VERSION --modversion)
+   ])
+ ])
+-AM_CONDITIONAL(BUILD_GUILE,[test "x$have_guile22" = "xyes"])
++AM_CONDITIONAL(BUILD_GUILE,[test "x$have_guile" = "xyes"])
+ 
###
+ 
+ 
###
+diff --git a/guile/Makefile.am b/guile/Makefile.am
+index ed613068b..5c06ccc95 100644
+--- a/guile/Makefile.am
 b/guile/Makefile.am
+@@ -69,7 +69,7 @@ SUFFIXES = .x .doc
+ 
+ # FIXME: GUILE_SITEDIR would be better, but that
+ # breaks 'make distcheck'
+-scmdir=${prefix}/share/guile/site/2.2/
++scmdir=${prefix}/share/guile/site/${GUILE_EFFECTIVE_VERSION}
+ scm_DATA=mu.scm
+ 
+ EXTRA_DIST=$(scm_DATA)
+diff --git a/guile/mu/Makefile.am b/guile/mu/Makefile.am
+index f531822cd..9339ad973 100644
+--- a/guile/mu/Makefile.am
 b/guile/mu/Makefile.am
+@@ -16,9 +16,7 @@
+ 
+ include $(top_srcdir)/gtest.mk
+ 
+-# FIXME: GUILE_SITEDIR would be better, but that
+-# breaks 'make distcheck'
+-scmdir=${prefix}/share/guile/site/2.2/mu/
++scmdir=${prefix}/share/guile/site/${GUILE_EFFECTIVE_VERSION}/mu/
+ 
+ scm_DATA= \
+   stats.scm   \
+diff --git a/m4/Makefile.am b/m4/Makefile.am
+index eeb8a05a4..27a49eebe 100644
+--- a/m4/Makefile.am
 b/m4/Makefile.am
+@@ -41,7 +41,7 @@ EXTRA_DIST=  \
+   ax_lib_readline.m4  \
+   ax_require_defined.m4   \
+   ax_valgrind_check.m4\
+-  guile-2.2.m4\
++  guile.m4\
+   lib-ld.m4   \
+   lib-link.m4 \
+   lib-prefix.m4
+diff --git a/m4/guile-2.2.m4 b/m4/guile.m4
+similarity index 97%
+rename from m4/guile-2.2.m4
+rename to m4/guile.m4
+index 89823e9c3..696897364 100644
+--- a/m4/guile-2.2.m4
 b/m4/guile.m4
+@@ -47,8 +47,8 @@
+ # for an available version of Guile.
+ #
+ # By default, this macro will search for the latest stable version of
+-# Guile (e

[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/, media-tv/plex-media-server/files/

2021-07-15 Thread Sam James
commit: 5dae22ee27cd4a5b6ded79b6c2af26d44ee79411
Author: Scott Martin  organizedmagnetism  com>
AuthorDate: Thu Jul 15 15:33:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dae22ee

media-tv/plex-media-server: version bump to 1.23.4.4805

Signed-off-by: Scott Martin  organizedmagnetism.com>
Signed-off-by: Sam James  gentoo.org>

 media-tv/plex-media-server/Manifest|  2 +
 media-tv/plex-media-server/files/README.gentoo |  5 +-
 media-tv/plex-media-server/files/plexmediaserver   |  2 +
 .../plex-media-server-1.23.4.4805.ebuild   | 72 ++
 4 files changed, 79 insertions(+), 2 deletions(-)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index 9a2d023aa8d..9f2154e4a78 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -4,3 +4,5 @@ DIST plexmediaserver_1.23.2.4625-a83d2d0f9_amd64.deb 81773538 
BLAKE2B 7b22cdd466
 DIST plexmediaserver_1.23.2.4625-a83d2d0f9_i386.deb 75148422 BLAKE2B 
1758529c97b3f743df44321074f95f85ce7003fd9d92e4a849776e9f24bf6034de6e90c123db9c36c8732cffbc65089f6db20fba8ac1b6bce238b1595b04
 SHA512 
0e727d96bc147d7c4457f91c8309e1937bbee49a1599ff376959fb25cdc62fa3df1ae09880cc6ada7d8dfa4cbadccce24c35ad3bd41143f086ea1a0861e010f0
 DIST plexmediaserver_1.23.3.4707-ebb5fe9f3_amd64.deb 81474702 BLAKE2B 
8e12a9c39bea8f44e6fa4fa495556cafc9865682b27c64b06072470367d7e9a64eca3147197ddef0b277fbd28970f85b388fc812f3532890d45506c49432324e
 SHA512 
c30e19e1895eeaa699effb1d3d282fbf1f3657aff2d41af61f30f398fc501bac12e8d178abc12c818f52c52c0bc1bf803ad74985521e37f5db6baf60ecc959ab
 DIST plexmediaserver_1.23.3.4707-ebb5fe9f3_i386.deb 74842010 BLAKE2B 
36967187241afdd7294ac46e03b5f55c1b22f5f7e2ba974ea322a369c41768cd6b7fd44d82ebf0afae1a98f5178161740e1d40d5f2c17faffa5b4ccb1d811eed
 SHA512 
4625ea0b195fad305679656728c98ba8b15b38b86cbc9a95fbc6b617fb45e7e41b24f2c1ef2bc9736207d888c295d4e423a3d00fe654036ca1865782d88790ac
+DIST plexmediaserver_1.23.4.4805-186bae04e_amd64.deb 81419308 BLAKE2B 
df205474d640a6e6403e8c33f507a52bf2b1f5fd5352285e71357e0640a3e1ab644b0ed8e7ce2d01c30a4a657fab9601e4bf169bb520567550b0b182b988a1f3
 SHA512 
6e8febdfe7d3dbd7d00c76b5f8e10a72ec6fe5744602101adca4ea127147b6a0681f5207f1805b621bd9107ae0b15f8286b2e9e0ed96838378f29d888af52fd8
+DIST plexmediaserver_1.23.4.4805-186bae04e_i386.deb 74764294 BLAKE2B 
c4f1b978acd84d30d1685065e7eab7a87dec5c03d448c9d2ef378c57ed4f2dc9067379279cd97815e58a86690406fc8646be2f9bbdd552288782c14750ee1799
 SHA512 
55ed319e0a5e2290157cc800967ae26f80dcfa3c8476c0fb770a13069096ef8d88d9dd24cd8b7619828e5f2f17ac2ab2ca4ac0c748843e9af61866d4c60a45fd

diff --git a/media-tv/plex-media-server/files/README.gentoo 
b/media-tv/plex-media-server/files/README.gentoo
index ec4445ac397..db988e30fe0 100644
--- a/media-tv/plex-media-server/files/README.gentoo
+++ b/media-tv/plex-media-server/files/README.gentoo
@@ -1,7 +1,8 @@
 Plex Media Server is now installed. Please check the configuration file.
 It can be found in /etc/plex/plexmediaserver to verify the default settings.
-Adjust thread counts and memory usage limits in /usr/sbin/start_pms for best
-performance. To start the Plex Server, run 'rc-config start plex-media-server'
+Adjust thread counts and memory usage limits for best performance.
+
+To start the Plex Server, run 'rc-config start plex-media-server'
 You will then be able to access your library at http://localhost:32400/manage
 
 If installing on a remote host you will need to use a ssh tunnel eg,

diff --git a/media-tv/plex-media-server/files/plexmediaserver 
b/media-tv/plex-media-server/files/plexmediaserver
new file mode 100644
index 000..d1981dc1c6f
--- /dev/null
+++ b/media-tv/plex-media-server/files/plexmediaserver
@@ -0,0 +1,2 @@
+export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=4
+export PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000

diff --git a/media-tv/plex-media-server/plex-media-server-1.23.4.4805.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.23.4.4805.ebuild
new file mode 100644
index 000..6a97c242b50
--- /dev/null
+++ b/media-tv/plex-media-server/plex-media-server-1.23.4.4805.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit readme.gentoo-r1 systemd unpacker
+
+MY_PV="${PV}-186bae04e"
+MY_URI="https://downloads.plex.tv/plex-media-server-new";
+
+DESCRIPTION="Free media library that is intended for use with a plex client"
+HOMEPAGE="https://www.plex.tv/";
+SRC_URI="
+   amd64? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_amd64.deb )
+   x86? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_i386.deb )"
+S="${WORKDIR}"
+
+LICENSE="Plex"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="mirror bindist"
+
+DEPEND="
+   acct-group/plex
+   acct-user/plex"
+RDEPEND="${DEPEND}"
+
+QA_PREBUILT="*"
+

[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/

2021-07-15 Thread Sam James
commit: 353b153cb3e8253ac536beb6aa5da7f6dc51349e
Author: Scott Martin  organizedmagnetism  com>
AuthorDate: Thu Jul 15 15:41:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353b153c

media-tv/plex-media-server: remove old versions

Signed-off-by: Scott Martin  organizedmagnetism.com>
Closes: https://github.com/gentoo/gentoo/pull/21612
Signed-off-by: Sam James  gentoo.org>

 media-tv/plex-media-server/Manifest|  4 --
 .../plex-media-server-1.23.1.4602.ebuild   | 76 --
 .../plex-media-server-1.23.2.4625.ebuild   | 76 --
 3 files changed, 156 deletions(-)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index 9f2154e4a78..7dcf37582e9 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -1,7 +1,3 @@
-DIST plexmediaserver_1.23.1.4602-280ab6053_amd64.deb 81613502 BLAKE2B 
59f3bc54e8436bb35983cc7b77c252c88d5ccc26325203edcbaf7ef2428dbe465e0db8bb0b24472f7f7b07b25b23d23e240903243d8dcd7983edd4cda62906b3
 SHA512 
e269066a10794d63cf9912df3e66b92874701a8263f2806f42d0abe9484bd347284e2bacb3ba2f6825e1489be164f0b2abe6d23021737b37be918a9b356c1301
-DIST plexmediaserver_1.23.1.4602-280ab6053_i386.deb 75020714 BLAKE2B 
12c8057592f734969c9d4a3ea245c2b725fe16433260214c1e18d0b192151b51c61d55bde7b40015727b1775a21fe965960165b8cc6f039a138f521f95f34cb3
 SHA512 
afd569e0cfd665b81e422b925e623b910d29b99e77dbfe2ff2333497f63fb69adf851562c887a9bd8ff216f37b18397cad673547a41d8fdba611d9a6bd7254e2
-DIST plexmediaserver_1.23.2.4625-a83d2d0f9_amd64.deb 81773538 BLAKE2B 
7b22cdd4662f37c4138bd5edc74a5471e7d31c89465ce25a428e7963fc10e5dc07c154812b51c1c17d725175f093c7e22560acde8b00ee3b5d6a724441af2729
 SHA512 
632497e596542fc11cd2b9ec6dd9d7403800f26473811fbd5c75d73aa1abde08b881005f1c51663afe190ce95b6d02900272f2024bbcce02f6b952efe498430d
-DIST plexmediaserver_1.23.2.4625-a83d2d0f9_i386.deb 75148422 BLAKE2B 
1758529c97b3f743df44321074f95f85ce7003fd9d92e4a849776e9f24bf6034de6e90c123db9c36c8732cffbc65089f6db20fba8ac1b6bce238b1595b04
 SHA512 
0e727d96bc147d7c4457f91c8309e1937bbee49a1599ff376959fb25cdc62fa3df1ae09880cc6ada7d8dfa4cbadccce24c35ad3bd41143f086ea1a0861e010f0
 DIST plexmediaserver_1.23.3.4707-ebb5fe9f3_amd64.deb 81474702 BLAKE2B 
8e12a9c39bea8f44e6fa4fa495556cafc9865682b27c64b06072470367d7e9a64eca3147197ddef0b277fbd28970f85b388fc812f3532890d45506c49432324e
 SHA512 
c30e19e1895eeaa699effb1d3d282fbf1f3657aff2d41af61f30f398fc501bac12e8d178abc12c818f52c52c0bc1bf803ad74985521e37f5db6baf60ecc959ab
 DIST plexmediaserver_1.23.3.4707-ebb5fe9f3_i386.deb 74842010 BLAKE2B 
36967187241afdd7294ac46e03b5f55c1b22f5f7e2ba974ea322a369c41768cd6b7fd44d82ebf0afae1a98f5178161740e1d40d5f2c17faffa5b4ccb1d811eed
 SHA512 
4625ea0b195fad305679656728c98ba8b15b38b86cbc9a95fbc6b617fb45e7e41b24f2c1ef2bc9736207d888c295d4e423a3d00fe654036ca1865782d88790ac
 DIST plexmediaserver_1.23.4.4805-186bae04e_amd64.deb 81419308 BLAKE2B 
df205474d640a6e6403e8c33f507a52bf2b1f5fd5352285e71357e0640a3e1ab644b0ed8e7ce2d01c30a4a657fab9601e4bf169bb520567550b0b182b988a1f3
 SHA512 
6e8febdfe7d3dbd7d00c76b5f8e10a72ec6fe5744602101adca4ea127147b6a0681f5207f1805b621bd9107ae0b15f8286b2e9e0ed96838378f29d888af52fd8

diff --git a/media-tv/plex-media-server/plex-media-server-1.23.1.4602.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.23.1.4602.ebuild
deleted file mode 100644
index 3c08b6b51bf..000
--- a/media-tv/plex-media-server/plex-media-server-1.23.1.4602.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit readme.gentoo-r1 systemd unpacker
-
-MY_PV="${PV}-280ab6053"
-MY_URI="https://downloads.plex.tv/plex-media-server-new";
-
-DESCRIPTION="Free media library that is intended for use with a plex client"
-HOMEPAGE="https://www.plex.tv/";
-SRC_URI="
-   amd64? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_amd64.deb )
-   x86? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_i386.deb )"
-S="${WORKDIR}"
-
-LICENSE="Plex"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="system-openssl"
-RESTRICT="mirror bindist"
-
-DEPEND="
-   acct-group/plex
-   acct-user/plex"
-RDEPEND="
-   ${DEPEND}
-   system-openssl? ( dev-libs/openssl:0/1.1 )"
-
-QA_PREBUILT="*"
-QA_MULTILIB_PATHS=(
-   "usr/lib/plexmediaserver/lib/.*"
-   "usr/lib/plexmediaserver/Resources/Python/lib/python2.7/.*"
-   
"usr/lib/plexmediaserver/Resources/Python/lib/python2.7/lib-dynload/_hashlib.so"
-)
-
-src_install() {
-   # Remove Debian specific files
-   rm -r "usr/share/doc" || die
-
-   # Remove shipped openssl library
-   if use system-openssl; then
-   rm usr/lib/plexmediaserver/lib/libssl.so.1.1 || die
-   fi
-
-   # Add startup wrapper
-   dosbin "${FILESDIR}/star

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

2021-07-15 Thread Sam James
commit: e1898b191fde9e695fc922cc962eb21482233cba
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu Jul 15 14:18:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1898b19

media-gfx/hydrus: Drop 443

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Closes: https://github.com/gentoo/gentoo/pull/21653
Signed-off-by: Sam James  gentoo.org>

 media-gfx/hydrus/Manifest  |   1 -
 media-gfx/hydrus/hydrus-443.ebuild | 143 -
 2 files changed, 144 deletions(-)

diff --git a/media-gfx/hydrus/Manifest b/media-gfx/hydrus/Manifest
index bd108a8a44d..27c31937284 100644
--- a/media-gfx/hydrus/Manifest
+++ b/media-gfx/hydrus/Manifest
@@ -1,4 +1,3 @@
-DIST hydrus-443.tar.gz 38823767 BLAKE2B 
100b2c0650d3230b1c18e58417b731bd661fecde50ac43010bcffe3f8f5be5e0416156523a2c3b5bcc4d739a54f3c6cf21559a2be2ba1dd6fe38131d91d00bee
 SHA512 
d18f32c2cb05ab73dcff83d1a7bad63519b84640cce2991f00623da86197ecf72ac4f3c1e064515980a56d2c415dcb90e19edeb35646701bca0f3fc0d149be1d
 DIST hydrus-444.tar.gz 38817103 BLAKE2B 
f9eb3dc346a1a7b8d45558ee69b0b9d2a7dbbb7018734680e9953f20ebd56209cc1874213ecf5515835f1022bf571a99543154843f7dc2b9375116db8ba080a0
 SHA512 
f5bc28e43a5218fce15bc9d197ebcc1f4eb47856a741ad79f59d1da2413a3e7e220381a4d8208fe880fa507e023f9c03050e46ab5214ef310d105df0d85a9682
 DIST hydrus-445.tar.gz 38823389 BLAKE2B 
3cd07a3e30e60bd8507fd58c027e5c5a96745163bd5982198448a65b957ff8f4308c9bc0ee73b883fa275689c900dff07f497634c07f4b2f7fe579e1e3d6f378
 SHA512 
6735468bd531786fef9a861a81ee1e34595c362450027a0c011593465ed77dc85a304a314dcb7031e30b2e90548b2497bb4f01932dc1f04e814b7dd5ae70617c
 DIST hydrus-446.tar.gz 38830223 BLAKE2B 
5ab44f9cfbd15eb10144135eb4cc1d8493c20f2a931db4332a61aa186fddff96cb3a3b29eb2b210f070bb4be8210d552beb2578a7287a169a7364f02363e05f4
 SHA512 
bdbcd1177c3bf6ee85089e1a653587bae41c524bc2313bb5d481dee074c7da1c533a91957dc3b03d1c0b515e705809887e290ac71b866a51664f2a9a34bbfb6b

diff --git a/media-gfx/hydrus/hydrus-443.ebuild 
b/media-gfx/hydrus/hydrus-443.ebuild
deleted file mode 100644
index fb12102cde9..000
--- a/media-gfx/hydrus/hydrus-443.ebuild
+++ /dev/null
@@ -1,143 +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} )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-single-r1 desktop optfeature
-
-DESCRIPTION="A booru-like media organizer for the desktop"
-HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ 
https://github.com/hydrusnetwork/hydrus";
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git";
-else
-   SRC_URI="https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-   KEYWORDS="~amd64"
-fi
-
-# hydrus itself is WTFPL
-# icons included are CC-BY-2.5
-LICENSE="WTFPL-2 CC-BY-2.5"
-SLOT="0"
-IUSE="+mpv +ffmpeg +lz4 socks +cloudscraper charts test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
-   dev-python/html5lib[${PYTHON_MULTI_USEDEP}]
-   dev-python/lxml[${PYTHON_MULTI_USEDEP}]
-   dev-python/numpy[${PYTHON_MULTI_USEDEP}]
-   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
-   dev-python/psutil[${PYTHON_MULTI_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_MULTI_USEDEP}]
-   dev-python/pyside2[widgets,gui,charts?,${PYTHON_MULTI_USEDEP}]
-   dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
-   dev-python/requests[${PYTHON_MULTI_USEDEP}]
-   dev-python/send2trash[${PYTHON_MULTI_USEDEP}]
-   dev-python/service_identity[${PYTHON_MULTI_USEDEP}]
-   dev-python/six[${PYTHON_MULTI_USEDEP}]
-   dev-python/twisted[${PYTHON_MULTI_USEDEP}]
-   media-libs/opencv[python,png,jpeg,${PYTHON_MULTI_USEDEP}]
-
-   >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_MULTI_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
-
-   cloudscraper? ( dev-python/cloudscraper[${PYTHON_MULTI_USEDEP}] 
)
-   ffmpeg? ( media-video/ffmpeg )
-   lz4? ( dev-python/lz4[${PYTHON_MULTI_USEDEP}] )
-   mpv? (
-   media-video/mpv[libmpv,${PYTHON_MULTI_USEDEP}]
-   dev-python/python-mpv[${PYTHON_MULTI_USEDEP}]
-   )
-   socks? (
-   || ( dev-python/requests[socks5,${PYTHON_MULTI_USEDEP}]
-   dev-python/PySocks[${PYTHON_MULTI_USEDEP}] )
-   )
-   ')
-"
-BDEPEND="
-   ${RDEPEND}
-   $(python_gen_cond_dep '
-   test? (
-   dev-python/httmock[${PYTHON_MULTI_

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

2021-07-15 Thread Sam James
commit: 4f4ffd4947cd2160e535ea5f8d1f8350ad97a2f7
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul 14 06:35:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4ffd49

net-misc/sipcalc: remove old

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

 net-misc/sipcalc/sipcalc-1.1.6.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/net-misc/sipcalc/sipcalc-1.1.6.ebuild 
b/net-misc/sipcalc/sipcalc-1.1.6.ebuild
deleted file mode 100644
index 4d992820870..000
--- a/net-misc/sipcalc/sipcalc-1.1.6.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator"
-HOMEPAGE="http://www.routemeister.net/projects/sipcalc/";
-SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux"



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

2021-07-15 Thread Sam James
commit: fa409ed342713271b505116594c59ca32e7e12d0
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu Jul 15 14:17:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa409ed3

media-gfx/hydrus: Add 447

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/hydrus/Manifest  |   1 +
 media-gfx/hydrus/hydrus-447.ebuild | 141 +
 2 files changed, 142 insertions(+)

diff --git a/media-gfx/hydrus/Manifest b/media-gfx/hydrus/Manifest
index 771a7ab241b..bd108a8a44d 100644
--- a/media-gfx/hydrus/Manifest
+++ b/media-gfx/hydrus/Manifest
@@ -2,3 +2,4 @@ DIST hydrus-443.tar.gz 38823767 BLAKE2B 
100b2c0650d3230b1c18e58417b731bd661fecde
 DIST hydrus-444.tar.gz 38817103 BLAKE2B 
f9eb3dc346a1a7b8d45558ee69b0b9d2a7dbbb7018734680e9953f20ebd56209cc1874213ecf5515835f1022bf571a99543154843f7dc2b9375116db8ba080a0
 SHA512 
f5bc28e43a5218fce15bc9d197ebcc1f4eb47856a741ad79f59d1da2413a3e7e220381a4d8208fe880fa507e023f9c03050e46ab5214ef310d105df0d85a9682
 DIST hydrus-445.tar.gz 38823389 BLAKE2B 
3cd07a3e30e60bd8507fd58c027e5c5a96745163bd5982198448a65b957ff8f4308c9bc0ee73b883fa275689c900dff07f497634c07f4b2f7fe579e1e3d6f378
 SHA512 
6735468bd531786fef9a861a81ee1e34595c362450027a0c011593465ed77dc85a304a314dcb7031e30b2e90548b2497bb4f01932dc1f04e814b7dd5ae70617c
 DIST hydrus-446.tar.gz 38830223 BLAKE2B 
5ab44f9cfbd15eb10144135eb4cc1d8493c20f2a931db4332a61aa186fddff96cb3a3b29eb2b210f070bb4be8210d552beb2578a7287a169a7364f02363e05f4
 SHA512 
bdbcd1177c3bf6ee85089e1a653587bae41c524bc2313bb5d481dee074c7da1c533a91957dc3b03d1c0b515e705809887e290ac71b866a51664f2a9a34bbfb6b
+DIST hydrus-447.tar.gz 38833157 BLAKE2B 
8d7cf37a1419ef40fa7816958a01421ecc335d2a8c975fcf16d3ea5dfbdb76d872e4e597bdbade28eff7727914de5de7fb6ffcc7ecc27a712410031efa8433fe
 SHA512 
85eaab40f192f2414be828545464811af2590b55e1a2fea7bbf64f27e4bb9a8b6c6c86cb25c1f7e9f48449173f079dcd749ea25ed22559bebb11adddce62da94

diff --git a/media-gfx/hydrus/hydrus-447.ebuild 
b/media-gfx/hydrus/hydrus-447.ebuild
new file mode 100644
index 000..abe83ba3872
--- /dev/null
+++ b/media-gfx/hydrus/hydrus-447.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit python-single-r1 desktop optfeature
+
+DESCRIPTION="A booru-like media organizer for the desktop"
+HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ 
https://github.com/hydrusnetwork/hydrus";
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git";
+else
+   SRC_URI="https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+# hydrus itself is WTFPL
+# icons included are CC-BY-2.5
+LICENSE="WTFPL-2 CC-BY-2.5"
+SLOT="0"
+IUSE="+mpv +ffmpeg +lz4 socks +cloudscraper charts test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+   dev-python/html5lib[${PYTHON_MULTI_USEDEP}]
+   dev-python/lxml[${PYTHON_MULTI_USEDEP}]
+   dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+   dev-python/psutil[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_MULTI_USEDEP}]
+   dev-python/pyside2[widgets,gui,charts?,${PYTHON_MULTI_USEDEP}]
+   dev-python/pyyaml[${PYTHON_MULTI_USEDEP}]
+   dev-python/requests[${PYTHON_MULTI_USEDEP}]
+   dev-python/send2trash[${PYTHON_MULTI_USEDEP}]
+   dev-python/service_identity[${PYTHON_MULTI_USEDEP}]
+   dev-python/six[${PYTHON_MULTI_USEDEP}]
+   dev-python/twisted[${PYTHON_MULTI_USEDEP}]
+   media-libs/opencv[python,png,jpeg,${PYTHON_MULTI_USEDEP}]
+
+   >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_MULTI_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
+
+   cloudscraper? ( dev-python/cloudscraper[${PYTHON_MULTI_USEDEP}] 
)
+   ffmpeg? ( media-video/ffmpeg )
+   lz4? ( dev-python/lz4[${PYTHON_MULTI_USEDEP}] )
+   mpv? (
+   media-video/mpv[libmpv,${PYTHON_MULTI_USEDEP}]
+   dev-python/python-mpv[${PYTHON_MULTI_USEDEP}]
+   )
+   socks? (
+   || ( dev-python/requests[socks5,${PYTHON_MULTI_USEDEP}]
+   dev-python/PySocks[${PYTHON_MULTI_USEDEP}] )
+   )
+   ')
+"
+BDEPEND="
+   ${RDEPEND}
+   $(python_gen_cond_dep '
+   test? (
+   dev-pyth

[gentoo-commits] repo/gentoo:master commit in: net-p2p/mldonkey/, net-p2p/mldonkey/files/

2021-07-15 Thread Sam James
commit: 207859482e3cca4d24bbb1d96e7a0f3511725d38
Author: Jesus P Rey (Chuso)  chuso  net>
AuthorDate: Thu Jul 15 18:56:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 01:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20785948

net-p2p/mldonkey: Patch for C++17 support.

Signed-off-by: Jesus P Rey  chuso.net>
Closes: https://bugs.gentoo.org/790134
Closes: https://github.com/gentoo/gentoo/pull/21663
Signed-off-by: Sam James  gentoo.org>

 net-p2p/mldonkey/files/cpp17-byte-namespace.patch | 63 +++
 net-p2p/mldonkey/mldonkey-3.1.7-r2.ebuild |  2 +
 2 files changed, 65 insertions(+)

diff --git a/net-p2p/mldonkey/files/cpp17-byte-namespace.patch 
b/net-p2p/mldonkey/files/cpp17-byte-namespace.patch
new file mode 100644
index 000..0b1ca44e8ee
--- /dev/null
+++ b/net-p2p/mldonkey/files/cpp17-byte-namespace.patch
@@ -0,0 +1,63 @@
+diff -ur a/src/utils/lib/CryptoPP.cc b/src/utils/lib/CryptoPP.cc
+--- a/src/utils/lib/CryptoPP.cc2021-07-06 22:20:46.675183781 +0200
 b/src/utils/lib/CryptoPP.cc2021-07-06 22:20:51.025182789 +0200
+@@ -9482,7 +9482,7 @@
+ #define PRIVKEYSIZE 384
+ 
+ static Signer* s_signer = NULL;   
+-static byte m_publicKey[MAXPUBKEYSIZE+1];
++static CryptoPP::byte m_publicKey[MAXPUBKEYSIZE+1];
+ static unsigned long m_publicKeyLen = 0;
+ 
+ void cc_lprintf_nl(const char * msg, bool verb);
+@@ -9555,7 +9555,7 @@
+ 
+ 
+ // return signatureSize (buf)
+-int createSignature(byte *buf, int maxLen, byte *key, int keyLen, uint32_t 
cInt, uint8_t ipType, uint32_t ip) {
++int createSignature(CryptoPP::byte *buf, int maxLen, CryptoPP::byte *key, int 
keyLen, uint32_t cInt, uint8_t ipType, uint32_t ip) {
+ 
+   int result = 0;
+ 
+@@ -9570,7 +9570,7 @@
+   CryptoPP::SecByteBlock sBB(s_signer->SignatureLength());
+   CryptoPP::AutoSeededRandomPool rng;
+   
+-  byte bArray[MAXPUBKEYSIZE+9];
++  CryptoPP::byte bArray[MAXPUBKEYSIZE+9];
+ 
+   memcpy(bArray,key,keyLen);
+   PokeUInt32(bArray+keyLen,cInt);   
+@@ -9597,7 +9597,7 @@
+ 
+ }
+ 
+-int verifySignature(byte *key, int keyLen, byte *sig, int sigLen, uint32_t 
cInt, uint8_t ipType, uint32_t ip) {
++int verifySignature(CryptoPP::byte *key, int keyLen, CryptoPP::byte *sig, int 
sigLen, uint32_t cInt, uint8_t ipType, uint32_t ip) {
+   using namespace CryptoPP;
+ 
+   bool result = false;
+@@ -9607,7 +9607,7 @@
+   StringSource ss_Pubkey(key, keyLen,true,0);
+   Verifier pubKey(ss_Pubkey);
+ 
+-  byte bArray[MAXPUBKEYSIZE+9];
++  CryptoPP::byte bArray[MAXPUBKEYSIZE+9];
+   
+   memcpy(bArray,m_publicKey,m_publicKeyLen);
+   PokeUInt32(bArray+m_publicKeyLen,cInt); 
+diff -ur a/src/utils/lib/CryptoPP.h b/src/utils/lib/CryptoPP.h
+--- a/src/utils/lib/CryptoPP.h 2021-07-06 22:20:46.675183781 +0200
 b/src/utils/lib/CryptoPP.h 2021-07-06 22:20:56.271848200 +0200
+@@ -181,10 +181,9 @@
+ # define __USE_W32_SOCKETS
+ #endif
+ 
+-typedef unsigned char byte;   // put in global namespace to avoid 
ambiguity with other byte typedefs
+-
+ NAMESPACE_BEGIN(CryptoPP)
+ 
++typedef unsigned char byte;   // put in global namespace to avoid 
ambiguity with other byte typedefs
+ typedef unsigned short word16;
+ typedef unsigned int word32;
+ 

diff --git a/net-p2p/mldonkey/mldonkey-3.1.7-r2.ebuild 
b/net-p2p/mldonkey/mldonkey-3.1.7-r2.ebuild
index 8557ea1a285..c1bb19df5b6 100644
--- a/net-p2p/mldonkey/mldonkey-3.1.7-r2.ebuild
+++ b/net-p2p/mldonkey/mldonkey-3.1.7-r2.ebuild
@@ -51,6 +51,8 @@ DEPEND="${COMMON_DEPEND}
 
 RESTRICT="!ocamlopt? ( strip )"
 
+PATCHES=( "${FILESDIR}/cpp17-byte-namespace.patch" )
+
 S="${WORKDIR}/${P}-2"
 
 pkg_setup() {



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

2021-07-15 Thread Yixun Lan
commit: aa2308899bd85e55d436c82e325ee8cd3dcfcb30
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 12:43:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa230889

profiles/arch/riscv: unmask USE=snmp

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 profiles/arch/riscv/package.use.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index cc956640909..4140a2b47de 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -133,7 +133,7 @@ dev-libs/libpcre jit
 # This includes also packages which do not support python-3 or
 # do not support python-3.7 yet.
 
-app-admin/syslog-ng amqp geoip2 kafka mongodb redis spoof-source smtp snmp test
+app-admin/syslog-ng amqp geoip2 kafka mongodb redis spoof-source smtp test
 app-arch/p7zip wxwidgets
 app-doc/doxygen doc
 app-editors/emacs mailutils
@@ -166,7 +166,7 @@ net-irc/irssi socks5
 net-libs/gnutls doc test-full
 net-libs/ldns doc python
 net-libs/libpcap rdma
-net-misc/ntp openntpd snmp vim-syntax zeroconf
+net-misc/ntp openntpd vim-syntax zeroconf
 net-nds/openldap cxx kerberos sasl
 sys-apps/kmod doc
 sys-apps/portage apidoc



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

2021-07-15 Thread Yixun Lan
commit: 9a94ea826f6ff6b62bfe2231ea6b10e528acb0ca
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 12:08:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:16:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a94ea82

net-analyzer/net-snmp: keyword 5.9-r5 for ~riscv

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
index 30fa5fda53e..2446c7771b5 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 # GPL-2 for the init scripts
 LICENSE="HPND BSD GPL-2"
 SLOT="0/40"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="
X bzip2 doc elf kmem ipv6 lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib



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

2021-07-15 Thread Yixun Lan
commit: 0c3426bab7639236b3ad7da9d09d08ce22a04877
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 12:24:08 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:16:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3426ba

profiles/arch/riscv: mask net-analyzer/net-snmp[lm-sensors,rpm,smux]

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 71ae92f9d03..cc956640909 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -6,6 +6,10 @@
 app-text/texlive-core luajittex
 dev-texlive/texlive-basic luajittex
 
+# Alex Fan  (2021-07-13)
+# dependencies not keyworded/ use flag not tested
+net-analyzer/net-snmp lm-sensors rpm smux
+
 # Marek Szuba  (2021-07-11)
 # Causes 35 tests to fail with "fatal llvm error"
 dev-db/postgresql llvm



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

2021-07-15 Thread Yixun Lan
commit: 612685c7932e67d7e02b75be0584f8cc83b6b81d
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 12:46:45 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:29:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612685c7

net-analyzer/ifstat: keyword 1.1-r2 for ~riscv

Closes: https://github.com/gentoo/gentoo/pull/21624
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/ifstat/ifstat-1.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild 
b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
index 616e7250a9c..6ece35858b7 100644
--- a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild
+++ b/net-analyzer/ifstat/ifstat-1.1-r2.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://gael.roualland.free.fr/ifstat/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="snmp"
 
 DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )"



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

2021-07-15 Thread Yixun Lan
commit: 870e4bd58d5a8b6b458e82bf76fadf87a43ade3c
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:16:37 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:16:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870e4bd5

net-analyzer/tcptraceroute: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r3.ebuild 
b/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r3.ebuild
index bfb827e2b24..eb1c9f51819 100644
--- a/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r3.ebuild
+++ b/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-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=7
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/mct/${PN}/archive/${P/_}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
net-libs/libnet:1.1



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

2021-07-15 Thread Yixun Lan
commit: 779528c3e8a5dac722d1fbfd1a469eba8021a27a
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 06:07:53 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:16:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779528c3

dev-libs/confuse: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-libs/confuse/confuse-3.3.ebuild 
b/dev-libs/confuse/confuse-3.3.ebuild
index 9d2e44cd607..1c901130ccd 100644
--- a/dev-libs/confuse/confuse-3.3.ebuild
+++ b/dev-libs/confuse/confuse-3.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar
 
 LICENSE="ISC"
 SLOT="0/2.1.0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 IUSE="nls static-libs"
 



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

2021-07-15 Thread Yixun Lan
commit: 8390e70a3e899707692e168f4caafe0ac6184ed1
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:10:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8390e70a

net-analyzer/ibmonitor: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild 
b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
index 4b5b559a57b..d5cc1beaa4c 100644
--- a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
+++ b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.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
@@ -7,7 +7,7 @@ DESCRIPTION="Interactive bandwidth monitor"
 HOMEPAGE="http://ibmonitor.sourceforge.net";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~ppc x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~riscv x86"
 LICENSE="GPL-2"
 SLOT="0"
 



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

2021-07-15 Thread Yixun Lan
commit: d177c1840aa07428c41c536cf2ab0e900663019f
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 06:10:39 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:16:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d177c184

net-analyzer/bmon: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/net-analyzer/bmon/bmon-4.0.ebuild 
b/net-analyzer/bmon/bmon-4.0.ebuild
index 13ecfa5de9d..aa90421f051 100644
--- a/net-analyzer/bmon/bmon-4.0.ebuild
+++ b/net-analyzer/bmon/bmon-4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
 
 LICENSE="BSD-2 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=sys-libs/ncurses-5.3-r2:0=



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

2021-07-15 Thread Yixun Lan
commit: 99246b227e15113a727afffbfa47319b2bf1ee33
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:15:43 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99246b22

net-analyzer/traceroute-nanog: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild 
b/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild
index e2c94b97847..d40f8a60a49 100644
--- a/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.ebuild
+++ b/net-analyzer/traceroute-nanog/traceroute-nanog-6.4.2_p1.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
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc ~riscv x86"
 
 S=${WORKDIR}/${P/_p*}.orig
 



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

2021-07-15 Thread Yixun Lan
commit: a7c163a966ec817a17fe8ae740ef50981015b8a8
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:14:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c163a9

net-analyzer/scanssh: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/scanssh/scanssh-2.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scanssh/scanssh-2.1.2.ebuild 
b/net-analyzer/scanssh/scanssh-2.1.2.ebuild
index 54e6704..02520623012 100644
--- a/net-analyzer/scanssh/scanssh-2.1.2.ebuild
+++ b/net-analyzer/scanssh/scanssh-2.1.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
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/ofalk/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~riscv sparc x86"
 
 DEPEND="
dev-libs/libdnet



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

2021-07-15 Thread Yixun Lan
commit: e7312c257df61bb3626034c3a058454027cb9519
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 04:55:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7312c25

net-analyzer/arpwatch: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/arpwatch/arpwatch-3.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/arpwatch/arpwatch-3.1-r4.ebuild 
b/net-analyzer/arpwatch/arpwatch-3.1-r4.ebuild
index bbb550e8b1d..da747fae6e8 100644
--- a/net-analyzer/arpwatch/arpwatch-3.1-r4.ebuild
+++ b/net-analyzer/arpwatch/arpwatch-3.1-r4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
https://dev.gentoo.org/~jer/ethercodes.dat-${ETHERCODES_DATE}.xz
 "
 
-KEYWORDS="amd64 ~hppa ppc sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~riscv sparc x86"
 IUSE="selinux"
 
 DEPEND="



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

2021-07-15 Thread Yixun Lan
commit: 898ce40ace05a806443583a1491a77824a3c6a5e
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:06:37 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898ce40a

net-analyzer/arp-scan: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/arp-scan/arp-scan-1.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild 
b/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild
index 2278aa10e0d..699942037b5 100644
--- a/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild
+++ b/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/royhills/arp-scan/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64 ~riscv"
 
 DEPEND="
net-libs/libpcap



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

2021-07-15 Thread Yixun Lan
commit: 4de30b891388ce6ba54976825480aabfa87f0787
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 04:51:47 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de30b89

net-analyzer/ifstatus: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild 
b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 400d6a60c00..89f9ddd12d8 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ~ppc ~riscv x86"
 
 RDEPEND=">=sys-libs/ncurses-4.2:0="
 DEPEND="${RDEPEND}"



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

2021-07-15 Thread Yixun Lan
commit: 2eb4d5e82f4f33b70c423393f8d9747b157c645b
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:13:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb4d5e8

dev-libs/libdnet: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libdnet/libdnet-1.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
index 88c4acfad33..f8a7f4031b6 100644
--- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2021-07-15 Thread Yixun Lan
commit: 99bf3d72254a339a1500c2d58819bf77c3de9167
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 04:59:40 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bf3d72

net-libs/libnet: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-libs/libnet/libnet-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnet/libnet-1.2.ebuild 
b/net-libs/libnet/libnet-1.2.ebuild
index 3e584a42910..4071d7c2815 100644
--- a/net-libs/libnet/libnet-1.2.ebuild
+++ b/net-libs/libnet/libnet-1.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="BSD BSD-2 HPND"
 SLOT="1.1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 DOCS=(



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

2021-07-15 Thread Yixun Lan
commit: fc7bf82141a746dc7a6e5771a79bacc07d1027a7
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:02:19 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7bf821

net-analyzer/arpoison: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/arpoison/arpoison-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/arpoison/arpoison-0.7.ebuild 
b/net-analyzer/arpoison/arpoison-0.7.ebuild
index 811f1ecb269..edd9d089302 100644
--- a/net-analyzer/arpoison/arpoison-0.7.ebuild
+++ b/net-analyzer/arpoison/arpoison-0.7.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
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ppc ~riscv x86"
 
 RDEPEND="
net-libs/libnet:1.1



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

2021-07-15 Thread Yixun Lan
commit: 9ffc006b41a44553c36333253d6d1d8c5ad377b4
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:03:14 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffc006b

net-analyzer/arp-sk: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild 
b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
index dd4c76e5f82..e18045a7f77 100644
--- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
+++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
 
 DEPEND=">=net-libs/libnet-1.1"
 RDEPEND="${DEPEND}"



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

2021-07-15 Thread Yixun Lan
commit: 7658818f56a06b087f7f1c1cec2538376843f101
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:00:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7658818f

net-analyzer/arptools: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/arptools/arptools-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/arptools/arptools-1.0.2.ebuild 
b/net-analyzer/arptools/arptools-1.0.2.ebuild
index 44c7fa89a83..09eeb07231d 100644
--- a/net-analyzer/arptools/arptools-1.0.2.ebuild
+++ b/net-analyzer/arptools/arptools-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ SRC_URI="http://www.burghardt.pl/files/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
 
 DEPEND="
net-libs/libnet:1.1



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

2021-07-15 Thread Yixun Lan
commit: db9d2a401652b58554ceb046f748337c847071a4
Author: Alex Fan  yahoo  com>
AuthorDate: Fri Jun 18 11:18:32 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9d2a40

net-libs/libsmi: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-libs/libsmi/libsmi-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsmi/libsmi-0.5.0-r1.ebuild 
b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
index 712c25b0a29..251bbb48b8a 100644
--- a/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
+++ b/net-libs/libsmi/libsmi-0.5.0-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2021-07-15 Thread Yixun Lan
commit: 0d47f88aa632499e3b0bea1e71a9900395f4d96f
Author: Alex Fan  yahoo  com>
AuthorDate: Fri Jun 18 11:27:05 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d47f88a

net-analyzer/netcat: add keyword ~riscv

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/netcat/netcat-110.20180111-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/netcat/netcat-110.20180111-r1.ebuild 
b/net-analyzer/netcat/netcat-110.20180111-r1.ebuild
index bbbdcf9ba34..3e8c204b013 100644
--- a/net-analyzer/netcat/netcat-110.20180111-r1.ebuild
+++ b/net-analyzer/netcat/netcat-110.20180111-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/nc110"
 
 LICENSE="netcat"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris 
~x64-solaris"
 IUSE="ipv6 static"
 
 src_prepare() {



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

2021-07-15 Thread Yixun Lan
commit: fc64714a3eadb3e51d9f078aba13eb1b0a748502
Author: Alex Fan  yahoo  com>
AuthorDate: Fri Jun 18 11:12:54 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc64714a

net-analyzer/traceroute: add keyword ~riscv

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/net-analyzer/traceroute/traceroute-2.1.0.ebuild 
b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
index 08c8de8deef..5f737abdef4 100644
--- a/net-analyzer/traceroute/traceroute-2.1.0.ebuild
+++ b/net-analyzer/traceroute/traceroute-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static"
 
 RDEPEND="!

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

2021-07-15 Thread Yixun Lan
commit: cce493427a9f92ddfff4783966d9341d2684e2a6
Author: Alex Fan  yahoo  com>
AuthorDate: Fri Jun 18 11:25:59 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce49342

dev-libs/libmix: add keyword ~riscv

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libmix/libmix-2.05-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmix/libmix-2.05-r7.ebuild 
b/dev-libs/libmix/libmix-2.05-r7.ebuild
index 0bedbeabb8a..5e01c439716 100644
--- a/dev-libs/libmix/libmix-2.05-r7.ebuild
+++ b/dev-libs/libmix/libmix-2.05-r7.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux"
 IUSE="static-libs"
 
 PATCHES=(



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

2021-07-15 Thread Sam James
commit: bb0fb1858c9280baa6a07f9a69e0ce37c3dfd7a5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 00:37:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 00:37:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0fb185

sys-apps/firejail: minor bash style change

See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0101
Signed-off-by: Sam James  gentoo.org>

 sys-apps/firejail/firejail-0.9.66.ebuild | 2 +-
 sys-apps/firejail/firejail-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/firejail/firejail-0.9.66.ebuild 
b/sys-apps/firejail/firejail-0.9.66.ebuild
index 198f90b336a..e3bf15c00bb 100644
--- a/sys-apps/firejail/firejail-0.9.66.ebuild
+++ b/sys-apps/firejail/firejail-0.9.66.ebuild
@@ -54,7 +54,7 @@ src_prepare() {
# fix up hardcoded paths to templates and docs
local files=$(grep -E -l -r '/usr/share/doc/firejail([^-]|$)' 
./RELNOTES ./src/man/ ./etc/profile*/ ./test/ || die)
for file in ${files[@]} ; do
-   sed -i -r -e 
"s:/usr/share/doc/firejail([^-]|\$):/usr/share/doc/${PF}\1:" "$file" || die
+   sed -i -r -e 
"s:/usr/share/doc/firejail([^-]|\$):/usr/share/doc/${PF}\1:" "${file}" || die
done
 
# remove compression of man pages

diff --git a/sys-apps/firejail/firejail-.ebuild 
b/sys-apps/firejail/firejail-.ebuild
index 198f90b336a..e3bf15c00bb 100644
--- a/sys-apps/firejail/firejail-.ebuild
+++ b/sys-apps/firejail/firejail-.ebuild
@@ -54,7 +54,7 @@ src_prepare() {
# fix up hardcoded paths to templates and docs
local files=$(grep -E -l -r '/usr/share/doc/firejail([^-]|$)' 
./RELNOTES ./src/man/ ./etc/profile*/ ./test/ || die)
for file in ${files[@]} ; do
-   sed -i -r -e 
"s:/usr/share/doc/firejail([^-]|\$):/usr/share/doc/${PF}\1:" "$file" || die
+   sed -i -r -e 
"s:/usr/share/doc/firejail([^-]|\$):/usr/share/doc/${PF}\1:" "${file}" || die
done
 
# remove compression of man pages



[gentoo-commits] proj/elections:master commit in: trustees-202106/

2021-07-15 Thread Jorge Manuel B. S. Vicetto
commit: 929fbf2cae6bf064255d29d4fc3020f362b0a8a6
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Jul 16 00:37:37 2021 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Jul 16 00:37:37 2021 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=929fbf2c

trustees-202106: Add files for the election.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 trustees-202106/Votify.pm |  1 +
 trustees-202106/ballot-trustees-202106|  4 ++
 trustees-202106/election-details  |  6 +++
 trustees-202106/officials-trustees-202106 |  4 ++
 trustees-202106/start-trustees-202106 |  1 +
 trustees-202106/stop-trustees-202106  |  1 +
 trustees-202106/voters-trustees-202106| 77 +++
 7 files changed, 94 insertions(+)

diff --git a/trustees-202106/Votify.pm b/trustees-202106/Votify.pm
new file mode 12
index 000..a6f4461
--- /dev/null
+++ b/trustees-202106/Votify.pm
@@ -0,0 +1 @@
+../Votify.pm
\ No newline at end of file

diff --git a/trustees-202106/ballot-trustees-202106 
b/trustees-202106/ballot-trustees-202106
new file mode 100644
index 000..5a8ee73
--- /dev/null
+++ b/trustees-202106/ballot-trustees-202106
@@ -0,0 +1,4 @@
+alicef
+antarus
+robbat2
+_reopen_nominations

diff --git a/trustees-202106/election-details b/trustees-202106/election-details
new file mode 100644
index 000..dad80a3
--- /dev/null
+++ b/trustees-202106/election-details
@@ -0,0 +1,6 @@
+name: trustees-202106
+startDate: 2021-07-18 00:00:00 UTC
+endDate: 2021-08-19 00:00:00 UTC
+officials: dabbott, jmbsvicetto, neddyseagoon, arzano
+voters: 
https://projects.gentoo.org/elections/trustees/2021/voters-trustees-202106.txt
+ballot: 
https://projects.gentoo.org/elections/trustees/2021/ballot-trustees-202106.txt

diff --git a/trustees-202106/officials-trustees-202106 
b/trustees-202106/officials-trustees-202106
new file mode 100644
index 000..0e61602
--- /dev/null
+++ b/trustees-202106/officials-trustees-202106
@@ -0,0 +1,4 @@
+dabbott
+jmbsvicetto
+neddyseagoon
+arzano

diff --git a/trustees-202106/start-trustees-202106 
b/trustees-202106/start-trustees-202106
new file mode 100644
index 000..e1fac57
--- /dev/null
+++ b/trustees-202106/start-trustees-202106
@@ -0,0 +1 @@
+1626566400

diff --git a/trustees-202106/stop-trustees-202106 
b/trustees-202106/stop-trustees-202106
new file mode 100644
index 000..3815eb5
--- /dev/null
+++ b/trustees-202106/stop-trustees-202106
@@ -0,0 +1 @@
+1629331200

diff --git a/trustees-202106/voters-trustees-202106 
b/trustees-202106/voters-trustees-202106
new file mode 100644
index 000..d77b4ef
--- /dev/null
+++ b/trustees-202106/voters-trustees-202106
@@ -0,0 +1,77 @@
+ago
+ajak
+alexxy
+alicef
+amynka
+anarchy
+andrewammerlaan
+antarus
+axs
+bircoph
+bkohler
+blueknight
+blueness
+bman
+calchan
+cardoe
+creffett
+dabbott
+desultory
+dilfridge
+dwfreed
+eras
+floppym
+graaff
+grobian
+hattya
+jcallen
+jer
+jlec
+jmbsvicetto
+jmorgan
+johu
+junghans
+kallamej
+kensington
+k_f
+klondike
+kumba
+lu_zero
+maffblaster
+marecki
+mattst88
+mgorny
+mpagano
+mrueg
+mudler
+neddyseagoon
+nightmorph
+nimiux
+patrick
+perfinion
+pilla
+pinkbyte
+prometheanfire
+quantumsummers
+remi
+rich0
+robbat2
+ronisbr
+ryao
+sam
+shentino
+soap
+steev
+steils
+swift
+tamiko
+titanofold
+tomjbe
+tupone
+ulm
+voyageur
+williamh
+wraeth
+xaviermiller
+zerochaos
+zlogene



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

2021-07-15 Thread Sam James
commit: 3fda124c2efc1ad639af1b8911aa4d35b179b9df
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 16 00:36:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 00:36:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fda124c

sys-apps/firejail: sync live ebuild

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

 sys-apps/firejail/firejail-.ebuild | 27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/sys-apps/firejail/firejail-.ebuild 
b/sys-apps/firejail/firejail-.ebuild
index bcd7e7b2926..198f90b336a 100644
--- a/sys-apps/firejail/firejail-.ebuild
+++ b/sys-apps/firejail/firejail-.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit toolchain-funcs python-single-r1 linux-info
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/netblue30/${PN}/releases/download/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 else
inherit git-r3
EGIT_REPO_URI="https://github.com/netblue30/firejail.git";
@@ -21,7 +21,7 @@ HOMEPAGE="https://firejail.wordpress.com/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="X apparmor +chroot contrib +dbusproxy +file-transfer +globalcfg +network 
+private-home +suid test +userns +whitelist"
+IUSE="apparmor +chroot contrib +dbusproxy +file-transfer +globalcfg +network 
+private-home +suid test +userns +whitelist X"
 # Needs a lot of work to function within sandbox/portage
 # bug #769731
 RESTRICT="test"
@@ -38,16 +38,25 @@ DEPEND="${RDEPEND}
 REQUIRED_USE="contrib? ( ${PYTHON_REQUIRED_USE} )"
 
 pkg_setup() {
-   python-single-r1_pkg_setup
+   CONFIG_CHECK="~SQUASHFS"
+   local ERROR_SQUASHFS="CONFIG_SQUASHFS: required for firejail --appimage 
mode"
+   check_extra_config
+   use contrib && python-single-r1_pkg_setup
 }
 
 src_prepare() {
default
 
-   find -type f -name Makefile.in -exec sed -i -r -e '/^\tinstall 
.*COPYING /d; /CFLAGS/s: (-O2|-ggdb) : :g' {} + || die
+   find -type f -name Makefile.in -exec sed -i -r -e '/CFLAGS/s: 
(-O2|-ggdb) : :g' {} + || die
 
sed -i -r -e '/CFLAGS/s: (-O2|-ggdb) : :g' ./src/common.mk.in || die
 
+   # fix up hardcoded paths to templates and docs
+   local files=$(grep -E -l -r '/usr/share/doc/firejail([^-]|$)' 
./RELNOTES ./src/man/ ./etc/profile*/ ./test/ || die)
+   for file in ${files[@]} ; do
+   sed -i -r -e 
"s:/usr/share/doc/firejail([^-]|\$):/usr/share/doc/${PF}\1:" "$file" || die
+   done
+
# remove compression of man pages
sed -i -r -e '/rm -f \$\$man.gz; \\/d; /gzip -9n \$\$man; \\/d; 
s|\*\.([[:digit:]])\) install -m 0644 \$\$man\.gz|\*\.\1\) install -m 0644 
\$\$man|g' Makefile.in || die
 
@@ -79,6 +88,8 @@ src_compile() {
 src_install() {
default
 
+   rm "${ED}"/usr/share/doc/${PF}/COPYING || die
+
if use contrib; then
python_scriptinto /usr/$(get_libdir)/firejail
python_doscript contrib/*.py
@@ -86,9 +97,3 @@ src_install() {
dobin contrib/*.sh
fi
 }
-
-pkg_postinst() {
-   CONFIG_CHECK="~SQUASHFS"
-   local ERROR_SQUASHFS="CONFIG_SQUASHFS: required for firejail --appimage 
mode"
-   check_extra_config
-}



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

2021-07-15 Thread Sam James
commit: 82d803f69cfa47d41fc40c82ac9296d419cbb030
Author: Hank Leininger  korelogic  com>
AuthorDate: Wed Jul 14 22:48:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 16 00:36:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d803f6

sys-apps/firejail: version bump

Signed-off-by: Hank Leininger  korelogic.com>
Closes: https://bugs.gentoo.org/801067
Closes: https://bugs.gentoo.org/790347
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/21646
Signed-off-by: Sam James  gentoo.org>

 sys-apps/firejail/Manifest   |  1 +
 sys-apps/firejail/firejail-0.9.66.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest
index f597ea85c7c..9a245e9aeda 100644
--- a/sys-apps/firejail/Manifest
+++ b/sys-apps/firejail/Manifest
@@ -1 +1,2 @@
 DIST firejail-0.9.64.4.tar.xz 431116 BLAKE2B 
1e64af1459cdbd6e753299796b2521efdc1fe364a66b8f0f40df1adabec32d0673cb9805a2ab385b96b64aca16e038e615ab1e4dc4df1dbcaa0b5b24f54c89d0
 SHA512 
580a074cb40e7559f6d532418b5e05e042c30306e8507d32ac3c71a51dec6648035ad810d253da02caaa4adc41f773dfdab55528618f5ca30ff30d4e7bbd12c9
+DIST firejail-0.9.66.tar.xz 449992 BLAKE2B 
43243e4d2773f007c9a7ce4e63b009b63113055baaffa5125d279124967f5c07d510edf431b568bbf5d6cf04501f5645accb5756af80298750d8f0ef35f9a88b
 SHA512 
c00222f975df9832940b7e3ef71dc2d2bbab3540db259f8d3011fb6198f1b66d9191dff4609163a2cfe0e2a1f739e144b496260a457ea92601f163675735cbe7

diff --git a/sys-apps/firejail/firejail-0.9.66.ebuild 
b/sys-apps/firejail/firejail-0.9.66.ebuild
new file mode 100644
index 000..198f90b336a
--- /dev/null
+++ b/sys-apps/firejail/firejail-0.9.66.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit toolchain-funcs python-single-r1 linux-info
+
+if [[ ${PV} !=  ]]; then
+   
SRC_URI="https://github.com/netblue30/${PN}/releases/download/${PV}/${P}.tar.xz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/netblue30/firejail.git";
+   EGIT_BRANCH="master"
+fi
+
+DESCRIPTION="Security sandbox for any type of processes"
+HOMEPAGE="https://firejail.wordpress.com/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="apparmor +chroot contrib +dbusproxy +file-transfer +globalcfg +network 
+private-home +suid test +userns +whitelist X"
+# Needs a lot of work to function within sandbox/portage
+# bug #769731
+RESTRICT="test"
+
+RDEPEND="!sys-apps/firejail-lts
+   apparmor? ( sys-libs/libapparmor )
+   contrib? ( ${PYTHON_DEPS} )
+   dbusproxy? ( sys-apps/xdg-dbus-proxy )"
+
+DEPEND="${RDEPEND}
+   sys-libs/libseccomp
+   test? ( dev-tcltk/expect )"
+
+REQUIRED_USE="contrib? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+   CONFIG_CHECK="~SQUASHFS"
+   local ERROR_SQUASHFS="CONFIG_SQUASHFS: required for firejail --appimage 
mode"
+   check_extra_config
+   use contrib && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   find -type f -name Makefile.in -exec sed -i -r -e '/CFLAGS/s: 
(-O2|-ggdb) : :g' {} + || die
+
+   sed -i -r -e '/CFLAGS/s: (-O2|-ggdb) : :g' ./src/common.mk.in || die
+
+   # fix up hardcoded paths to templates and docs
+   local files=$(grep -E -l -r '/usr/share/doc/firejail([^-]|$)' 
./RELNOTES ./src/man/ ./etc/profile*/ ./test/ || die)
+   for file in ${files[@]} ; do
+   sed -i -r -e 
"s:/usr/share/doc/firejail([^-]|\$):/usr/share/doc/${PF}\1:" "$file" || die
+   done
+
+   # remove compression of man pages
+   sed -i -r -e '/rm -f \$\$man.gz; \\/d; /gzip -9n \$\$man; \\/d; 
s|\*\.([[:digit:]])\) install -m 0644 \$\$man\.gz|\*\.\1\) install -m 0644 
\$\$man|g' Makefile.in || die
+
+   if use contrib; then
+   python_fix_shebang -f contrib/*.py
+   fi
+}
+
+src_configure() {
+   econf \
+   --disable-firetunnel \
+   $(use_enable apparmor) \
+   $(use_enable chroot) \
+   $(use_enable dbusproxy) \
+   $(use_enable file-transfer) \
+   $(use_enable globalcfg) \
+   $(use_enable network) \
+   $(use_enable private-home) \
+   $(use_enable suid) \
+   $(use_enable userns) \
+   $(use_enable whitelist) \
+   $(use_enable X x11)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   default
+
+   rm "${ED}"/usr/share/doc/${PF}/COPYING || die
+
+   if use contrib; then
+   python_scriptinto /usr/$(get_libdir)/firejail
+   python_doscript contrib/*.py
+   insinto /usr/$(get_libdir)/firejail
+   dobin contrib/*.sh
+   fi
+}



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

2021-07-15 Thread Zac Medico
commit: 0a23aea0295fb8f707c096b988003cd52b641fd5
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jul 15 23:35:45 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jul 15 23:35:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a23aea0

app-editors/vscode: Bump to version 1.58.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-editors/vscode/Manifest   | 6 +++---
 app-editors/vscode/{vscode-1.58.1.ebuild => vscode-1.58.2.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index bdb3d8c2935..80d68100dfd 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,6 @@
 DIST vscode-1.57.1-amd64.tar.gz 104850563 BLAKE2B 
b3690382adfa3f8414b38bb784a6a595409fd766d21da05960a4d39344be0dc80bcb99b8b7b7d0d7f4bf5244bb35227e301696a4c16b1e0f9665a4f1f244f15a
 SHA512 
928664a24a65c85db53d74c07b29d5e8bb1c204481fdc9204b3e254dc7f82c1a3090ffac933d331c29c1c9c4a9417200aa0216170058249fc539529130e9dfbc
 DIST vscode-1.57.1-arm.tar.gz 95393169 BLAKE2B 
dd004a41ec92796d9c2235be032c2cd5a79464926b392fb3c6d73bf0a49265bfeb0c234fd383a267578553501ad23d3e21f8e2edba591e2cb6d7f8a4118dda26
 SHA512 
3df5f8c15b0622c0d4cb470f095280c817675ccc160b51caeb04ed5471ae41da5d72da8128d5dd689c33d82718433786bdddeb87cca82d80a5eb638094be18e9
 DIST vscode-1.57.1-arm64.tar.gz 110176471 BLAKE2B 
40765526445565714c4e487327af4d34d8b83d2eda8cb74431df680a0ad212fa7b24312d07759be077bba30c0ab721af6ced24d31262863524bacd41e4fc5f82
 SHA512 
f20f22b2e524918bce1bd0d2e43e1f15a11bf40b54c6b8e55fd4dbe2f39c5eb724c3354ab6e8b00b6f8a81f01d0dfe2c6483fc81344a538ee782ae2c1e0ec5bc
-DIST vscode-1.58.1-amd64.tar.gz 105591738 BLAKE2B 
24c1dec88cdf91a6046dca06bf38c994cf82c97f95de01eed64828157d2f26573e3241ba9d6518f7885306a5d571da8f84839a5302ae4db9dcdf70d05930badf
 SHA512 
34b87dc4b408ed2b6cf20b57a425ce934d77ccf3a8febc90e9f377a914f2a9598a091c0f8ff1bdb6bcb525effd22c574ea7c4af8828e3cabc28c83d9c5fe23e9
-DIST vscode-1.58.1-arm.tar.gz 96171694 BLAKE2B 
7d2a9535e1c32c96b99b7bab2ec0fa91e32bbe3f7abe6cd4da26cee37d3da236a6463f131f7a313e8aece06035195345b549c9744dd818fb7af3044af1fbffce
 SHA512 
f5bc25246a81988c114bcc2da9bfd4cc1a446a0460a81870b27e840835a5bc0c05732a0c951d2b1990b9596b981f456e1ec151a9d7eb15cc8fa14ef5bfe54898
-DIST vscode-1.58.1-arm64.tar.gz 110943920 BLAKE2B 
bde4e333a7b9697a19a7bf5cbce27f212e889625890312ed1d893e28c927b0938a9c25f10718d9ee35338833172272671e9bd9ba3078229813fde8eab4a2
 SHA512 
d399dc2fa2dd5ff2c3638ccb8db439b3477521993d97952f9efd274f0f6cde6b0cb3f89e6df7eea04aece4f70628b9c94c8f90f32e49e10ee6ae90669dde62cd
+DIST vscode-1.58.2-amd64.tar.gz 105591644 BLAKE2B 
bc130bfeab48f60f4149aa9d44aebbfba121cb629f1295acb23361a06e5071ddb2dc147c7d161b67f57d45fdb1337784a85bb4f08c6f82a48675c35be0037047
 SHA512 
00e4012d133e8755b13b1b0136078db872b7f202c59663ea46b137451338ca77f8020cc7fffa807ba5e5963105f0ce8ea0d2a0f29702078a64ace5743da6c83e
+DIST vscode-1.58.2-arm.tar.gz 96167069 BLAKE2B 
1c19cf29c9419663216e3ccf521314e0102efcd18a69b0e3668259f8172a377300f1ca900e2d0cda325619a855fdcd6def5db34ebab0e6f79bc0ffd1cb2eb609
 SHA512 
32c4011c0a10827b73388b469246c179fc3aa06e883c1264f215cd96695821945401b4d0bfc7cf324768977eeb0c785ab4948fdb50899b26b9ca469087ab3b45
+DIST vscode-1.58.2-arm64.tar.gz 110942132 BLAKE2B 
3fb2a83087789690ba930ae0910b931f8f2ed129049e536d172bd67be6d928afb2e17ba09756c1dd3f9c145354fa8eface31928f419f74df165bb0c60588dc57
 SHA512 
f1ae69955251b6e8e92eebf01edfd820cdbf06c887349ba1cb6db2ff8aee170183029a0f2b5075b8a07ed9a26e982b87d63fe0fe4a193fa71ff5ebb52fdf1221

diff --git a/app-editors/vscode/vscode-1.58.1.ebuild 
b/app-editors/vscode/vscode-1.58.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.58.1.ebuild
rename to app-editors/vscode/vscode-1.58.2.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: games-misc/bonsai/

2021-07-15 Thread Alessandro Barbieri
commit: 1147210a4f4bf482087ed95da2a775a526a7b322
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jul 15 23:23:10 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Jul 15 23:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1147210a

games-misc/bonsai: initial import

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

 games-misc/bonsai/Manifest|  1 +
 games-misc/bonsai/bonsai-0_pre20210201.ebuild | 20 
 games-misc/bonsai/metadata.xml| 18 ++
 3 files changed, 39 insertions(+)

diff --git a/games-misc/bonsai/Manifest b/games-misc/bonsai/Manifest
new file mode 100644
index 0..384a49e32
--- /dev/null
+++ b/games-misc/bonsai/Manifest
@@ -0,0 +1 @@
+DIST bonsai.sh-5e6e6aa7f44e1a770d9c56687ad1b660c409de00.tar.bz2 18558 BLAKE2B 
83bba21792bf5d2a7e41d5a2685e8fcadc6c7f5a6f3e989a71e98d038102f84244468ce2552d4bdd7e4deb459796331377ca36eab31875f405292d1ddb789a56
 SHA512 
31b334e6990d2a123468ad0b359af564bccea274f040054403d0e6a3f05fac7a7cd55bde9a5c620757c51e5d9eeafecd50e032e4c8227ea957dac227faa79215

diff --git a/games-misc/bonsai/bonsai-0_pre20210201.ebuild 
b/games-misc/bonsai/bonsai-0_pre20210201.ebuild
new file mode 100644
index 0..5f640ce11
--- /dev/null
+++ b/games-misc/bonsai/bonsai-0_pre20210201.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="5e6e6aa7f44e1a770d9c56687ad1b660c409de00"
+
+DESCRIPTION="bonsai tree generator written in bash"
+HOMEPAGE="https://gitlab.com/jallbrit/bonsai.sh";
+SRC_URI="https://gitlab.com/jallbrit/bonsai.sh/-/archive/${COMMIT}/bonsai.sh-${COMMIT}.tar.bz2";
+S="${WORKDIR}/${PN}.sh-${COMMIT}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+   newbin bonsai.sh bonsai
+   dodoc README.md
+}

diff --git a/games-misc/bonsai/metadata.xml b/games-misc/bonsai/metadata.xml
new file mode 100644
index 0..6e3f29bfd
--- /dev/null
+++ b/games-misc/bonsai/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+bonsai.sh is a bonsai tree generator for the terminal, written entirely in 
bash. It 
+intelligently creates, colors, and positions the tree, and is entirely 
configurable via 
+CLI options- see usage.
+There are currently four supported modes: static (the default), live, 
infinite, and neofetch, with more on the way! See Modes for documentation, and 
TODO for full list of goals.
+  
+  
+https://gitlab.com/jallbrit/bonsai.sh/-/issues
+jallbrit/bonsai.sh 
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/

2021-07-15 Thread Anna Vyalkova
commit: c55628818fd51a9f4a7bf6cc1db0d64e8eeb0713
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul 15 18:53:06 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Jul 15 19:15:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5562881

x11-misc/caffeine-ng: fix stuff, drop live

Closes: https://bugs.gentoo.org/783795
Closes: https://bugs.gentoo.org/783798
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 47 +---
 x11-misc/caffeine-ng/caffeine-ng-.ebuild  | 51 ---
 2 files changed, 26 insertions(+), 72 deletions(-)

diff --git a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild 
b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
index 694fc4962..f727649e5 100644
--- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
+++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild
@@ -3,48 +3,53 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 gnome2-utils
 
-DESCRIPTION="Aplication able to temporarily inhibit the screensaver."
+DESCRIPTION="Aplication able to temporarily inhibit the screensaver"
 HOMEPAGE="https://github.com/caffeine-ng/caffeine-ng";
-if [[ ${PV} ==  ]];then
+
+if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="${HOMEPAGE}.git"
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
 else
-   
SRC_URI="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz";
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
-
-DEPEND="
-   dev-python/pygobject:3
-   >=dev-python/pyxdg-0.25
-   dev-python/dbus-python
-   >=dev-python/docopt-0.6.2
-   >=dev-python/setproctitle-1.1.10
-   dev-python/setuptools
-   >=dev-python/wheel-0.29.0
-   dev-python/setuptools_scm
+
+RDEPEND="
+   >=dev-python/ewmh-0.1.4[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=dev-python/pyxdg-0.25[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
+   dev-python/pulsectl[${PYTHON_USEDEP}]
+   >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
dev-libs/libappindicator:3
-   x11-libs/gtk+:3
 "
-RDEPEND="${DEPEND}"
 
-pkg_preinst(){
+src_prepare() {
+   sed "/wheel/d" -i setup.py || die
+   sed "s/;TrayIcon;DesktopUtility//" -i 
share/applications/caffeine.desktop || die
+   gunzip share/man/man1/caffeine.1.gz || die
+
+   distutils-r1_src_prepare
+}
+
+pkg_preinst() {
gnome2_schemas_savelist
 }
 
-pkg_postinst(){
+pkg_postinst() {
gnome2_gconf_install
gnome2_schemas_update
 }
 
-pkg_postrm(){
+pkg_postrm() {
gnome2_gconf_uninstall
gnome2_schemas_update
 }

diff --git a/x11-misc/caffeine-ng/caffeine-ng-.ebuild 
b/x11-misc/caffeine-ng/caffeine-ng-.ebuild
deleted file mode 100644
index f55d9d5dc..0
--- a/x11-misc/caffeine-ng/caffeine-ng-.ebuild
+++ /dev/null
@@ -1,51 +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 gnome2-utils
-
-DESCRIPTION="Aplication able to temporarily inhibit the screensaver."
-HOMEPAGE="https://github.com/caffeine-ng/caffeine-ng";
-if [[ ${PV} ==  ]];then
-   inherit git-r3
-   EGIT_REPO_URI="${HOMEPAGE}.git"
-else
-   
SRC_URI="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   dev-python/pygobject:3
-   >=dev-python/pyxdg-0.25
-   dev-python/dbus-python
-   >=dev-python/docopt-0.6.2
-   >=dev-python/setproctitle-1.1.10
-   dev-python/setuptools
-   >=dev-python/wheel-0.29.0
-   dev-python/setuptools_scm
-   dev-libs/libappindicator:3
-   x11-libs/gtk+:3
-   x11-libs/libnotify
-"
-RDEPEND="${DEPEND}"
-
-pkg_preinst(){
-   gnome2_schemas_savelist
-}
-
-pkg_postinst(){
-   gnome2_gconf_install
-   gnome2_schemas_update
-}
-
-pkg_postrm(){
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/lyrics-in-terminal/

2021-07-15 Thread Anna Vyalkova
commit: 67787cddc7d5e353b4c3fe5563c784de0f62c3fa
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul 15 19:14:35 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Jul 15 19:15:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67787cdd

net-misc/lyrics-in-terminal: PYTHON_REQ_USE

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild 
b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild
index 02334080e..4b727096e 100644
--- a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild
+++ b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild
@@ -3,20 +3,18 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
 DESCRIPTION="Command Line Lyrics fetcher for MPRIS media players"
 HOMEPAGE="https://github.com/Jugran/lyrics-in-terminal";
-SRC_URI="https://github.com/Jugran/lyrics-in-terminal/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/Jugran/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
-RDEPEND="
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   sys-libs/ncurses
-"
+RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
+PYTHON_REQ_USE="ncurses"



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/

2021-07-15 Thread Anna Vyalkova
commit: 3d9c3fd8a81c774ba14e4e2bc435389c50cfabab
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul 15 13:11:52 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Jul 15 19:15:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d9c3fd8

kde-misc/plasma-applet-thermal-monitor: fix deps

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../plasma-applet-thermal-monitor-1.3.0.ebuild| 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index 3ea3f05b5..2090272e0 100644
--- 
a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ 
b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit ecm
+inherit ecm optfeature
 
 DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available 
temperature sensors"
 HOMEPAGE="https://store.kde.org/p/998915/
@@ -19,9 +19,12 @@ fi
 LICENSE="GPL-2+"
 SLOT="5"
 
-# block against slot 0 of self, to prevent file collision
-DEPEND="
-   !kde-misc/plasma-applet-thermal-monitor:0
-   >=kde-frameworks/plasma-5.60.0:5
+DEPEND="kde-frameworks/plasma:5"
+RDEPEND="${DEPEND}
+   kde-plasma/ksysguard:5[lm-sensors]
 "
-RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   ecm_pkg_postinst
+   optfeature "monitor temperature of NVMe drives" sys-apps/nvme-cli
+}



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

2021-07-15 Thread Louis Sautier
commit: 6a09f687a01243e663bb0637e04c5f1d0b227fb1
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Jul 15 22:45:18 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Jul 15 22:45:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a09f687

dev-python/geventhttpclient: enable py3.10, use epytest

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/geventhttpclient/geventhttpclient-1.4.5.ebuild 
b/dev-python/geventhttpclient/geventhttpclient-1.4.5.ebuild
index 64318b31be0..35efc6717e7 100644
--- a/dev-python/geventhttpclient/geventhttpclient-1.4.5.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-1.4.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 
@@ -44,6 +44,6 @@ python_test() {
# Append to sys.path to avoid ImportError
# https://bugs.gentoo.org/667758
# Skip tests which require internet access
-   pytest --import-mode=append -vv ${skipped_tests[@]/#/--deselect } \
-   -m "not online" || die "Tests failed with ${EPYTHON}"
+   epytest --import-mode=append -vv ${skipped_tests[@]/#/--deselect } \
+   -m "not online"
 }



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

2021-07-15 Thread Louis Sautier
commit: 0b1991ceff5942ac353a36c4c1a3dcacb7fe49e4
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Jul 15 22:41:25 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Jul 15 22:41:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1991ce

dev-python/nagiosplugin: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



[gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/

2021-07-15 Thread Louis Sautier
commit: d5702b46c56f7f811c99597273528d37b7e62aff
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Jul 15 22:35:04 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Jul 15 22:36:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5702b46

www-misc/urlwatch: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 www-misc/urlwatch/urlwatch-2.23.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-misc/urlwatch/urlwatch-2.23.ebuild 
b/www-misc/urlwatch/urlwatch-2.23.ebuild
index 4f3817d27e8..5328b1778a1 100644
--- a/www-misc/urlwatch/urlwatch-2.23.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.23.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



  1   2   3   4   5   >