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

2021-07-26 Thread Alfredo Tupone
commit: a95194c724437c8fb0cf73981290d90053c8523f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Jul 27 05:56:30 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Jul 27 05:56:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95194c7

dune.eclass: add REDEPEND on dev-ml/dune:=

Signed-off-by: Alfredo Tupone  gentoo.org>

 eclass/dune.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/dune.eclass b/eclass/dune.eclass
index c19c5ab9944..5e2c1fa1f7c 100644
--- a/eclass/dune.eclass
+++ b/eclass/dune.eclass
@@ -30,7 +30,7 @@ QA_FLAGS_IGNORED='.*'
 
 EXPORT_FUNCTIONS src_compile src_test src_install
 
-RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]"
+RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:="
 case ${EAPI:-0} in
5|6)
DEPEND="${RDEPEND} dev-ml/dune"



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

2021-07-26 Thread Michał Górny
commit: d4fe51db479119fd604253d72abfb070cd697532
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 27 05:31:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 27 05:37:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fe51db

dev-python/path-py: Bump to 16.2.0

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

 dev-python/path-py/Manifest  |  1 +
 dev-python/path-py/path-py-16.2.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 6d9cfca27f9..a500521b455 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -1,2 +1,3 @@
 DIST path-16.0.0.tar.gz 44187 BLAKE2B 
839c8a9d10cf4ac3f738a9e661fbfb1059554f965fc8224457c05c249578a18118129b69b46276fe569fc8bc33b398be1462d660bb20b905ecc6ab2b4db3f8fc
 SHA512 
3874321d488543219a081adcb692739fcc4935cddaf563b58fe5a97c2cee4b5b683b2be52d220854b2f2224d15ec2bde054a53862352c249f14f1460a72d5e72
 DIST path-16.1.0.tar.gz 45551 BLAKE2B 
bb22684f9b8d1996d8dec5bfc3d6b116595338a6d9f55f3c6084e0c6a41d6a708174ddd6fbcfa29e37f042f65e85465f4155f71569a1851994f03ddd4e4eaad7
 SHA512 
85d2d0415e28eb737f9fb6eaf669b687af768c5a1c4cf20a3c36706209fe6a97b44c34ff07468d8fefae372049e18d277e245f080dc6001adb14f794654ebfaf
+DIST path-16.2.0.tar.gz 45276 BLAKE2B 
40b8eacc7e28398324f24b955adef11e5fc0bd512cd711cd3117f35a322ce0c3959b55255d4c96bbae64f914b5f3768088eb73fb45511c09f2e21bf99b3e9911
 SHA512 
f893d9fe3539eff0b43e4945076f770ffa7c3125151774d6accaa3a609fce351bc121562deb7ef695c0b1fc7aba12ce7487ae09a0b5daba2d5340586fc41ec79

diff --git a/dev-python/path-py/path-py-16.2.0.ebuild 
b/dev-python/path-py/path-py-16.2.0.ebuild
new file mode 100644
index 000..611ebee5fa9
--- /dev/null
+++ b/dev-python/path-py/path-py-16.2.0.ebuild
@@ -0,0 +1,39 @@
+# 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_P="path-${PV}"
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="https://pypi.org/project/path/ https://github.com/jaraco/path;
+SRC_URI="mirror://pypi/p/path/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   !

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

2021-07-26 Thread Michał Górny
commit: 89af6c0e26ca68ebd17bf39f2458b6ce3cd9bdd3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 27 05:19:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 27 05:37:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89af6c0e

dev-python/websockets: Skip tests that fail on slower hw

The ping tests tend to require execution with millisecond precision.
This makes them fail on slower hardware.

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

 dev-python/websockets/websockets-9.1.ebuild | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-python/websockets/websockets-9.1.ebuild 
b/dev-python/websockets/websockets-9.1.ebuild
index 6f59bacfa94..5e3b89269e2 100644
--- a/dev-python/websockets/websockets-9.1.ebuild
+++ b/dev-python/websockets/websockets-9.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -16,3 +16,12 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 distutils_enable_tests unittest
+
+src_prepare() {
+   # these fail due to timeouts on slower hardware
+   sed -e 's:test_keepalive_ping_with_no_ping_timeout:_&:' \
+   -e 's:test_keepalive_ping(:_&:' \
+   -i tests/legacy/test_protocol.py || die
+
+   distutils-r1_src_prepare
+}



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

2021-07-26 Thread Michał Górny
commit: 5fef24dba573d5f3dd87f22f4f6796453d929724
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 27 05:13:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 27 05:37:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fef24db

dev-python/boto3: Bump to 1.18.7

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 03f1f160a32..9a42e0724ae 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -7,3 +7,4 @@ DIST boto3-1.18.3.tar.gz 393645 BLAKE2B 
4967ac751e9ff5a86f6f571961df31d82f6012ad
 DIST boto3-1.18.4.tar.gz 394442 BLAKE2B 
e82726143b353b843e915ea78ea2e033077ee495b1d416866f5c231f8bd864372496736d266b2b848ed8afd3134bd865c507291fd2fbdd5cae00a92ce3c5e76d
 SHA512 
b3ba1328476a1c642c6b813afc3879e904bc14da69e062156df0405b3da6d2a15a4a40602f24d0a067a83cc441ce5a5e353dacb84869b0fe24e9984c0dec719f
 DIST boto3-1.18.5.tar.gz 394930 BLAKE2B 
a7f58699a4a27c85f00f47eb34d861509446d159434db8d492edb8d93f3d872757dde5adb358b89af80d9fb3f489fb424a4de6f8c62ac14220b22588bfb1ff0e
 SHA512 
9292241055684dfdda22ec2243b0d64b00b3fa3ec73b3209db8eb8d90c14aa5aa2d7a77cdd0670350227ed6b923b9142842ed5bc8a4fecbaa4705a90af546022
 DIST boto3-1.18.6.tar.gz 394941 BLAKE2B 
c7ef6f85fea5a12c248afd03cbe5cca2475c32de0d5b90e8390837e4e1980390e07bc99b6dd1e1831c34135503fe5859e0a837e0aff88f7af2bd8ddcad804a1d
 SHA512 
01cdc6e71b8cd04da7e6f2bf9268625824c12b53fc7322343ae635d5fdd6ed30170fb698d7c4a788b4095fbfc186ef72a11fb6f785a1006fe7861d2db6108da9
+DIST boto3-1.18.7.tar.gz 395640 BLAKE2B 
6a9fa1dd55644806fe93271805f35fbe0c4cb65d1de08dded2d2f57fcefa96e32c4ebe7b60743c52c0898222bc06d33dbd03d304bbef327b88022450a7943e2c
 SHA512 
20e7fedab7d061ab02f391e9baf36cb554e7f194f38d24d5a75f76715b2acf1b51b6adce5d8cf5a2a0d29df73566db00b8813a219d45a194d9a8eb93d0dab570

diff --git a/dev-python/boto3/boto3-1.18.7.ebuild 
b/dev-python/boto3/boto3-1.18.7.ebuild
new file mode 100644
index 000..819e7369111
--- /dev/null
+++ b/dev-python/boto3/boto3-1.18.7.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-26 Thread Michał Górny
commit: 7d1127e5f7de31714c287a12cfaea465cadf0366
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 27 05:13:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 27 05:37:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1127e5

app-admin/awscli: Bump to 1.20.7

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 53ffe63285e..0b396b73de3 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -7,3 +7,4 @@ DIST awscli-1.20.3.tar.gz 2029411 BLAKE2B 
6d8573709072ea3955696de0c65a3261044673
 DIST awscli-1.20.4.tar.gz 2043470 BLAKE2B 
58722fe4277a7950665913e8b9ae99de8017cfe8c4974a3524f917533499e830d2eea2ac0994022796b979869468b5f3a767727b4384f78e325e423ed003b1b3
 SHA512 
3066438ac58eb2afb83ae6fef516e09965ceea1e97897e4f5b5760046f28a2f822b16b90c0a9ee6a58c6cdabbfb2f0ce044caf41396093188290e2a7c1e8c4f3
 DIST awscli-1.20.5.tar.gz 2043880 BLAKE2B 
f4b833baf883479ed63e09de998b41e0e0e88006d4779b0be86396bafdb559cd8b158f30f012045f699b7c374a2e6584534534fd778ac7669016d23b06534080
 SHA512 
598163c27dce2ee166fd1d27cbca62c14c807118df99951963665a064fb71ba795726ef3ea46cc51bd2a51f256364c66edb88d1cdd8f319b2025c0cecfe9f6ca
 DIST awscli-1.20.6.tar.gz 2044686 BLAKE2B 
6513afc020855a103c5a4ee2b2aa6fc7355f2ebc445d3a89403045a8111a6beef7b934640de020a43fdd670fd4efb2f02dc907826b6a8f3335f6119267dfba10
 SHA512 
f53a56ae1aed266a4c6bd9236b15a070feaca804ea5276dbe0ad01e006866a17f2ab965ff086640cf62e002da0033c9091c56de1eb4b89a25cbeed329fd63e08
+DIST awscli-1.20.7.tar.gz 2045304 BLAKE2B 
d8f086d8d2eb36645e77fa3d9ae7c196ed3a3fddcc2a0218696f92bd69e10b453be1340b965a8d8e6697bbd3c45013d72de3ed0d31b5823515a5a0092a812858
 SHA512 
a41bd3ebc34a65add66ef95d5194ba07907a08f7368b0fcd6551af2070c46c4a509af47d30aeadabddce19d1a61200a58faf40a7e2f759e64915cfb282ab

diff --git a/app-admin/awscli/awscli-1.20.7.ebuild 
b/app-admin/awscli/awscli-1.20.7.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.20.7.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/botocore/

2021-07-26 Thread Michał Górny
commit: dec1a474384a6d0adf2219c3a32760c9a334986d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 27 05:12:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 27 05:37:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec1a474

dev-python/botocore: Bump to 1.21.7

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 67159861557..1c8400d35b6 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -7,3 +7,4 @@ DIST botocore-1.21.3.tar.gz 7959023 BLAKE2B 
aab15319b9f36c25ee88f2bf0b2efcb6bbff
 DIST botocore-1.21.4.tar.gz 7964960 BLAKE2B 
71d55b47633aa658a9dc921375c77230a6ebb89460d9de5a9982d730e03247972476400dbcf292da0a885789860117c1abc9bf803c79547049b242feb8755d15
 SHA512 
4a36e5870d9996973e2258f2e6afeb7381ac94d14075eaa9885f6f89afb87fa5b4461b02ab234b4ecc8e24630434dbb839e8ad30f622de6ffa5402f872f84a97
 DIST botocore-1.21.5.tar.gz 7968981 BLAKE2B 
cea2c648e5f8d6f99bd1f11f430511abdc413bb3a2e36b2ca149f4edb0b8b750cba1149474351ab52a04e08018de81fab93607eb65e19b452a80a249cefb5871
 SHA512 
ad84b3f75883279452ba9922492e1a63b9f951ed54767feb573000d077335eb50685727ae1924d02f23d5342bcd8f96d2a56b06efedcded4b718e8ec68f6d636
 DIST botocore-1.21.6.tar.gz 7974218 BLAKE2B 
f3391b620a21d04712e1254c4e8ffc090956bc1e0a41278be2c0e02a659ada639af2cc4e94bf607492164a8425988c16e8b899726fe645871b1cf6d1f98ef04d
 SHA512 
1a74f2450a1c57a61c704550c0f08fd518b8d4fc463acdd8622ca8bf7fa51293c52c54999e1a1d563815cb0fd35585072753d623739a6738367b0bae94f655b7
+DIST botocore-1.21.7.tar.gz 7977343 BLAKE2B 
19c5bf5de40ab131585e30bb85486fcffc3428808811b312b33578174ce31a691f4f4d955462120f05d2aad2cd5e5772789704eee641760fb67099aa3cddc9b5
 SHA512 
db1bb36faa6857a1cc717e5d591954415bb948178ee2be90ab9c32c11b1fb45c5b5aff87dfacd907c2f11bc7cdd2cd4de2ee9c847fa8cda4e5f0814a828b1019

diff --git a/dev-python/botocore/botocore-1.21.7.ebuild 
b/dev-python/botocore/botocore-1.21.7.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.21.7.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-python/networkx/

2021-07-26 Thread Michał Górny
commit: e983d4c12e5be32f1fcb7d5897d8d557ef5c8ecc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 27 05:21:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 27 05:37:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e983d4c1

dev-python/networkx: Bump to 2.6.2

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

 dev-python/networkx/Manifest  |  1 +
 dev-python/networkx/networkx-2.6.2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/networkx/Manifest b/dev-python/networkx/Manifest
index 6be01154f15..9dca0f11ce2 100644
--- a/dev-python/networkx/Manifest
+++ b/dev-python/networkx/Manifest
@@ -1,2 +1,3 @@
 DIST networkx-2.5.tar.gz 1542085 BLAKE2B 
a4d1d1f65a09f8e7cd830a9e670cf540c19b800dffb90aa1cc6ebda8b6116b6181969382f90339254746a3f277d786020506a3c8f10c90ff48999d3b2c3c433e
 SHA512 
ab51198072d20bdba7c9ceb6856631a20a7e9527a7cadb41271a999f57bf60da5488269c6e4e1f3f4f33420ec6493af665386842c216ea1cfadd1792ccb6444e
 DIST networkx-2.6.1.tar.gz 1842369 BLAKE2B 
bac0106758fa7d33000d970873ee221ee9b367ad895f2f8fbfdfb29908851c69f632214dac06c48ab433e3b6251a439199fe3675517252c959ba2a29076cc866
 SHA512 
132f34eb8790fb366263cfbb501ec5ca0f9c9082562215a06a114b2ec80baf72f5489f27e7fe1cbea49749eab48116e8772ff953339de0caabf37096ce097500
+DIST networkx-2.6.2.tar.gz 1842077 BLAKE2B 
8493e2d6a64d140b012ea443e9b1dc2409f8208dc1678c1d21cfd19bbdc07df6e9051aefe994d5fa6460db48320d563bb3051150782545ab5f671b7aafda4d0a
 SHA512 
7006dcd209cce79f0f6cac4884797775422bd90fd3e8abb2eee70e6e00c9a25a785dd5856fc1657019a2b5c13a6fa5f705ea2e650c15a1f9d7d93580bc299219

diff --git a/dev-python/networkx/networkx-2.6.2.ebuild 
b/dev-python/networkx/networkx-2.6.2.ebuild
new file mode 100644
index 000..51a49fc1b85
--- /dev/null
+++ b/dev-python/networkx/networkx-2.6.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Python tools to manipulate graphs and complex networks"
+HOMEPAGE="https://networkx.org/ https://github.com/networkx/networkx;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+IUSE="examples extras xml yaml"
+
+RDEPEND="
+   >=dev-python/matplotlib-3.3[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.19[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.1[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.6.2[${PYTHON_USEDEP}]
+   extras? (
+   >=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/pygraphviz-1.7[${PYTHON_USEDEP}]
+   >=sci-libs/gdal-1.10.0[python,${PYTHON_USEDEP}]
+   ' python3_{8..9})
+   )
+   xml? ( >=dev-python/lxml-4.5[${PYTHON_USEDEP}] )
+   yaml? ( >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=()
+   virtx epytest -p no:django ${deselect[@]/#/--deselect }
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}



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

2021-07-26 Thread Hans de Graaff
commit: ca92659545043e230521e1b2ee3cff3d951ab080
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 27 05:34:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 27 05:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca926595

app-admin/puppet-lint: add 2.5.0

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

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.5.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 659106e3c54..de83b3353c6 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1 +1,2 @@
 DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 
5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425
 SHA512 
ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71
+DIST puppet-lint-2.5.0.gem 90112 BLAKE2B 
c731e0988f09f779c50aad118f136f79c6e042f43cc8a5163967c44a72d4019a00426578bc95b4cf9618057027c1707cd3463ea408a30d25ca0a0911dc3c94eb
 SHA512 
b04097443eae40a084475f95c57ebde73af937ca3b9b006237c6b5e60caf939338e09cb1e259a26524d2294ecbc61bd91b6e34f7051d87211078912518cb364b

diff --git a/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
new file mode 100644
index 000..9418b0418b4
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="http://puppet-lint.com/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"



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

2021-07-26 Thread Sven Wegener
commit: 57a134af1b2a461f3233b7eb450b8ebddfdd7a46
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jul 27 05:19:40 2021 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jul 27 05:23:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a134af

net-dns/pdns: Version bump, security bug #804585

Bug: https://bugs.gentoo.org/804585
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns/Manifest | 2 +-
 net-dns/pdns/{pdns-4.5.0.ebuild => pdns-4.5.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 79434e80e7d..8fe79b398d9 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,2 +1,2 @@
 DIST pdns-4.4.1.tar.bz2 1276990 BLAKE2B 
9771cf3273ab7e8ab4607a91563bfe0dc3f4532b5420861d816eacd2798d66de3a1eb824c191264f9106ec47bd6003d99108b8df678190055948779b9b3b070f
 SHA512 
a6f31972f77ded8ecfb523e8810dd90e5b7aa628746fee2a9a0daae2a7935800f111ce8617ffd71d5ce3881947d4ffc36c9cb37996a7bcc514536bb4abe1f79e
-DIST pdns-4.5.0.tar.bz2 1267077 BLAKE2B 
62e0d90db3f6fd7566184a80519c95d89e3360c28450ef4fd9bdaba3f0bc38a517827ef4bacfa66a3ac7ffb2654b31a9d81406dd3ae35b0ceb34c79f2c18ac29
 SHA512 
7643cbd08e7cf6c2f5911784222b1e1f686153f4c8c4d5e0ee756a5c08b4fe52b617a948ef7f258ceddc45f31331c68a10034176fbd07cb2e2ba38174e54a17f
+DIST pdns-4.5.1.tar.bz2 1274965 BLAKE2B 
8b1f91b425f02af5a1f6b8a22fe5e689fb9854686058c7ae2dbac5fe29c9562f9a4fff829fe6b7aad595e1fe2a55af19d09d4b002ec8f88115887cb8a74d042b
 SHA512 
428be2bea0d39613fe31def9116c0d3dbfc95eac953ca058df088f06a971a5a1a49067f83c99719af2657e7abcf2e7c471311bd26a1ebf1bae2bd70e1a823fca

diff --git a/net-dns/pdns/pdns-4.5.0.ebuild b/net-dns/pdns/pdns-4.5.1.ebuild
similarity index 100%
rename from net-dns/pdns/pdns-4.5.0.ebuild
rename to net-dns/pdns/pdns-4.5.1.ebuild



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

2021-07-26 Thread Sam James
commit: 016c24d54f1a9631412f50859453ca921db994a2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 05:16:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 05:16:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016c24d5

profiles: unmask gsteamer 1.18.x

I think we've had as much testing as a masked set of ebuilds
can offer. Please report any issues if you hit them.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 69d5ae1754c..66b9335d1d3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -456,92 +456,6 @@ media-gfx/povtree
 # Requires removed media-libs/opencv version.
  (2021-05-30)
-# GStreamer 1.18.x! Masked for testing.
-# This is a large suite of packages, so please
-# be patient and report bugs if you choose to
-# unmask.
-# bug #756298, bug #690468.
-~dev-python/gst-python-1.18.4
-~media-libs/gst-plugins-bad-1.18.4
-~media-libs/gst-plugins-base-1.18.4
-~media-libs/gst-plugins-good-1.18.4
-~media-libs/gst-plugins-ugly-1.18.4
-~media-libs/gstreamer-1.18.4
-~media-libs/gst-rtsp-server-1.18.4
-~media-plugins/gst-plugins-a52dec-1.18.4
-~media-plugins/gst-plugins-amr-1.18.4
-~media-plugins/gst-plugins-assrender-1.18.4
-~media-plugins/gst-plugins-bluez-1.18.4
-~media-plugins/gst-plugins-bs2b-1.18.4
-~media-plugins/gst-plugins-cairo-1.18.4
-~media-plugins/gst-plugins-cdio-1.18.4
-~media-plugins/gst-plugins-cdparanoia-1.18.4
-~media-plugins/gst-plugins-chromaprint-1.18.4
-~media-plugins/gst-plugins-colormanagement-1.18.4
-~media-plugins/gst-plugins-dash-1.18.4
-~media-plugins/gst-plugins-dtls-1.18.4
-~media-plugins/gst-plugins-dts-1.18.4
-~media-plugins/gst-plugins-dv-1.18.4
-~media-plugins/gst-plugins-dvb-1.18.4
-~media-plugins/gst-plugins-dvdread-1.18.4
-~media-plugins/gst-plugins-faac-1.18.4
-~media-plugins/gst-plugins-faad-1.18.4
-~media-plugins/gst-plugins-flac-1.18.4
-~media-plugins/gst-plugins-gdkpixbuf-1.18.4
-~media-plugins/gst-plugins-gtk-1.18.4
-~media-plugins/gst-plugins-hls-1.18.4
-~media-plugins/gst-plugins-jack-1.18.4
-~media-plugins/gst-plugins-jpeg-1.18.4
-~media-plugins/gst-plugins-kate-1.18.4
-~media-plugins/gst-plugins-ladspa-1.18.4
-~media-plugins/gst-plugins-lame-1.18.4
-~media-plugins/gst-plugins-libav-1.18.4
-~media-plugins/gst-plugins-libde265-1.18.4
-~media-plugins/gst-plugins-libmms-1.18.4
-~media-plugins/gst-plugins-libpng-1.18.4
-~media-plugins/gst-plugins-libvisual-1.18.4
-~media-plugins/gst-plugins-lv2-1.18.4
-~media-plugins/gst-plugins-meta-1.18.4
-~media-plugins/gst-plugins-modplug-1.18.4
-~media-plugins/gst-plugins-mpeg2dec-1.18.4
-~media-plugins/gst-plugins-mpeg2enc-1.18.4
-~media-plugins/gst-plugins-mpg123-1.18.4
-~media-plugins/gst-plugins-mplex-1.18.4
-~media-plugins/gst-plugins-neon-1.18.4
-~media-plugins/gst-plugins-ofa-1.18.4
-~media-plugins/gst-plugins-opencv-1.18.4
-~media-plugins/gst-plugins-openh264-1.18.4
-~media-plugins/gst-plugins-opus-1.18.4
-~media-plugins/gst-plugins-opusparse-1.18.4
-~media-plugins/gst-plugins-oss-1.18.4
-~media-plugins/gst-plugins-pulse-1.18.4
-~media-plugins/gst-plugins-raw1394-1.18.4
-~media-plugins/gst-plugins-resindvd-1.18.4
-~media-plugins/gst-plugins-rtmp-1.18.4
-~media-plugins/gst-plugins-shout2-1.18.4
-~media-plugins/gst-plugins-sidplay-1.18.4
-~media-plugins/gst-plugins-smoothstreaming-1.18.4
-~media-plugins/gst-plugins-soundtouch-1.18.4
-~media-plugins/gst-plugins-soup-1.18.4
-~media-plugins/gst-plugins-speex-1.18.4
-~media-plugins/gst-plugins-srt-1.18.4
-~media-plugins/gst-plugins-srtp-1.18.4
-~media-plugins/gst-plugins-taglib-1.18.4
-~media-plugins/gst-plugins-twolame-1.18.4
-~media-plugins/gst-plugins-uvch264-1.18.4
-~media-plugins/gst-plugins-v4l2-1.18.4
-~media-plugins/gst-plugins-vaapi-1.18.4
-~media-plugins/gst-plugins-voaacenc-1.18.4
-~media-plugins/gst-plugins-voamrwbenc-1.18.4
-~media-plugins/gst-plugins-vpx-1.18.4
-~media-plugins/gst-plugins-wavpack-1.18.4
-~media-plugins/gst-plugins-webrtc-1.18.4
-~media-plugins/gst-plugins-x264-1.18.4
-~media-plugins/gst-plugins-x265-1.18.4
-~media-plugins/gst-plugins-ximagesrc-1.18.4
-~media-plugins/gst-plugins-zbar-1.18.4
-
 # Miroslav Šulc  (2021-05-24)
 # it's just a demo project, not a real app, see disclaimer
 # at https://github.com/romainguy/jext



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

2021-07-26 Thread Sam James
commit: ac78935575425a3b0acbaf995c000208a0728e2e
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Tue Jul 27 05:09:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 05:13:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac789355

media-plugins/gst-plugins-opusparse: initial import

Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-plugins/gst-plugins-opusparse/Manifest|  1 +
 .../gst-plugins-opusparse-1.18.4.ebuild | 21 +
 media-plugins/gst-plugins-opusparse/metadata.xml|  8 
 3 files changed, 30 insertions(+)

diff --git a/media-plugins/gst-plugins-opusparse/Manifest 
b/media-plugins/gst-plugins-opusparse/Manifest
new file mode 100644
index 000..54abf6962a5
--- /dev/null
+++ b/media-plugins/gst-plugins-opusparse/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git 
a/media-plugins/gst-plugins-opusparse/gst-plugins-opusparse-1.18.4.ebuild 
b/media-plugins/gst-plugins-opusparse/gst-plugins-opusparse-1.18.4.ebuild
new file mode 100644
index 000..51a5216fec5
--- /dev/null
+++ b/media-plugins/gst-plugins-opusparse/gst-plugins-opusparse-1.18.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="Opus audio parser plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"
+
+RDEPEND="${COMMON_DEPEND}
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},ogg]
+"
+DEPEND="${COMMON_DEPEND}"
+
+GST_PLUGINS_ENABLED="opus"
+GST_PLUGINS_BUILD_DIR="opus"

diff --git a/media-plugins/gst-plugins-opusparse/metadata.xml 
b/media-plugins/gst-plugins-opusparse/metadata.xml
new file mode 100644
index 000..fb1ea7216a8
--- /dev/null
+++ b/media-plugins/gst-plugins-opusparse/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gstrea...@gentoo.org
+   GStreamer package maintainers
+
+



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

2021-07-26 Thread Sam James
commit: aef3b8d2e6366859eb2ff178f40b7c79e41fbb18
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Tue Jul 27 05:10:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 05:13:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef3b8d2

media-plugins/gst-plugins-opus: split opusparse building

- previous autotools somehow was fine with reusing the working directory
- splitting multilib + meson in multiple directories is a mess

So I chose to split the ebuild instead.

Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-plugins/gst-plugins-opus/Manifest   |  1 -
 18.4.ebuild => gst-plugins-opus-1.18.4-r1.ebuild} | 19 +--
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/media-plugins/gst-plugins-opus/Manifest 
b/media-plugins/gst-plugins-opus/Manifest
index 54add3feb53..8d570179f07 100644
--- a/media-plugins/gst-plugins-opus/Manifest
+++ b/media-plugins/gst-plugins-opus/Manifest
@@ -1,4 +1,3 @@
 DIST gst-plugins-bad-1.16.3.tar.xz 4900188 BLAKE2B 
7d8280a434adb1cb65b065dcdabdb37aad000802c011bb27779c109978d8b75aa4e2fa47043dde95464bb0c34a0d7466dc1f6216f29f0f4911f7a6fe1fb04b25
 SHA512 
378d8813ba2fd61ea2cab512d5c1fa81e0a4ac4f4ca756547d9b8742e56024c1bc5d6cd332798de66ecfe2b69485c860e181a6c2090398b0e2ad8c4b3fe95d04
-DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125
 DIST gst-plugins-base-1.16.3.tar.xz 3953616 BLAKE2B 
c78713d0aa77a7e8c8043377a7b7959e8159baa3c3b81751b6dc825137c26fe8e52d3ff2c9c734bdda1d01a087b67d1bce4da66de390aad8169c74001c8f620c
 SHA512 
d44d4da9cb27a6b8e59cb3f0714cc71809c0f14b42ef8d4a2dddbb940efbcb9634a40596d3cdc7391016f6e758005c14aabe1f8f30bb597a57d85c2d94045e75
 DIST gst-plugins-base-1.18.4.tar.xz 3169512 BLAKE2B 
8b5a7a08641532631842e2ec02379b116ae0f08cda7654d123dbb2d56f97667b94ffc716b389a14ad034d0edb36587d8edc2c4f53782135c53def248fa60d0a3
 SHA512 
c750d68404462807ff03f441e232c4d98752a9bceeec3038fb37a105942f25499bde0660ca688b6f3204c58eb6a2e3f33671e979018c8bd829e7591455961a6a

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4-r1.ebuild
similarity index 52%
rename from media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild
rename to media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4-r1.ebuild
index 2ea2e910ff3..e4dd1686473 100644
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4-r1.ebuild
@@ -13,31 +13,14 @@ IUSE=""
 COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]"
 
 RDEPEND="${COMMON_DEPEND}
+   >=media-plugins/gst-plugins-opusparse-${PV}:${SLOT}[${MULTILIB_USEDEP}]
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},ogg]
 "
 DEPEND="${COMMON_DEPEND}"
 
-# Everything below is for building opusparse from gst-plugins-bad. Once it 
moves into -base, all below can be removed
-SRC_URI+=" 
https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.${GST_TARBALL_SUFFIX};
-
 src_prepare() {
default
gstreamer_system_package audio_dep:gstreamer-audio
gstreamer_system_package pbutils_dep:gstreamer-pbutils
gstreamer_system_package tag_dep:gstreamer-tag
 }
-
-multilib_src_configure() {
-   gstreamer_multilib_src_configure
-   S="${WORKDIR}/gst-plugins-bad-${PV}" gstreamer_multilib_src_configure
-}
-
-multilib_src_compile() {
-   gstreamer_multilib_src_compile
-   S="${WORKDIR}/gst-plugins-bad-${PV}" gstreamer_multilib_src_compile
-}
-
-multilib_src_install() {
-   gstreamer_multilib_src_install
-   S="${WORKDIR}/gst-plugins-bad-${PV}" gstreamer_multilib_src_install
-}



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

2021-07-26 Thread Sam James
commit: 46620afc39add7134e5d09b368c8685888429b34
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Tue Jul 27 05:11:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 05:13:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46620afc

profiles: mask new media-plugins/gst-plugins-opusparse (gstreamer 1.18)

Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 10dd96ae0c0..69d5ae1754c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -513,6 +513,7 @@ media-gfx/povtree
 ~media-plugins/gst-plugins-opencv-1.18.4
 ~media-plugins/gst-plugins-openh264-1.18.4
 ~media-plugins/gst-plugins-opus-1.18.4
+~media-plugins/gst-plugins-opusparse-1.18.4
 ~media-plugins/gst-plugins-oss-1.18.4
 ~media-plugins/gst-plugins-pulse-1.18.4
 ~media-plugins/gst-plugins-raw1394-1.18.4



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

2021-07-26 Thread Miroslav Šulc
commit: 58b9312bcdc16d5bf4696807bfa3036e95b5a475
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Jul 26 17:31:54 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jul 27 05:06:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b9312b

dev-java/jackrabbit-webdav: bump to 2.21.7

Bug: https://bugs.gentoo.org/804561

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21799
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/jackrabbit-webdav/Manifest|  1 +
 .../jackrabbit-webdav-2.21.7.ebuild| 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-java/jackrabbit-webdav/Manifest 
b/dev-java/jackrabbit-webdav/Manifest
index 7e898af088f..0b64bdb648e 100644
--- a/dev-java/jackrabbit-webdav/Manifest
+++ b/dev-java/jackrabbit-webdav/Manifest
@@ -1 +1,2 @@
 DIST jackrabbit-2.10.1-src.zip 13437021 BLAKE2B 
3542bbe5f7c8ab8feb585fecdaca028a4908eb664d01cb9fb32156c71756973671969b1141e796fbc165f7f6f305db25f74d36657e4d86dac6766e4d79b888dd
 SHA512 
c371ff941054f3a916f43f7020f0aebd8146422835a75ab2ad9f9f716c4ef0a94b3b962f9b6e4fadef87b9e82e8143b4ece27280714a4eb71a6b0a38c47d48e9
+DIST jackrabbit-2.21.7-src.zip 13532529 BLAKE2B 
ea3ebf687e29b58e75840d6f5665da8abcb474dbaa353c0caf6a8d1cb1de6c6347830cbe0b6c91259fd496eeff834278874b64306da85a7e0c82ab71dd0b1c34
 SHA512 
254e151ed7e814ff8b4df985814ace12316a9dc56e87f4ba6236986ac2364936d3b15327f50ebc1b9fa7ac9bbed067924148436cc8ac31a7ef91d11faecb4678

diff --git a/dev-java/jackrabbit-webdav/jackrabbit-webdav-2.21.7.ebuild 
b/dev-java/jackrabbit-webdav/jackrabbit-webdav-2.21.7.ebuild
new file mode 100644
index 000..3d1d2d4f953
--- /dev/null
+++ b/dev-java/jackrabbit-webdav/jackrabbit-webdav-2.21.7.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://ftp.halifax.rwth-aachen.de/gentoo/distfiles/3b/jackrabbit-2.21.7-src.zip
 --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild 
jackrabbit-webdav-2.21.7.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="org.apache.jackrabbit:jackrabbit-webdav:2.21.7"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Generic WebDAV Library"
+HOMEPAGE="http://jackrabbit.apache.org/jackrabbit-webdav/;
+SRC_URI="mirror://apache/jackrabbit/${PV}/jackrabbit-${PV}-src.zip"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: pom.xml
+# org.apache.httpcomponents:httpclient:4.5.13 -> 
>=dev-java/commons-httpclient-4.5.13:4
+# org.apache.httpcomponents:httpcore:4.4.14 -> >=dev-java/httpcore-4.4.14:0
+# org.slf4j:jcl-over-slf4j:1.7.30 -> !!!artifactId-not-found!!!
+# org.slf4j:slf4j-api:1.7.30 -> >=dev-java/slf4j-api-1.7.30:0
+
+CDEPEND="
+   dev-java/commons-httpclient:4
+   dev-java/httpcore:0
+   dev-java/osgi-annotation-versioning:0
+   dev-java/slf4j-api:0
+"
+
+# Compile dependencies
+# POM: pom.xml
+# javax.servlet:javax.servlet-api:3.1.0 -> !!!groupId-not-found!!!
+# org.osgi:org.osgi.annotation:6.0.0 -> !!!groupId-not-found!!!
+# POM: pom.xml
+# test? ch.qos.logback:logback-classic:1.2.3 -> !!!groupId-not-found!!!
+# test? junit:junit:4.13.2 -> >=dev-java/junit-4.13.2:4
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.8:*
+   dev-java/osgi-annotation-versioning:0
+   java-virtuals/servlet-api:3.1"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/jackrabbit-${PV}/${PN}"
+
+JAVA_GENTOO_CLASSPATH="commons-httpclient-4,httpcore,osgi-annotation-versioning,servlet-api-3.1,slf4j-api"
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS=( "src/main/resources" "src/main/appended-resources" )
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"



[gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-annotation-versioning/

2021-07-26 Thread Miroslav Šulc
commit: 02d9289542ac1af3d72697b3f54378e72a69047e
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun May 30 10:09:53 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jul 27 05:03:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d92895

dev-java/osgi-annotation-versioning: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/21799/commits/630fc2510f4ea7a61aa3d213122443b23a458f8b
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/osgi-annotation-versioning/Manifest   |  1 +
 dev-java/osgi-annotation-versioning/metadata.xml   | 10 +
 .../osgi-annotation-versioning-1.1.1.ebuild| 26 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-java/osgi-annotation-versioning/Manifest 
b/dev-java/osgi-annotation-versioning/Manifest
new file mode 100644
index 000..36185f1975a
--- /dev/null
+++ b/dev-java/osgi-annotation-versioning/Manifest
@@ -0,0 +1 @@
+DIST osgi-annotation-versioning-1.1.1-sources.jar 5301 BLAKE2B 
3c45fc25bda97a3b98e8db1d725f64a4e237300251a3414daed8ddcb54c5d8a68aa4c603e57a3831a34761c4cbfa0d544b1ed345e26ca1a1a1b4d4fa5bf2f9dc
 SHA512 
39b208b4f72a33cb9a8c2dff1a4c52e07b32a553bcf2d7cb014ae50935c6b8ff26b67961117019fb5222e99c59ab4ec6e73788124f309dac86defeeb212d407b

diff --git a/dev-java/osgi-annotation-versioning/metadata.xml 
b/dev-java/osgi-annotation-versioning/metadata.xml
new file mode 100644
index 000..1f82e2d86cc
--- /dev/null
+++ b/dev-java/osgi-annotation-versioning/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   
+   
+   osgi/osgi
+   
+

diff --git 
a/dev-java/osgi-annotation-versioning/osgi-annotation-versioning-1.1.1.ebuild 
b/dev-java/osgi-annotation-versioning/osgi-annotation-versioning-1.1.1.ebuild
new file mode 100644
index 000..1b4c5519316
--- /dev/null
+++ 
b/dev-java/osgi-annotation-versioning/osgi-annotation-versioning-1.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom 
org.osgi.annotation.versioning-1.1.1.pom.xml --download-uri 
https://repo1.maven.org/maven2/org/osgi/org.osgi.annotation.versioning/1.1.1/org.osgi.annotation.versioning-1.1.1-sources.jar
 --slot 0 --keywords "~amd64 ~x86" --ebuild 
osgi-annotation-versioning-1.1.1.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.osgi:org.osgi.annotation.versioning:1.1.1"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="OSGi Companion Code for org.osgi.annotation.versioning Version 
1.1.1"
+HOMEPAGE="https://www.osgi.org/;
+SRC_URI="https://repo1.maven.org/maven2/org/osgi/org.osgi.annotation.versioning/${PV}/org.osgi.annotation.versioning-${PV}-sources.jar
 -> ${P}-sources.jar"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"



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

2021-07-26 Thread Miroslav Šulc
commit: a17b5906853540e821d2905003dfae15df0790d7
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jul 25 10:29:36 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jul 27 04:57:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17b5906

dev-java/picocli: new package

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/21564/commits/ce3c6ddecdf2c5f8e052f60d8df8a8c1c7093d17
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/picocli/Manifest |  1 +
 dev-java/picocli/metadata.xml | 12 +
 dev-java/picocli/picocli-4.6.1.ebuild | 46 +++
 3 files changed, 59 insertions(+)

diff --git a/dev-java/picocli/Manifest b/dev-java/picocli/Manifest
new file mode 100644
index 000..0a79ef29ced
--- /dev/null
+++ b/dev-java/picocli/Manifest
@@ -0,0 +1 @@
+DIST picocli-4.6.1-sources.tar.gz 13467061 BLAKE2B 
fd7dc19d572e975a4b47ac0bd9a7ab4be0f5fdf1e3e03c2d3b5026ee9ad6cbcf5e6214234746551d61c427915095e067f44c1d3dfb27071456e76db26d567b23
 SHA512 
e2c6c6171c3ec9cbe35e7034e119dfe922993c9e7b8d81ea94faeb8b24c9c4c26023be1edb5d67041119c4bf73077d522fbe711e8c1af788063663e2bb06ab1f

diff --git a/dev-java/picocli/metadata.xml b/dev-java/picocli/metadata.xml
new file mode 100644
index 000..8a708bc0b47
--- /dev/null
+++ b/dev-java/picocli/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   
+   Picocli is a modern framework for building powerful, 
user-friendly, GraalVM-enabled command line apps with ease. It supports colors, 
autocompletion, subcommands, and more. In 1 source file so apps can include as 
source and avoid adding a dependency. Written in Java, usable from Groovy, 
Kotlin, Scala, etc.
+   
+   remkop/picocli
+   https://github.com/remkop/picocli/issues
+   
+

diff --git a/dev-java/picocli/picocli-4.6.1.ebuild 
b/dev-java/picocli/picocli-4.6.1.ebuild
new file mode 100644
index 000..c0a9f09b3b4
--- /dev/null
+++ b/dev-java/picocli/picocli-4.6.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/remkop/picocli/archive/refs/tags/v4.6.1.tar.gz --slot 0 
--keywords "~amd64 ~arm64 ~ppc64 ~x68" --ebuild picocli-4.6.1.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="info.picocli:picocli:4.0.0-alpha-3"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Java command line parser with both an annotations API and a 
programmatic API"
+HOMEPAGE="http://picocli.info;
+SRC_URI="https://github.com/remkop/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}-sources.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+# package org.junit.contrib.java.lang.system does not exist
+RESTRICT="test"
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.8:*
+   test? ( dev-java/jansi:0 )"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+DOCS=( LICENSE README.md RELEASE-NOTES.md )
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="src/main"
+
+JAVA_TEST_GENTOO_CLASSPATH="jansi,junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+
+src_install() {
+   default
+   java-pkg-simple_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-07-26 Thread Sam James
commit: ed49518cbebb6771642439f2c175eae8aa512f77
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:54:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed49518c

sys-kernel/gentoo-kernel-bin: bump to 5.10.53-r1 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.53-r1.ebuild| 113 +
 2 files changed, 114 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 71a91a108e6..052f912e5cb 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -16,6 +16,7 @@ DIST gentoo-kernel-5.10.52-1.amd64.xpak 65489696 BLAKE2B 
a2db9e17da673f174515c38
 DIST gentoo-kernel-5.10.52-1.arm64.xpak 59035661 BLAKE2B 
b6084e13be321a59402a79ece7bc3c302b1b49e4a0ab24ac456185590fa8c5a555833db68ddebd1905da4bffce3b8f7ad17b86bcf882cdb839d88c8d4d135912
 SHA512 
1853c88f26a1d2d26b67a37cb40faaab6ef9b4af7ac77fc1b83d0b6603c1addf299f58e34a5608e6a056aeb81d0e9c2058fd1eee056f5f150cf4507327d6c8f2
 DIST gentoo-kernel-5.10.52-1.x86.xpak 57220562 BLAKE2B 
89a0555e23ba7c5493b1d3865665497f821d7a256166cc4a92e5854fc506ca8aa5b883b84f4a97771934fc6ac5d61b1a213aaa66767e1881a487db5ca6dee216
 SHA512 
a12657010017d2d2ae317ad234b8f114daca90f94eab0cd42e3776fa7d6d933b8c8ab507412b43a11aada62a863993f63243c56dd906b4b85796f968dfcd2ca9
 DIST gentoo-kernel-5.10.53-1.amd64.xpak 65475491 BLAKE2B 
0697c8449ac103de265c28bb8c0b7c0e73dc95a23d8e6b8e28cf86c86206842165429a5c1b2cb774b314053f12ea9c3897f5929623d22bb33931c606a9746c43
 SHA512 
ad5d44512bbd09a35197ddf0f8e26f812d8332bb090aa1036c998a2ec623fa4cb068f7129068fad35872765a39b447e78a769b7c429c8c548f717fda1eb19099
+DIST gentoo-kernel-5.10.53-1.arm64.xpak 61215071 BLAKE2B 
8a912d6167bd64d8194973f50e3298ed125a5fa8396d3e7a23749cbb8daa2433c490f819971c783a9291ab19eec306b79db6494907936cabaebfc5ca725859b9
 SHA512 
872b3bfa2e1d5d61eca2ed228c79122b6b7e9bb4cc00f6be2d46ad6fd5c2aa6534a26a6e7763ad3605bbfc3fd572f1d3636b7baf8c10da0652d707a0749aa870
 DIST gentoo-kernel-5.10.53-1.x86.xpak 57218618 BLAKE2B 
b4948e9bd942e78d079607f4cc9611dae32b78ad2fa60245466e9b556433fb58db2c5c2709d2cb85762176c9fbbe26aeaa7dfae1cac2b7f8bdb10dc4ec243701
 SHA512 
6c2aaa43dfb99e28059333e43f3756b1405fa76847c19a0b7f52ed71328cb52541c66c1fb3335947e303f0c4c739d32b44598f56616a63fc0e1d8fd4a05dfb6e
 DIST gentoo-kernel-5.12.19-1.amd64.xpak 66346655 BLAKE2B 
a03cbcdcd1a90d48d7e11e988d03efa43980f4d5d8af4b74e4c81f195faa01803af45fb38f7dc1f5af7e9b5338a53bc6f34837c37f7e853c088ec6c1dc084e44
 SHA512 
3d7f78c488ecee2532f8a8ad61e3aa0f5e238e4cd520d29288715a3dc5c488670d7378f3dc5bc110252dff10108dfbda27a54722c6b044151999428d002b34e1
 DIST gentoo-kernel-5.12.19-1.arm64.xpak 60043529 BLAKE2B 
8746081847a39e1847b8e9f35fcd68565370b116d6418edf803c4cdca9d750ac8ada58c4a7fd377480a1c75b3c805864d419c02ee21675bc77ac195731385a18
 SHA512 
d1a8a9210a1ab3d3c1894be1fe524e64b859b0a02763feacfed1a24655540ade6c28af751b23e924fcc04fb9abd56e84c43d634ad80bbb4d5de79ed533b5ea50

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.53-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.53-r1.ebuild
new file mode 100644
index 000..9f8ae493e21
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.53-r1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-07-26 Thread Sam James
commit: 598ea7ea0f723e40acc18e22762a3a0c78af7aea
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:54:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:54:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598ea7ea

sys-kernel/gentoo-kernel-bin: bump to 5.13.4-r1 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.13.4-r1.ebuild | 113 +
 2 files changed, 114 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 052f912e5cb..fb1c9ce1e63 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -21,6 +21,7 @@ DIST gentoo-kernel-5.10.53-1.x86.xpak 57218618 BLAKE2B 
b4948e9bd942e78d079607f4c
 DIST gentoo-kernel-5.12.19-1.amd64.xpak 66346655 BLAKE2B 
a03cbcdcd1a90d48d7e11e988d03efa43980f4d5d8af4b74e4c81f195faa01803af45fb38f7dc1f5af7e9b5338a53bc6f34837c37f7e853c088ec6c1dc084e44
 SHA512 
3d7f78c488ecee2532f8a8ad61e3aa0f5e238e4cd520d29288715a3dc5c488670d7378f3dc5bc110252dff10108dfbda27a54722c6b044151999428d002b34e1
 DIST gentoo-kernel-5.12.19-1.arm64.xpak 60043529 BLAKE2B 
8746081847a39e1847b8e9f35fcd68565370b116d6418edf803c4cdca9d750ac8ada58c4a7fd377480a1c75b3c805864d419c02ee21675bc77ac195731385a18
 SHA512 
d1a8a9210a1ab3d3c1894be1fe524e64b859b0a02763feacfed1a24655540ade6c28af751b23e924fcc04fb9abd56e84c43d634ad80bbb4d5de79ed533b5ea50
 DIST gentoo-kernel-5.12.19-1.x86.xpak 58076509 BLAKE2B 
0e4aca91c834b23fb169bb6fabab13130de811c15f89e6341ad2a36ac230071ced6c6d7bd30be0f0f3860d09968449c1933cd33ed021213c667304070b80f9a7
 SHA512 
9786f106ed59661546d9f035e25c39f4c7a4a41f51afa96700867e47bab19e148e8a42c79bc3b7780967c2f82f1fef6920f220fb5fccd6f267a2c6e6a3081126
+DIST gentoo-kernel-5.13.4-1.arm64.xpak 62698454 BLAKE2B 
110da7beab919c6a3c95cae947afa030cb4aa9483fbe39f416a7ef391c70904f99f129089b7b7b5c197b2372cabebe751f5451b7daa7544153e8cb6c7c2dcb3b
 SHA512 
e8b7a6250fbb9b71af6eb58926d7127bf48df1dc1cd669089723c3b9641dc71df15072b3e973a6d75ec053cbe0b7aad4bfa8da67544f564fe095a93fbc35e5c6
 DIST gentoo-kernel-5.13.4-2.amd64.xpak 67284746 BLAKE2B 
945d5bb6271142f32f421702969ebffe70ca5232f54bd8a1b48a559971510eb623e7a9b803b044cd17273d27606ad37744e8fbd2812cacf46973f3152ee91939
 SHA512 
af4cb262af32136138754401682de9f7c781929a0a950d2453738300025b06973a3001d1f2c23496e04a3367f12e07ef897ff858ca9325de59309924c04fdc98
 DIST gentoo-kernel-5.13.4-2.x86.xpak 58486426 BLAKE2B 
b27a59ce5344db5dd255c831a0752a6a2489611e134891d04040023dbc90d3c7bb49e27762efd0ded4ab95a35f92abc48d051d8e65dc4b620ef74bdce9a93ef0
 SHA512 
2375c524589c509a0025a92842497674b79b791280a115c14a85d8ea5ad97e595c83efbe91ccfe3ebec098444ad4f299d889f97edc953f8122e70251da228139
 DIST gentoo-kernel-5.13.5-1.amd64.xpak 67289943 BLAKE2B 
4a176cb85c9a62555ffe8ce685742869010cee77f24eaf2dc01e77e107e3def9d63f2f452ae59ea0e915749513c3202b8d095ec07ae37fee2b45bc357c10be8b
 SHA512 
728b51346674a20576ad7aad870268112794608b75da1917fb846b6e18c44bfd705f29b5b2baa83e8aba3ca6438648cda8d45978edef1ca2657a07451ddd7a4e

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.13.4-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.13.4-r1.ebuild
new file mode 100644
index 000..2f16601a52d
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.13.4-r1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}
+

[gentoo-commits] repo/gentoo:master commit in: net-wireless/b43-fwcutter/

2021-07-26 Thread Sam James
commit: b3a5a6eb179350acce34c48be0656d99e321ffb6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:45:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:45:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a5a6eb

net-wireless/b43-fwcutter: update EAPI 5 -> 7

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

 net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild 
b/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild
index d59bae46a8f..6c2f27dd0aa 100644
--- a/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild
+++ b/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild
@@ -1,23 +1,20 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="Firmware Tool for Broadcom 43xx based wireless network devices
-using the mac80211 wireless stack"
+DESCRIPTION="Firmware tool for Broadcom 43xx-based wireless devices using 
mac80211"
 HOMEPAGE="https://bues.ch/b43/fwcutter/;
 SRC_URI="https://bues.ch/b43/fwcutter/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
-IUSE=""
 
 src_compile() {
-   MAKEOPTS+=" V=1"
-   emake CC="$(tc-getCC)"
+   emake CC="$(tc-getCC)" V=1
 }
 
 src_install() {
@@ -28,8 +25,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   echo
einfo "Firmware may be downloaded from http://linuxwireless.org.;
einfo "This version of fwcutter works with all b43 driver versions."
-   echo
 }



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-07-26 Thread Sam James
commit: eb339e42be7c9fee5d947df225f8373113aa0f96
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:54:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:54:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb339e42

sys-kernel/gentoo-kernel-bin: bump to 5.4.135-r1 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.4.135-r1.ebuild| 113 +
 2 files changed, 114 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index cd7054cf325..71a91a108e6 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -28,6 +28,7 @@ DIST gentoo-kernel-5.4.134-1.amd64.xpak 61349154 BLAKE2B 
c7627b1a8ad85b22450ae1b
 DIST gentoo-kernel-5.4.134-1.arm64.xpak 56052116 BLAKE2B 
6a901fb6a639470145c8b58e435cfe4a380ebd402397ca34eace732936fda8e38a8e92e0f49d747e6f1ae8fb5410960e236ea2cc22dbc7f25ac833275b9b6fea
 SHA512 
216287843b7d1e740afa3c88376e5d5ae99d2b6669c753fdd341d7f9cd84ee8cbf28fb08f6101b9a9263ce20c6ddeeececf078c7387e571eac53baa52204
 DIST gentoo-kernel-5.4.134-1.x86.xpak 53144418 BLAKE2B 
d11e4de3fddb270cc41c9ad49c048df0af8e578f9ef0d811dbc4d930c7b399b7bfff724db889e3e8ce9332920b5f736594923646f7c1c8eb9f07371a85f0a1c9
 SHA512 
7fc2a72b5f7b636312ff28a2beb07a4514093499bb498bd43574cfd5178490c94628391acfb0da1c08569cbe0cc629373a1b9828398418f82c1745961c6508e1
 DIST gentoo-kernel-5.4.135-1.amd64.xpak 61365037 BLAKE2B 
40eee7098546c0adddef5ac39312063c7df55231af0d1124f2d6cc850e5caba567bafc423d1385049a85eee75e4dece9f9500e71087aed7981832e0113cedb3e
 SHA512 
0959a1d870248fb6c62b2f83eb698b143a4d1771c3005d4fb8e8bc926b343b29e59eb45e5b5d4e633aa0f704e8c2bd64f7975ae75814209c2edb29547e92c90f
+DIST gentoo-kernel-5.4.135-1.arm64.xpak 58020226 BLAKE2B 
cbce1061818daa8949ac926bad8b7e5162029ff6c21e51e90ada2f3353304c4fa68bca02cd5910ab2a089997ca6c85e601196f947ea2f0b572433b14e062e067
 SHA512 
971a4f99526cadf9dc5d6a13c48399c1fc3dbb57e859594b6efe6d423136405631b231563582cd282732a259574b1b8f11e8c2631c578d93c3057dcadeba3e1d
 DIST gentoo-kernel-5.4.135-1.x86.xpak 53141492 BLAKE2B 
501bc60cd72cab3bfae35ef59989e4c0136d90032989a9ed6a13c2a63f2ec21e6925ea56058dd2799fd037ee89d95bcc3541d5857be5d664bba71a668f40afff
 SHA512 
479720b66fd004a3ce5baf25f0ac3564b5f8f980c473cf31dd64deba243a9862d931b195b52c09e62f9ee6e2a3bd2b4e632d93b4632fdd52f6338f018254c461
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.135-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.135-r1.ebuild
new file mode 100644
index 000..fe6e6023d32
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.135-r1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}
+
+src_configure() {
+   

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

2021-07-26 Thread Sam James
commit: fb5df2ae680d60a09a1ce09d8aedf71c249cedbf
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:46:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:46:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5df2ae

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

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

 sys-apps/fxload/fxload-20081013-r1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/fxload/fxload-20081013-r1.ebuild 
b/sys-apps/fxload/fxload-20081013-r1.ebuild
index 57edbfe85bd..c934c82104a 100644
--- a/sys-apps/fxload/fxload-20081013-r1.ebuild
+++ b/sys-apps/fxload/fxload-20081013-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -10,17 +10,17 @@ MY_P="${PN}-${PV:0:4}_${PV:4:2}_${PV:6:2}"
 DESCRIPTION="USB firmware uploader"
 HOMEPAGE="http://linux-hotplug.sourceforge.net/;
 SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
 
 src_prepare() {
+   default
+
sed -i \
-   -e 's:$(CC) -o:$(CC) $(LDFLAGS) -o:' \
+   -e 's:$(CC) -o:$(CC) $(CPPFLAGS) $(LDFLAGS) -o:' \
Makefile || die
 }
 



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/fcft/

2021-07-26 Thread Leonardo H. Neumann
commit: 0d4d64b1b4140813de53cdc474c0b9ed92c97ecb
Author: Leonardo H. Neumann  null  net>
AuthorDate: Tue Jul 27 04:19:33 2021 +
Commit: Leonardo H. Neumann  null  net>
CommitDate: Tue Jul 27 04:19:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d4d64b1

media-libs/fcft: fix missing RDEPEND

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Leonardo H. Neumann  null.net>

 media-libs/fcft/fcft-2.4.0.ebuild | 2 +-
 media-libs/fcft/fcft-2.4.1.ebuild | 2 +-
 media-libs/fcft/fcft-2.4.2.ebuild | 2 +-
 media-libs/fcft/fcft-2.4.3.ebuild | 2 +-
 media-libs/fcft/fcft-2.4.4.ebuild | 2 +-
 media-libs/fcft/fcft-.ebuild  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-libs/fcft/fcft-2.4.0.ebuild 
b/media-libs/fcft/fcft-2.4.0.ebuild
index 979d903ad..b0405660b 100644
--- a/media-libs/fcft/fcft-2.4.0.ebuild
+++ b/media-libs/fcft/fcft-2.4.0.ebuild
@@ -21,7 +21,7 @@ SLOT="0/3"
 IUSE="examples +text-shaping test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
dev-libs/tllist
media-libs/fontconfig
media-libs/freetype

diff --git a/media-libs/fcft/fcft-2.4.1.ebuild 
b/media-libs/fcft/fcft-2.4.1.ebuild
index 979d903ad..b0405660b 100644
--- a/media-libs/fcft/fcft-2.4.1.ebuild
+++ b/media-libs/fcft/fcft-2.4.1.ebuild
@@ -21,7 +21,7 @@ SLOT="0/3"
 IUSE="examples +text-shaping test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
dev-libs/tllist
media-libs/fontconfig
media-libs/freetype

diff --git a/media-libs/fcft/fcft-2.4.2.ebuild 
b/media-libs/fcft/fcft-2.4.2.ebuild
index 979d903ad..b0405660b 100644
--- a/media-libs/fcft/fcft-2.4.2.ebuild
+++ b/media-libs/fcft/fcft-2.4.2.ebuild
@@ -21,7 +21,7 @@ SLOT="0/3"
 IUSE="examples +text-shaping test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
dev-libs/tllist
media-libs/fontconfig
media-libs/freetype

diff --git a/media-libs/fcft/fcft-2.4.3.ebuild 
b/media-libs/fcft/fcft-2.4.3.ebuild
index 979d903ad..b0405660b 100644
--- a/media-libs/fcft/fcft-2.4.3.ebuild
+++ b/media-libs/fcft/fcft-2.4.3.ebuild
@@ -21,7 +21,7 @@ SLOT="0/3"
 IUSE="examples +text-shaping test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
dev-libs/tllist
media-libs/fontconfig
media-libs/freetype

diff --git a/media-libs/fcft/fcft-2.4.4.ebuild 
b/media-libs/fcft/fcft-2.4.4.ebuild
index 979d903ad..b0405660b 100644
--- a/media-libs/fcft/fcft-2.4.4.ebuild
+++ b/media-libs/fcft/fcft-2.4.4.ebuild
@@ -21,7 +21,7 @@ SLOT="0/3"
 IUSE="examples +text-shaping test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
dev-libs/tllist
media-libs/fontconfig
media-libs/freetype

diff --git a/media-libs/fcft/fcft-.ebuild b/media-libs/fcft/fcft-.ebuild
index 979d903ad..b0405660b 100644
--- a/media-libs/fcft/fcft-.ebuild
+++ b/media-libs/fcft/fcft-.ebuild
@@ -21,7 +21,7 @@ SLOT="0/3"
 IUSE="examples +text-shaping test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
dev-libs/tllist
media-libs/fontconfig
media-libs/freetype



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/

2021-07-26 Thread Leonardo H. Neumann
commit: 5e71bab4ab8d4bbc68caef502829843baf97e0d0
Author: Leonardo H. Neumann  null  net>
AuthorDate: Tue Jul 27 03:43:00 2021 +
Commit: Leonardo H. Neumann  null  net>
CommitDate: Tue Jul 27 03:48:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e71bab4

gui-apps/yambar: new package (1.6.2)

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Leonardo H. Neumann  null.net>

 gui-apps/yambar/Manifest|  1 +
 gui-apps/yambar/metadata.xml| 18 ++
 gui-apps/yambar/yambar-1.6.2.ebuild | 65 +
 gui-apps/yambar/yambar-.ebuild  | 65 +
 4 files changed, 149 insertions(+)

diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
new file mode 100644
index 0..ef709545a
--- /dev/null
+++ b/gui-apps/yambar/Manifest
@@ -0,0 +1 @@
+DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 
71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4
 SHA512 
64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1

diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
new file mode 100644
index 0..f30b9742f
--- /dev/null
+++ b/gui-apps/yambar/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   leonard...@null.net
+   Leonardo H. Neumann
+   
+   
+   Simplistic and highly configurable status panel for X and 
Wayland
+   
+   
+   Build with Link Time Optimization (LTO)
+   
+   
+   https://codeberg.org/dnkl/yambar/issues
+   https://codeberg.org/dnkl/yambar/releases
+   
+

diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild 
b/gui-apps/yambar/yambar-1.6.2.ebuild
new file mode 100644
index 0..1f4199e17
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.6.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git;
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar;
+LICENSE="MIT"
+SLOT="0"
+IUSE="lto wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+   >=media-libs/fcft-2.4.0
+   dev-libs/json-c
+   dev-libs/libyaml
+   media-libs/alsa-lib
+   media-libs/libmpdclient
+   virtual/libudev:=
+   x11-libs/pixman
+   wayland? ( dev-libs/wayland )
+   X? (
+   x11-libs/libxcb:0=[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-cursor
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/scdoc
+   >=dev-libs/tllist-1.0.1
+   >=dev-util/meson-0.53.0
+   virtual/pkgconfig
+   wayland? (
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature wayland backend-wayland)
+   $(meson_feature X backend-x11)
+   $(meson_use lto b_lto)
+   -Dwerror=false
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   rm -rf "${D}/usr/share/doc/${PN}"
+}

diff --git a/gui-apps/yambar/yambar-.ebuild 
b/gui-apps/yambar/yambar-.ebuild
new file mode 100644
index 0..1f4199e17
--- /dev/null
+++ b/gui-apps/yambar/yambar-.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git;
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar;
+LICENSE="MIT"
+SLOT="0"
+IUSE="lto wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+   >=media-libs/fcft-2.4.0
+   dev-libs/json-c
+   dev-libs/libyaml
+   media-libs/alsa-lib
+   media-libs/libmpdclient
+   virtual/libudev:=
+   x11-libs/pixman
+   wayland? ( dev-libs/wayland )
+   X? (
+   x11-libs/libxcb:0=[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-cursor
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/scdoc
+   

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

2021-07-26 Thread Sam James
commit: 3de3438e6240c25b01864091b66606bfa32c59da
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:26:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:26:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de3438e

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

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

 sys-fs/quotatool/quotatool-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/quotatool/quotatool-1.6.2.ebuild 
b/sys-fs/quotatool/quotatool-1.6.2.ebuild
index 9b99317ab36..ce3c5a6fcfb 100644
--- a/sys-fs/quotatool/quotatool-1.6.2.ebuild
+++ b/sys-fs/quotatool/quotatool-1.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
 
 RDEPEND="sys-fs/quota"
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/partimage/

2021-07-26 Thread Sam James
commit: ebd44a340f583cd2de576fba2d2c3a9ca49bd231
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:26:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:26:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd44a34

sys-block/partimage: Keyword 0.6.9-r2 arm, #804028

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

 sys-block/partimage/partimage-0.6.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partimage/partimage-0.6.9-r2.ebuild 
b/sys-block/partimage/partimage-0.6.9-r2.ebuild
index 5d05ac7522a..e747631d8dc 100644
--- a/sys-block/partimage/partimage-0.6.9-r2.ebuild
+++ b/sys-block/partimage/partimage-0.6.9-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~sparc x86"
 IUSE="nls nologin pam ssl static"
 
 LIBS_DEPEND="app-arch/bzip2



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

2021-07-26 Thread Sam James
commit: fa7c4f05c84acd7a1834d3a49550cd32b93962df
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:25:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:25:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7c4f05

app-admin/ananicy: Keyword 2.2.1-r1 arm, #804052

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

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

diff --git a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild 
b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
index f6419efcc01..d2e36a5eb23 100644
--- a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
+++ b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P^}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



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

2021-07-26 Thread Sam James
commit: bef5a9ba1225287f07845030539987358b81f1da
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:26:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:26:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef5a9ba

sys-fs/xfsdump: Keyword 3.1.9 arm, #804306

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

 sys-fs/xfsdump/xfsdump-3.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild 
b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild
index 57fc455d91c..fd7f18bc427 100644
--- a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild
+++ b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 -sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 -sparc x86"
 IUSE="ncurses nls"
 
 RDEPEND="



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

2021-07-26 Thread Sam James
commit: 0b43a9697c82aa206ec7e8e1a29efb058f0ffa79
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:26:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:26:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b43a969

sys-apps/fxload: Keyword 20081013-r1 arm, #804013

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

 sys-apps/fxload/fxload-20081013-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fxload/fxload-20081013-r1.ebuild 
b/sys-apps/fxload/fxload-20081013-r1.ebuild
index 243add5403d..57edbfe85bd 100644
--- a/sys-apps/fxload/fxload-20081013-r1.ebuild
+++ b/sys-apps/fxload/fxload-20081013-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/b43-fwcutter/

2021-07-26 Thread Sam James
commit: 6acffd43aa3f21d7a58d77c2f46fa9be8367682c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:25:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:25:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acffd43

net-wireless/b43-fwcutter: Keyword 019 arm, #804037

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

 net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild 
b/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild
index e41a6f64062..d59bae46a8f 100644
--- a/net-wireless/b43-fwcutter/b43-fwcutter-019.ebuild
+++ b/net-wireless/b43-fwcutter/b43-fwcutter-019.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=5
@@ -12,7 +12,7 @@ SRC_URI="https://bues.ch/b43/fwcutter/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE=""
 
 src_compile() {



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

2021-07-26 Thread Sam James
commit: e3462798136334ff4566ad19a32bbc97c7f47a72
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:26:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:26:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3462798

net-irc/unrealircd: Keyword 5.2.1.1 arm, #804064

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

 net-irc/unrealircd/unrealircd-5.2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild 
b/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
index 153eb5e2239..74c8cc72c47 100644
--- a/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
 IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq 
showlistmodes"
 
 RDEPEND="



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

2021-07-26 Thread Sam James
commit: 644c87976ff2171e0541b68c72628c5df3603165
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:26:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:26:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644c8797

net-irc/quasselgrep: Keyword 0_p20200830 arm, #804043

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

 net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild 
b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
index d097d088cd8..2e651cfc5a8 100644
--- a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
+++ b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/fish-face/quasselgrep;
 MY_COMMIT="9b6b0bc1252daa6e574363d87d04eebd981215a5"
 SRC_URI="https://github.com/fish-face/quasselgrep/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_COMMIT}"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2021-07-26 Thread Sam James
commit: 9515a698c0b495f92f6ddd64e1bef4cf4be30b1c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:25:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:25:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9515a698

app-admin/verynice: Keyword 1.1-r3 arm, #804052

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

 app-admin/verynice/verynice-1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/verynice/verynice-1.1-r3.ebuild 
b/app-admin/verynice/verynice-1.1-r3.ebuild
index 4f9a5ec00a0..d048f37aeb6 100644
--- a/app-admin/verynice/verynice-1.1-r3.ebuild
+++ b/app-admin/verynice/verynice-1.1-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.1-build.patch



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

2021-07-26 Thread Sam James
commit: 098f75479923b6bd7176b44417c33e2ac0c6b0ef
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:26:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098f7547

dev-libs/imath: Keyword 3.0.5-r1 arm, #798690

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

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

diff --git a/dev-libs/imath/imath-3.0.5-r1.ebuild 
b/dev-libs/imath/imath-3.0.5-r1.ebuild
index d0e1ef76342..a1bd6fa5cf4 100644
--- a/dev-libs/imath/imath-3.0.5-r1.ebuild
+++ b/dev-libs/imath/imath-3.0.5-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://imath.readthedocs.io;
 
SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 # re-keywording needed for (according to ilmbase keywords):
 # ~arm ~arm64 ~mips ~x64-macos ~x86-solaris
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"



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

2021-07-26 Thread Sam James
commit: 3634670430501af384fce6585411068bf6bff27f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36346704

app-editors/mg: Keyword 20210314 arm64, #804004

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

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

diff --git a/app-editors/mg/mg-20210314.ebuild 
b/app-editors/mg/mg-20210314.ebuild
index a25f7051f9b..10f44d58318 100644
--- a/app-editors/mg/mg-20210314.ebuild
+++ b/app-editors/mg/mg-20210314.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hboetes/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ~ppc64 sparc x86"
 IUSE="livecd"
 
 RDEPEND="sys-libs/ncurses:0



[gentoo-commits] repo/gentoo:master commit in: sys-block/partimage/

2021-07-26 Thread Sam James
commit: 3440e0e540959341e53590d3cacc5e3635ee95d1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3440e0e5

sys-block/partimage: Keyword 0.6.9-r2 arm64, #804028

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

 sys-block/partimage/partimage-0.6.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partimage/partimage-0.6.9-r2.ebuild 
b/sys-block/partimage/partimage-0.6.9-r2.ebuild
index e2fe1d3a98a..5d05ac7522a 100644
--- a/sys-block/partimage/partimage-0.6.9-r2.ebuild
+++ b/sys-block/partimage/partimage-0.6.9-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ~arm64 ppc ~sparc x86"
 IUSE="nls nologin pam ssl static"
 
 LIBS_DEPEND="app-arch/bzip2



[gentoo-commits] repo/gentoo:master commit in: net-proxy/tsocks/

2021-07-26 Thread Sam James
commit: 09c31bdaa3232f547222db1bae52b6dced241ec7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c31bda

net-proxy/tsocks: Keyword 1.8_beta5-r9 arm64, #804010

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

 net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild 
b/net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild
index d2a53648703..ee6664e1f6a 100644
--- a/net-proxy/tsocks/tsocks-1.8_beta5-r9.ebuild
+++ b/net-proxy/tsocks/tsocks-1.8_beta5-r9.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tsocks/${PN}-${PV/_}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ppc ppc64 sparc x86"
 IUSE="debug dns envconf tordns server-lookups"
 
 REQUIRED_USE="



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

2021-07-26 Thread Sam James
commit: 4cc01f1cce2ff807f50cf15981a8ac9e17698ab6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc01f1c

sys-apps/netplug: Keyword 1.2.9.2-r3 arm64, #804019

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

 sys-apps/netplug/netplug-1.2.9.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild 
b/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
index a452c1ad1c3..41043cb0afd 100644
--- a/sys-apps/netplug/netplug-1.2.9.2-r3.ebuild
+++ b/sys-apps/netplug/netplug-1.2.9.2-r3.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=7
@@ -11,7 +11,7 @@ SRC_URI="https://www.red-bean.com/~bos/netplug/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug doc"
 
 DEPEND="doc? ( app-text/ghostscript-gpl



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

2021-07-26 Thread Sam James
commit: 00f1ac54e167563ce674f4ce33c6b6302e478dde
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f1ac54

sys-apps/sdparm: Keyword 1.12 arm64, #804025

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

 sys-apps/sdparm/sdparm-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sdparm/sdparm-1.12.ebuild 
b/sys-apps/sdparm/sdparm-1.12.ebuild
index 3a51faebd89..c89c04cefa0 100644
--- a/sys-apps/sdparm/sdparm-1.12.ebuild
+++ b/sys-apps/sdparm/sdparm-1.12.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 # Older releases contain a conflicting sas_disk_blink



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

2021-07-26 Thread Sam James
commit: 81e5da26d0979da9767e87d495e2d3dec84b8f59
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e5da26

sys-apps/memtester: Keyword 4.5.1 arm64, #804016

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

 sys-apps/memtester/memtester-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/memtester/memtester-4.5.1.ebuild 
b/sys-apps/memtester/memtester-4.5.1.ebuild
index 2084213eb70..f4e51b6711d 100644
--- a/sys-apps/memtester/memtester-4.5.1.ebuild
+++ b/sys-apps/memtester/memtester-4.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 src_configure() {
echo "$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -DPOSIX -c" > conf-cc || die



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

2021-07-26 Thread Sam James
commit: e45a21923c56132f1a9acbb08190c354d0fb513a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45a2192

net-irc/quasselgrep: Keyword 0_p20200830 arm64, #804043

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

 net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild 
b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
index 2a17d4e0303..d097d088cd8 100644
--- a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
+++ b/net-irc/quasselgrep/quasselgrep-0_p20200830.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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/fish-face/quasselgrep;
 MY_COMMIT="9b6b0bc1252daa6e574363d87d04eebd981215a5"
 SRC_URI="https://github.com/fish-face/quasselgrep/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_COMMIT}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2021-07-26 Thread Sam James
commit: 5f850cfef959be2f4e6960bf54d0dafb86ce05c6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f850cfe

sys-apps/fxload: Keyword 20081013-r1 arm64, #804013

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

 sys-apps/fxload/fxload-20081013-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fxload/fxload-20081013-r1.ebuild 
b/sys-apps/fxload/fxload-20081013-r1.ebuild
index e5da4db9cfe..243add5403d 100644
--- a/sys-apps/fxload/fxload-20081013-r1.ebuild
+++ b/sys-apps/fxload/fxload-20081013-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 S=${WORKDIR}/${MY_P}



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

2021-07-26 Thread Sam James
commit: f07b0c0c2e669fac82e7669153a1e5fdeec3f50d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07b0c0c

net-misc/vconfig: Keyword 1.9 arm64, #804007

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

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

diff --git a/net-misc/vconfig/vconfig-1.9.ebuild 
b/net-misc/vconfig/vconfig-1.9.ebuild
index 3eec5302806..4465fa242db 100644
--- a/net-misc/vconfig/vconfig-1.9.ebuild
+++ b/net-misc/vconfig/vconfig-1.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="static"
 
 S="${WORKDIR}/${MY_PN}"



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

2021-07-26 Thread Sam James
commit: 79d927c8d254ae95aea697ad080db2db8829e46a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d927c8

sys-apps/plocate: Keyword 1.1.8 arm64, #804070

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

 sys-apps/plocate/plocate-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/plocate/plocate-1.1.8.ebuild 
b/sys-apps/plocate/plocate-1.1.8.ebuild
index a708c02300a..8a72a64c26d 100644
--- a/sys-apps/plocate/plocate-1.1.8.ebuild
+++ b/sys-apps/plocate/plocate-1.1.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://plocate.sesse.net/download/${P}.tar.gz;
 # GPL-2+ for plocate itself
 LICENSE="GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="+io-uring"
 
 RDEPEND="



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

2021-07-26 Thread Sam James
commit: 2ea2dd24cf1b06627f1a2f70a4a000fc743e698a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea2dd24

app-admin/ananicy: Keyword 2.2.1-r1 arm64, #804052

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

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

diff --git a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild 
b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
index d2188b3b440..f6419efcc01 100644
--- a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
+++ b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P^}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



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

2021-07-26 Thread Sam James
commit: a4cf445600d500345e207129a905f081b1423a39
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cf4456

dev-util/checkbashisms: Keyword 2.21.2 arm64, #804297

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

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

diff --git a/dev-util/checkbashisms/checkbashisms-2.21.2.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.21.2.ebuild
index adda92bb282..79c9187e707 100644
--- a/dev-util/checkbashisms/checkbashisms-2.21.2.ebuild
+++ b/dev-util/checkbashisms/checkbashisms-2.21.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE=""
 
 # Requires python packages to check tools we don't need anyway



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

2021-07-26 Thread Sam James
commit: 2f008745a2be5b70c58e81460339305bb6f1f0de
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f008745

sys-process/schedtool: Keyword 1.3.0-r1 arm64, #804052

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

 sys-process/schedtool/schedtool-1.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/schedtool/schedtool-1.3.0-r1.ebuild 
b/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
index 017d037f387..e0eceb7e4b5 100644
--- a/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
+++ b/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 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="https://github.com/freequaos/schedtool/archive/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT=0
-KEYWORDS="amd64 ~arm ~mips ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}/${PN}-${P}"



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

2021-07-26 Thread Sam James
commit: 43f811fcc545f618865a55519bcc3b1c20c339c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:20:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:20:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f811fc

app-admin/verynice: Keyword 1.1-r3 arm64, #804052

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

 app-admin/verynice/verynice-1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/verynice/verynice-1.1-r3.ebuild 
b/app-admin/verynice/verynice-1.1-r3.ebuild
index b2ea0ce012c..4f9a5ec00a0 100644
--- a/app-admin/verynice/verynice-1.1-r3.ebuild
+++ b/app-admin/verynice/verynice-1.1-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm64 ppc x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.1-build.patch



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

2021-07-26 Thread Sam James
commit: fe0f9e34f08572fe5e72036033f70c292867b968
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:15:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:15:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0f9e34

app-admin/logrotate: Stabilize 3.18.1 ppc64, #803458

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

 app-admin/logrotate/logrotate-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logrotate/logrotate-3.18.1.ebuild 
b/app-admin/logrotate/logrotate-3.18.1.ebuild
index b2eb09fdf23..254aa29f735 100644
--- a/app-admin/logrotate/logrotate-3.18.1.ebuild
+++ b/app-admin/logrotate/logrotate-3.18.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
 IUSE="acl +cron selinux"
 
 DEPEND="



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

2021-07-26 Thread Sam James
commit: ca9660bbf7492eb140fd7eb07b6d453597ffb566
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9660bb

dev-util/ccache: Stabilize 4.3-r2 ppc64, #803413

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

 dev-util/ccache/ccache-4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ccache/ccache-4.3-r2.ebuild 
b/dev-util/ccache/ccache-4.3-r2.ebuild
index f8900f1ddd7..dbe17e3ac11 100644
--- a/dev-util/ccache/ccache-4.3-r2.ebuild
+++ b/dev-util/ccache/ccache-4.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="static-c++ test"
 
 DEPEND=""



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

2021-07-26 Thread Sam James
commit: 362c333eee6e14d5392a6ce5c5a2aefd70ff109c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362c333e

dev-util/byacc: Stabilize 20210619 ppc64, #803446

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

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

diff --git a/dev-util/byacc/byacc-20210619.ebuild 
b/dev-util/byacc/byacc-20210619.ebuild
index fa25e1a7d22..ad7086f143d 100644
--- a/dev-util/byacc/byacc-20210619.ebuild
+++ b/dev-util/byacc/byacc-20210619.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
 



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

2021-07-26 Thread Sam James
commit: c3571b8bfca9a30e4642d66e8854f01888aa3d32
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:15:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:15:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3571b8b

sys-apps/rng-tools: Stabilize 6.13 ppc64, #803455

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

 sys-apps/rng-tools/rng-tools-6.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/rng-tools/rng-tools-6.13.ebuild 
b/sys-apps/rng-tools/rng-tools-6.13.ebuild
index efcad08959a..a053373f010 100644
--- a/sys-apps/rng-tools/rng-tools-6.13.ebuild
+++ b/sys-apps/rng-tools/rng-tools-6.13.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nhorman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~riscv x86"
 IUSE="jitterentropy nistbeacon pkcs11 selinux"
 
 DEPEND="



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

2021-07-26 Thread Sam James
commit: 9a206340e37df6cc8fc8d9e9d2b8325d5d9fc5fb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:15:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:15:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a206340

dev-util/strace: Stabilize 5.12 ppc64, #803452

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

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

diff --git a/dev-util/strace/strace-5.12.ebuild 
b/dev-util/strace/strace-5.12.ebuild
index 4ca086c..f0b5ca9851f 100644
--- a/dev-util/strace/strace-5.12.ebuild
+++ b/dev-util/strace/strace-5.12.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2021-07-26 Thread Sam James
commit: d52aed2b927af7f4d89a3876257e9397346f2b64
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52aed2b

app-arch/zstd: Stabilize 1.5.0 ppc64, #803443

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

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

diff --git a/app-arch/zstd/zstd-1.5.0.ebuild b/app-arch/zstd/zstd-1.5.0.ebuild
index 946b837b3e6..e4916f5f0bc 100644
--- a/app-arch/zstd/zstd-1.5.0.ebuild
+++ b/app-arch/zstd/zstd-1.5.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="lz4 static-libs +threads"
 
 RDEPEND="app-arch/xz-utils



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

2021-07-26 Thread Sam James
commit: a7663b5bbcb384a4a59bec319b019dcb2012403a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7663b5b

dev-libs/libpcre: Stabilize 8.45 ppc64, #803449

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

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

diff --git a/dev-libs/libpcre/libpcre-8.45.ebuild 
b/dev-libs/libpcre/libpcre-8.45.ebuild
index 9684a413845..dfeaebddecd 100644
--- a/dev-libs/libpcre/libpcre-8.45.ebuild
+++ b/dev-libs/libpcre/libpcre-8.45.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="3"
-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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib"
 REQUIRED_USE="readline? ( !libedit )
libedit? ( !readline )"



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

2021-07-26 Thread Sam James
commit: 1c2fb97d20e02204ab9bfed845a6dd0688d8836a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2fb97d

media-libs/portaudio: Stabilize 19.07.00-r2 ppc64, #803320

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

 media-libs/portaudio/portaudio-19.07.00-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/portaudio/portaudio-19.07.00-r2.ebuild 
b/media-libs/portaudio/portaudio-19.07.00-r2.ebuild
index cb08771dbe2..b1b183b9834 100644
--- a/media-libs/portaudio/portaudio-19.07.00-r2.ebuild
+++ b/media-libs/portaudio/portaudio-19.07.00-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="alsa +cxx debug doc jack oss static-libs"
 
 RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )



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

2021-07-26 Thread Sam James
commit: 0b4842c6f2a89617c9a374cd5f56bd00dbe94107
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4842c6

net-libs/nghttp2: Stabilize 1.43.0-r2 ppc64, #802855

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

 net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild 
b/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild
index a9b6c843618..5b380447910 100644
--- a/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit autotools git-r3
 else

SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



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

2021-07-26 Thread Sam James
commit: 9a8984dd72df7508f33666b4209f09465142fedc
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8984dd

dev-perl/OLE-StorageLite: Stabilize 0.200.0-r1 ppc64, #803122

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

 dev-perl/OLE-StorageLite/OLE-StorageLite-0.200.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/OLE-StorageLite/OLE-StorageLite-0.200.0-r1.ebuild 
b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.200.0-r1.ebuild
index 584b3e37917..ac7a1e6b04f 100644
--- a/dev-perl/OLE-StorageLite/OLE-StorageLite-0.200.0-r1.ebuild
+++ b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.200.0-r1.ebuild
@@ -11,4 +11,4 @@ inherit perl-module
 DESCRIPTION="Simple Class for OLE document interface"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2021-07-26 Thread Sam James
commit: c0fa6484602bc975eca16197f2bf14b3ea262fae
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fa6484

dev-util/dejagnu: Stabilize 1.6.3 ppc64, #803410

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

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

diff --git a/dev-util/dejagnu/dejagnu-1.6.3.ebuild 
b/dev-util/dejagnu/dejagnu-1.6.3.ebuild
index 1b1fd6c25be..ebb587e2d3f 100644
--- a/dev-util/dejagnu/dejagnu-1.6.3.ebuild
+++ b/dev-util/dejagnu/dejagnu-1.6.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 #RESTRICT="!test? ( test )"



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

2021-07-26 Thread Sam James
commit: 6d31a16f407fa33eee7074360cf3c57c887c27f0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d31a16f

dev-util/meson: Stabilize 0.58.1 ppc64, #802666

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

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

diff --git a/dev-util/meson/meson-0.58.1.ebuild 
b/dev-util/meson/meson-0.58.1.ebuild
index 65a45a17dca..ea602445e4c 100644
--- a/dev-util/meson/meson-0.58.1.ebuild
+++ b/dev-util/meson/meson-0.58.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 inherit distutils-r1 toolchain-funcs



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

2021-07-26 Thread Sam James
commit: b4da1a802ab312183cfe15e0dc5e23397392bed5
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4da1a80

dev-libs/ell: Stabilize 0.41 ppc64, #802453

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

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

diff --git a/dev-libs/ell/ell-0.41.ebuild b/dev-libs/ell/ell-0.41.ebuild
index c8c2e4f5aed..7e8413947af 100644
--- a/dev-libs/ell/ell-0.41.ebuild
+++ b/dev-libs/ell/ell-0.41.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else

SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc 
x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc 
x86"
 fi
 LICENSE="LGPL-2.1"
 SLOT="0"



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

2021-07-26 Thread Sam James
commit: 91a7830c1cf8f0fef457eef6eacc2406b088579a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a7830c

app-misc/pax-utils: Stabilize 1.3.2 ppc64, #802555

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

 app-misc/pax-utils/pax-utils-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.2.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.2.ebuild
index f2ba5374553..857da250895 100644
--- a/app-misc/pax-utils/pax-utils-1.3.2.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-07-26 Thread Sam James
commit: 630a6191bac0f00b26f355e4ae93a01f7568cfde
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630a6191

app-misc/rpick: Stabilize 0.8.4 ppc64, #803146

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

 app-misc/rpick/rpick-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rpick/rpick-0.8.4.ebuild 
b/app-misc/rpick/rpick-0.8.4.ebuild
index ff055e6b032..4838740211c 100644
--- a/app-misc/rpick/rpick-0.8.4.ebuild
+++ b/app-misc/rpick/rpick-0.8.4.ebuild
@@ -121,7 +121,7 @@ SRC_URI="$(cargo_crate_uris ${CRATES})"
 # use cargo-license for a more accurate license picture
 LICENSE="GPL-3 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 
CC0-1.0 MIT Unlicense"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 
 # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
 QA_FLAGS_IGNORED="usr/bin/rpick"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-07-26 Thread Sam James
commit: 04cf4a91e0eebbb5673818709578a0e8fd89
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cf4aaa

dev-java/tomcat-servlet-api: Stabilize 9.0.48 ppc64, #802705

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.48.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.48.ebuild
index eb33dde54b1..b008bbac0cd 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.48.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.48.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-07-26 Thread Sam James
commit: e5b1777cb79bc383c2ad74aa6d8637cf65546ad7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b1777c

dev-libs/cdk: Stabilize 5.0.20210324-r2 ppc64, #802657

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

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

diff --git a/dev-libs/cdk/cdk-5.0.20210324-r2.ebuild 
b/dev-libs/cdk/cdk-5.0.20210324-r2.ebuild
index 328bf48a48b..e5d57b93197 100644
--- a/dev-libs/cdk/cdk-5.0.20210324-r2.ebuild
+++ b/dev-libs/cdk/cdk-5.0.20210324-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="BSD"
 SLOT="0/6" # subslot = soname version
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples unicode"
 
 DEPEND="sys-libs/ncurses:=[unicode(+)?]"



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

2021-07-26 Thread Sam James
commit: 9d7b9503e3fb12152d635e7e8d437d1e9bff266f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7b9503

mail-mta/postfix: Stabilize 3.6.1 ppc64, #802534

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

 mail-mta/postfix/postfix-3.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/postfix-3.6.1.ebuild 
b/mail-mta/postfix/postfix-3.6.1.ebuild
index 61c1024f076..3d5e70d6653 100644
--- a/mail-mta/postfix/postfix-3.6.1.ebuild
+++ b/mail-mta/postfix/postfix-3.6.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="|| ( IBM EPL-2.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86"
 IUSE="+berkdb cdb dovecot-sasl +eai ldap ldap-bind lmdb memcached mbox mysql 
nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-ja/

2021-07-26 Thread Sam James
commit: 12c6afc6180bd15f191666c763b0406c6a2dd9eb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:13:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:13:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c6afc6

app-i18n/man-pages-ja: Stabilize 20180315-r1 ALLARCHES, #804190

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

 app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild 
b/app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild
index 23766aa1a57..c47b047c074 100644
--- a/app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild
+++ b/app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://linuxjm.osdn.jp/${P}.tar.gz
 
 LICENSE="GPL-2+ GPL-2 LGPL-2+ LGPL-2 BSD MIT ISC HPND FDL-1.1+ LDP-1 LDP-1a 
man-pages Texinfo-manual"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2021-07-26 Thread Sam James
commit: a736451868c1fed6d83cdc610e84382f575bcf7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7364518

net-wireless/iwd: Stabilize 1.15 ppc64, #802453

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

 net-wireless/iwd/iwd-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.15.ebuild b/net-wireless/iwd/iwd-1.15.ebuild
index 335f2cb05d5..a8b6a3dcbdd 100644
--- a/net-wireless/iwd/iwd-1.15.ebuild
+++ b/net-wireless/iwd/iwd-1.15.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
MYRST2MAN="RST2MAN=:"
 fi
 



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

2021-07-26 Thread Sam James
commit: ef2919040016804afe2657c338898c44b1bcab39
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef291904

dev-lang/python: Stabilize 3.9.6 ppc, #804273

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

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

diff --git a/dev-lang/python/python-3.9.6.ebuild 
b/dev-lang/python/python-3.9.6.ebuild
index e2de434cedd..7d11097a809 100644
--- a/dev-lang/python/python-3.9.6.ebuild
+++ b/dev-lang/python/python-3.9.6.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-07-26 Thread Sam James
commit: 1f8916130edd43e7b981a5ea5761500f8006db6a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 03:14:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 03:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f891613

dev-python/python-docs: Stabilize 3.9.6 ppc, #804273

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

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

diff --git a/dev-python/python-docs/python-docs-3.9.6.ebuild 
b/dev-python/python-docs/python-docs-3.9.6.ebuild
index 207c5a70de0..e68a9392381 100644
--- a/dev-python/python-docs/python-docs-3.9.6.ebuild
+++ b/dev-python/python-docs/python-docs-3.9.6.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/python-${PV}-docs-html"
 
 LICENSE="PSF-2"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
sparc ~x86"
 
 src_install() {
rm -r _sources || die



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

2021-07-26 Thread Georgy Yakovlev
commit: ac28226c18975c211b7c5138980d9fc68dce9ebc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 27 01:13:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 27 01:23:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac28226c

dev-java/openjdk: add 11.0.12_p7

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

 dev-java/openjdk/Manifest  |   1 +
 dev-java/openjdk/openjdk-11.0.12_p7.ebuild | 275 +
 2 files changed, 276 insertions(+)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index ceba6878ea9..849c4a41d3b 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -1,4 +1,5 @@
 DIST openjdk-11.0.11_p9.tar.bz2 95298760 BLAKE2B 
7572d297fecffa9d38998c79dda00ea9361c1cf2f6c8bf51bac782da17cd3b6b272d08ab57fff96d523a1299f5514cb3788d05eeb37ef467ee7ad8bbb156d98e
 SHA512 
72deecf32b793fa331deb6a1c0294b1efc68b72af9aebc1ba0528189e0097ff6d226cd0c3947d3cdc35c3cf28b3450cc538d375be0b9d43dca379f244894d20e
+DIST openjdk-11.0.12_p7.tar.bz2 95201432 BLAKE2B 
6a031fec8e49025dd07d970bc12ef4da23c0e6be8a7b6f6609154bbe607de386669e58c529a935504a4a115269cf3e5a142ced50be5b21961b21d6ba53c6ecc2
 SHA512 
ca2af877839ee91b989981112be0af446d835ddf9eb68fc4976c2f97b21a4b0c9ec67625c202084e92834dd1a75f97a8aeff77a45570a79dc870cf6bd9d5d97f
 DIST openjdk-8.292_p10.tar.bz2 457861 BLAKE2B 
043c1d6f7d040dedaadd05091ce4fdf3f516c1cd241e3603c81f2c49fd81df9c4f1082822a5471255381d56f3ab838a24e499b4ec647f3354ee051078c496b2c
 SHA512 
6e1ac380db32fa5f1decc80291dcdb5e1d3d9afb0dc4587966c5a1b840588a984bc07109c23cb0c69c60509c6db8152e7306509280063f7d2e853aed41e391cc
 DIST openjdk-8.302_p08.tar.bz2 459824 BLAKE2B 
19909605f3ae93f94875268e88b8fea0a49be0d8adbf2d2369c5fa1e66f6880094730294cb52bad009984c7ac7f63b8271fa43d0901fe4ce52b7b03696aaa6e3
 SHA512 
2be9c2965e307b09dcd07225e09665bbc818ba851d9e854645218194f0052eb4736f49915fddebb2a89043b0c14d7a6d5de145fb712034661568610e596fe0e5
 DIST openjdk-aarch64-shenandoah-8.292_p10.tar.bz2 464164 BLAKE2B 
3f50f20517ef7b4599f9062330b3bc86900c137751e65d3047d165ad153032447b5f9c88e0d390c0ed758ad10d818295ce2cde04150da5036dd6b05fa26c2745
 SHA512 
074e9ea2fe83f4edb4d0de72f0d1a9c9091c28707c17b08ffab11cad2620790e740bfe53cef41a07d04b31cc32c1388e52e09eb07ca0b9929300d611c514619e

diff --git a/dev-java/openjdk/openjdk-11.0.12_p7.ebuild 
b/dev-java/openjdk/openjdk-11.0.12_p7.ebuild
new file mode 100644
index 000..e6cf8c5cdf7
--- /dev/null
+++ b/dev-java/openjdk/openjdk-11.0.12_p7.ebuild
@@ -0,0 +1,275 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools check-reqs flag-o-matic java-pkg-2 java-vm-2 multiprocessing 
pax-utils toolchain-funcs
+
+# we need -ga tag to fetch tarball and unpack it, but exact number everywhere 
else to
+# set build version properly
+MY_PV="${PV%_p*}-ga"
+SLOT="${MY_PV%%[.+]*}"
+
+DESCRIPTION="Open source implementation of the Java programming language"
+HOMEPAGE="https://openjdk.java.net;
+SRC_URI="https://hg.${PN}.java.net/jdk-updates/jdk${SLOT}u/archive/jdk-${MY_PV}.tar.bz2
 -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+
+IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap 
+pch selinux source systemtap"
+
+COMMON_DEPEND="
+   media-libs/freetype:2=
+   media-libs/giflib:0/7
+   media-libs/harfbuzz:=
+   media-libs/libpng:0=
+   media-libs/lcms:2=
+   sys-libs/zlib
+   virtual/jpeg:0=
+   systemtap? ( dev-util/systemtap )
+"
+
+# Many libs are required to build, but not to run, make is possible to remove
+# by listing conditionally in RDEPEND unconditionally in DEPEND
+RDEPEND="
+   ${COMMON_DEPEND}
+   >=sys-apps/baselayout-java-0.1.0-r1
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXt
+   x11-libs/libXtst
+   )
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   app-arch/zip
+   media-libs/alsa-lib
+   net-print/cups
+   x11-base/xorg-proto
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXt
+   x11-libs/libXtst
+   javafx? ( dev-java/openjfx:${SLOT}= )
+   || (
+   dev-java/openjdk-bin:${SLOT}
+   dev-java/openjdk:${SLOT}
+   )
+"
+
+REQUIRED_USE="javafx? ( alsa !headless-awt )"
+
+S="${WORKDIR}/jdk${SLOT}u-jdk-${MY_PV}"
+
+# The space required to build varies wildly depending on USE flags,
+# ranging from 2GB to 16GB. This function is certainly not exact but
+# should be close enough to be useful.

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk/files/, dev-java/openjdk/

2021-07-26 Thread Georgy Yakovlev
commit: be4e238f48ff45815c2a5a37b09edec7c0030118
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jul 27 01:05:14 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jul 27 01:23:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4e238f

dev-java/openjdk: add 8.302_p08

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

 dev-java/openjdk/Manifest |  16 ++
 dev-java/openjdk/files/openjdk-8.env.sh   |   2 +-
 dev-java/openjdk/openjdk-8.302_p08.ebuild | 253 ++
 3 files changed, 270 insertions(+), 1 deletion(-)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index 35d7bee2b77..ceba6878ea9 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -1,17 +1,33 @@
 DIST openjdk-11.0.11_p9.tar.bz2 95298760 BLAKE2B 
7572d297fecffa9d38998c79dda00ea9361c1cf2f6c8bf51bac782da17cd3b6b272d08ab57fff96d523a1299f5514cb3788d05eeb37ef467ee7ad8bbb156d98e
 SHA512 
72deecf32b793fa331deb6a1c0294b1efc68b72af9aebc1ba0528189e0097ff6d226cd0c3947d3cdc35c3cf28b3450cc538d375be0b9d43dca379f244894d20e
 DIST openjdk-8.292_p10.tar.bz2 457861 BLAKE2B 
043c1d6f7d040dedaadd05091ce4fdf3f516c1cd241e3603c81f2c49fd81df9c4f1082822a5471255381d56f3ab838a24e499b4ec647f3354ee051078c496b2c
 SHA512 
6e1ac380db32fa5f1decc80291dcdb5e1d3d9afb0dc4587966c5a1b840588a984bc07109c23cb0c69c60509c6db8152e7306509280063f7d2e853aed41e391cc
+DIST openjdk-8.302_p08.tar.bz2 459824 BLAKE2B 
19909605f3ae93f94875268e88b8fea0a49be0d8adbf2d2369c5fa1e66f6880094730294cb52bad009984c7ac7f63b8271fa43d0901fe4ce52b7b03696aaa6e3
 SHA512 
2be9c2965e307b09dcd07225e09665bbc818ba851d9e854645218194f0052eb4736f49915fddebb2a89043b0c14d7a6d5de145fb712034661568610e596fe0e5
 DIST openjdk-aarch64-shenandoah-8.292_p10.tar.bz2 464164 BLAKE2B 
3f50f20517ef7b4599f9062330b3bc86900c137751e65d3047d165ad153032447b5f9c88e0d390c0ed758ad10d818295ce2cde04150da5036dd6b05fa26c2745
 SHA512 
074e9ea2fe83f4edb4d0de72f0d1a9c9091c28707c17b08ffab11cad2620790e740bfe53cef41a07d04b31cc32c1388e52e09eb07ca0b9929300d611c514619e
+DIST openjdk-aarch64-shenandoah-8.302_p08.tar.bz2 466591 BLAKE2B 
3ef3939a2ed30c628d92319b2ef68472e53b47752faa331728966432c8469138b61e634e021aa5f69eef608e951cee5f0b77c1de6f3768cf568900f2eb78c5be
 SHA512 
deb126036fecdc9a65b8a203ba32f99a2114cbcba2680950963d3e87565277e14ac53d802278e1f27c2a73be02d0ef77549de4ecd9ee355b1c8e45a86c83b095
 DIST openjdk-aarch64-shenandoah-corba-8.292_p10.tar.bz2 1052188 BLAKE2B 
b4acda6a4d97cdfb4cfe16e1442dac6989af5fec82143dabb914ee31632b5421bc091708b06e37f95d552b21dbf24ed681b026635e96d32f05ac7d964eb53ac0
 SHA512 
9f4cfdf8a2580414f90ce0b128fd2ebbeb46977994605d3182ee5033be92898f3b292bafe6c0ca3a0fc767c03de598c93e25cbbc06726383b35961d40c601cee
+DIST openjdk-aarch64-shenandoah-corba-8.302_p08.tar.bz2 1053085 BLAKE2B 
02296f31b6ad8f72e89baf669c47d59a71ff02dcb87efac020b3dd443b033e8e9e4faa831a08922db5fc5f07872233e3314bd416eb97d7946110d89fa2cc9f87
 SHA512 
11f3413ec44b3cd7d543464b1757fa041798861e3b323641b26abe5edd3ba8edaacb6a5fd26d5b9f27d60cbb38983c6fd55ba80c13ff7ec09839d2c340f305bb
 DIST openjdk-aarch64-shenandoah-hotspot-8.292_p10.tar.bz2 8787501 BLAKE2B 
628c84ad165e82b782a66c159ea2bfc2e739eafa41981d353272911bce3338b8eedeb204bf5c8238270ef22259c215301dbf30bcbcc366bbb1c1ed05c6bcf0fc
 SHA512 
50a97c8bbf225c7b2dae50d398eb17831ad761fafb210a481942101bac54164604c76353ca4f0ec7c3a601039eb80164afdfc62f509c0b87e9c948970c0e6140
+DIST openjdk-aarch64-shenandoah-hotspot-8.302_p08.tar.bz2 8790278 BLAKE2B 
4dfc70455f680f683c51620acc4624f2301b4304ff5e56783665a00b0366a67612b0219f45fd97021f7e6c396ffcd60355bc642e2cb4fd87c9f93443f72df9de
 SHA512 
68473f17aeb4bdac87385ae33f8c241003b8dde51200633a1cc7f7f92e2ed92151c49ad023427970d855d52f35615709f0076b1cf073a00961f320b825ecbf78
 DIST openjdk-aarch64-shenandoah-jaxp-8.292_p10.tar.bz2 2726660 BLAKE2B 
dc720b115212084ab59a4af6b257b485592a84e630650445ed3bdc0c471d529bdc8a1f2b73c5e38fbdd65ff1c221309e814adbba851c59279c8b3740b4560d90
 SHA512 
43c0e6327c3f7ff2d6320e7d1504f1575c0993c53a207dcabc75a0e1785fcca2aac7f78856db374198e3e95bce4bb05520a9a4e94f2ec03446b28f4d65cd69b6
+DIST openjdk-aarch64-shenandoah-jaxp-8.302_p08.tar.bz2 2726090 BLAKE2B 
b15a940dc1832f9c5536da5b0f024a091e62500eed7300075e7e8b21491cbe67a4e56f0cbb0e247e288b766619212f34e5cbb4265bb7688f44dc85f6d666c622
 SHA512 
e77d10caa9e2844470e01512a78cfce10c4d93c1d0597e405fa7233d5b402bb5c015045770fc2f338d24d98c978d23bfa7c6c0edc65f8bb48233c3a5a846e3e9
 DIST openjdk-aarch64-shenandoah-jaxws-8.292_p10.tar.bz2 2560138 BLAKE2B 
6e40ca6fd363c6ef9500b6b40c7f6c836b496899d289d0626f0e52412924498eb6b000291b58af8d42b9bc7dcc2beb1374ef6b8ea18d483841568d3848230842
 SHA512 
0ffbe33f375f18679797a7e724b621015650a6a9374ff231814f8e8ad0eafe42f281f76a83e87e234604c266ccbc15bd6e84692c3d7e272e702be316ce0048b2
+DIST openjdk-aarch64-shenandoah-jaxws-8.302_p08.tar.bz2 2560243 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/files/, dev-util/umockdev/

2021-07-26 Thread Matt Turner
commit: 74b3fb71af8fd929503cd51c76b9d51ba361776f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 27 00:48:47 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 27 00:49:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b3fb71

dev-util/umockdev: Apply patch to fix glibc-2.33 compatibility

Closes: https://bugs.gentoo.org/774267
Signed-off-by: Matt Turner  gentoo.org>

 ...lare-__xstat-prototypes-for-glibc-2.32.90.patch | 42 ++
 dev-util/umockdev/umockdev-0.12.1.ebuild   |  4 +++
 2 files changed, 46 insertions(+)

diff --git 
a/dev-util/umockdev/files/umockdev-0.12.1-preload-Declare-__xstat-prototypes-for-glibc-2.32.90.patch
 
b/dev-util/umockdev/files/umockdev-0.12.1-preload-Declare-__xstat-prototypes-for-glibc-2.32.90.patch
new file mode 100644
index 000..15f5ddbe99c
--- /dev/null
+++ 
b/dev-util/umockdev/files/umockdev-0.12.1-preload-Declare-__xstat-prototypes-for-glibc-2.32.90.patch
@@ -0,0 +1,42 @@
+From f1b416400479d861deffb4c5a40422dcdf190e85 Mon Sep 17 00:00:00 2001
+From: Martin Pitt 
+Date: Fri, 23 Oct 2020 14:58:50 +0200
+Subject: [PATCH] =?UTF-8?q?preload:=20Declare=20=5F=5Fxstat*()=20prototype?=
+ =?UTF-8?q?s=20for=20glibc=20=E2=89=A5=202.32.9000?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Recent glibc deprecated/dropped the `__xstat*()` family from the header
+files, so the build started to fail on "no previous prototype". However,
+umockdev still needs needs to keep the wrappers to run programs that got
+built against an earlier glibc.
+
+Thus declare the prototype explicitly. It should still fail to build if
+glibc defines it differently.
+
+Fixes #108
+---
+ src/libumockdev-preload.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/libumockdev-preload.c b/src/libumockdev-preload.c
+index 9328dc1..9bbec62 100644
+--- a/src/libumockdev-preload.c
 b/src/libumockdev-preload.c
+@@ -1215,8 +1215,11 @@ int prefix ## stat ## suffix (const char *path, struct 
stat ## suffix *st) \
+ 
+ /* wrapper template for __xstat family; note that we abuse the sticky bit in
+  * the emulated /dev to indicate a block device (the sticky bit has no
+- * real functionality for device nodes) */
++ * real functionality for device nodes)
++ * This family got deprecated/dropped in glibc 2.32.9000, but we still need
++ * to keep it for a while for programs that were built against previous 
versions */
+ #define WRAP_VERSTAT(prefix, suffix) \
++int prefix ## stat ## suffix (int ver, const char *path, struct stat ## 
suffix *st); \
+ int prefix ## stat ## suffix (int ver, const char *path, struct stat ## 
suffix *st) \
+ { \
+ const char *p;
\
+-- 
+2.31.1
+

diff --git a/dev-util/umockdev/umockdev-0.12.1.ebuild 
b/dev-util/umockdev/umockdev-0.12.1.ebuild
index e66cf61108d..e1f360c4d6e 100644
--- a/dev-util/umockdev/umockdev-0.12.1.ebuild
+++ b/dev-util/umockdev/umockdev-0.12.1.ebuild
@@ -34,6 +34,10 @@ DEPEND="${RDEPEND}
 # Tests seem to hang forever
 # RESTRICT="test"
 
+PATCHES=(
+   
"${FILESDIR}"/${P}-preload-Declare-__xstat-prototypes-for-glibc-2.32.90.patch
+)
+
 pkg_setup() {
use test && python-any-r1_pkg_setup
 }



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

2021-07-26 Thread Marek Szuba
commit: 003709372bd42bdd26142b87caf53ce277b52d11
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 23:35:31 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:35:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00370937

virtual/imagemagick-tools: keyword 0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 virtual/imagemagick-tools/imagemagick-tools-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/imagemagick-tools/imagemagick-tools-0.ebuild 
b/virtual/imagemagick-tools/imagemagick-tools-0.ebuild
index ee794ef2407..b87e4188527 100644
--- a/virtual/imagemagick-tools/imagemagick-tools-0.ebuild
+++ b/virtual/imagemagick-tools/imagemagick-tools-0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for imagemagick command line tools"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="jpeg perl png svg tiff"
 
 # This virtual is to be used **ONLY** for depending on the runtime



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/SIONfwd/

2021-07-26 Thread Alessandro Barbieri
commit: df10133596dd06cfd53b412b380bc90827644f9c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 23:34:47 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:34:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df101335

sys-cluster/SIONfwd: bugsto

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

 sys-cluster/SIONfwd/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/SIONfwd/metadata.xml b/sys-cluster/SIONfwd/metadata.xml
index a938734b8..962be06f5 100644
--- a/sys-cluster/SIONfwd/metadata.xml
+++ b/sys-cluster/SIONfwd/metadata.xml
@@ -12,5 +12,8 @@ The server prints the information that the client needs to 
connect to its stdout
 The client expects to find this information in certain environment variables.
 A shell function that reads the information from the server and exports the 
environment variables required by the client is provided by the server 
(sionfwd-server bash-defs).
 See the file test.sh for details.
-
+  
+  
+
https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONfwd/-/issues
+  
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/SIONfwd/

2021-07-26 Thread Alessandro Barbieri
commit: 2b44e6d66b0f89e110d6b64aec0dde1d842c44b8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 22:52:27 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:28:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b44e6d6

sys-cluster/SIONfwd: initial import

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

 sys-cluster/SIONfwd/Manifest |  1 +
 sys-cluster/SIONfwd/SIONfwd-1.0.1.ebuild | 37 
 sys-cluster/SIONfwd/metadata.xml | 16 ++
 3 files changed, 54 insertions(+)

diff --git a/sys-cluster/SIONfwd/Manifest b/sys-cluster/SIONfwd/Manifest
new file mode 100644
index 0..ca547bc19
--- /dev/null
+++ b/sys-cluster/SIONfwd/Manifest
@@ -0,0 +1 @@
+DIST SIONfwd-v1.0.1.tar.bz2 9531 BLAKE2B 
fd998f9785e2d5de7c9431121109ca1a02ab3de648672db2fa2f45957788407850c8ffb75f93d283e4bd39c53f6627c8c93c637428812eaa86602c855cbd2fdd
 SHA512 
3e71d0fbab76ae89b1a21be38a95986f1e5e913ea7bb5b17f3c21a905f5bda04634889264bdd101de833db8f069bc473093b805e5f6f453ac40290059fa2c51e

diff --git a/sys-cluster/SIONfwd/SIONfwd-1.0.1.ebuild 
b/sys-cluster/SIONfwd/SIONfwd-1.0.1.ebuild
new file mode 100644
index 0..84a979319
--- /dev/null
+++ b/sys-cluster/SIONfwd/SIONfwd-1.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYP="${PN}-v${PV}"
+
+inherit cmake
+
+DESCRIPTION="A minimalistic I/O forwarding server and client library for 
SIONlib"
+HOMEPAGE="https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONfwd;
+SRC_URI="https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONfwd/-/archive/v${PV}/${MYP}.tar.bz2;
+S="${WORKDIR}/${MYP}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="virtual/mpi"
+DEPEND="${RDEPEND}"
+
+#RESTRICT="!test? ( test )"
+RESTRICT="test" #test failures related to MPI
+
+src_configure() {
+   mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DCMAKE_BUILD_TYPE=Release
+   -DSIONfwd_BUILD_TESTING=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   ./test.sh || die
+}

diff --git a/sys-cluster/SIONfwd/metadata.xml b/sys-cluster/SIONfwd/metadata.xml
new file mode 100644
index 0..a938734b8
--- /dev/null
+++ b/sys-cluster/SIONfwd/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+SIONfwd uses MPI's port mechanism to establish dynamic connections between 
server and client which are then used to transmit remote procedure calls (RPCs).
+Both client and server have to be launched trough an MPI process startup 
mechanism (e.g. the mpiexec program), but using different MPI_COMM_WORLD, i.e. 
separate invocations of the startup mechanism.
+The server prints the information that the client needs to connect to its 
stdout.
+The client expects to find this information in certain environment variables.
+A shell function that reads the information from the server and exports the 
environment variables required by the client is provided by the server 
(sionfwd-server bash-defs).
+See the file test.sh for details.
+
+



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/

2021-07-26 Thread Alessandro Barbieri
commit: 52790b21744761c6bf53a906a900132c231e1f85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 23:21:36 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:28:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52790b21

sys-cluster/sionlib: add sionfwd use

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

 sys-cluster/sionlib/metadata.xml   |  7 ++-
 .../{sionlib-1.7.7-r1.ebuild => sionlib-1.7.7-r2.ebuild}   | 14 ++
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/sionlib/metadata.xml b/sys-cluster/sionlib/metadata.xml
index 32002cf2d..0f8c4f1a8 100644
--- a/sys-cluster/sionlib/metadata.xml
+++ b/sys-cluster/sionlib/metadata.xml
@@ -18,17 +18,22 @@ Both, the estimated chunk size and file system block size 
are used to align indi
 
 SIONlib provides two different interfaces: one for parallel access (with 
implementations for different parallel programming technologies such as MPI, 
OpenMP and hybrid MPI+OpenMP) and one for sequential access which is also used 
internally by the SIONlib utilities.

+   
+   
https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONlib/-/issues
+   


Enable C++ support
enable SIONlib debug
+   deep-est-sdv collector selection 
plug-in for MSA-aware collective I/O
Enable Fortran support
+   hostname-regex collector selection 
plug-in for MSA-aware collective I/O
enable mpi
enable python support
enable hybrid openmp mpi
enable openmp
Enable compilation of parutils (used for 
benchmarking)
configure SIONlib to use pthreads for 
locking
-   
+   enable I/O forwarding with 
sys-cluster/SIONfwd

 

diff --git a/sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild 
b/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild
similarity index 87%
rename from sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild
rename to sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild
index cd15e7ad6..87062ea8a 100644
--- a/sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild
+++ b/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild
@@ -18,11 +18,9 @@ S="${WORKDIR}/${PN}"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+cxx debug doc examples +fortran +mpi +ompi +openmp +parutils +pthreads 
python"
-#TODO: cuda sionfwd msa
-#--enable-sionfwd=/path/to/sionfwd
-#--msa=(hostname-regex|deep-est-sdv)]  MSA aware collective operations for the 
given system
+IUSE="+cxx debug deep-est-sdv doc examples +fortran hostname-regex +mpi +ompi 
+openmp +parutils +pthreads python sionfwd" #cuda
 
+REQUIRED_USE="?? ( hostname-regex deep-est-sdv )"
 PATCHES=( "${FILESDIR}/${PN}-respect-flags.patch" )
 
 RDEPEND="
@@ -32,6 +30,7 @@ RDEPEND="
virtual/mpi
)
openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) )
+   sionfwd? ( sys-cluster/SIONfwd )
 "
 DEPEND="
${RDEPEND}
@@ -64,8 +63,14 @@ src_configure() {
 
append-fflags -fallow-argument-mismatch
 
+   local msa="none"
+   use deep-est-sdv && msa="deep-est-sdv"
+   use hostname-regex && msa="hostname-regex"
+
local myconf=(
+   --disable-ime
--disable-mic
+   --msa="${msa}"
--prefix="${T}/prefix/usr"
)
 
@@ -80,6 +85,7 @@ src_configure() {
 
use debug && myconf+=( "--enable-debug" )
use python && myconf+=( "--enable-python=3" )
+   use sionfwd && myconf+=( "--enable-sionfwd=${EPREFIX}/usr" )
 
./configure "${myconf[@]}" || die
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/otf2/

2021-07-26 Thread Alessandro Barbieri
commit: 19d5ef12cd48b585f2a2bc06abb5178beea9dc89
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 22:32:18 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:28:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19d5ef12

sys-cluster/otf2: fix sionlib detection

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

 sys-cluster/otf2/metadata.xml|  2 +-
 sys-cluster/otf2/{otf2-2.3.ebuild => otf2-2.3-r1.ebuild} | 10 --
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/otf2/metadata.xml b/sys-cluster/otf2/metadata.xml
index 0c04defae..2edcd3ced 100644
--- a/sys-cluster/otf2/metadata.xml
+++ b/sys-cluster/otf2/metadata.xml
@@ -6,6 +6,6 @@
Alessandro Barbieri


-   Enable sys-cluster/sionlib 
support
+   Enable sys-cluster/sionlibl 
support

 

diff --git a/sys-cluster/otf2/otf2-2.3.ebuild 
b/sys-cluster/otf2/otf2-2.3-r1.ebuild
similarity index 76%
rename from sys-cluster/otf2/otf2-2.3.ebuild
rename to sys-cluster/otf2/otf2-2.3-r1.ebuild
index 078fda868..35a693294 100644
--- a/sys-cluster/otf2/otf2-2.3.ebuild
+++ b/sys-cluster/otf2/otf2-2.3-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
 
-   sionlib? ( sys-cluster/sionlib[tools] )
+   sionlib? ( sys-cluster/sionlibl:= )
 "
 DEPEND="${RDEPEND}"
 
@@ -36,9 +36,15 @@ src_configure() {
 
$(use_enable test backend-test-runs)
$(use_enable debug)
-   $(use_with sionlib)
)
 
+if use sionlib; then
+myconf+=( "--with-sionlib=${EPREFIX}/usr" )
+myconf+=( 
"--with-sionlib-headers=${EPREFIX}/usr/include/sionlibl" )
+   else
+myconf+=( "--without-sionlib" )
+fi
+
econf "${myconf[@]}"
 }
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/

2021-07-26 Thread Alessandro Barbieri
commit: ae80b56104835cc82b25a753d1013044d5c8a643
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 23:28:10 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:28:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae80b561

sys-cluster/sionlib: remove broken --disable

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

 sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild 
b/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild
index 87062ea8a..ba466e09b 100644
--- a/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild
+++ b/sys-cluster/sionlib/sionlib-1.7.7-r2.ebuild
@@ -68,7 +68,6 @@ src_configure() {
use hostname-regex && msa="hostname-regex"
 
local myconf=(
-   --disable-ime
--disable-mic
--msa="${msa}"
--prefix="${T}/prefix/usr"



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlibl/

2021-07-26 Thread Alessandro Barbieri
commit: 2e5755fa520ac0b0ca5bb9dd21548dbdffaa6d2c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 23:27:43 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:28:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e5755fa

sys-cluster/sionlibl: sionfwd use

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

 sys-cluster/sionlibl/metadata.xml   |  7 ++-
 .../{sionlibl-1.7.7.ebuild => sionlibl-1.7.7-r1.ebuild} | 17 +++--
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/sys-cluster/sionlibl/metadata.xml 
b/sys-cluster/sionlibl/metadata.xml
index 32002cf2d..0f8c4f1a8 100644
--- a/sys-cluster/sionlibl/metadata.xml
+++ b/sys-cluster/sionlibl/metadata.xml
@@ -18,17 +18,22 @@ Both, the estimated chunk size and file system block size 
are used to align indi
 
 SIONlib provides two different interfaces: one for parallel access (with 
implementations for different parallel programming technologies such as MPI, 
OpenMP and hybrid MPI+OpenMP) and one for sequential access which is also used 
internally by the SIONlib utilities.

+   
+   
https://gitlab.jsc.fz-juelich.de/cstao-public/SIONlib/SIONlib/-/issues
+   


Enable C++ support
enable SIONlib debug
+   deep-est-sdv collector selection 
plug-in for MSA-aware collective I/O
Enable Fortran support
+   hostname-regex collector selection 
plug-in for MSA-aware collective I/O
enable mpi
enable python support
enable hybrid openmp mpi
enable openmp
Enable compilation of parutils (used for 
benchmarking)
configure SIONlib to use pthreads for 
locking
-   
+   enable I/O forwarding with 
sys-cluster/SIONfwd

 

diff --git a/sys-cluster/sionlibl/sionlibl-1.7.7.ebuild 
b/sys-cluster/sionlibl/sionlibl-1.7.7-r1.ebuild
similarity index 88%
rename from sys-cluster/sionlibl/sionlibl-1.7.7.ebuild
rename to sys-cluster/sionlibl/sionlibl-1.7.7-r1.ebuild
index 1e2156aa5..c31355c5a 100644
--- a/sys-cluster/sionlibl/sionlibl-1.7.7.ebuild
+++ b/sys-cluster/sionlibl/sionlibl-1.7.7-r1.ebuild
@@ -18,12 +18,7 @@ S="${WORKDIR}/sionlib"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+cxx debug doc examples +fortran +mpi +ompi +openmp +parutils +pthreads 
python"
-#TODO: cuda sionfwd msa
-#--enable-sionfwd=/path/to/sionfwd
-#--msa=(hostname-regex|deep-est-sdv)]  MSA aware collective operations for the 
given system
-
-PATCHES=( "${FILESDIR}/${PN}-respect-flags.patch" )
+IUSE="+cxx debug deep-est-sdv doc examples +fortran hostname-regex +mpi +ompi 
+openmp +parutils +pthreads python sionfwd" #cuda
 
 RDEPEND="
mpi? ( virtual/mpi )
@@ -32,12 +27,16 @@ RDEPEND="
virtual/mpi
)
openmp? ( || ( sys-devel/gcc:*[openmp] sys-libs/libomp ) )
+   sionfwd? ( sys-cluster/SIONfwd )
 "
 DEPEND="
${RDEPEND}
${PYTHON_DEPS}
 "
 
+REQUIRED_USE="?? ( hostname-regex deep-est-sdv )"
+PATCHES=( "${FILESDIR}/${PN}-respect-flags.patch" )
+
 pkg_setup() {
FORTRAN_NEED_OPENMP=0
use openmp && FORTRAN_NEED_OPENMP=1
@@ -64,8 +63,13 @@ src_configure() {
 
append-fflags -fallow-argument-mismatch
 
+   local msa="none"
+   use deep-est-sdv && msa="deep-est-sdv"
+   use hostname-regex && msa="hostname-regex"
+
local myconf=(
--disable-mic
+   --msa="${msa}"
--prefix="${T}/prefix/usr"
)
 
@@ -80,6 +84,7 @@ src_configure() {
 
use debug && myconf+=( "--enable-debug" )
use python && myconf+=( "--enable-python=3" )
+   use sionfwd && myconf+=( "--enable-sionfwd=${EPREFIX}/usr" )
 
./configure "${myconf[@]}" || die
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/, sys-cluster/sionlibl/files/, sys-cluster/sionlibl/

2021-07-26 Thread Alessandro Barbieri
commit: ea4dbdc0e3b427eb797455dfda90e29a28d955a7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 22:14:54 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:28:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea4dbdc0

sys-cluster/*: split sionlibl and make them co-installable

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

 sys-cluster/sionlib/Manifest   |   1 -
 sys-cluster/sionlib/metadata.xml   |   1 -
 ...ionlib-1.7.7.ebuild => sionlib-1.7.7-r1.ebuild} |  15 ++-
 sys-cluster/sionlibl/Manifest  |   1 +
 .../sionlibl/files/sionlibl-respect-flags.patch| 120 +
 sys-cluster/{sionlib => sionlibl}/metadata.xml |   1 -
 .../sionlibl-1.7.7.ebuild} |  23 ++--
 7 files changed, 148 insertions(+), 14 deletions(-)

diff --git a/sys-cluster/sionlib/Manifest b/sys-cluster/sionlib/Manifest
index 8fc118f36..292998421 100644
--- a/sys-cluster/sionlib/Manifest
+++ b/sys-cluster/sionlib/Manifest
@@ -1,2 +1 @@
 DIST sionlib-1.7.7.tar.gz 489080 BLAKE2B 
1ffd06d1b245034b28700af1249135347cdd731a7af23ad96a27b5b5a11d64d9a67249fcd1c44cea43face1066e7ae1d59681e84cef2041e18f02e0c3e8f70ee
 SHA512 
f270467e09893adf1af6103557365acbc9a3e73fe08716a21de6f59b25be9b187ee1c1ec1d878a9599e735f98da470b5e2e184774c27ed0ff0c330c5bf0a5677
-DIST sionlibl-1.7.7.tar.gz 490515 BLAKE2B 
76971dd6d80222144b40da345d58311911aab09c6a5250b85d4a2731d2f93cdbd39d87dd6bbafdeaba88f06603105076267f6956417916f118ec45e07fa59269
 SHA512 
6ef46a0905552c558595bf6b72225a290d73dc87fa33c9862de5e4bd4d683792437646f7b4ab8a463b4a50d1b4a79aec96a66e577e815de3f23e9274be2681af

diff --git a/sys-cluster/sionlib/metadata.xml b/sys-cluster/sionlib/metadata.xml
index df4593cce..32002cf2d 100644
--- a/sys-cluster/sionlib/metadata.xml
+++ b/sys-cluster/sionlib/metadata.xml
@@ -30,6 +30,5 @@ SIONlib provides two different interfaces: one for parallel 
access (with impleme
Enable compilation of parutils (used for 
benchmarking)
configure SIONlib to use pthreads for 
locking

-   Build the tooling version instead

 

diff --git a/sys-cluster/sionlib/sionlib-1.7.7.ebuild 
b/sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild
similarity index 89%
copy from sys-cluster/sionlib/sionlib-1.7.7.ebuild
copy to sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild
index e00956e3a..cd15e7ad6 100644
--- a/sys-cluster/sionlib/sionlib-1.7.7.ebuild
+++ b/sys-cluster/sionlib/sionlib-1.7.7-r1.ebuild
@@ -12,16 +12,13 @@ inherit docs flag-o-matic fortran-2 python-any-r1 
toolchain-funcs
 
 DESCRIPTION="Scalable I/O library for parallel access to task-local files"
 
HOMEPAGE="https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html;
-SRC_URI="
-   !tools? ( 
http://apps.fz-juelich.de/jsc/sionlib/download.php?version=${PV} -> ${P}.tar.gz 
)
-   tools? ( 
http://apps.fz-juelich.de/jsc/sionlib/download.php?version=${PV}l -> 
${PN}l-${PV}.tar.gz )
-"
+SRC_URI="http://apps.fz-juelich.de/jsc/sionlib/download.php?version=${PV} -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+cxx debug doc examples +fortran +mpi +ompi +openmp +parutils +pthreads 
python tools"
+IUSE="+cxx debug doc examples +fortran +mpi +ompi +openmp +parutils +pthreads 
python"
 #TODO: cuda sionfwd msa
 #--enable-sionfwd=/path/to/sionfwd
 #--msa=(hostname-regex|deep-est-sdv)]  MSA aware collective operations for the 
given system
@@ -103,6 +100,14 @@ src_install() {
rm -r "${T}/prefix/usr/examples" || die
fi
 
+   insinto "/usr/include/sionlib"
+   doins -r "${T}"/prefix/usr/include/*
+   rm -r "${T}/prefix/usr/include" || die
+
+   exeinto "/usr/libexec/${PN}"
+   doexe "${T}"/prefix/usr/bin/*partest
+   rm "${T}"/prefix/usr/bin/*partest || die
+
# move 64 bit libraries to lib64
libs64=( "${T}"/prefix/usr/lib/*64* )
if [[ ${#libs64[@]} -gt 0 ]]; then

diff --git a/sys-cluster/sionlibl/Manifest b/sys-cluster/sionlibl/Manifest
new file mode 100644
index 0..a16495014
--- /dev/null
+++ b/sys-cluster/sionlibl/Manifest
@@ -0,0 +1 @@
+DIST sionlibll-1.7.7.tar.gz 490515 BLAKE2B 
76971dd6d80222144b40da345d58311911aab09c6a5250b85d4a2731d2f93cdbd39d87dd6bbafdeaba88f06603105076267f6956417916f118ec45e07fa59269
 SHA512 
6ef46a0905552c558595bf6b72225a290d73dc87fa33c9862de5e4bd4d683792437646f7b4ab8a463b4a50d1b4a79aec96a66e577e815de3f23e9274be2681af

diff --git a/sys-cluster/sionlibl/files/sionlibl-respect-flags.patch 
b/sys-cluster/sionlibl/files/sionlibl-respect-flags.patch
new file mode 100644
index 0..a7ac351ea
--- /dev/null
+++ b/sys-cluster/sionlibl/files/sionlibl-respect-flags.patch
@@ -0,0 +1,120 @@
+--- a/config/determine-cc.sh
 b/config/determine-cc.sh
+@@ -1,7 +1,6 @@
+ #!/bin/sh
+ # determine what compiler is behind "cc" (and presumably 

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/extrae/

2021-07-26 Thread Alessandro Barbieri
commit: d731e99abfe60e51606dc5cf67193740fa659499
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Jul 26 22:25:37 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Jul 26 23:28:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d731e99a

sys-cluster/extrae: fix sionlib detection

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

 .../extrae/{extrae-3.8.3-r7.ebuild => extrae-3.8.3-r8.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/extrae/extrae-3.8.3-r7.ebuild 
b/sys-cluster/extrae/extrae-3.8.3-r8.ebuild
similarity index 96%
rename from sys-cluster/extrae/extrae-3.8.3-r7.ebuild
rename to sys-cluster/extrae/extrae-3.8.3-r8.ebuild
index 50f2ccc32..49144b4b8 100644
--- a/sys-cluster/extrae/extrae-3.8.3-r7.ebuild
+++ b/sys-cluster/extrae/extrae-3.8.3-r8.ebuild
@@ -47,7 +47,7 @@ CDEPEND="
memkind? ( dev-libs/memkind )
online? ( sys-cluster/synapse )
opencl? ( dev-util/opencl-headers )
-   sionlib? ( sys-cluster/sionlib:=[-tools] )
+   sionlib? ( sys-cluster/sionlib:= )
spectral? (
sci-libs/fftw
sys-cluster/spectral
@@ -178,6 +178,10 @@ src_configure() {
else
myconf+=( "--without-opencl" )
fi
+   if use sionlib; then
+   myconf+=( "--with-sionlib=${EPREFIX}/usr" )
+   myconf+=( 
"--with-sionlib-headers=${EPREFIX}/usr/include/sionlib" )
+   fi
if use spectral; then
myconf+=( "--with-fft=${EPREFIX}/usr" )
myconf+=( "--with-spectral=${EPREFIX}/usr" )
@@ -186,8 +190,6 @@ src_configure() {
myconf+=( "--without-spectral" )
fi
 
-   use sionlib && myconf+=( "--with-sionlib=${EPREFIX}/usr" )
-
econf "${myconf[@]}"
 }
 



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

2021-07-26 Thread Marek Szuba
commit: fd6695c4ebd5d628e0a6dd326bc2ec486592a521
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 23:19:12 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:20:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6695c4

profiles/arch/riscv: clean up package USE masks

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 52e91e9fc90..5b596bbdb5c 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -7,7 +7,7 @@ kde-frameworks/solid ios
 
 # Alex Fan  (2021-07-22)
 # dependencies not keyworded/not tested
-dev-qt/qtnetwork networkmanager connman
+dev-qt/qtnetwork networkmanager
 
 # Georgy Yakovlev  (2021-07-20)
 # sys-auth/sssd and its deps not keyworded yet
@@ -153,10 +153,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 test
-app-arch/p7zip wxwidgets
-app-text/asciidoc test
-dev-libs/libgcrypt doc
+app-admin/syslog-ng mongodb test
 dev-python/argcomplete test
 dev-python/aiohttp doc test
 dev-python/jinja doc



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langcyrillic/

2021-07-26 Thread Marek Szuba
commit: e45f1218afcf6d6c200c315bbe958d76dbf89402
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 22:45:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:20:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45f1218

dev-texlive/texlive-langcyrillic: keyword 2021 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2021.ebuild 
b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2021.ebuild
index 6e5826d4270..8c08e18ce81 100644
--- a/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2021.ebuild
+++ b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Cyrillic"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2021
 >=dev-texlive/texlive-latex-2021



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

2021-07-26 Thread Marek Szuba
commit: 3f9576270e87a80cb2c589e4506757b136612323
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 22:32:19 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f957627

app-text/texi2html: keyword 5.0-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/texi2html/texi2html-5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/texi2html/texi2html-5.0-r1.ebuild 
b/app-text/texi2html/texi2html-5.0-r1.ebuild
index 5643b608956..6a6e7f94de2 100644
--- a/app-text/texi2html/texi2html-5.0-r1.ebuild
+++ b/app-text/texi2html/texi2html-5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+ || ( GPL-2 CC-BY-SA-1.0 ) Texinfo-manual LGPL-2+ MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="unicode"
 RESTRICT="test" #411523
 



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

2021-07-26 Thread Marek Szuba
commit: bdde888972b9d7dec7e83903e1123038fd8b7031
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 22:13:33 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdde8889

app-text/t1utils: keyword 1.41-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/t1utils/t1utils-1.41-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild 
b/app-text/t1utils/t1utils-1.41-r2.ebuild
index 5f654e5053f..072c9c1ef29 100644
--- a/app-text/t1utils/t1utils-1.41-r2.ebuild
+++ b/app-text/t1utils/t1utils-1.41-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools
 DESCRIPTION="Type 1 Font utilities"
 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz;
 HOMEPAGE="http://www.lcdf.org/type/#t1utils;
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="BSD"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langjapanese/

2021-07-26 Thread Marek Szuba
commit: a43f7e62ad85d1e8610a92f89042189c7f3be037
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 23:11:52 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:20:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43f7e62

dev-texlive/texlive-langjapanese: keyword 2021 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild 
b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild
index 7b663fb9caa..9b6ebd1b631 100644
--- a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild
+++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Japanese"
 
 LICENSE=" BSD BSD-2 GPL-1 GPL-2 LPPL-1.3 MIT OFL public-domain TeX 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2021
 >=dev-texlive/texlive-latexextra-2021



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

2021-07-26 Thread Marek Szuba
commit: 13293d2a3201b351f7a506f4a404ea7ab1ddcd5e
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 22:32:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13293d2a

media-sound/lilypond: keyword 2.23.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/lilypond/lilypond-2.23.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/lilypond/lilypond-2.23.2.ebuild 
b/media-sound/lilypond/lilypond-2.23.2.ebuild
index fea5dc370d4..adb492fe79e 100644
--- a/media-sound/lilypond/lilypond-2.23.2.ebuild
+++ b/media-sound/lilypond/lilypond-2.23.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
 
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
 else
MAIN_VER=$(ver_cut 1-2)
SRC_URI="http://lilypond.org/download/sources/v${MAIN_VER}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langchinese/

2021-07-26 Thread Marek Szuba
commit: c6c43acca043e812d6c08dba45b992e907d30447
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 18:43:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c43acc

dev-texlive/texlive-langchinese: keyword 2021 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild 
b/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild
index 85bb8013728..9165f2cc8aa 100644
--- a/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild
+++ b/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Chinese"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2021"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/tex-gyre/

2021-07-26 Thread Marek Szuba
commit: c6064854a84d940015308151edebc26404faba6d
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 22:13:14 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6064854

media-fonts/tex-gyre: keyword 2.501 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-fonts/tex-gyre/tex-gyre-2.501.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild 
b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild
index 7d0f6ccdc7c..6b4950ef0f9 100644
--- a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild
+++ b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/${MY_P}.zip;
 
 LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~riscv x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langcjk/

2021-07-26 Thread Marek Szuba
commit: 9f01db981ca5cdf8ee04c4fc519b75228f19fcef
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 18:42:27 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f01db98

dev-texlive/texlive-langcjk: keyword 2021 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild 
b/dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild
index f89273020d9..495cceb84be 100644
--- a/dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild
+++ b/dev-texlive/texlive-langcjk/texlive-langcjk-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Chinese/Japanese/Korean (base)"
 
 LICENSE=" BSD GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c MIT TeX "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2021
 >=dev-texlive/texlive-basic-2019



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-metapost/

2021-07-26 Thread Marek Szuba
commit: 45b5688186a142331d7d8f9bc44b83b717279e9e
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jul 26 22:13:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jul 26 23:19:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b56881

dev-texlive/texlive-metapost: keyword 2021 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-texlive/texlive-metapost/texlive-metapost-2021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2021.ebuild 
b/dev-texlive/texlive-metapost/texlive-metapost-2021.ebuild
index 535905f2c03..eed11fa6baf 100644
--- a/dev-texlive/texlive-metapost/texlive-metapost-2021.ebuild
+++ b/dev-texlive/texlive-metapost/texlive-metapost-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive MetaPost and Metafont packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3+ LGPL-2 LPPL-1.3 MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2021
 "



[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/

2021-07-26 Thread James Le Cuirot
commit: 382eb8c6920f100f768332a573f950035f1fb88b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jul 26 22:49:01 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jul 26 22:49:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382eb8c6

games-fps/gzdoom: Drop old 4.5.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/Manifest|  2 -
 games-fps/gzdoom/gzdoom-4.5.0.ebuild | 82 
 2 files changed, 84 deletions(-)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index fc79096e54d..c3394f88378 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1,5 +1,3 @@
-DIST gzdoom-4.5.0.tar.gz 12741814 BLAKE2B 
b214f36ffd1991da8d8cce3e82f0395d0ccae60755246856f5cf89aa6646ce139fc26d712e5e3f54791685318ede0ff124bd26ba900f9f5edb19b085f58dc6f5
 SHA512 
0b432a7cb7e99ee8d661be9d0578b9ead4087a6b4a4ffb43c5363e6eaa4e3acf682e71af98adf17663986d6dae02eea23856cbd13c42bcd92b9ffca4d727d15f
 DIST gzdoom-4.6.0.tar.gz 13921655 BLAKE2B 
acf3273d53f24a1d65a1d7cd1614589699926211370e84570062464d989adc7a0427423ea3444db37a9c6393d3fee971db84c9a2c4346b5677906dd89d926af4
 SHA512 
d7c1f5155c1262e79c812983cac3856b917f5861f9ead0b9a307040f99802a489c3f836ed23baae245122971fa4fed872202131c8c8cf17724cf4e9b2b4efea5
 DIST gzdoom-4.6.1.tar.gz 13937864 BLAKE2B 
59ea057b42058944566a66c21f441752bd014235ac4644f9b50182673856fedc33414cbe12505a294842e46c93faaf120d844ccd49fb9afeede67640feab3764
 SHA512 
cec64f4f6a3be3693b35d716a44930cfa9fd10b794b380cf0ea624e7901f78f3e5211b17a0905b65de367fa62046cd6ebd099f5300c7f49e1c020faaae15dd41
-DIST widepix-9273804.tar.gz 1327209 BLAKE2B 
9ceb6470fc09600351d62c78b36652fa146f0aa7a0eadc85bcee84d72f49d2360f46d26001b8f0c22ef46abb5d15c9fb4946349cd600bf225fa9ab99be034832
 SHA512 
8cb6450c315efeff5b0af5a100e8be25a2add1512f236115011de427fd3ca66bf70fba015b6437c1157e97b95cd059a3bad148993677223fea5344a8e7a34060
 DIST widepix-d458411.tar.gz 2542783 BLAKE2B 
622355d61c102cf71f724ed709b80ba6ba652905fb806bfd6dad6a0944eabd3bac71c7fdad17354af17493f64d6418e93eef37c032e85615dffa27f9e8faa97f
 SHA512 
fe8a243e2dbe6330121bf139e310baf677ec4803d6b0ecd24a93792a2f7071ba739b1c038ca7aa7eeafcc83bf57c8a009189a90e3115305967ba23b675c96543

diff --git a/games-fps/gzdoom/gzdoom-4.5.0.ebuild 
b/games-fps/gzdoom/gzdoom-4.5.0.ebuild
deleted file mode 100644
index a07fb6ae4bc..000
--- a/games-fps/gzdoom/gzdoom-4.5.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg flag-o-matic
-
-DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
-HOMEPAGE="https://zdoom.org;
-SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> 
${P}.tar.gz
-   non-free? ( 
https://github.com/nashmuhandes/WidePix/archive/92738042ca3a37f28153a09809d80a7d61090532.tar.gz
 -> widepix-9273804.tar.gz )"
-
-LICENSE="Apache-2.0 BSD BZIP2 GPL-3 LGPL-2.1+ LGPL-3 MIT
-   non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist 
WidePix )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug gtk +non-free openmp"
-
-DEPEND="
-   app-arch/bzip2
-   media-libs/libsdl2[opengl]
-   media-libs/openal
-   media-libs/zmusic
-   sys-libs/zlib
-   virtual/jpeg:0
-   gtk? ( x11-libs/gtk+:3 )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-g${PV}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-Introduce-the-BUILD_NONFREE-option.patch"
-)
-
-src_prepare() {
-   rm -rf docs/licenses || die
-   rm -rf libraries/{bzip2,jpeg,zlib} || die
-   if ! use non-free ; then
-   rm -rf wadsrc_bm wadsrc_extra wadsrc_widescreen || die
-   else
-   mv 
"${WORKDIR}/WidePix-92738042ca3a37f28153a09809d80a7d61090532/filter" 
wadsrc_widescreen/static/ || die
-   fi
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_DOCS_PATH="${EPREFIX}/usr/share/doc/${PF}"
-   -DINSTALL_PK3_PATH="${EPREFIX}/usr/share/doom"
-   -DINSTALL_SOUNDFONT_PATH="${EPREFIX}/usr/share/doom"
-   -DDYN_OPENAL=OFF
-   -DNO_GTK="$(usex !gtk)"
-   -DNO_OPENAL=OFF
-   -DNO_OPENMP="$(usex !openmp)"
-   -DBUILD_NONFREE="$(usex non-free)"
-   )
-
-   use debug || append-cppflags -DNDEBUG
-
-   cmake_src_configure
-}
-
-src_install() {
-   newicon src/posix/zdoom.xpm "${PN}.xpm"
-   make_desktop_entry "${PN}" "GZDoom" "${PN}" "Game;ActionGame"
-   cmake_src_install
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   if ! use non-free ; then
-   ewarn
-   ewarn "GZDoom installed without non-free components."
-   ewarn "Note: The non-free game_support.pk3 file is needed to 
play"
-   ewarn "  games 

[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/

2021-07-26 Thread James Le Cuirot
commit: bbd68a90169d297abfea633f88235673a0f3b837
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jul 26 22:48:40 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jul 26 22:48:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd68a90

games-fps/gzdoom: Version bump to 4.6.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/Manifest|  1 +
 games-fps/gzdoom/gzdoom-4.6.1.ebuild | 83 
 2 files changed, 84 insertions(+)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index ece4cfb4eb8..fc79096e54d 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1,4 +1,5 @@
 DIST gzdoom-4.5.0.tar.gz 12741814 BLAKE2B 
b214f36ffd1991da8d8cce3e82f0395d0ccae60755246856f5cf89aa6646ce139fc26d712e5e3f54791685318ede0ff124bd26ba900f9f5edb19b085f58dc6f5
 SHA512 
0b432a7cb7e99ee8d661be9d0578b9ead4087a6b4a4ffb43c5363e6eaa4e3acf682e71af98adf17663986d6dae02eea23856cbd13c42bcd92b9ffca4d727d15f
 DIST gzdoom-4.6.0.tar.gz 13921655 BLAKE2B 
acf3273d53f24a1d65a1d7cd1614589699926211370e84570062464d989adc7a0427423ea3444db37a9c6393d3fee971db84c9a2c4346b5677906dd89d926af4
 SHA512 
d7c1f5155c1262e79c812983cac3856b917f5861f9ead0b9a307040f99802a489c3f836ed23baae245122971fa4fed872202131c8c8cf17724cf4e9b2b4efea5
+DIST gzdoom-4.6.1.tar.gz 13937864 BLAKE2B 
59ea057b42058944566a66c21f441752bd014235ac4644f9b50182673856fedc33414cbe12505a294842e46c93faaf120d844ccd49fb9afeede67640feab3764
 SHA512 
cec64f4f6a3be3693b35d716a44930cfa9fd10b794b380cf0ea624e7901f78f3e5211b17a0905b65de367fa62046cd6ebd099f5300c7f49e1c020faaae15dd41
 DIST widepix-9273804.tar.gz 1327209 BLAKE2B 
9ceb6470fc09600351d62c78b36652fa146f0aa7a0eadc85bcee84d72f49d2360f46d26001b8f0c22ef46abb5d15c9fb4946349cd600bf225fa9ab99be034832
 SHA512 
8cb6450c315efeff5b0af5a100e8be25a2add1512f236115011de427fd3ca66bf70fba015b6437c1157e97b95cd059a3bad148993677223fea5344a8e7a34060
 DIST widepix-d458411.tar.gz 2542783 BLAKE2B 
622355d61c102cf71f724ed709b80ba6ba652905fb806bfd6dad6a0944eabd3bac71c7fdad17354af17493f64d6418e93eef37c032e85615dffa27f9e8faa97f
 SHA512 
fe8a243e2dbe6330121bf139e310baf677ec4803d6b0ecd24a93792a2f7071ba739b1c038ca7aa7eeafcc83bf57c8a009189a90e3115305967ba23b675c96543

diff --git a/games-fps/gzdoom/gzdoom-4.6.1.ebuild 
b/games-fps/gzdoom/gzdoom-4.6.1.ebuild
new file mode 100644
index 000..7d3705e66a4
--- /dev/null
+++ b/games-fps/gzdoom/gzdoom-4.6.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop xdg flag-o-matic
+
+WIDEPIX_COMMIT="d458411db4795dfd1420cf1c6456f6d2999b3bad"
+DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
+HOMEPAGE="https://zdoom.org;
+SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> 
${P}.tar.gz
+   non-free? ( 
https://github.com/nashmuhandes/WidePix/archive/${WIDEPIX_COMMIT}.tar.gz -> 
widepix-${WIDEPIX_COMMIT:0:7}.tar.gz )"
+
+LICENSE="Apache-2.0 BSD BZIP2 GPL-3 LGPL-2.1+ LGPL-3 MIT
+   non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist 
WidePix )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug gtk +non-free openmp"
+
+DEPEND="
+   app-arch/bzip2
+   media-libs/libsdl2[opengl]
+   media-libs/openal
+   media-libs/zmusic
+   sys-libs/zlib
+   virtual/jpeg:0
+   gtk? ( x11-libs/gtk+:3 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-g${PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.5.0-Introduce-the-BUILD_NONFREE-option.patch"
+)
+
+src_prepare() {
+   rm -rf docs/licenses || die
+   rm -rf libraries/{bzip2,jpeg,zlib} || die
+   if ! use non-free ; then
+   rm -rf wadsrc_bm wadsrc_extra wadsrc_widescreen || die
+   else
+   mv "${WORKDIR}/WidePix-${WIDEPIX_COMMIT}/filter" 
wadsrc_widescreen/static/ || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_DOCS_PATH="${EPREFIX}/usr/share/doc/${PF}"
+   -DINSTALL_PK3_PATH="${EPREFIX}/usr/share/doom"
+   -DINSTALL_SOUNDFONT_PATH="${EPREFIX}/usr/share/doom"
+   -DDYN_OPENAL=OFF
+   -DNO_GTK="$(usex !gtk)"
+   -DNO_OPENAL=OFF
+   -DNO_OPENMP="$(usex !openmp)"
+   -DBUILD_NONFREE="$(usex non-free)"
+   )
+
+   use debug || append-cppflags -DNDEBUG
+
+   cmake_src_configure
+}
+
+src_install() {
+   newicon src/posix/zdoom.xpm "${PN}.xpm"
+   make_desktop_entry "${PN}" "GZDoom" "${PN}" "Game;ActionGame"
+   cmake_src_install
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   if ! use non-free ; then
+   ewarn
+   ewarn "GZDoom installed without non-free components."
+   ewarn "Note: The non-free game_support.pk3 file is needed to 
play"
+ 

[gentoo-commits] repo/gentoo:master commit in: app-cdr/iat/

2021-07-26 Thread Sergei Trofimovich
commit: d3ea1413f34d6fb36c13003805a2224010e85a9c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 26 22:42:00 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 26 22:42:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ea1413

app-cdr/iat: update to EAPI=8

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

 app-cdr/iat/iat-0.1.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/iat/iat-0.1.7-r1.ebuild b/app-cdr/iat/iat-0.1.7-r1.ebuild
index 1db342f2570..9fea3a8127c 100644
--- a/app-cdr/iat/iat-0.1.7-r1.ebuild
+++ b/app-cdr/iat/iat-0.1.7-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="BIN, MDF, PDI, CDI, NRG, and B5I converters"
 HOMEPAGE="https://www.berlios.de/software/iso9660-analyzer-tool;



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/parser-combinators/

2021-07-26 Thread Sergei Trofimovich
commit: 5578a48e551e024f94e66c6ce24e9b732cf25b61
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 26 22:39:13 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 26 22:39:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5578a48e

dev-haskell/parser-combinators: adopt an orphan by haskell@

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

 dev-haskell/parser-combinators/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-haskell/parser-combinators/metadata.xml 
b/dev-haskell/parser-combinators/metadata.xml
index 7a38bb90096..b7878815d80 100644
--- a/dev-haskell/parser-combinators/metadata.xml
+++ b/dev-haskell/parser-combinators/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   hask...@gentoo.org
+   Gentoo Haskell
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/integer-logarithms/

2021-07-26 Thread Sergei Trofimovich
commit: 0dcbff2250b8f0afd87955a880ef1751c88dea92
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 26 22:27:37 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 26 22:27:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcbff22

dev-haskell/integer-logarithms: drop old

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

 dev-haskell/integer-logarithms/Manifest|  1 -
 .../integer-logarithms-1.0.3.ebuild| 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-haskell/integer-logarithms/Manifest 
b/dev-haskell/integer-logarithms/Manifest
index 133ba4d2cde..f75dfc86243 100644
--- a/dev-haskell/integer-logarithms/Manifest
+++ b/dev-haskell/integer-logarithms/Manifest
@@ -1,2 +1 @@
 DIST integer-logarithms-1.0.3.1.tar.gz 9023 BLAKE2B 
29a9e2e73a6fb63f31ad87b53161b9f669a3cf6fed2992d7bf7414d9c9cff9cbe00baa301f7a7889fc0a31ff635d85dafc49ed5ce3f009202ba017b47e75c8a0
 SHA512 
670aff419de8d6afd1b7e1a40b68290bcf7aefad788c3b08aebfa5ca3e709f5d22543fce82fb75dc18b3ba0ef6d8a8f61735cde647a7a6c9392a60ec365534b3
-DIST integer-logarithms-1.0.3.tar.gz 8840 BLAKE2B 
d59a01c2b712c499ee5c81da0d8055d96137f5a1c55ccc5a77ca99449743b753223949de2a0289965423ae16bb61eef7452ace736cc5a0d6448d7f1ab8318fed
 SHA512 
b211127620bb52398ae7e64281f991d9dd016d5f74ff5d939275afea15689b01f82577efeaa2dfcdf4230cfea841f6c14f731ba16d38192f48e2e7ae90e704f3

diff --git a/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.ebuild 
b/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.ebuild
deleted file mode 100644
index baf54225bac..000
--- a/dev-haskell/integer-logarithms/integer-logarithms-1.0.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.
-#hackport: flags: -check-bounds,+integer-gmp
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite": circular 
depends
-inherit haskell-cabal
-
-DESCRIPTION="Integer logarithms"
-HOMEPAGE="https://github.com/Bodigrim/integer-logarithms;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-#circular dependency: scientific -> integer-logarithms -> tasty -> scientific
-RESTRICT="test"
-
-RDEPEND=">=dev-haskell/nats-1.1.2:=[profile?] =dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-"
-
-src_prepare() {
-   default
-
-   cabal_chdeps \
-   'base >= 4.3 && < 4.13' 'base >= 4.3' \
-   'ghc-prim < 0.6' 'ghc-prim'
-}
-
-src_configure() {
-   haskell-cabal_src_configure \
-   --flag=-check-bounds \
-   --flag=integer-gmp
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/io-streams-haproxy/

2021-07-26 Thread Sergei Trofimovich
commit: e1d70e617d167cb963298a6dfdbcef8a8dfce5e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 26 22:25:09 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 26 22:26:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d70e61

dev-haskell/io-streams-haproxy:  add io-streams[network] depend

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/794670
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild 
b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild
index c4dab9cf989..8dbbfe09f05 100644
--- a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-r1.ebuild
+++ b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.1.0-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
@@ -20,7 +20,7 @@ IUSE=""
 RESTRICT=test # two tests require network access
 
 RDEPEND=">=dev-haskell/attoparsec-0.7:=[profile?] 
=dev-haskell/io-streams-1.3:=[profile?] 
=dev-haskell/io-streams-1.3:=[network,profile?] 
=dev-haskell/network-2.3:=[profile?] 
=dev-lang/ghc-7.8.2:=
 "



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

2021-07-26 Thread James Le Cuirot
commit: d3f46dce8bfecfbf3e958f0faa0a945b89f66845
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jul 26 22:22:36 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jul 26 22:22:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f46dce

www-client/vivaldi-snapshot: Drop old 4.1.2352.3

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-4.1.2352.3.ebuild | 205 -
 2 files changed, 208 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 07c41a6cf12..6cd57a196a5 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_4.1.2352.3-1_amd64.deb 85091424 BLAKE2B 
c5d0211ae23e3d46281860ec1d896a7705300203b6ef0d7dfc95457376daf54dc027081ba8dd9e689a7781d4002c9932a8c1822bf7fe69ac878f4c80b22d5fd1
 SHA512 
c8f9d891d001bd5a0b05155b1f71cf8083c940936c2a42447aa3367a3e87ae35e787f5ea594bd26b7b34a7ec64a8d47d7a3427636c6d1f1f5259a08a7822fd20
-DIST vivaldi-snapshot_4.1.2352.3-1_arm64.deb 80640544 BLAKE2B 
4beffa4351157bed1e8b87af926876bae7b145d35062d8320cef059d9959789f6b11fb7a41ab3fba2adc5f5639a161d6d56675ebcfcf998ccaf9a532c111981d
 SHA512 
75c3871455b06bb338ecd3b44995a445ddd8fb47277cefc5126e044859ea42f295cf793c9d1817e1917dc1172992ea009635859596a9bf850cfa5e9fb5c2f876
-DIST vivaldi-snapshot_4.1.2352.3-1_armhf.deb 76513320 BLAKE2B 
3916f00208317b05cc6bb48481ed625e9407721b6e2f35c8f384703308e9da0edd476529d8b3ff57d647b25d7b97116567b005e800fc875cbdf0a48880aa5edd
 SHA512 
04c77b4e6142b516a19bc2fdddced5000f30673e3997cf4fd380cb020f6cad64e1bfaed60d18d366b27d3b1a9a963e1a0ef669c418828a70e0e01cace1588a5b
 DIST vivaldi-snapshot_4.1.2358.15-1_amd64.deb 85118372 BLAKE2B 
ba0812c276d36c7fcdb1cce040ee0daa32afa9fc95695136cc202a86110132050ddffd80ec9d2f10293030f3af8e6c47382da7d8b59bca62e5a5636fc8980222
 SHA512 
ce7819f297cce1dde4746bfde503abb2133defc0ef80d89c371ed1d6bea76e5123c7f449c4edb0cc0212d2f7f1e651fe4d8960162320e04c48761666cd61f1ef
 DIST vivaldi-snapshot_4.1.2358.15-1_arm64.deb 80658544 BLAKE2B 
bd42810379f787abe46f88ba2844c209f1c8d41089b3a7a9a487f2e8b6599f0577ea46df3dfd4c3ff35f3ecf9ba9b86920131e6b16313a5852efb00e683f6860
 SHA512 
60f75623b5891978bc35f032fc676671d1d1277989a7b42a2fcae318943eb60d8830f76738b08b11833d205b8d27ce00deed7969a2a80de1c421987526b642fd
 DIST vivaldi-snapshot_4.1.2358.15-1_armhf.deb 76520492 BLAKE2B 
bc96e33a3b9395402df488f54819759eaa169665376b6f779917f1d1d284c0dc43cc276b5428746ab02157093ea8a6323dfc86db4265721fd83dea6715f9bfc3
 SHA512 
2db620443b842929bef57e1ab64a23540d02b03cfd08ef67d45fe73d6a7ac948e895ccddd571c9b1145bfa8a7255ab878ff2b65578b7be358da770f88653f407

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-4.1.2352.3.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-4.1.2352.3.ebuild
deleted file mode 100644
index c2409d01a97..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-4.1.2352.3.ebuild
+++ /dev/null
@@ -1,205 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"

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

2021-07-26 Thread James Le Cuirot
commit: bd8a62995eaf0ffcc1dd530a67da172cd60a39c2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jul 26 22:21:21 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jul 26 22:21:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8a6299

www-client/vivaldi-snapshot: Add version 4.1.2367.3

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-4.1.2367.3.ebuild | 205 +
 2 files changed, 208 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index dad8f3a028f..07c41a6cf12 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_4.1.2352.3-1_armhf.deb 76513320 BLAKE2B 
3916f00208317b05cc
 DIST vivaldi-snapshot_4.1.2358.15-1_amd64.deb 85118372 BLAKE2B 
ba0812c276d36c7fcdb1cce040ee0daa32afa9fc95695136cc202a86110132050ddffd80ec9d2f10293030f3af8e6c47382da7d8b59bca62e5a5636fc8980222
 SHA512 
ce7819f297cce1dde4746bfde503abb2133defc0ef80d89c371ed1d6bea76e5123c7f449c4edb0cc0212d2f7f1e651fe4d8960162320e04c48761666cd61f1ef
 DIST vivaldi-snapshot_4.1.2358.15-1_arm64.deb 80658544 BLAKE2B 
bd42810379f787abe46f88ba2844c209f1c8d41089b3a7a9a487f2e8b6599f0577ea46df3dfd4c3ff35f3ecf9ba9b86920131e6b16313a5852efb00e683f6860
 SHA512 
60f75623b5891978bc35f032fc676671d1d1277989a7b42a2fcae318943eb60d8830f76738b08b11833d205b8d27ce00deed7969a2a80de1c421987526b642fd
 DIST vivaldi-snapshot_4.1.2358.15-1_armhf.deb 76520492 BLAKE2B 
bc96e33a3b9395402df488f54819759eaa169665376b6f779917f1d1d284c0dc43cc276b5428746ab02157093ea8a6323dfc86db4265721fd83dea6715f9bfc3
 SHA512 
2db620443b842929bef57e1ab64a23540d02b03cfd08ef67d45fe73d6a7ac948e895ccddd571c9b1145bfa8a7255ab878ff2b65578b7be358da770f88653f407
+DIST vivaldi-snapshot_4.1.2367.3-1_amd64.deb 85157012 BLAKE2B 
9d857c360a9e9edc41dab9629f6b1b378852767b73409657f6d23a53501f00b7e73c66152c3ecbbb72585c65e47250c7bf505582a0c784fee0ff85efd1022dc9
 SHA512 
277d77414a2bb6ee8656390d8769fcc6c99d3247be22436fd78b0d370ba0b368dbbe24e7f5cd7da05fa4f076ae5ab526de371aff7a3299a534cbd85f76dbc60a
+DIST vivaldi-snapshot_4.1.2367.3-1_arm64.deb 80674668 BLAKE2B 
b28f6eba0d5cfec734435e493e8ec348974d9fb4efb9533ce6c4283223a8bc46d1a0b8772692a93f6dd1521744a30ad25edbf6f0bfab967a66fced915128216c
 SHA512 
27244952e5ebc0271a9d05d2a792d90840ba59a5920c6767aab94459895c71cbefc721b582b81616021db73d7855634d0e01c6164719251375638774eb920547
+DIST vivaldi-snapshot_4.1.2367.3-1_armhf.deb 76537504 BLAKE2B 
61e624822b2a0b54529e2213690fbc5c5c17c15e8fd57a8549466e016f11e42806796be1212da103e05d4327aa9a6a704e4adce75897f0274f7e0e1711885e97
 SHA512 
b5a62e6b6dfe1b7242dfb860ba8ba2cde188b7bbac1f22ee02e439030eabecfe5977d441cd6310d087d8ef301025cdae3f30285bed962289ef2b1bce038955dc

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-4.1.2367.3.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-4.1.2367.3.ebuild
new file mode 100644
index 000..c2409d01a97
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-4.1.2367.3.ebuild
@@ -0,0 +1,205 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
+
+RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
+RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
+RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
+RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/semigroupoids/

2021-07-26 Thread Sergei Trofimovich
commit: 7953138db86269fd7e6e27632e9042022383c1c6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul 26 22:11:41 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 26 22:11:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7953138d

dev-haskell/semigroupoids: unconditionally enable IUSE=containers

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/804474
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/semigroupoids/metadata.xml | 37 --
 .../semigroupoids/semigroupoids-5.3.4.ebuild   |  9 +++---
 2 files changed, 4 insertions(+), 42 deletions(-)

diff --git a/dev-haskell/semigroupoids/metadata.xml 
b/dev-haskell/semigroupoids/metadata.xml
index 97b788ac85d..c1f941bd846 100644
--- a/dev-haskell/semigroupoids/metadata.xml
+++ b/dev-haskell/semigroupoids/metadata.xml
@@ -5,38 +5,6 @@
hask...@gentoo.org
Gentoo Haskell

-   
-   Provides a wide array of semigroupoids and operations for 
working with semigroupds.
-
-   A Semigroupoid is a Category without the requirement of 
identity arrows for every object in the category.
-
-   When working with comonads you often have the @\*\@ 
portion of an @Applicative@, but
-   not the @pure@. This was captured in Uustalu and Vene's 
\"Essence of Dataflow Programming\"
-   in the form of the @ComonadZip@ class in the days before 
@Applicative@. Apply provides a weaker invariant, but for the comonads used for 
data flow programming (found in the streams package), this invariant is 
preserved. Applicative function composition forms a semigroupoid.
-
-   Similarly many structures are nearly a comonad, but not quite, 
for instance lists provide a reasonable 'extend' operation in the form of 
'tails', but do not always contain a value.
-
-
-   Ideally the following relationships would hold:
-
-Traversable  Foldable --- Functor -- 
Alt - Plus   Semigroupoid
- |   ||
  |  |
- v   vv
  v  v
-Traversable1 --- Foldable1 Apply  
Applicative - Alternative  Category
-  |   |
  |  |
-  v   v
  v  v
-Bind - Monad 
--- MonadPlus  Arrow
-   
-
-   Apply, Bind, and Extract give rise the Static, Kleisli and 
Cokleisli semigroupoids respectively.
-
-   This lets us remove many of the restrictions from various monad 
transformers
-   as in many cases the binding operation or @\*\@ 
operation does not require them.
-
-   Finally, to work with these weaker structures it is beneficial 
to have containers
-   that can provide stronger guarantees about their contents, so 
versions of 'Traversable'
-   and 'Foldable' that can be folded with just a 'Semigroup' are 
added.
-   


You can disable the use of the `comonad` package using
@@ -44,11 +12,6 @@
useful for accelerating builds in sandboxes for expert 
users. If disabled we
will not supply instances of `Comonad`

-   
-   You can disable the use of the `containers` package
-   using `-f-containers`. Disabing this is an unsupported 
configuration, but it
-   may be useful for accelerating builds in sandboxes for 
expert users.
-   

You can disable the use of the `contravariant`
package using `-f-contravariant`. Disabling this is an 
unsupported

diff --git a/dev-haskell/semigroupoids/semigroupoids-5.3.4.ebuild 
b/dev-haskell/semigroupoids/semigroupoids-5.3.4.ebuild
index 9ac5ac13aff..f213497d45c 100644
--- a/dev-haskell/semigroupoids/semigroupoids-5.3.4.ebuild
+++ b/dev-haskell/semigroupoids/semigroupoids-5.3.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 # ebuild generated by hackport 0.6.1.
-#hackport: flags: +doctests
+#hackport: flags: +doctests,+containers
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
@@ -16,13 +16,12 @@ 
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 

  1   2   3   4   >