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

2021-09-30 Thread Zac Medico
commit: 45facf93e89f60a3f6b9eaad8917349e7ef472b0
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Oct  1 05:48:13 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct  1 05:48:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45facf93

app-misc/jpipe: fix MissingUseDepDefault

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

 app-misc/jpipe/jpipe-0.1.3.9.ebuild | 4 ++--
 app-misc/jpipe/jpipe-0.2.0.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/jpipe/jpipe-0.1.3.9.ebuild 
b/app-misc/jpipe/jpipe-0.1.3.9.ebuild
index 27f6530f142..460087e4da3 100644
--- a/app-misc/jpipe/jpipe-0.1.3.9.ebuild
+++ b/app-misc/jpipe/jpipe-0.1.3.9.ebuild
@@ -17,8 +17,8 @@ SLOT="0"
 IUSE="jpp-symlink jp-symlink test"
 RESTRICT="!test? ( test )"
 RDEPEND="
-   jpp-symlink? ( !app-misc/jp[jpp] )
-   jp-symlink? ( !app-misc/jp[jp] )
+   jpp-symlink? ( !app-misc/jp[jpp(-)] )
+   jp-symlink? ( !app-misc/jp[jp(+)] )
dev-python/jmespath[${PYTHON_USEDEP}]
 "
 

diff --git a/app-misc/jpipe/jpipe-0.2.0.ebuild 
b/app-misc/jpipe/jpipe-0.2.0.ebuild
index cf48afdfc53..a6473d58426 100644
--- a/app-misc/jpipe/jpipe-0.2.0.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0.ebuild
@@ -379,8 +379,8 @@ IUSE="jpp-symlink jp-symlink python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 RDEPEND="
-   jpp-symlink? ( !app-misc/jp[jpp] )
-   jp-symlink? ( !app-misc/jp[jp] )
+   jpp-symlink? ( !app-misc/jp[jpp(-)] )
+   jp-symlink? ( !app-misc/jp[jp(+)] )
python? (
${PYTHON_DEPS}
dev-python/jmespath[${PYTHON_USEDEP}]



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

2021-09-30 Thread Arthur Zamarin
commit: 901e1545d20758b55ba79c46538c78f19a40d989
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 04:38:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 05:41:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901e1545

dev-python/debtcollector: add 2.3.0, enable tests

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

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

diff --git a/dev-python/debtcollector/Manifest 
b/dev-python/debtcollector/Manifest
index dbd8f127376..8e0c7c06dc3 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
 DIST debtcollector-2.2.0.tar.gz 28833 BLAKE2B 
33361daaba12c52a1cc0bac168199ef3dbb959279def29ef782fa421f0aa106038de02217f6321c64e02845abd0573e69f5638b384411e7fbfd194dd3f6b3356
 SHA512 
6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137
+DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 
6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5
 SHA512 
d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a

diff --git a/dev-python/debtcollector/debtcollector-2.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
new file mode 100644
index 000..78c052a7a9d
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical 
debt"
+HOMEPAGE="https://www.openstack.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/subunit[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2021-09-30 Thread Arthur Zamarin
commit: 46b8969910cd986f2ace145e4a4213459983752e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 05:39:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 05:42:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b89699

dev-python/subunit: add 1.4.0_p20210729, enable py3.10, fix tests

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

 dev-python/subunit/Manifest   |  1 +
 dev-python/subunit/subunit-1.4.0_p20210729.ebuild | 99 +++
 2 files changed, 100 insertions(+)

diff --git a/dev-python/subunit/Manifest b/dev-python/subunit/Manifest
index cfcaf554695..e59f6c68e1f 100644
--- a/dev-python/subunit/Manifest
+++ b/dev-python/subunit/Manifest
@@ -1 +1,2 @@
 DIST subunit-1.4.0.tar.gz 488022 BLAKE2B 
4c3a714d02eeed9420074c4e032778a69b716a5cad0079193533e9bc8c0f4576d70b165eb413203ce8a916ac28466e9f5a113d4a7746019d7d09409df9860bae
 SHA512 
5d2e3cb96c09067ef4595c86648f13330c810b19e39c0b35bc9546c57bee957ddcf5cad7b8e3f92bda9b54dcdbf175863e2f6ba94020f880230459be7afdbbcf
+DIST subunit-1.4.0_p20210729.tar.gz 112644 BLAKE2B 
56e785c029f3f2896d0ed3d8005c37403e6aa32d05b653db0e3b679d2157820558e578b53133f4f79404a660f37a710aeeec03ff941fd7cd0819020a0d474515
 SHA512 
90b1ad071fb5246a7446a4c999142566b9d96c39838905e9020b80f2f0aba0b86dd5185bbd25ff7fc65f69ae68e1e53dfde5b2de05755aa97db9248c6faaa9d7

diff --git a/dev-python/subunit/subunit-1.4.0_p20210729.ebuild 
b/dev-python/subunit/subunit-1.4.0_p20210729.ebuild
new file mode 100644
index 000..2fbb1719b15
--- /dev/null
+++ b/dev-python/subunit/subunit-1.4.0_p20210729.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1 multilib-minimal autotools
+
+MY_COMMIT="c87ffbd904627d777aa1430963dced92a36aa033"
+
+DESCRIPTION="A streaming protocol for test results"
+HOMEPAGE="https://launchpad.net/subunit 
https://pypi.org/project/python-subunit/;
+SRC_URI="
+   https://github.com/testing-cabal/subunit/archive/${MY_COMMIT}.tar.gz
+   -> ${P}.tar.gz
+"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="Apache-2.0 BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="static-libs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
+   dev-python/extras[${PYTHON_USEDEP}]
+   dev-lang/perl:="
+
+DEPEND="
+   ${RDEPEND}
+   >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}]
+   >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}]
+   >=virtual/pkgconfig-0-r1
+   test? (
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/testscenarios[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}/subunit-1.4.0-werror.patch"
+)
+
+src_prepare() {
+   sed -i -e 's/os.chdir(os.path.dirname(__file__))//' setup.py || die
+
+   # Install perl modules in vendor_perl, bug 534654.
+   export INSTALLDIRS=vendor
+
+   # fails on py3.6
+   sed -i -e 's:test_add_tag:_&:' \
+   python/subunit/tests/test_subunit_tags.py || die
+
+   mv all_tests.py python/ || die
+
+   distutils-r1_src_prepare
+   eautoreconf
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --enable-shared \
+   $(use_enable static-libs static)
+}
+
+multilib_src_compile() {
+   default
+   multilib_is_native_abi && distutils-r1_src_compile
+}
+
+python_test() {
+   cd python || die
+   "${PYTHON}" -m testtools.run -v all_tests.test_suite || die "Testing 
failed with ${EPYTHON}"
+}
+
+multilib_src_test() {
+   multilib_is_native_abi && distutils-r1_src_test
+}
+
+multilib_src_install() {
+   local targets=(
+   install-include_subunitHEADERS
+   install-pcdataDATA
+   install-exec-local
+   install-libLTLIBRARIES
+   )
+   emake DESTDIR="${D}" "${targets[@]}"
+
+   multilib_is_native_abi && distutils-r1_src_install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



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

2021-09-30 Thread Arthur Zamarin
commit: 34a0b779870eb91d897501093a5859591eac22aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 04:57:47 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 05:41:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a0b779

dev-python/subunit: add github upstream metadata

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

 dev-python/subunit/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/subunit/metadata.xml b/dev-python/subunit/metadata.xml
index 0eaaa4c9575..d7e73ee6e3a 100644
--- a/dev-python/subunit/metadata.xml
+++ b/dev-python/subunit/metadata.xml
@@ -12,5 +12,6 @@

subunit
python-subunit
+   testing-cabal/subunit

 



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

2021-09-30 Thread Arthur Zamarin
commit: e6c019b69940756651971769387f75b7403bb9d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  1 04:38:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  1 05:41:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c019b6

dev-python/debtcollector: add github upstream metadata

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

 dev-python/debtcollector/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/debtcollector/metadata.xml 
b/dev-python/debtcollector/metadata.xml
index ffd011760b3..d4aa3f95b19 100644
--- a/dev-python/debtcollector/metadata.xml
+++ b/dev-python/debtcollector/metadata.xml
@@ -8,5 +8,6 @@


debtcollector
+   openstack/debtcollector

 



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

2021-09-30 Thread Zac Medico
commit: 7f81194d889e5e4c583f0301293ee5aa0ce142b1
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep 30 07:00:43 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct  1 04:31:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f81194d

app-misc/jp: 0.2.1 bump with jmespath upstream

The jpp flag is deprecated (see jpipe for jpp).

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

 app-misc/jp/Manifest|  3 +++
 app-misc/jp/jp-0.2.1.ebuild | 52 +
 app-misc/jp/metadata.xml|  6 +++---
 3 files changed, 58 insertions(+), 3 deletions(-)

diff --git a/app-misc/jp/Manifest b/app-misc/jp/Manifest
index 1685fe036dd..0449d144658 100644
--- a/app-misc/jp/Manifest
+++ b/app-misc/jp/Manifest
@@ -25,6 +25,7 @@ DIST github.com%2Fbgentry%2Fspeakeasy%2F@v%2Fv0.1.0.mod 36 
BLAKE2B ad3bb22bde282
 DIST 
github.com%2Fbketelsen%2Fcrypt%2F@v%2Fv0.0.3-0.20200106085610-5cbc8cc4026c.mod 
568 BLAKE2B 
a2769032d81e02d8f4945648d36e862a996841d0e138077fd190b47b700fa08cd4e8e8d300925fcae5ebe48ea972afed0dcde81870f3673a3227ba90beb5e341
 SHA512 
262ec838f5c4b97bc186533c20456e62633038ae74747c7b884788bd06ce01863a59237557877d35f37338ebc018d2c1c8ae963e4a42dd42e0823a5b3ec81bb3
 DIST github.com%2Fcespare%2Fxxhash%2F@v%2Fv1.1.0.mod 146 BLAKE2B 
5efa8dad622ae253ffa106eafea277fd947fc0f28e6962e461283ce2267d992b85b1f0eb9074a90009d8ed1d47f9e1f3e03cfc0eb7ad7df104282cfd144cc12a
 SHA512 
32c34a590e6c113a16700ef2faa5124ebb6c8773cd76594312157bd2b70d54cd939ff2c32fac47421b5615e804142cb7b393394d4745d5894f9b68392bc37ad9
 DIST github.com%2Fclient9%2Fmisspell%2F@v%2Fv0.3.4.mod 35 BLAKE2B 
45d27e6bbd9255a355b6bd14ac839c7d87fabb393693a8b862ad974017af01309e5d36fa99d4925905c1617c0d90b5263b54cd95af2dbab186e293936dc86459
 SHA512 
ca8192c6321468b4332eb63c765a5798150dce9312873123b48d9ec67ebb4229cffc7b7e8054b8b0a6f45611f08130008031edf33da3468bb9a4ee9455fa02a5
+DIST 
github.com%2Fcodegangsta%2Fcli%2F@v%2Fv1.4.2-0.20150131031259-6086d7927ec3.mod 
34 BLAKE2B 
7a0262643eb160a5f679f4599cf391a7c76ec183874b69c64483d3255a0baf8a68578d1a1d160b5b947c28b124785a2209e9f1b25dbb8cea15cd58e0df481560
 SHA512 
ee383b82e3fcc05ecc8b39399b1dacbacf3ea7e89e00569c682d565da000a46e79d8cb330d1eb7e483508c0d0f152033df9d21f6f71f5fb6fc3834d50655111e
 DIST github.com%2Fcoreos%2Fbbolt%2F@v%2Fv1.3.2.mod 31 BLAKE2B 
7bbb809c199d39bac173751c3dc21b23ee8b020f20b4447c33681469b5083c64e74f699fa8d3dd55446b76ed44fc0949337303a776efeed90a764af1d751c8a4
 SHA512 
12f6b0e7090b257656ee9068083207fdd1b6d9f0b27546cb5b3a5a520e5944f3eccb8f6dd644a17e1089bbf787fd26b3e83eb0f0353071c8c4ef23ca99bc6251
 DIST github.com%2Fcoreos%2Fetcd%2F@v%2Fv3.3.13+incompatible.mod 30 BLAKE2B 
d511bd14351d68fcde2b3be3f008373eb12d2c61133c80aa3a1938e53ffa061c0aa51065f07b208a073b448c25309c3b2d67c0ed19ad3697309a679fcb844414
 SHA512 
a986c2cac4728288aaf90667b54ffe9cbb9e1a55697347f9541e6aa0dbfc5b8d245c2ac15e8a9558d41862d98325f3f2f4055b02bcf1e9045b78bb3577b3f45f
 DIST github.com%2Fcoreos%2Fgo-semver%2F@v%2Fv0.3.0.mod 35 BLAKE2B 
931ceb7bcae15a876b79910a59b0f4ec67ae8f0ac5fbd401e80233107e7683d9cc4a947548c4d08b26f2d47ad6bfe4916f99ffd2a98abe26e8161af87eb49c64
 SHA512 
58d88566898778823c24b5f4ff7ac50384075312e3eb332aa01233ada3ff385cd8a0e3b8727a77ecf068f13b52a304fbdb5f47a27957333dbd5a8fb1448956c2
@@ -92,6 +93,7 @@ DIST github.com%2Fhashicorp%2Fmemberlist%2F@v%2Fv0.1.3.mod 
921 BLAKE2B df064db28
 DIST github.com%2Fhashicorp%2Fserf%2F@v%2Fv0.8.2.mod 774 BLAKE2B 
3b47f3c78972eb538f84348d5e698a2e44d86d4f51316b8cf596be23433e91a763c24ea9463cea0f52476c656067ee4e254d5cb905464d7e32a6b69aaed0bb56
 SHA512 
7fb4f6b07a08973d6cf33be6f03356eb1b176d816955274a4aa1571b8965fc311ff0c832901fe9a716c5d5bb697e7c861c458ce618fd7d2d4eecb316b2efbbdd
 DIST github.com%2Finconshreveable%2Fmousetrap%2F@v%2Fv1.0.0.mod 44 BLAKE2B 
764581d416faa477a91695a42c68cef5638d019a1622fb3bcee976c1581e904995d33c79ffed1d3b805f660931ece844b3e17437f158f8b82ddae82e95f0358f
 SHA512 
0c77200112d96f9cddf8cf7da0059204914b06a8c400e2e672443bd02a45d9ebb3274275c20e6e7ee0728992e77579d945b36de44ccbaab2ee92fd55f382f7ac
 DIST github.com%2Finconshreveable%2Fmousetrap%2F@v%2Fv1.0.0.zip 3712 BLAKE2B 
f4f79741bb83862583f51f2ac5e80181eb0e9c2a4578df32f7e24eb98f4f548b99333e0e6a377e03ef701057b01e852e6b710ab885b65170c861bef556863da4
 SHA512 
e16bd414c1df566a12944e4a99ebd84d2103f0cb3bf8ec312e3de400f20b3eae27845db50672801c10474dbf1dc61d0c2e16e5dcd3c4447681c0b77f9114a411
+DIST 
github.com%2Fjmespath%2Fgo-jmespath%2F@v%2Fv0.0.0-20160803190731-bd40a432e4c7.mod
 39 BLAKE2B 
6129177aeb4cc82860b5e233715d4330fc61c4b6783af687d936a5d783b32f7192f268ee0954d8a37fc1a6c22c147e86a1fc1c9ee8f48cc979931b0500fc92b9
 SHA512 
19819e43a514d9d7b1c8703c06c3729456a39a963a1cd3cdce7f6318a3ef67f8663c5a66b6bc402cf422d823b1b63540a6c79f371cb81ecd1f13de646598566a
 DIST github.com%2Fjmespath%2Fgo-jmespath%2F@v%2Fv0.4.0.mod 113 BLAKE2B 

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

2021-09-30 Thread Sam James
commit: ca3ae09f86deebe6305a5fb8127e8d2f01db291e
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  1 03:11:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  1 03:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3ae09f

dev-util/ccache: add 4.4.2

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

 dev-util/ccache/Manifest|  1 +
 dev-util/ccache/ccache-4.4.2.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index 03deeefa209..de030f992e6 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -1,3 +1,4 @@
 DIST ccache-4.3.tar.xz 433508 BLAKE2B 
6ab48aa587b4dc86020e3b0f722003dc5c03709626e143a1d38506b6072f9963fc76e89b6d18128dfc28035bf8d24e46ea44f219db69a1b3a294416f0b023090
 SHA512 
ec082de95ea8b22154ce1e67e0a0fc28266cfb71f382205f7eab14e6ac1c7841027d063041131832b3227d833d99ec874e90df238f35f433de4c381566931c7f
 DIST ccache-4.4.1.tar.xz 509916 BLAKE2B 
54fec9480c37c144667ae2dd969cabc1526a01312200b2b9b26ef1d5533836e2070d28e6a7fbc580f232b22dbd6f1a56a43494b8960d96c5a97d8f041e8f31ca
 SHA512 
820c0b05d2b0209e8478c7409da0e27de8e9621c683aa0f147f9c025b8ac7bc3d06d6945d346143790168da79dfbd14b0ccfb284c7ac05c35f85b492be07d676
+DIST ccache-4.4.2.tar.xz 510260 BLAKE2B 
f0d8b9ac6e1972592ce5a51a392279a01f01c09e6bffc498ff0b20aa46acb6d7f949ae9f4c6006e20b15cdea9fa2fa057c78b69ef66c2e13b3ddee13367e91b1
 SHA512 
afcec4806b1e307ec16006ecd9e39eb69fc1376407877f024c882926725d41f2b08eccdcfb3efd8dac9e481d07f9c08c043b8cea5ea563a0f49b2f587325e4a7
 DIST ccache-4.4.tar.xz 509516 BLAKE2B 
6c4519d3cd93be49dfff09f22ada798894c9f4475395443e0dcfcf768178f1520cf26bc5c2e0ea22e06cc3ebd6ddaf930a2d1b517593a10c3253f7faa3131f43
 SHA512 
a857d1aded9c352eabba9c0f31b43fd17ae91672dabdfc086851448867c9dff6ad6dd7ee60f8e39102d41b7d8cf7866c6bf104e0214e865de45e75a8df7626f0

diff --git a/dev-util/ccache/ccache-4.4.2.ebuild 
b/dev-util/ccache/ccache-4.4.2.ebuild
new file mode 100644
index 000..39deaa2e861
--- /dev/null
+++ b/dev-util/ccache/ccache-4.4.2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake toolchain-funcs flag-o-matic
+
+DESCRIPTION="Fast compiler cache"
+HOMEPAGE="https://ccache.dev/;
+SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.tar.xz;
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+# Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
+IUSE="doc redis +static-c++ test"
+RESTRICT="!test? ( test )"
+
+DEPEND="app-arch/zstd:=
+   redis? ( dev-libs/hiredis:= )"
+RDEPEND="${DEPEND}
+   dev-util/shadowman
+   sys-apps/gentoo-functions"
+# clang-specific tests use dev-libs/elfutils to compare objects for equality.
+# Let's pull in the dependency unconditionally.
+DEPEND+=" test? ( dev-libs/elfutils )"
+BDEPEND=" doc? ( dev-ruby/asciidoctor )"
+
+DOCS=( doc/{AUTHORS,MANUAL,NEWS}.adoc CONTRIBUTING.md README.md )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5-nvcc-test.patch
+   "${FILESDIR}"/${PN}-4.0-objdump.patch
+   "${FILESDIR}"/${PN}-4.1-avoid-run-user.patch
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed \
+   -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
+   "${FILESDIR}"/ccache-config-3 > ccache-config || die
+
+   # mainly used in tests
+   tc-export CC OBJDUMP
+
+   # Avoid dependency on libstdc++.so. Useful for cases when
+   # we would like to use ccache to build older gcc which injects
+   # into ccache locally built (possibly outdated) libstdc++
+   # See bug #761220 for examples.
+   #
+   # Ideally gcc should not use LD_PRELOAD to avoid this type of failures.
+   use static-c++ && append-ldflags -static-libstdc++
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DOCUMENTATION=$(usex doc)
+   -DENABLE_TESTING=$(usex test)
+   -DUSE_CCACHE=OFF
+   -DZSTD_FROM_INTERNET=OFF
+   -DREDIS_STORAGE_BACKEND=$(usex redis)
+   )
+
+   use redis && mycmakeargs+=( -DHIREDIS_FROM_INTERNET_DEFAULT=OFF )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   dobin ccache-config
+   insinto /usr/share/shadowman/tools
+   newins - ccache <<<"${EPREFIX}/usr/lib/ccache/bin"
+}
+
+pkg_prerm() {
+   if [[ -z ${REPLACED_BY_VERSION} && ${ROOT:-/} == / ]] ; then
+   eselect compiler-shadow remove ccache
+   fi
+}
+
+pkg_postinst() {
+   if [[ ${ROOT:-/} == / ]]; then
+   eselect compiler-shadow update ccache
+   fi
+}



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

2021-09-30 Thread Sam James
commit: 6d8b9065a4f6a23b20f07a8c6af9171f96b93c0a
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  1 03:07:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  1 03:07:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8b9065

app-portage/recover-broken-vdb: add 0.0.8

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

 app-portage/recover-broken-vdb/Manifest|  1 +
 .../recover-broken-vdb-0.0.8.ebuild| 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-portage/recover-broken-vdb/Manifest 
b/app-portage/recover-broken-vdb/Manifest
index 4650d7574d0..1c6822542e3 100644
--- a/app-portage/recover-broken-vdb/Manifest
+++ b/app-portage/recover-broken-vdb/Manifest
@@ -1,2 +1,3 @@
 DIST recover-broken-vdb-0.0.5.tar.gz 12739 BLAKE2B 
c818e1d24f2f6b049c42da7819ccbaab021e734ea92bef17b9201a48a039bb5b4c77002f85efc2cf1b1dfae36eb07b39b8dc0d1ac0acfeb00224945c98dbe149
 SHA512 
5b55a0296fb4c30b5173efa383ab7ffc8219bacb0366c19fdf8a636404829bda5ce501d8c6c436cacae954aa1b7bbc4426b9c5bf3a9cee0ab6159f25c1f919fb
 DIST recover-broken-vdb-0.0.7.tar.gz 13336 BLAKE2B 
0c7d2dc73ca6e525edf190caee56f76e918559a4c0da322bb93b5807554d214fd01b53b0cc5c983fa9009b98a5d71f5aac542b26fe6656b9f81989e159f20d8c
 SHA512 
447effe9664781095e8fd9760ff7f63f8b10466299c002e20da3d226843fa9c24a50b2c8f9eebaaa07cecd75a17272757c0e2175dd81e8daf2a59fa7233bc4a3
+DIST recover-broken-vdb-0.0.8.tar.gz 13867 BLAKE2B 
f756a8bd4e6227395a18f24fc872c057b3d826cf9752516919a86a6a5b860e5e1e01271d12574ebbcbaf0316a8c6597584c96ce82443c2abbeb2e7047f9f1e8c
 SHA512 
207c17efc03c4d4e71ecc2eb36b1ac2a3d2d5f988dade0c643133c9080254beff24ed0430661336384b9bf40f953878b8ab00b335dcbeacc3716ee13ea2b6633

diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-0.0.8.ebuild 
b/app-portage/recover-broken-vdb/recover-broken-vdb-0.0.8.ebuild
new file mode 100644
index 000..6bf73687516
--- /dev/null
+++ b/app-portage/recover-broken-vdb/recover-broken-vdb-0.0.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Check Portage's VDB for internal inconsistency on ELF metadata"
+HOMEPAGE="https://github.com/thesamesam/recover-broken-vdb;
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/thesamesam/recover-broken-vdb.git;
+else
+   
SRC_URI="https://github.com/thesamesam/recover-broken-vdb/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+# Require latest version of pax-utils to avoid users breaking their systems 
again
+# The tool itself works fine with older versions
+RDEPEND=">=app-misc/pax-utils-1.3.3
+   sys-apps/file
+   $(python_gen_cond_dep 'sys-apps/portage[${PYTHON_USEDEP}]')"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2021-09-30 Thread Craig Andrews
commit: c52c28fe60dfe958f67928fc381bb1a335d7280e
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Oct  1 01:16:55 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct  1 01:17:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52c28fe

net-p2p/cpuminer-opt: 3.18.0 version bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/cpuminer-opt/Manifest   |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.18.0.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 9675d0415ec..2bf67182dde 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1,3 @@
 DIST cpuminer-opt-3.16.4.tar.gz 1830534 BLAKE2B 
c9fa07c36b634b0d1250b847baa4a971aad0b249aaf7792b4a69c42c5c98cc6b3e4fe20c95fdab9884520decc6e9d7071158a641863f1c0d2443dd096e372f2b
 SHA512 
7459a9c6ad7afd85fdb8f7ff62c9deae2a2fc8341e3cf39da0f72e81bff8829e094bb830fb614fbce9665bbb259d764eb64b6d2a44ac45ecdd9ee870190d6539
 DIST cpuminer-opt-3.17.1.tar.gz 1840571 BLAKE2B 
db07547ec79df92f644e903485fb51abfddeafe2ecaffd18c0438cf292d51c6167eafaf7aa2b89cb6b7698d4358a4ef970459bff7b063cfd6d3a95ad878126eb
 SHA512 
463d755bbb3146ef94292ae64a8a2397485e28b55d4b510881dd91461e3bcc2786a323cf575dd070481236b150c35af2898b5ab2b0db90c34f528821988af74c
+DIST cpuminer-opt-3.18.0.tar.gz 1869910 BLAKE2B 
23e090cb9c077fc69f6eee64a522676c078de268e512c588a7d93e1bd3e3904a9e5dbc937a58c21b031f685175b2f2164df04a4f7f22f8129d5183d1b990ec2f
 SHA512 
9144a39b7470682835b57b5ff34810933af5712b4bb2e83a2b5241aeeb13747884f5f48e22e9a71512831b56d345ee5f0e6fd226a8a30d5d10243b4a99f1476c

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.18.0.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.18.0.ebuild
new file mode 100644
index 000..1cd33b0d51c
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.18.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:=
+   dev-libs/jansson:=
+   >=net-misc/curl-7.15[ssl]
+   dev-libs/openssl:0=
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



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

2021-09-30 Thread Craig Andrews
commit: cf4877550b472f6a4e36e777062d59ccacf84ca8
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Oct  1 01:11:40 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Oct  1 01:17:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf487755

www-apache/mod_h2: 2.0.0_rc4 version bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_h2/Manifest|  1 +
 www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/www-apache/mod_h2/Manifest b/www-apache/mod_h2/Manifest
index 059d788fd0c..01fe0da0338 100644
--- a/www-apache/mod_h2/Manifest
+++ b/www-apache/mod_h2/Manifest
@@ -1,3 +1,4 @@
 DIST mod_h2-1.15.24.tar.gz 664134 BLAKE2B 
37795ee308d62f74583d7e37c262fca2ba235f025aa96314b1edb66e9900fef61f225d4143460e0bb29d46251c6aae8540ac667deb7eef8febc5fcc92c954b82
 SHA512 
3988e75b4b0ddb9361b559971a0e2c4c3af225d16bde6bf17ece33993487e6b4b6d66c874fede3cca97f40e9a83b500cf356546f7e83391fb81d5ec649a53fd0
 DIST mod_h2-2.0.0-rc2.tar.gz 655944 BLAKE2B 
d96d9196359bd7f6fb593a148a08a974e82a5e296c893526501c3e6c60f36581bc89548098e5ff6e42428d400cd8b7b44787ea97f7d0dbcd7d4da1db19c25ac8
 SHA512 
2c41fbe3d780452507d15b88fafe62c3386de023cc22181b7f077dd72e9c7738b6671494ba6e9c59f09df740ec4ec76dc42a9188e294b7900c97f1975038c0e2
 DIST mod_h2-2.0.0-rc3.tar.gz 656572 BLAKE2B 
56001bb007ebb5114cd41c67e83221cc15d50e8ddc1d6ec5a512c26221577eea44bb5a74537bc39c6e50cc14ed6070177cf3ab0fff39d1c8f3147090a07aae0b
 SHA512 
f236bb8aa137d8a3675938beae31e6cd27863b4fb91f9cb65d7704ecd977ecda08dc4c069a4c3be19cb64587a960dae69a0eed98d25f9e07ad223212bc208a51
+DIST mod_h2-2.0.0-rc4.tar.gz 656579 BLAKE2B 
112fe4d41e0ddf769c0e7141584be823fd2e9849d95ea077347750019451937886cc6b88d123e004ba2fb799a4f0eea069337eaaa9627e8c70f4b74fb1c8ff08
 SHA512 
c061f97ebb13793067194a9bb531231b6aa424d2962c380de3769f04e09da3cf3434dd496e81c5f83137ea48cf197a4ee66ce7985c426c2b0b23eb1670e0e888

diff --git a/www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild 
b/www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild
new file mode 100644
index 000..352e2e78dea
--- /dev/null
+++ b/www-apache/mod_h2/mod_h2-2.0.0_rc4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit apache-module autotools
+
+MY_P="${PN/h2/http2}-${PV}"
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/icing/mod_h2.git;
+   inherit git-r3
+else
+   MY_PV="${PV/_rc/-rc}"
+   MY_P="${PN}-${MY_PV}"
+   S="${WORKDIR}/${MY_P}"
+   SRC_URI="https://github.com/icing/mod_h2/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="HTTP/2 module for Apache"
+HOMEPAGE="https://github.com/icing/mod_h2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="ssl"
+
+RDEPEND=">=net-libs/nghttp2-1.0
+   >=www-servers/apache-2.4.48[-apache2_modules_http2,ssl?]"
+DEPEND="${RDEPEND}"
+
+need_apache2_4
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   default
+
+   APACHE2_MOD_DEFINE="HTTP2"
+   insinto "${APACHE_MODULES_CONFDIR}"
+   newins "${FILESDIR}/mod_http2.conf" "41_mod_http2.conf"
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/, net-misc/openssh/

2021-09-30 Thread Patrick McLean
commit: 9431f858b4b325c47d87a82490ad35a978cfc8fb
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Oct  1 01:06:30 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Oct  1 01:08:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9431f858

net-misc/openssh-8.8_p1: Version bump, no X509

Bug: https://bugs.gentoo.org/815010
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/openssh/Manifest  |   2 +
 .../files/openssh-8.8_p1-hpn-15.2-glue.patch   |   1 +
 net-misc/openssh/openssh-8.8_p1.ebuild | 513 +
 3 files changed, 516 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 48110ee70d6..1378008f277 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -7,6 +7,8 @@ DIST openssh-8.6p1.tar.gz 1786328 BLAKE2B 
261a0f1a6235275894d487cce37537755c8683
 DIST openssh-8.7p1+x509-13.2.1.diff.gz 1073420 BLAKE2B 
f9de9f797f1ec83cd56a983f5b9694b0297a60e586898a8c94b4aaa60e5f561bb3b7730590fc8f898c3de2340780d6a77d31bfcc50df0a55a0480051f37806fd
 SHA512 
dd7afd351ddf33e8e74bceba56e5593a0546360efb34f3b954e1816751b5678da5d1bc3a9f2eaa4a745d86d96ae9b643bd549d39b59b22c8cf1a219b076c1db5
 DIST openssh-8.7p1-sctp-1.2.patch.xz 6740 BLAKE2B 
468a455018ffddf4fa64d63acb732ad3e1fb722ae8b24d06cf3a683167a4580626b477bbc286f296c83d39dd36c101ac58597a21daa63de83ad55af00aa3a6be
 SHA512 
aa9067c9025b6e4edfad5e45ec92da43db14edb11aae02cbbc296e66b48377cbbf62cdafcdd5edfd1fd4bf69420ee017223ab52e50a42b1976002d767984777c
 DIST openssh-8.7p1.tar.gz 1814595 BLAKE2B 
9fdb8898485053d08c9eca419c15d0d03b7a60152cf6a9d7f1beed3a21c9e6ac3bd9f854580e6e474fb0c871f3d4be9ef4b49bee8c355d9e5769a5505f4e6ea9
 SHA512 
08c81024d9e1248abfda6cc874886ff5ae916669b93cd6aff640e0614ee8cbcbc3fe87a9ce47136b6443ddbb1168b114367c74e117551905994e1a7e3fa2c0c2
+DIST openssh-8.8p1-sctp-1.2.patch.xz 6744 BLAKE2B 
9f99e0abfbfbda2cc1c7c2a465d044c900da862e5a38f01260f388ac089b2e66c5ea7664d71d18b924552ae177e5893cdcbfbccc20eeb3aaeae00b3d552379e3
 SHA512 
5290c5ef08a418dcc9260812d8e75ce266e22e2258514f11da6fb178e0ae2ef16046523f72a50f74ae7b98e7eb52d16143befc8ce2919041382d314aa05adda0
+DIST openssh-8.8p1.tar.gz 1815060 BLAKE2B 
3a054ce19781aceca5ab1a0839d7435d88aff4481e8c74b91ffd2046dc8b6f03d6bf584ecda066c0496acf43cea9ab4085f26a29e34e20736e752f204b8c76c3
 SHA512 
d44cd04445f9c8963513b0d5a7e8348985114ff2471e119a6e344498719ef40f09c61c354888a3be9dabcb5870e5cbe5d3aafbb861dfa1d82a4952f3d233a8df
 DIST openssh-8_5_P1-hpn-AES-CTR-15.2.diff 30096 BLAKE2B 
f0c020dd2403806c79d4c37a019996d275655b04997301e247f5c4dd7fad35d12b3b7c25afb1b078d915ef2a4ae02f736f0aec9ba2a8c56a405d7ca303bcadf7
 SHA512 
4c2dbf99a9b5953fdb955f700272bbaeaa025f108a8860d2190197962b849f8385327af82c4d6a3a130a7fba35a74a8ec9437d642867601acb29817c49632a8f
 DIST openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff 51428 BLAKE2B 
370b88a7da7f148bf5a4d445f05cf593b486e9df53bba027e2e179726f534b68cf9d94edd6e53024e0b6ff5f20e568727bc9d26c94d0d415603602a80d3ad241
 SHA512 
2d8d887901164b33b2799ff3ec72e86a39ae4a1696e52bcee0872dbae7772fcc534351e6e7f87126ee71b164c74e9091350f14b782f4b242a09f09b4f50d047a
 DIST openssh-8_5_P1-hpn-PeakTput-15.2.diff 2429 BLAKE2B 
849bf3c313719ab7a25c75e82d5dc5ac98365a038b2a66fe58d01eae5b20c258b94b5830e799d6909e75c69753cda05a910f3bdab9606fb7d5efa68e05f1
 SHA512 
c4a56fab55fabd1d902d45f235b603708d43f969920e45c9a57e557dccfa9cade2ec61f26d1ace938f6f73e79f17b12f119b5aea9166cbda8e3435b910500914

diff --git a/net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch 
b/net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch
new file mode 12
index 000..7037b34b4e5
--- /dev/null
+++ b/net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch
@@ -0,0 +1 @@
+openssh-8.7_p1-hpn-15.2-glue.patch
\ No newline at end of file

diff --git a/net-misc/openssh/openssh-8.8_p1.ebuild 
b/net-misc/openssh/openssh-8.8_p1.ebuild
new file mode 100644
index 000..a0557e249c1
--- /dev/null
+++ b/net-misc/openssh/openssh-8.8_p1.ebuild
@@ -0,0 +1,513 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user-info flag-o-matic autotools pam systemd toolchain-funcs
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+
+# PV to USE for HPN patches
+#HPN_PV="${PV^^}"
+HPN_PV="8.5_P1"
+
+HPN_VER="15.2"
+HPN_PATCHES=(
+   ${PN}-${HPN_PV/./_}-hpn-DynWinNoneSwitch-${HPN_VER}.diff
+   ${PN}-${HPN_PV/./_}-hpn-AES-CTR-${HPN_VER}.diff
+   ${PN}-${HPN_PV/./_}-hpn-PeakTput-${HPN_VER}.diff
+)
+
+SCTP_VER="1.2" SCTP_PATCH="${PARCH}-sctp-${SCTP_VER}.patch.xz"
+#X509_VER="13.2.1" X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz"
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="https://www.openssh.com/;
+SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   ${SCTP_PATCH:+sctp? ( 

[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/, media-video/pipewire/files/

2021-09-30 Thread Sam James
commit: 95839274ef7c289570c1c7c7549f3ed5439b9b98
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  1 00:00:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  1 00:00:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95839274

media-video/pipewire: add 0.3.38

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

 media-video/pipewire/Manifest  |  1 +
 .../files/pipewire-0.3.38-find-readline.patch  | 36 +++
 .../files/pipewire-0.3.38-fix-arm-build.patch  | 18 ++
 .../pipewire-0.3.38-libcamera-null-deref.patch | 70 ++
 ...pipewire-.ebuild => pipewire-0.3.38.ebuild} |  5 ++
 media-video/pipewire/pipewire-.ebuild  |  1 +
 6 files changed, 131 insertions(+)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index 3e2400ff6d7..a76808c0197 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -5,3 +5,4 @@ DIST pipewire-0.3.34.tar.gz 1682396 BLAKE2B 
1a3524a833bde6facf637071f905bb0237f3
 DIST pipewire-0.3.35.tar.gz 1704419 BLAKE2B 
5c0debd19b29a9488be26125794f04e57e8b3cd3842654cb935decae18ffefc4137927d969448f60f1c1c2985d54db139fc3dcf07e36e81014021d63490096d8
 SHA512 
08a2e305fe4e9d3c3f4533c163b725dd32d26513e51a9f476bd18d6157ebf67e97e48b8df9595d45c81599f416e6b3f76e90df575dd460a8d26fe951db30e0f6
 DIST pipewire-0.3.36.tar.gz 1708209 BLAKE2B 
20fce0d7f88347fe594491d4fae7b6a8edee67ff7749f1a40b807a5d5094d792e61e3efd05dca2221f781c263e34ff0a50ad3c162231911d4b1d87704df6c775
 SHA512 
f0fc68ea005018b420a4f65a24dc9c85eb6263c24e66852a7ce2b03f966990d62487b388c7d73ff5adfc10c80c439b1200ae876e41d78f91db190036a1799a14
 DIST pipewire-0.3.37.tar.gz 1716320 BLAKE2B 
ce98b28015de69a0c91953a4839d5f86a29cfa19e2058ba0a2476a75a03b782ae67239b418306e4ed7dab81fe7e77928a417b966ff3c72ac552006cea66e3218
 SHA512 
3f4cf1ac66117a56a7a264262e2e238a54060457da6a986bd9227f51cc7e8d1a8fd282aef8462c096819282c5baec22779d2025c2e1918bbfb3d6ff75829aea6
+DIST pipewire-0.3.38.tar.gz 1727371 BLAKE2B 
dac7f3e1992b9690195df1dbc04575d386d21d06d1727b004b851e300709b3707806b7b20d36c1e74225d91a2df5428c913376903b286592f87083857347e53e
 SHA512 
c3c6c822bf4e5e77fed8d6ef09059d3e43195957692ab7baddc349af3d759d892a9af0e7802d389e2a9a15e5fece4c08ec963ac42df931233eec6057bad67eb6

diff --git a/media-video/pipewire/files/pipewire-0.3.38-find-readline.patch 
b/media-video/pipewire/files/pipewire-0.3.38-find-readline.patch
new file mode 100644
index 000..6b56304f5d1
--- /dev/null
+++ b/media-video/pipewire/files/pipewire-0.3.38-find-readline.patch
@@ -0,0 +1,36 @@
+https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/ddfbd684e78e2b8b9ad40bedb4612ea0197d231a.patch
+
+From: Joshua Strobl 
+Date: Thu, 30 Sep 2021 23:11:50 +0300
+Subject: [PATCH] Fix readline detection by allowing fallback to cc
+ find_library
+
+--- a/meson.build
 b/meson.build
+@@ -326,6 +326,11 @@ dbus_dep = dependency('dbus-1')
+ sdl_dep = dependency('sdl2', required : get_option('sdl2'))
+ summary({'SDL 2': sdl_dep.found()}, bool_yn: true, section: 'Misc 
dependencies')
+ readline_dep = dependency('readline', required : false)
++
++if not readline_dep.found()
++  readline_dep = cc.find_library('readline', required: false)
++endif
++
+ summary({'readline (for pw-cli)': readline_dep.found()}, bool_yn: true, 
section: 'Misc dependencies')
+ ncurses_dep = dependency('ncursesw', required : false)
+ sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : 
get_option('sndfile'))
+@@ -406,7 +411,12 @@ libinotify_dep = (build_machine.system() == 'freebsd'
+ : dependency('', required: false))
+ 
+ # On FreeBSD, libintl library is required for gettext
+-libintl_dep = cc.find_library('intl', required: false)
++libintl_dep = dependency('intl', required: false)
++
++if not libintl_dep.found()
++libintl_dep = cc.find_library('intl', required: false)
++endif
++summary({'intl support': libintl_dep.found()}, bool_yn: true)
+ 
+ need_alsa = get_option('pipewire-alsa').enabled() or 
get_option('session-managers').contains('media-session')
+ alsa_dep = dependency('alsa', version : '>=1.1.7', required: need_alsa)
+GitLab

diff --git a/media-video/pipewire/files/pipewire-0.3.38-fix-arm-build.patch 
b/media-video/pipewire/files/pipewire-0.3.38-fix-arm-build.patch
new file mode 100644
index 000..222aa58cce1
--- /dev/null
+++ b/media-video/pipewire/files/pipewire-0.3.38-fix-arm-build.patch
@@ -0,0 +1,18 @@
+https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/f8817b439433798bd7217dc4ae72197887b0fc96.patch
+
+From: Wim Taymans 
+Date: Thu, 30 Sep 2021 11:12:27 +0200
+Subject: [PATCH] cpu: fix compilation on ARM
+
+--- a/spa/plugins/support/cpu-arm.c
 b/spa/plugins/support/cpu-arm.c
+@@ -80,7 +80,7 @@ arm_init(struct impl *impl)
+   int arch;
+ 
+   if (!(cpuinfo = get_cpuinfo())) {
+-  spa_log_warn(impl->log, NAME " %p: Can't read cpuinfo", impl);
++  spa_log_warn(impl->log, "%p: 

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

2021-09-30 Thread Michael Orlitzky
commit: 80c3f38cc65bf5490b4731723c0ea2e0f94d7a65
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Sep 30 22:35:58 2021 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Sep 30 22:35:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c3f38c

sci-libs/fplll: remove old "unused" fplll-5.3.2.ebuild.

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

 sci-libs/fplll/Manifest   |  1 -
 sci-libs/fplll/fplll-5.3.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/sci-libs/fplll/Manifest b/sci-libs/fplll/Manifest
index 7f69fe9daa2..2dc55c1776f 100644
--- a/sci-libs/fplll/Manifest
+++ b/sci-libs/fplll/Manifest
@@ -1,2 +1 @@
-DIST fplll-5.3.2.tar.gz 1284989 BLAKE2B 
66d022c1a6acb3f029c871bebf4925ec5f9447af71829c6d52f2065155bf75f075965a41918722d095546ca18e8e87a85f181a76f5e42abd20c8de8165210bab
 SHA512 
eacd990c468b1d919e1d6cc04f99656d982d5a3807970e0a1dd910a2703eb5b8eff913bc5c0e45790a547bb7aa71189fb9022024186bb84ee04d8602c9980ac2
 DIST fplll-5.4.0.tar.gz 2612340 BLAKE2B 
723230856461ac6418dad00e82fc7505dbbb7bfbbf68fa7f4f3240402d62f3e1ded3049c436a0f6aad9f020727d10acb3fe15dfb8b8a907f5b3c7b191e55e9a9
 SHA512 
a583aac73e4618ba240c28d3e8485cef6b9c184c11b33799404e96ab99502023073ed1c6fc0d3fbc4e6737415e9ea1a273f3f1e59ccba69d1546f56903567ebe

diff --git a/sci-libs/fplll/fplll-5.3.2.ebuild 
b/sci-libs/fplll/fplll-5.3.2.ebuild
deleted file mode 100644
index f204635f77e..000
--- a/sci-libs/fplll/fplll-5.3.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Implementations of the floating-point LLL reduction algorithm"
-HOMEPAGE="https://github.com/fplll/fplll;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0/6"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-BDEPEND=""
-DEPEND="dev-libs/gmp:0
-   dev-libs/mpfr:0"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   # Support for --with-qd is problematic at the moment.
-   # https://github.com/fplll/fplll/issues/405
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



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

2021-09-30 Thread Michael Orlitzky
commit: e74fea220f6c31c548cb8fecd033d479224fef0f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Sep 30 22:28:23 2021 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Sep 30 22:28:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74fea22

sci-mathematics/octave: new upstream version 6.3.0.

A standard copy/paste update, and I've dropped an old patch to one of
the autotools macros. A comment stated that the macro took too long,
but on my (ancient) machine it took about ten seconds. That is
relatively long, but not compared to the rest of the Octave build, and
not when considered against the burden of an eternal patch.

Closes: https://bugs.gentoo.org/815463
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/octave/Manifest|   1 +
 sci-mathematics/octave/octave-6.3.0.ebuild | 194 +
 2 files changed, 195 insertions(+)

diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest
index 80143154f5f..19093503ee6 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -1,2 +1,3 @@
 DIST octave-5.2.0.tar.gz 33360285 BLAKE2B 
6d53a48a7fbe929e372fd51d084c0269befd3140341f3f3a1f2cae02f9f085ed434c3336c770c9a856081197c93ee306f481dd116b958685175bc294e4db62ae
 SHA512 
fa2076fb22415e0797964c66cfb8d24643f178f45eb9c14ebb4c082767e0a53509fde550f579fa4a816348bd0f7cbc74f24144f9a30a5b9c09ebe1b3949db498
 DIST octave-6.2.0.tar.gz 32620419 BLAKE2B 
55fd06336263b43f921ef30cac4fb82951a6be19aa60b6c24f24bcf3884923d824b6e4e6a8ad2983c394f541e556f7830922b34f8565bff3d07a7830c5df3cb0
 SHA512 
4039b68ffa77e599c63aa5748411603e86943be63ce96b6810547ba9776fe400939957fd8c40b2f212dfe244c76e58fdbbc4025179c9785b773da9bbb9fedaf2
+DIST octave-6.3.0.tar.gz 32859335 BLAKE2B 
032f0e74b2fcd41358db1adc7f7274f6c8e327f5f86a32739864078bf236af26544f5988e774ebdd2ed28a6906e86556ce44ecd4bc5d3e710d839ecf5dcad9d9
 SHA512 
9582d7a7d84beef2a22d3dfaf45aee4778fc0dfc0ec1831c5bcb863dd0062e996e5b740519c23d2c730c3408e26745b9dbf73db5127ebae22da0b2532788

diff --git a/sci-mathematics/octave/octave-6.3.0.ebuild 
b/sci-mathematics/octave/octave-6.3.0.ebuild
new file mode 100644
index 000..0b137094276
--- /dev/null
+++ b/sci-mathematics/octave/octave-6.3.0.ebuild
@@ -0,0 +1,194 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic fortran-2 gnome2-utils java-pkg-opt-2 pax-utils 
toolchain-funcs xdg-utils
+
+DESCRIPTION="High-level interactive language for numerical computations"
+LICENSE="GPL-3"
+HOMEPAGE="https://www.gnu.org/software/octave/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+SLOT="0/${PV}"
+IUSE="curl doc fftw +glpk gnuplot gui hdf5 java opengl
+   portaudio postscript +qhull +qrupdate readline sndfile +sparse
+   ssl static-libs sundials X zlib"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+# Although it is listed in INSTALL.OCTAVE as a build tool, Octave runs
+# "makeinfo" from sys-apps/texinfo at runtime to convert its texinfo
+# documentation to text (see scripts/help/help.m).
+RDEPEND="
+   app-arch/bzip2
+   app-text/ghostscript-gpl
+   sys-apps/texinfo
+   dev-libs/libpcre:3=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   virtual/blas
+   virtual/lapack
+   curl? ( net-misc/curl:0= )
+   fftw? ( sci-libs/fftw:3.0= )
+   glpk? ( sci-mathematics/glpk:0= )
+   gnuplot? ( sci-visualization/gnuplot )
+   gui? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   x11-libs/qscintilla:=
+   )
+   hdf5? ( sci-libs/hdf5:0= )
+   java? ( >=virtual/jre-1.6.0:* )
+   opengl? (
+   media-libs/freetype:2=
+   media-libs/fontconfig:1.0=
+   virtual/glu
+   >=x11-libs/fltk-1.3:1=[opengl,xft]
+   x11-libs/gl2ps:0=
+   )
+   portaudio? ( media-libs/portaudio )
+   postscript? (
+   app-text/epstool
+   media-gfx/pstoedit
+   media-gfx/transfig
+   )
+   qhull? ( media-libs/qhull:0= )
+   qrupdate? ( sci-libs/qrupdate:0= )
+   readline? ( sys-libs/readline:0= )
+   sndfile? ( media-libs/libsndfile )
+   sparse? (
+   sci-libs/arpack:0=
+   sci-libs/camd:0=
+   sci-libs/ccolamd:0=
+   sci-libs/cholmod:0=
+   sci-libs/colamd:0=
+   sci-libs/cxsparse:0=
+   sci-libs/umfpack:0=
+   )
+   ssl? (
+dev-libs/openssl:0=
+   )
+   sundials? ( >=sci-libs/sundials-4:0= )
+   X? ( x11-libs/libX11:0= )"
+DEPEND="${RDEPEND}
+   

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/files/, sys-kernel/genkernel/

2021-09-30 Thread Thomas Deutschmann
commit: e31cc3aa827f1d83fd9e7d23a4bc32149d8e6ae2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 30 22:26:15 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 30 22:27:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31cc3aa

sys-kernel/genkernel: adopt changes from >=sys-apps/baselayout-2.8

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../files/genkernel-4.2.4-modprobe-d-fix.patch | 46 ++
 ...l-4.2.4-r1.ebuild => genkernel-4.2.4-r2.ebuild} |  5 ++-
 2 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/files/genkernel-4.2.4-modprobe-d-fix.patch 
b/sys-kernel/genkernel/files/genkernel-4.2.4-modprobe-d-fix.patch
new file mode 100644
index 000..09ac6422e16
--- /dev/null
+++ b/sys-kernel/genkernel/files/genkernel-4.2.4-modprobe-d-fix.patch
@@ -0,0 +1,46 @@
+From c869ac450ae286908cfed582b0c51fe327555833 Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Thu, 30 Sep 2021 23:12:52 +0200
+Subject: gen_initramfs.sh: append_modprobed(): Adopt changes from
+ sys-apps/baselayout-2.8
+
+In >=sys-apps/baselayout-2.8, /etc/modprobe.d was moved to /lib/modprobe.d.
+
+This commit will try to copy /etc/modprobe.d and /lib/modprobe.d but will
+no longer fail if one directory is missing.
+
+Signed-off-by: Thomas Deutschmann 
+---
+ gen_initramfs.sh | 15 ---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/gen_initramfs.sh b/gen_initramfs.sh
+index 8f11127..56d6a03 100755
+--- a/gen_initramfs.sh
 b/gen_initramfs.sh
+@@ -1832,10 +1832,19 @@ append_modprobed() {
+   mkdir "${TDIR}" || gen_die "Failed to create '${TDIR}'!"
+   cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
+ 
+-  mkdir -p "${TDIR}"/etc || gen_die "Failed to create '${TDIR}/etc'!"
++  local modprobe_dir
++  for modprobe_dir in /etc/modprobe.d /lib/modprobe.d
++  do
++  if [[ ! -e "${modprobe_dir}" ]]; then
++  print_info 5 "'${modprobe_dir}' does not exist; 
Skipping ..."
++  continue
++  fi
++
++  mkdir -p "${TDIR}${modprobe_dir}" || gen_die "Failed to create 
'${TDIR}${modprobe_dir}'!"
+ 
+-  cp -rL "/etc/modprobe.d" "${TDIR}"/etc/ 2>/dev/null \
+-  || gen_die "Failed to copy '/etc/modprobe.d'!"
++  cp -aL "${modprobe_dir}"/. "${TDIR}${modprobe_dir}" 2>/dev/null 
\
++  || gen_die "Failed to copy '${modprobe_dir}'!"
++  done
+ 
+   cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
+   log_future_cpio_content
+-- 
+cgit v1.2.3-18-g5258
+

diff --git a/sys-kernel/genkernel/genkernel-4.2.4-r1.ebuild 
b/sys-kernel/genkernel/genkernel-4.2.4-r2.ebuild
similarity index 99%
rename from sys-kernel/genkernel/genkernel-4.2.4-r1.ebuild
rename to sys-kernel/genkernel/genkernel-4.2.4-r2.ebuild
index f8f6847a650..dfef98dec33 100644
--- a/sys-kernel/genkernel/genkernel-4.2.4-r1.ebuild
+++ b/sys-kernel/genkernel/genkernel-4.2.4-r2.ebuild
@@ -125,7 +125,10 @@ if [[ ${PV} == * ]]; then
DEPEND="${DEPEND} app-text/asciidoc"
 fi
 
-PATCHES=( "${FILESDIR}"/${P}-fix-dropbear-depend.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-dropbear-depend.patch
+   "${FILESDIR}"/${P}-modprobe-d-fix.patch
+)
 
 src_unpack() {
if [[ ${PV} == * ]]; then



[gentoo-commits] repo/gentoo:master commit in: sys-fs/mtpfs/files/, sys-fs/mtpfs/

2021-09-30 Thread Bernard Cafarelli
commit: 8c778578a4f5e73a7edff20e09d35afbac7a8c06
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Sep 30 22:20:05 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Sep 30 22:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c778578

sys-fs/mtpfs: fix deprecated init of lock

This became an error with glib 2.70

Closes: https://bugs.gentoo.org/814965
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../files/mtpfs-1.1-deprecated_lock_init.patch | 24 ++
 sys-fs/mtpfs/mtpfs-1.1-r6.ebuild   |  3 ++-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/sys-fs/mtpfs/files/mtpfs-1.1-deprecated_lock_init.patch 
b/sys-fs/mtpfs/files/mtpfs-1.1-deprecated_lock_init.patch
new file mode 100644
index 000..d369ebfe1f2
--- /dev/null
+++ b/sys-fs/mtpfs/files/mtpfs-1.1-deprecated_lock_init.patch
@@ -0,0 +1,24 @@
+diff -Naur mtpfs-1.1.orig/mtpfs.c mtpfs-1.1/mtpfs.c
+--- mtpfs-1.1.orig/mtpfs.c 2021-10-01 00:15:15.763423589 +0200
 mtpfs-1.1/mtpfs.c  2021-10-01 00:16:07.626486888 +0200
+@@ -1371,6 +1371,8 @@
+ extern int optind;
+ extern char *optarg;
+ 
++g_mutex_init(_lock);
++
+ //while ((opt = getopt(argc, argv, "d")) != -1 ) {
+ //switch (opt) {
+ //case 'd':
+diff -Naur mtpfs-1.1.orig/mtpfs.h mtpfs-1.1/mtpfs.h
+--- mtpfs-1.1.orig/mtpfs.h 2021-10-01 00:15:15.779423609 +0200
 mtpfs-1.1/mtpfs.h  2021-10-01 00:16:20.322502337 +0200
+@@ -77,7 +77,7 @@
+ static GSList *myfiles = NULL;
+ static LIBMTP_playlist_t *playlists = NULL;
+ static gboolean playlists_changed = FALSE;
+-static GMutex device_lock = G_STATIC_MUTEX_INIT;
++static GMutex device_lock;
+ 
+ 
+ #endif /* _MTPFS_H_ */

diff --git a/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild b/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild
index 3bc2351e26c..04dd5b86b90 100644
--- a/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild
+++ b/sys-fs/mtpfs/mtpfs-1.1-r6.ebuild
@@ -27,7 +27,8 @@ DOCS=(AUTHORS NEWS README)
 PATCHES=( "${FILESDIR}"/${P}-fix-mutex-crash.patch
"${FILESDIR}"/${P}-unitialized-variable.patch
"${FILESDIR}"/${P}-wking-patches/
-   "${FILESDIR}"/${P}-g_printf.patch )
+   "${FILESDIR}"/${P}-g_printf.patch
+   "${FILESDIR}"/${P}-deprecated_lock_init.patch )
 
 src_prepare() {
default



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

2021-09-30 Thread Zac Medico
commit: bc0a3189f4326a1acf415c8e75e724debaca9d17
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep 30 21:50:37 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep 30 21:54:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0a3189

app-misc/jpipe: PYTHON_DEPS and PYTHON_REQUIRED_USE

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

 app-misc/jpipe/jpipe-0.2.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-misc/jpipe/jpipe-0.2.0.ebuild 
b/app-misc/jpipe/jpipe-0.2.0.ebuild
index b8b7353245b..cf48afdfc53 100644
--- a/app-misc/jpipe/jpipe-0.2.0.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0.ebuild
@@ -376,11 +376,15 @@ SLOT="0"
 KEYWORDS="~amd64"
 RESTRICT+=" test"
 IUSE="jpp-symlink jp-symlink python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 RDEPEND="
jpp-symlink? ( !app-misc/jp[jpp] )
jp-symlink? ( !app-misc/jp[jp] )
-   python? ( dev-python/jmespath[${PYTHON_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   )
 "
 
 src_unpack() {



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

2021-09-30 Thread Michał Górny
commit: f7506b1e54c75ea6c16994cfbab07a70c8ddb9fc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 30 21:33:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 30 21:33:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7506b1e

dev-python/readme_renderer: Bump to 30.0

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

 dev-python/readme_renderer/Manifest|  1 +
 .../readme_renderer/readme_renderer-30.0.ebuild| 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/readme_renderer/Manifest 
b/dev-python/readme_renderer/Manifest
index 2bde2a64da7..2a3f47107c4 100644
--- a/dev-python/readme_renderer/Manifest
+++ b/dev-python/readme_renderer/Manifest
@@ -1 +1,2 @@
 DIST readme_renderer-29.0.tar.gz 27169 BLAKE2B 
e500e2a426045104a6cb5bf0eb13036811d569223dbe96d5d37298c1f344dfeb8d1c3d5af55feb822ba7616ae072ad913c0f7c69bd6a9767a5a2d1db2eb61a5c
 SHA512 
b5f462c3ee077f5711c18a4c0243b084730a705bf5476355265d18ce4bfd696edd30a28aaa8f3aaf96b531a2cbf32bd9ed143431bfbbf08cd7ac7234a2d57a7c
+DIST readme_renderer-30.0.tar.gz 27065 BLAKE2B 
974d6070e2704e293701101a99161b7a23b97799b0bb841bc196e603eb97314fe5dcc93329aea2c67921f3ad6afc8f66c6b3742b4de966547ecc5ba2027421a8
 SHA512 
fafaae9a9ed61338611c509fd907f6314b97d13a30fb5cdfa2b8dd5d08097fa05d8edd27fd880725f783cf96326dee40e85da60bb4948bc810162b53528d18e4

diff --git a/dev-python/readme_renderer/readme_renderer-30.0.ebuild 
b/dev-python/readme_renderer/readme_renderer-30.0.ebuild
new file mode 100644
index 000..1b1eb632f04
--- /dev/null
+++ b/dev-python/readme_renderer/readme_renderer-30.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="a library for rendering \"readme\" descriptions for Warehouse"
+HOMEPAGE="https://github.com/pypa/readme_renderer 
https://pypi.org/project/readme-renderer/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/bleach-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.13.1[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+DOCS=( README.rst )
+
+distutils_enable_tests pytest



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

2021-09-30 Thread Michał Górny
commit: 95bcddacc1a7dd83dac1d0f4495a4d39897b7904
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 30 21:35:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 30 21:35:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bcddac

dev-python/cachetools: Bump to 4.2.4

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

 dev-python/cachetools/Manifest|  1 +
 dev-python/cachetools/cachetools-4.2.4.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index e42e751fee7..a56842d707e 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1,2 +1,3 @@
 DIST cachetools-4.2.2.tar.gz 23682 BLAKE2B 
7c1163d216fed3a5258ecb1c6306468d0ace8c629275cfb4f3aa3c4e6d9e2560683ac5504b0ee3439901f1e53b7428e27a78c909f6629d3b006610ec8ef35e98
 SHA512 
b3aa68cecbd9f20e0ff482c497c5011f4d1bfe4ed106914433c6bcaa203fb29592e056807767efdcea0cf7dbd3a08f3edc9c0ea8b328a1442792f9be2049c860
 DIST cachetools-4.2.3.tar.gz 24587 BLAKE2B 
2a4d52e11604de0ce9e8a112bce7990d02553216425ff33279f0f898737f3cc39254349b50199bf17c5285de834248737ce3d5ae3610f64ebb925c0dd3e555a0
 SHA512 
ceab0ed27c8059e777fa2800c988735bdd2101a6191c20688cebcb7b5ba717eb799b506f6030d39a17fa744863da6b5eecc608d855a67fec0e9bbb0ac005c7af
+DIST cachetools-4.2.4.tar.gz 25487 BLAKE2B 
91979f72b8719f4fbc57421ded6edcca38106814997abd2a17c1147af55a1b64e11b347c8ef790cd8cdafbd83b8492d377540b872430d285584aa3d3228f6435
 SHA512 
29a6bb3a064e5603cd3e3882d8e5a6a6ef95ba3029716692c9a82d7186a0befcfb8ed4a0ee3ecb591fdff93a46836d5b25acca7ba5eab1ba837e86404aea8fcf

diff --git a/dev-python/cachetools/cachetools-4.2.4.ebuild 
b/dev-python/cachetools/cachetools-4.2.4.ebuild
new file mode 100644
index 000..a1863429285
--- /dev/null
+++ b/dev-python/cachetools/cachetools-4.2.4.ebuild
@@ -0,0 +1,17 @@
+# 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="Extensible memoizing collections and decorators"
+HOMEPAGE="https://pypi.org/project/cachetools/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+distutils_enable_tests pytest



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

2021-09-30 Thread Michał Górny
commit: 7d3c7e46765e9d7f459e91b44413ec57bb18800d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 30 21:31:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 30 21:31:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3c7e46

dev-python/boto3: Bump to 1.18.52

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.18.52.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index fa73fca16e5..5f917136c2c 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -11,3 +11,4 @@ DIST boto3-1.18.48.tar.gz 420028 BLAKE2B 
d6bbf60141f2806519bdd0f4f364698ac7ab6e8
 DIST boto3-1.18.49.tar.gz 420662 BLAKE2B 
92995cd06f19e26200ea51e6d171914ddbb20b860b286b34cf97ffc6c9ee4f29b59073d84cc7d99b2cd5349bbaff03ac004431ae2cf65af571044c6c52634f55
 SHA512 
4d94e11b974857709dc7907bd31a3eab087eafff3938286803d4d1bc850d90e4dd82be747a3a9c4725bb15e3670a12c8bd239a98df23198c498519d196279dc0
 DIST boto3-1.18.50.tar.gz 420875 BLAKE2B 
22bfcf6ffb6ae87bf45a907f50998f8a04555fccf5e327037c4127f31ea097bf497ad63d08875f10de91a19e9bc53a022caf37af6badf00c424f4e84882fa35c
 SHA512 
25d524e7a96e6f9020dab689536b012a3c708fd03898240e8186df1c89dd049bb627488706abb687173e4d692c85d5258468c903319614f0854d3a4cfab5ac2e
 DIST boto3-1.18.51.tar.gz 421143 BLAKE2B 
f3a943a2b8d91602017b70a0a4f9233a1c3d0bcd189594ba3b70db3d4a8b5f61758e0b7e5bc1658601b6fd58e47eb5ebf7d329a78ebd014b30d7047065b9c806
 SHA512 
88c6753bf12aff9c161276802be8936209197698065fb47a6ebf2d9de2b7cab7be9eef0779d612f9327cb444604baf1ca4527de60e7cd396c0a12e2495e6e838
+DIST boto3-1.18.52.tar.gz 421808 BLAKE2B 
f81c00ee211d3e9402d4b266030696fe40773364b145184cdcb57feee6f7011cbb16345177a4bd2fe74325b133c7e1690a95345a40cccaf14c48de1232dba4f0
 SHA512 
1ea23881c0a06fe1ad9b30b612b25d7a0b92fbd373483f0e0a604168cca77442fd963ac9363a8ce9cf4a412471e4a4951e7c4428b550c29571dcac3b1d041f8d

diff --git a/dev-python/boto3/boto3-1.18.52.ebuild 
b/dev-python/boto3/boto3-1.18.52.ebuild
new file mode 100644
index 000..450c87d9f8b
--- /dev/null
+++ b/dev-python/boto3/boto3-1.18.52.ebuild
@@ -0,0 +1,53 @@
+# 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 pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit}
+}



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

2021-09-30 Thread Michał Górny
commit: 475f333b4e6209431849b4b0d020a0e870f79a17
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 30 21:36:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 30 21:38:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475f333b

dev-python/django-sortedm2m: Bump to 3.1.1

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

 dev-python/django-sortedm2m/Manifest   |  1 +
 .../django-sortedm2m/django-sortedm2m-3.1.1.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-sortedm2m/Manifest 
b/dev-python/django-sortedm2m/Manifest
index f4e75b5234e..8fbaab22e0a 100644
--- a/dev-python/django-sortedm2m/Manifest
+++ b/dev-python/django-sortedm2m/Manifest
@@ -1 +1,2 @@
 DIST django-sortedm2m-3.0.2.gh.tar.gz 44296 BLAKE2B 
41dd4a7bc654fef638f7a387b1307ee32ca2d8733f4ba6b9fffc92a9ab4c6af7d64159cd5a24f4305483502609a1730fe12a3072f493251840ba840b98155877
 SHA512 
4e58ff37cdd798d88c47a8efee2bc783ad7109b30e023127345b6d12b176e452d6125fbcaba5392fc11660df3e8b66be4b23d5ff7ab90020f946cfedc80276a7
+DIST django-sortedm2m-3.1.1.gh.tar.gz 45888 BLAKE2B 
878a23d5f5dad114b0b6ef9bd687d4e23620c823a8ad33a66b7c6c1e598db15e5328a46373dd6d7fd9449b4ba533e21664db716cde40150af2451a74f2f28fda
 SHA512 
440c049a1fbe54c0db8edb0a5a737b5d84553afb7305d21a64c2dbac02f143e6f17e7e0499a4d3e687b13f292558d7818c030d78d8cc9443048a95ae6b50204f

diff --git a/dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild 
b/dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild
new file mode 100644
index 000..462523bd30b
--- /dev/null
+++ b/dev-python/django-sortedm2m/django-sortedm2m-3.1.1.ebuild
@@ -0,0 +1,35 @@
+# 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="Drop-in replacement for django's many to many field with sorted 
relations"
+HOMEPAGE="https://pypi.org/project/django-sortedm2m/
+   https://github.com/jazzband/django-sortedm2m;
+SRC_URI="
+   https://github.com/jazzband/django-sortedm2m/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )"
+
+python_test() {
+   local -x PYTHONPATH=test_project:${PYTHONPATH}
+   local -x DB_ENGINE=sqlite3
+   local -x DB_NAME=":memory:"
+   django-admin test -v 2 --settings=settings --noinput sortedm2m_tests ||
+   die "Tests fail with ${EPYTHON}"
+}



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

2021-09-30 Thread Michał Górny
commit: 5b2475b09d2f4e0373505f46c154a4fc214a0faa
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 30 21:31:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 30 21:31:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2475b0

app-admin/awscli: Bump to 1.20.52

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.20.52.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 6da2708fce9..c301558ef53 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -11,3 +11,4 @@ DIST awscli-1.20.48.tar.gz 2079233 BLAKE2B 
9871d66b2acfb83572e200c8c6951f8ccab0c
 DIST awscli-1.20.49.tar.gz 2079908 BLAKE2B 
7aac4ff54993b70eed395ab625c6b1ed9631465f7a7672f58575a8f563036b1c03cf761bf47e7c6e36ce24066a603015684020f551180891467469b76d3d4e28
 SHA512 
846bf1de3d2a4305cf0d4980e2c9422d5ae517e01bf6c7cecedf96308a0fe030928feb0efefec074ca304b429b71e0e22070bec323998edd4109d16d20349e6f
 DIST awscli-1.20.50.tar.gz 2079977 BLAKE2B 
f6cd055fb74641023bbfa664a817ac19dcfa1d6a33489cd70e4d2255bd8dbe35aa900e88c312b26db77ff066c7b513e758ef67e42e44e6e7d48b2599359251db
 SHA512 
d01c648bfb089e9663ecc9976a60e865155462fd7ad97714e0959b867126b7031433e59716edc31e08893c77f09e92c8885c8df5dbaf7715eac592bf634ef5d7
 DIST awscli-1.20.51.tar.gz 2080377 BLAKE2B 
b7d32d129956817c98f43ea44200027389569e1484d568e3632f71c527a77ffb5e15045ce64fae72d9835856e81fea091f2fde293626e918cacf52c933204d35
 SHA512 
1cab00c694f19bbd14c4a0da01a28ef19eca00b03b1da377d2ee7b03e3c397c99f49fc2994679a08211ba41f583d5b2d1b39dac9990a3dc5ebfd121a376b7ca3
+DIST awscli-1.20.52.tar.gz 2080775 BLAKE2B 
ea71ef44ff4ba0758a3e4f7fb5784c852ab6df3ba33ae5345c5e8bf43d46e693457110555af9570996ab3035a50847261eebb12b04c63cfe150bca01fcef3aa9
 SHA512 
c388ee9b6b73fc49d1a39772dc93c90b7472f63c65100b2ee9dec46893210f9104c32a9dbf0570d6c790f1faa703e7f0ec900395bb9964898b3bcd046a879721

diff --git a/app-admin/awscli/awscli-1.20.52.ebuild 
b/app-admin/awscli/awscli-1.20.52.ebuild
new file mode 100644
index 000..81d5997098c
--- /dev/null
+++ b/app-admin/awscli/awscli-1.20.52.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}]
+"
+
+distutils_enable_tests --install pytest
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit}
+}
+
+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-09-30 Thread Michał Górny
commit: 758b1cf28f2a12e8300f3fdef8b1fc9a8a89fa02
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 30 21:30:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 30 21:30:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758b1cf2

dev-python/botocore: Bump to 1.21.52

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.21.52.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index caa689838c9..9891366fd1d 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -11,3 +11,4 @@ DIST botocore-1.21.48.tar.gz 8180642 BLAKE2B 
9efa407e69caebd7a8c8f058c356b024ac5
 DIST botocore-1.21.49.tar.gz 8202118 BLAKE2B 
cdda23ddbd1d9540c8dc1e53763bfccf9984a8df65683f1bb9e7541beca866beba75fd76a983c14c953224cdc19749b0e0af7e17529b4bd41869b5a2bfa49d0a
 SHA512 
4a85a0bef518b57942b57fe01b10c588c3cceb1d8c7fa14e4bdc2e0c53fd3bf5b19947659870ce4af57bdabc4036d9a8c15b53530b7ec312e33b5bb91a784781
 DIST botocore-1.21.50.tar.gz 8204209 BLAKE2B 
a2db3a93696d6be68268265a7dbd1809edcaf9a3039974d55d718a86a3f9c8a08342f54ec9a491cdb0d32b6bb5505bc17e21d43fa8be2a93b34cc8305fb06b55
 SHA512 
b487a0463159d6e9109f8d195a567c0c086f705406b52554f2f18ccd57aff6e116e9176716a79f5d24066a43a8193ec088fdd4671df69d6c23102537b59c4f7d
 DIST botocore-1.21.51.tar.gz 8204164 BLAKE2B 
cf9a74b509ee721d19dc3c2f3e6c1ed5f571ea35ab813402d13d285c5f465f8146b1fe3ca99b863e4eb48574034ccadca6dfd0cc118f267ea917d4822f1bfa73
 SHA512 
4835bfcceb14a46315afdd74ee8015d51c951c4dd8e8b49fbbd9c02bbfd2958925b52661a65a9a26be6c386e2d251bea4322a8f9c3749d4815f2efdb97e403f8
+DIST botocore-1.21.52.tar.gz 8219147 BLAKE2B 
2f60387b57cae96f288d08f71a68c6135c3e13008a31f4e9fd7dc19b9a98a90b20de92d7b3aa2e0a793524cf3944b5a707202e201214eb3fd84a8da47486473e
 SHA512 
9b773e6852ab2b5f7f96383b6dc2d0d7d85d45d2124cc896e216cea576f82be8a642bdc8664b3478901dc154898211b9a3ef5cc0501cdf0f9cc75a6eb170cba7

diff --git a/dev-python/botocore/botocore-1.21.52.ebuild 
b/dev-python/botocore/botocore-1.21.52.ebuild
new file mode 100644
index 000..638620b2cbc
--- /dev/null
+++ b/dev-python/botocore/botocore-1.21.52.ebuild
@@ -0,0 +1,50 @@
+# 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/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 pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   epytest tests/{functional,unit}
+}



[gentoo-commits] proj/genkernel:master commit in: /

2021-09-30 Thread Thomas Deutschmann
commit: c869ac450ae286908cfed582b0c51fe327555833
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 30 21:12:52 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 30 21:12:52 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c869ac45

gen_initramfs.sh: append_modprobed(): Adopt changes from sys-apps/baselayout-2.8

In >=sys-apps/baselayout-2.8, /etc/modprobe.d was moved to /lib/modprobe.d.

This commit will try to copy /etc/modprobe.d and /lib/modprobe.d but will
no longer fail if one directory is missing.

Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_initramfs.sh | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 8f11127..56d6a03 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -1832,10 +1832,19 @@ append_modprobed() {
mkdir "${TDIR}" || gen_die "Failed to create '${TDIR}'!"
cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
 
-   mkdir -p "${TDIR}"/etc || gen_die "Failed to create '${TDIR}/etc'!"
+   local modprobe_dir
+   for modprobe_dir in /etc/modprobe.d /lib/modprobe.d
+   do
+   if [[ ! -e "${modprobe_dir}" ]]; then
+   print_info 5 "'${modprobe_dir}' does not exist; 
Skipping ..."
+   continue
+   fi
+
+   mkdir -p "${TDIR}${modprobe_dir}" || gen_die "Failed to create 
'${TDIR}${modprobe_dir}'!"
 
-   cp -rL "/etc/modprobe.d" "${TDIR}"/etc/ 2>/dev/null \
-   || gen_die "Failed to copy '/etc/modprobe.d'!"
+   cp -aL "${modprobe_dir}"/. "${TDIR}${modprobe_dir}" 2>/dev/null 
\
+   || gen_die "Failed to copy '${modprobe_dir}'!"
+   done
 
cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
log_future_cpio_content



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

2021-09-30 Thread Agostino Sarubbo
commit: 1be5cf17338213d7474203ac4ba2277fcdae8e08
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 30 20:51:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 30 20:51:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be5cf17

sci-libs/fplll: amd64 stable wrt bug #813894

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

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

diff --git a/sci-libs/fplll/fplll-5.4.0.ebuild 
b/sci-libs/fplll/fplll-5.4.0.ebuild
index e65ab2e307d..577db2e4a49 100644
--- a/sci-libs/fplll/fplll-5.4.0.ebuild
+++ b/sci-libs/fplll/fplll-5.4.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/7"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs qd"
 
 BDEPEND="qd? ( virtual/pkgconfig )"



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

2021-09-30 Thread Agostino Sarubbo
commit: 3212dc42847fdf317104ac87e3fcd919b1e2668d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 30 20:51:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 30 20:51:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3212dc42

dev-java/openjdk: amd64 stable wrt bug #810610

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

 dev-java/openjdk/openjdk-11.0.12_p7.ebuild | 2 +-
 dev-java/openjdk/openjdk-8.302_p08.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/openjdk/openjdk-11.0.12_p7.ebuild 
b/dev-java/openjdk/openjdk-11.0.12_p7.ebuild
index e6cf8c5cdf7..f96a8a2c0e7 100644
--- a/dev-java/openjdk/openjdk-11.0.12_p7.ebuild
+++ b/dev-java/openjdk/openjdk-11.0.12_p7.ebuild
@@ -15,7 +15,7 @@ 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"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
 
 IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap 
+pch selinux source systemtap"
 

diff --git a/dev-java/openjdk/openjdk-8.302_p08.ebuild 
b/dev-java/openjdk/openjdk-8.302_p08.ebuild
index e0adcf48d13..61e3e894524 100644
--- a/dev-java/openjdk/openjdk-8.302_p08.ebuild
+++ b/dev-java/openjdk/openjdk-8.302_p08.ebuild
@@ -43,7 +43,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap +pch 
selinux source"
 
 COMMON_DEPEND="



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

2021-09-30 Thread Agostino Sarubbo
commit: 7ac812c079b373d4877e6c5efb0fc72bdb5a837d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 30 20:51:21 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 30 20:51:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac812c0

dev-java/openjdk-bin: amd64 stable wrt bug #810610

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

 dev-java/openjdk-bin/openjdk-bin-11.0.12_p7.ebuild | 2 +-
 dev-java/openjdk-bin/openjdk-bin-8.302_p08.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/openjdk-bin/openjdk-bin-11.0.12_p7.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-11.0.12_p7.ebuild
index 85c12bd7c71..6bd34d6f19a 100644
--- a/dev-java/openjdk-bin/openjdk-bin-11.0.12_p7.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-11.0.12_p7.ebuild
@@ -30,7 +30,7 @@ SRC_URI="
 DESCRIPTION="Prebuilt Java JDK binaries provided by Eclipse Temurin"
 HOMEPAGE="https://adoptium.net;
 LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x64-macos"
 IUSE="alsa cups +gentoo-vm headless-awt selinux source"
 
 RDEPEND="

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.302_p08.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.302_p08.ebuild
index 4b692dbadd7..c5ca96ab59b 100644
--- a/dev-java/openjdk-bin/openjdk-bin-8.302_p08.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-8.302_p08.ebuild
@@ -34,7 +34,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x64-macos"
 
 IUSE="alsa cups examples headless-awt selinux source"
 



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

2021-09-30 Thread Agostino Sarubbo
commit: fddc25b3c4f0fab4b5b74c38d35caa256af05fbb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 30 20:51:25 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 30 20:51:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddc25b3

dev-java/openjdk-jre-bin: amd64 stable wrt bug #810610

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

 dev-java/openjdk-jre-bin/openjdk-jre-bin-8.302_p08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.302_p08.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.302_p08.ebuild
index 84b9bc863e1..d305daf5c17 100644
--- a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.302_p08.ebuild
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.302_p08.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-2-with-classpath-exception"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="alsa cups headless-awt selinux"
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xemacs-eterm/

2021-09-30 Thread Mats Lidell
commit: 1d260f15db3b69eff783cdb0fcaeec7ed91249e3
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu Sep 30 20:50:32 2021 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Thu Sep 30 20:50:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d260f15

app-xemacs/xemacs-eterm: drop 1.17, 1.18-r1

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/xemacs-eterm/Manifest|  2 --
 app-xemacs/xemacs-eterm/xemacs-eterm-1.17.ebuild| 17 -
 app-xemacs/xemacs-eterm/xemacs-eterm-1.18-r1.ebuild | 18 --
 3 files changed, 37 deletions(-)

diff --git a/app-xemacs/xemacs-eterm/Manifest b/app-xemacs/xemacs-eterm/Manifest
index 40749c73861..b04c1b06aee 100644
--- a/app-xemacs/xemacs-eterm/Manifest
+++ b/app-xemacs/xemacs-eterm/Manifest
@@ -1,3 +1 @@
-DIST eterm-1.17-pkg.tar.gz 109229 BLAKE2B 
45fdfe9dd109b960d1a86f8099f53f9c12924f9cae6eac53f8fdf10accf59b07bea5b2ce3c013d93b7dc343a7adfa070e28d3207a7a1ccedc0844f1ce529d798
 SHA512 
0ba75254551fc3e10647088a0050dd076c0fb92e1d9549ee02fbc855e19ec5ea41ca24d0f61e080adac17f1427289607d6320950dee486f92630bc2f4b3a3e2f
-DIST eterm-1.18-pkg.tar.gz 116169 BLAKE2B 
2fdfd0575c9df55eee88ac14009518106af175aa94ba0c4243c5930c35827134d7186c1cbf7031615af3141f53cdad591b105488110584ac6b9b464fea2307a6
 SHA512 
110cc05d4f29f38c881eb5205c94ad841e16b67e6a4386c6d8f00945d4f1b20aa859c1295f987cee317a7b974121c59f2a5ebafac0057a261f9c7bf09eb7846a
 DIST eterm-1.20-pkg.tar.gz 116176 BLAKE2B 
953a801d761560e0a81de726d4b83e1b00c686360ccd66b7f89af190f154d0f563060ade702b8a63dcf68f885827e54ba15121e90a204f5dd108156c4dc458e8
 SHA512 
67d81b39761948d548fcd4fce200376702ce1884deb817c16e2db59c7eb3b571c60663ada91082433e08b42fedf62d07e31abd0f377cc4e44352398e826c7268

diff --git a/app-xemacs/xemacs-eterm/xemacs-eterm-1.17.ebuild 
b/app-xemacs/xemacs-eterm/xemacs-eterm-1.17.ebuild
deleted file mode 100644
index 2de2e6bd92d..000
--- a/app-xemacs/xemacs-eterm/xemacs-eterm-1.17.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Terminal emulation"
-XEMACS_PKG_CAT="standard"
-
-MY_PN=${PN/xemacs-/}
-SRC_URI="http://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz;
-
-RDEPEND="app-xemacs/xemacs-base"
-
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages

diff --git a/app-xemacs/xemacs-eterm/xemacs-eterm-1.18-r1.ebuild 
b/app-xemacs/xemacs-eterm/xemacs-eterm-1.18-r1.ebuild
deleted file mode 100644
index 2aff2d7750b..000
--- a/app-xemacs/xemacs-eterm/xemacs-eterm-1.18-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=${PN/xemacs-/}
-XEMACS_PKG_CAT="standard"
-
-inherit xemacs-packages
-
-SLOT="0"
-DESCRIPTION="Terminal emulation"
-
-SRC_URI="http://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz;
-
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-RDEPEND="app-xemacs/xemacs-base"



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xemacs-ispell/

2021-09-30 Thread Mats Lidell
commit: c230603a894c6da5d509ceb6f31f62aebb596d18
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu Sep 30 20:41:24 2021 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Thu Sep 30 20:41:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c230603a

app-xemacs/xemacs-ispell: drop 1.32

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/xemacs-ispell/Manifest  |  1 -
 app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/app-xemacs/xemacs-ispell/Manifest 
b/app-xemacs/xemacs-ispell/Manifest
index 110655868f2..45cb2980ea0 100644
--- a/app-xemacs/xemacs-ispell/Manifest
+++ b/app-xemacs/xemacs-ispell/Manifest
@@ -1,2 +1 @@
-DIST ispell-1.32-pkg.tar.gz 83587 BLAKE2B 
80c65a5bb22711c6690ddef1213d60b5f6cca8d5fe342267e931294a10a976c9f3a50e6ba2d539720e460a25779363c954aac37b4c413741784251849fce0785
 SHA512 
02108c33e5611ecd4ce6c574fcb12a93d3c8753079925c624ae3b155a6b13efaef581c468e311e7aa1f85e0a032cebf2a466ce8e5a9647be0b748251c3dfc070
 DIST ispell-1.37-pkg.tar.gz 102787 BLAKE2B 
c77034361f9ac9e69b51e2a17db78e675acfa5f55a25dda453d2612558ca0b4a1c2fb9b57fde17e2550a7ee4f2a8187a8983766f2e0282ce2fb793e13ab619a4
 SHA512 
6896c5fe7b9a10d3e11103dde8dbe7a23446c969a2af8e99815d34f621227076aa57061ebca589a3cd5decf5bf47a8c34ecafc73fe13f5310874edfbbedb8c8c

diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild 
b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild
deleted file mode 100644
index 08af9227060..000
--- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Spell-checking with GNU ispell"
-XEMACS_PKG_CAT="standard"
-
-MY_PN=${PN/xemacs-/}
-
-SRC_URI="http://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz;
-
-RDEPEND=""
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-
-inherit xemacs-packages



[gentoo-commits] repo/proj/guru:dev commit in: app-accessibility/rhvoice/

2021-09-30 Thread Anna Vyalkova
commit: f938606de97277bed5d6432cca0e153d5ae20632
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Sep 30 16:32:52 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Sep 30 16:35:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f938606d

app-accessibility/rhvoice: update EAPI 7 -> 8

- drop "cli" use flag (deprecated)
- drop "utils" use flag (fails to build)
- do not remove Hardening.cmake module
- fix depends

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

 app-accessibility/rhvoice/Manifest |  2 +-
 app-accessibility/rhvoice/metadata.xml | 67 +-
 ...hvoice-1.4.2.ebuild => rhvoice-1.4.2-r1.ebuild} | 39 ++---
 3 files changed, 47 insertions(+), 61 deletions(-)

diff --git a/app-accessibility/rhvoice/Manifest 
b/app-accessibility/rhvoice/Manifest
index 3a3eadbd1..e6d18c70c 100644
--- a/app-accessibility/rhvoice/Manifest
+++ b/app-accessibility/rhvoice/Manifest
@@ -4,4 +4,4 @@ DIST rhvoice-evgeniy-eng-4.0.tar.gz 7338125 BLAKE2B 
58eaf04e77bde46e5013e3959815
 DIST rhvoice-evgeniy-rus-4.0.tar.gz 9962477 BLAKE2B 
d3fffbd54813d80734b59b6ac0ed96c0e07ce4266594a918acc01fe2bdd649d854ffe7306b57c3cb3718cdc1a090f6f7f28712005c708a39a486867760162cf9
 SHA512 
4053185fd5cff60a8cf3355fad69ab63348fc5047a7e5d2328a639a5c65cecfaadc92d63599b0b8bc7ca804753593c78c837621cdd153c6ce247100141b96500
 DIST rhvoice-victoria-4.0.tar.gz 7425747 BLAKE2B 
221805cef8b21cee24dcd34cde06450a7f9a2a588820265ae51729ddc73604caf2e089fb97ee96bf7503018f4fa967aa416fe0f0cfaf597e4d0dea4e0c72de54
 SHA512 
03b95f76bbd0b213fac867705acd3229f2d62448cdb863968b6ff02cc06f162d07a6154418e3ceee63d8d5352a00c1fed57b635d59424234b6cae3b1914da1cb
 DIST rhvoice-volodymyr-4.0.tar.gz 10794551 BLAKE2B 
a0e1f78652ecc8f89bfa404fcab6d3400e0f45282da53317a4af340c9acaffb545460f3a4bbf309b9a2525bd3695a4ff47edd00cb6692651377d44d717949375
 SHA512 
8f0f15229d451bbcf6db3b0f267e82635603b582f2af18d14421f3e108cdd14e4164e74e3c4723226e37b8ee7287ffa5d4083f9d2defd8b5c1b559eba547e849
-DIST rhvoice-yuriy.tar.gz 12734672 BLAKE2B 
7e49c0825bfc148e8e7144d578c95ad159e2c935256174134f0682318f78b5162205b3781d365cc333c61123c1b118b464e28d63046bc497a75afcd6f8fbbc85
 SHA512 
07c9e65277c1774cf0185ba60107ff8f0dda5fa18eeadbfcb0cbdf5258e3fd2a364bb91c796473c9294a61e5c9366080d4d6ee115aace37f533ea1e6f167690b
+DIST rhvoice-yuriy-4.0.tar.gz 12734672 BLAKE2B 
7e49c0825bfc148e8e7144d578c95ad159e2c935256174134f0682318f78b5162205b3781d365cc333c61123c1b118b464e28d63046bc497a75afcd6f8fbbc85
 SHA512 
07c9e65277c1774cf0185ba60107ff8f0dda5fa18eeadbfcb0cbdf5258e3fd2a364bb91c796473c9294a61e5c9366080d4d6ee115aace37f533ea1e6f167690b

diff --git a/app-accessibility/rhvoice/metadata.xml 
b/app-accessibility/rhvoice/metadata.xml
index 9e4ffb92d..e90d33d77 100644
--- a/app-accessibility/rhvoice/metadata.xml
+++ b/app-accessibility/rhvoice/metadata.xml
@@ -1,45 +1,32 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   RHVoice/RHVoice
-   
-   
-   cyber+gen...@sysrq.in
-   Anna
-   
-   
-   
-   Build a CLI application that allows you to synthesize 
speech
-   
-   
-   Build a client allowing to speak text (deprecated - use 
speech-dispatcher)
-   
-   
-   Build a server application
-   
-   
-   Build a speech-dispatcher middleware module
-   
-   
-   Build utilities needed for the ones creating voices
-   
-   
-   
-   RHVoice is a free and open source speech synthesizer.
+
+   RHVoice/RHVoice
+
+
+   cyber+gen...@sysrq.in
+   Anna
+
+
+   Build a CLI application that allows you to synthesize 
speech
+   Build a server application
+   Build a speech-dispatcher middleware 
module
+   
+
+
+   RHVoice is a free and open source speech synthesizer.
 
-   Voices are built from recordings of natural speech. They have
-   small footprints, because only statistical models are stored
-   on users' computers. And though the voices lack the
-   naturalness of the synthesizers which generate speech by
-   combining segments of the recordings themselves, they are
-   still very intelligible and resemble the speakers who recorded
-   the source material.
+   Voices are built from recordings of natural speech. They have small
+   footprints, because only statistical models are stored on users'
+   computers. And though the voices lack the naturalness of the
+   synthesizers which generate speech by combining segments of the
+   recordings themselves, they are still very intelligible and resemble
+   

[gentoo-commits] repo/gentoo:master commit in: app-xemacs/xlib/

2021-09-30 Thread Mats Lidell
commit: e29f8e03c39e4bb57a0885a350b47eeccf6a8ee7
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu Sep 30 20:33:24 2021 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Thu Sep 30 20:35:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29f8e03

app-xemacs/xlib: drop 1.14

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/xlib/Manifest |  1 -
 app-xemacs/xlib/xlib-1.14.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-xemacs/xlib/Manifest b/app-xemacs/xlib/Manifest
index 43ba8376997..0e675521b59 100644
--- a/app-xemacs/xlib/Manifest
+++ b/app-xemacs/xlib/Manifest
@@ -1,2 +1 @@
-DIST xlib-1.14-pkg.tar.gz 205806 BLAKE2B 
87c98668972496db0950181354633409a1416a5a20e4764913b5b0ef6c99e3fa487ec67f2b460b60eecb2358b1ba6e9bb532fbae53036ecb5d73b07eb2b483c7
 SHA512 
ad704e10cfbf8fb01ab5c47b58a0acefda615dda2d63b56c2416b023737a23e7b748f752b11336e2379271e84e1731db7e72274930ff82c16ed00921a0e0
 DIST xlib-1.16-pkg.tar.gz 205431 BLAKE2B 
50f5e46555710d1425873bb3c1e3215b4cbd28b49cb3a6f63e0c3a3f1b7234c613567c46041f46a015e761191d9079b7f3a8658ff7b7adf7ea3837a6059e3dd1
 SHA512 
ce5ab77d6ceaed84f658544d3e9e158254db26165500834c6f01e2bf341ea306b0c94b46c7361e4b7f923685d390ec40bd16ad0ab18cd7a1ff219221d9fdf4d0

diff --git a/app-xemacs/xlib/xlib-1.14.ebuild b/app-xemacs/xlib/xlib-1.14.ebuild
deleted file mode 100644
index 44912635970..000
--- a/app-xemacs/xlib/xlib-1.14.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SLOT="0"
-DESCRIPTION="Emacs interface to X server"
-XEMACS_PKG_CAT="standard"
-
-RDEPEND="app-xemacs/xemacs-base
-"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-
-inherit xemacs-packages



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

2021-09-30 Thread Andreas K. Hüttel
commit: 55aefd19c33e543a7700e3d90e764abdb07bac3c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:29:58 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55aefd19

dev-perl/Unicode-LineBreak: Remove old

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Unicode-LineBreak/Manifest |  1 -
 .../Unicode-LineBreak-2017.4.0-r1.ebuild| 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Unicode-LineBreak/Manifest 
b/dev-perl/Unicode-LineBreak/Manifest
index f5a107dd185..54de8c5b2f8 100644
--- a/dev-perl/Unicode-LineBreak/Manifest
+++ b/dev-perl/Unicode-LineBreak/Manifest
@@ -1,2 +1 @@
-DIST Unicode-LineBreak-2017.004.tar.gz 311366 BLAKE2B 
7f4ff93365c0542ae1a8f9d17e0e9e20224b95949c4965e69f241ff949f625793a19bde4a81830f9f0214abe3d18fa6c52f43f9a04860ec4d13db55169d120f7
 SHA512 
f372174a761f87663761dc8b0f9bf387ffe289ba267fc0fb58353ac06dfa9418d4b0ac6e4e0d7833d842feacae4f8e90e521cd677ab22db1bf32e75f10f2e727
 DIST Unicode-LineBreak-2019.001.tar.gz 312225 BLAKE2B 
e7bf274fcba3603acf93f520493d67b2ff113b4e098da39c8f5f5a180bcc75f403f04ede5248b8598f8b991498de9c19766c29e3ee25eea12e82aeac1241194b
 SHA512 
2d285f928db2ed32aefa741629ce9f9bee82e69c247eaa2c9145fdb4e9bae4441bf822e108cbffc3955369539474c3299f0a8f69026a5f9686aa8458a1d87f27

diff --git a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild 
b/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
deleted file mode 100644
index c48adc8648b..000
--- a/dev-perl/Unicode-LineBreak/Unicode-LineBreak-2017.4.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NEZUMI
-DIST_VERSION=2017.004
-
-inherit perl-module
-
-DESCRIPTION="UAX #14 Unicode Line Breaking Algorithm"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-Charset
-   virtual/perl-Encode"
-DEPEND="${RDEPEND}"
-PATCHES=("${FILESDIR}/${PN}-2017.004-dotinc.patch")
-PERL_RM_FILES=("t/pod.t")



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

2021-09-30 Thread Andreas K. Hüttel
commit: 8d78d5b266765935afc0c481022745b8a72483b7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:27:04 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d78d5b2

dev-perl/UltraDNS: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{UltraDNS-0.60.0-r2.ebuild => UltraDNS-0.60.0-r3.ebuild} | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild 
b/dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
similarity index 82%
rename from dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild
rename to dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
index 638784a3ba8..f908f01918f 100644
--- a/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild
+++ b/dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=TIMB
 DIST_VERSION=0.06
@@ -11,18 +11,20 @@ DESCRIPTION="Client API for the NeuStar UltraDNS 
Transaction Protocol"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=">=dev-perl/Net-SSLeay-1.350.0
+RDEPEND=">=dev-perl/Net-SSLeay-1.350.0
dev-perl/Test-Exception
>=dev-perl/RPC-XML-0.640.0
dev-perl/XML-LibXML"
-RDEPEND="${DEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "
+
 PATCHES=(
"${FILESDIR}/${PN}-0.06-dotinc.patch"
"${FILESDIR}/${PN}-0.06-nomkmethods.patch"
 )
+
 PERL_RM_FILES=("t/perlcritic.t" "t/perlcritic" "t/pod-coverage.t" "t/pod.t")
+
 mydoc="NUS_API_XML.errata"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny-XS/

2021-09-30 Thread Andreas K. Hüttel
commit: 63da0952ab45a402e9a8e01c5e0a5219607f327c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:03:49 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63da0952

dev-perl/Type-Tiny-XS: Remove old

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Type-Tiny-XS/Manifest   |  1 -
 dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild | 26 
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Type-Tiny-XS/Manifest b/dev-perl/Type-Tiny-XS/Manifest
index 1cfc23fb23e..7605a6beef1 100644
--- a/dev-perl/Type-Tiny-XS/Manifest
+++ b/dev-perl/Type-Tiny-XS/Manifest
@@ -1,2 +1 @@
-DIST Type-Tiny-XS-0.012.tar.gz 77259 BLAKE2B 
6443598a77bcb3d630ff048d649f46659ffd8ecffb968b597d64a245d19dafaea3217c7a63c2bedba551f6d21ff1dbb02c005461dff282955838ca1c4dc75785
 SHA512 
488925d913872f1f5bf73d8b165b1e04bd8f86bda44d594819120760f79c877d4b1be9f2924712ceabaead8822710bd8851f8ff5bb79f91b07fa253ce9ef7a33
 DIST Type-Tiny-XS-0.022.tar.gz 81002 BLAKE2B 
c2d2feb551ddb4dd4cf558732692a8026923cc0da184d19b9263bb86a948dea8a7ba521598cedb00a26989ef2bf14340f975ce57bfff09997cb16d55f4bc88ab
 SHA512 
6774980289ceaa7aa8517681cb2d4638a0020b4eb584d6e281d22edcfff829131f2472a4982c1d044e8aa96baf71381bed78d02a096507c7bba3ca137e63dbbc

diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild 
b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
deleted file mode 100644
index 4903f787e90..000
--- a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TOBYINK
-DIST_VERSION=0.012
-inherit perl-module
-
-DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type 
constraints"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !minimal? ( dev-perl/Type-Tiny )
-"
-DEPEND="
-   ${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
-   test? (
-   >=virtual/perl-Test-Simple-0.920.0
-   )
-"



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

2021-09-30 Thread Andreas K. Hüttel
commit: 632f4315c70daa2d9dd9304529961bc0b6e280ea
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:23:37 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632f4315

dev-perl/txt2html: Fix PV of ebuild

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{txt2html-2.53.ebuild => txt2html-2.530.0.ebuild}| 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-perl/txt2html/txt2html-2.53.ebuild 
b/dev-perl/txt2html/txt2html-2.530.0.ebuild
similarity index 71%
rename from dev-perl/txt2html/txt2html-2.53.ebuild
rename to dev-perl/txt2html/txt2html-2.530.0.ebuild
index ce679dc5246..a9275b2bc2e 100644
--- a/dev-perl/txt2html/txt2html-2.53.ebuild
+++ b/dev-perl/txt2html/txt2html-2.530.0.ebuild
@@ -1,13 +1,14 @@
-# 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
 
+DIST_VERSION=2.53
 inherit perl-module
 
 DESCRIPTION="Convert a plain text file to HTML"
 HOMEPAGE="https://github.com/resurrecting-open-source-projects/txt2html;
-SRC_URI="https://github.com/resurrecting-open-source-projects/txt2html/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/resurrecting-open-source-projects/txt2html/archive/v${DIST_VERSION}.tar.gz
 -> ${PN}-${DIST_VERSION}.tar.gz"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -18,6 +19,7 @@ RDEPEND="
dev-perl/YAML-Syck
virtual/perl-Getopt-Long"
 
-DEPEND="
+BDEPEND="
${RDEPEND}
-   dev-perl/Module-Build"
+   dev-perl/Module-Build
+"



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

2021-09-30 Thread Andreas K. Hüttel
commit: a5b553884d8c0ba743d27e885ff0d6cb878fd6de
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:00:30 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b55388

dev-perl/Type-Tie: Version bump 0.015

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Type-Tie/Manifest   |  1 +
 dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Type-Tie/Manifest b/dev-perl/Type-Tie/Manifest
index 0d82ffcf2ed..ab03fff4f16 100644
--- a/dev-perl/Type-Tie/Manifest
+++ b/dev-perl/Type-Tie/Manifest
@@ -1 +1,2 @@
 DIST Type-Tie-0.009.tar.gz 18579 BLAKE2B 
dc3d8c6b2fa753f14654dc92d8f662c1fbb242f8989b5ae6e1a32b4145bd7ebdd01fd7fcb11f81b4a966f32dd340deb4de0af72ae008fa4bdb13461c0255b0b2
 SHA512 
2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6
+DIST Type-Tie-0.015.tar.gz 31402 BLAKE2B 
bcf63c60bd2ddcb56eea2ef67f7ae1f0c18b2d7108698bc18698869df5176b3fb1f72daa3e80a434cd4ba0cc4f1ab1e166d0f9fc85f8a8bbef3bf2a26d99d3ba
 SHA512 
3772796ef7a1f5ce0dd9153f061aebdf5097f019b701c217bc296752d304e603b9e97785c02a55a91c18c68d3794a7e2b3f8515c92e7a2022fca628bac99d342

diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild 
b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
new file mode 100644
index 000..9af258dbd32
--- /dev/null
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.015
+inherit perl-module
+
+DESCRIPTION="Tie a variable to a type constraint"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   dev-perl/Hash-FieldHash
+   )
+   >=dev-perl/Exporter-Tiny-0.26.0
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   dev-perl/Test-Fatal
+   dev-perl/Test-Requires
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



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

2021-09-30 Thread Andreas K. Hüttel
commit: 2517ba0dbd1c563a8a5411e74a9608617fbc02c8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:29:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2517ba0d

dev-perl/Unicode-EastAsianWidth: Version bump 12.0

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Unicode-EastAsianWidth/Manifest|  1 +
 .../Unicode-EastAsianWidth-12.0.0.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Unicode-EastAsianWidth/Manifest 
b/dev-perl/Unicode-EastAsianWidth/Manifest
index 40e74f4efef..495baf04e19 100644
--- a/dev-perl/Unicode-EastAsianWidth/Manifest
+++ b/dev-perl/Unicode-EastAsianWidth/Manifest
@@ -1 +1,2 @@
 DIST Unicode-EastAsianWidth-1.33.tar.gz 31498 BLAKE2B 
1838e1447ad341ec711008ae0c2c48f27fd192ae32def73359e485010ad7d54e0907031a000a08dca0b15538f526851f554a3ee05a62145e87363ca74250b49f
 SHA512 
c21e988f460534b370954d0448daec5bfb0a34ec816459f8422943ebe44ff17b5acb8a423d69daba81599111d7fa4aa33a3598e0ea4614eed25a587c1f5690eb
+DIST Unicode-EastAsianWidth-12.0.tar.gz 52302 BLAKE2B 
0754158580de0a442e5ff6a9f3e0cf9d3765e1e5a7cd73a2c748ad003951b571bb71b38c8d92e6badb438e0eea377df9dd2e22ac9e14f9ea8c61672d0679481c
 SHA512 
ec11d12b86d9e3676cf612c40f8e75ce1efdd302b5a6fe5d594306cffcf94f91855b5ee979f7646762605453d08d4b6b47f556e56f01b47d8ca1da8455dc138d

diff --git 
a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild 
b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild
new file mode 100644
index 000..9248b4acf89
--- /dev/null
+++ b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=AUDREYT
+DIST_VERSION=12.0
+inherit perl-module
+
+DESCRIPTION="East Asian Width properties"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2021-09-30 Thread Andreas K. Hüttel
commit: 22cf0d51b4f8be38688990562109bd257646c2f8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:02:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cf0d51

dev-perl/Type-Tiny: Version bump 1.012004

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Type-Tiny/Manifest|  1 +
 dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/Type-Tiny/Manifest b/dev-perl/Type-Tiny/Manifest
index 4f4933699f6..4d3e4a733b3 100644
--- a/dev-perl/Type-Tiny/Manifest
+++ b/dev-perl/Type-Tiny/Manifest
@@ -1,2 +1,3 @@
 DIST Type-Tiny-1.002001.tar.gz 264950 BLAKE2B 
2e5e1303834c6fb3b95855533c219a5a448e711b307532851e24fb9850fd60505ae8bf7a17d5d6630d065004f3bd8e11e7b58f9abad11048058ceb324375779d
 SHA512 
e499c4f113e5a327294012daac9f0cd60a42a6c40b9d0c9c523a229f574a7dd0f672f209d0596d25edcbc39b79cd2ea65791b6a5146345e75fdd1d84ee1cd161
 DIST Type-Tiny-1.012003.tar.gz 464004 BLAKE2B 
2fc4f2c9e4be295742309edbc074cd23e9d1a02f7a385808a40f8e7c0885a4b29cee63947b9b008d70d1e66529185ffad56bc7ff4dcf3f617b61ea454733a491
 SHA512 
d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42
+DIST Type-Tiny-1.012004.tar.gz 464170 BLAKE2B 
fab4788680f62b975a75be7d0d5c6878a1359af0e57b5a74d54bd506553d464a7b0bcee8faba50cb7a6dcef643ffeabdd91e54775be4724c75a12036b8f9dec8
 SHA512 
26b861f1e9caad5717f14eb0a6c71010f0306b614292fdc5ee95041ebdd2035ac6cfd4a6a186943479de630f3ff14391467f5cec86bc4c08842cec30d2af

diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild
new file mode 100644
index 000..0b3dd23ba63
--- /dev/null
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.12.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=1.012004
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !=dev-perl/Exporter-Tiny-1.0.0
+   >=virtual/perl-Test-Simple-1.1.10
+   !minimal? (
+   >=dev-perl/Devel-LexAlias-0.50.0
+   dev-perl/Devel-StackTrace
+   >=dev-perl/Ref-Util-XS-0.100.0
+   >=dev-perl/Regexp-Util-0.3.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Type-Tie
+   >=dev-perl/Type-Tiny-XS-0.16.0
+   )
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   >=virtual/perl-CPAN-Meta-Requirements-2.0.0
+   test? (
+   dev-perl/Test-Warnings
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/tkispell/, dev-perl/tkispell/files/

2021-09-30 Thread Andreas K. Hüttel
commit: 00c2a5bf4da9984e07291e1c3fb537c5ce4dc61d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:17:46 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c2a5bf

dev-perl/tkispell: Version bump 0.20

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/tkispell/Manifest |  1 +
 .../tkispell/files/tkispell-0.20-nowindows.patch   | 12 +++
 dev-perl/tkispell/tkispell-0.200.0.ebuild  | 24 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/tkispell/Manifest b/dev-perl/tkispell/Manifest
index b737cb1e6ef..efdd749c148 100644
--- a/dev-perl/tkispell/Manifest
+++ b/dev-perl/tkispell/Manifest
@@ -1 +1,2 @@
+DIST App-tkispell-0.20.tar.gz 8835 BLAKE2B 
f85c9e9e4b79f7081a2190192b1c2da1cde39d1564b05a93bac49d494fddc4ce898183f4e3f52500cb8404e8fa51d173abf3a3645fd40cf925b41602cbaef5d1
 SHA512 
ed0f59118bbfb4c607e88220bad1a0174466f529ed0ff7aeda9e5f85bd5d73811cf47341f162f6aac88c9afaac6c941a020070e33e3ae12277b7ff07a70b04ee
 DIST tkispell-0.18.tar.gz 16067 BLAKE2B 
314165e586868135e7209360aafdf908aadb93fca5d94e8fa1e05f46e7f6e31fe24b198fdab470082deadbc0deba91820604884b469adc700cff500c261f88ce
 SHA512 
15a32367c53b36217a5c57d1b109b304c5b97e4c46b4ab64cbce66c99c46a651af5d376a8219e35c6ec909250040e7be1e4d073546a893ff25650187ca561e08

diff --git a/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch 
b/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch
new file mode 100644
index 000..af05c457c7b
--- /dev/null
+++ b/dev-perl/tkispell/files/tkispell-0.20-nowindows.patch
@@ -0,0 +1,12 @@
+diff -ruN App-tkispell-0.20.orig/Makefile.PL App-tkispell-0.20/Makefile.PL
+--- App-tkispell-0.20.orig/Makefile.PL 2020-10-13 18:20:04.0 +0200
 App-tkispell-0.20/Makefile.PL  2021-09-30 22:15:54.013859210 +0200
+@@ -27,7 +27,7 @@
+ 
+ # The first match is for Solaris which.  The second is for 
+ # Linux which. The 3rd one for Windows.
+-if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0 || $ispell_bin 
!~ m/(?:i|a)spell.exe$/) ) {
++if( ($ispell_bin =~ /no ispell/) || (length($ispell_bin) == 0) ) {
+ print "Could not find locate ispell or aspell.\n";
+ print "Make sure that the program is installed in a directory\n";
+ print "named in the PATH environment variable.\n";  

diff --git a/dev-perl/tkispell/tkispell-0.200.0.ebuild 
b/dev-perl/tkispell/tkispell-0.200.0.ebuild
new file mode 100644
index 000..4e780ec2a52
--- /dev/null
+++ b/dev-perl/tkispell/tkispell-0.200.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ASB
+DIST_VERSION=0.20
+DIST_NAME=App-tkispell
+inherit perl-module
+
+DESCRIPTION="Perl/Tk user interface for ispell"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-text/aspell
+   >=dev-perl/Tk-800.4.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+PATCHES=( "${FILESDIR}/tkispell-0.20-nowindows.patch" )



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

2021-09-30 Thread Andreas K. Hüttel
commit: 36cd82d533397f0ddc4ef954dcb8cf69c3e18a45
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 20:31:24 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cd82d5

dev-perl/Unicode-Map: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...nicode-Map-0.112.0-r1.ebuild => Unicode-Map-0.112.0-r2.ebuild} | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Unicode-Map/Unicode-Map-0.112.0-r1.ebuild 
b/dev-perl/Unicode-Map/Unicode-Map-0.112.0-r2.ebuild
similarity index 84%
rename from dev-perl/Unicode-Map/Unicode-Map-0.112.0-r1.ebuild
rename to dev-perl/Unicode-Map/Unicode-Map-0.112.0-r2.ebuild
index 93653ced65b..ee16881da03 100644
--- a/dev-perl/Unicode-Map/Unicode-Map-0.112.0-r1.ebuild
+++ b/dev-perl/Unicode-Map/Unicode-Map-0.112.0-r2.ebuild
@@ -1,17 +1,15 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=MSCHWARTZ
-MODULE_VERSION=0.112
+DIST_AUTHOR=MSCHWARTZ
+DIST_VERSION=0.112
 inherit perl-module
 
 DESCRIPTION="Map charsets from and to utf16 code"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE=""
 
-SRC_TEST="do"
 PATCHES=( "${FILESDIR}"/0.112-no-scripts.patch )



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

2021-09-30 Thread Andreas K. Hüttel
commit: 5c33e408ffce95bb687018a53c6c949e3e8c3e52
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 30 19:28:33 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 30 20:31:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c33e408

dev-perl/Types-Serialiser: Version bump 1.01

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Types-Serialiser/Manifest   |  1 +
 .../Types-Serialiser/Types-Serialiser-1.10.0.ebuild  | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-perl/Types-Serialiser/Manifest 
b/dev-perl/Types-Serialiser/Manifest
index 5e1ef91d4ce..c59d7d46eca 100644
--- a/dev-perl/Types-Serialiser/Manifest
+++ b/dev-perl/Types-Serialiser/Manifest
@@ -1 +1,2 @@
 DIST Types-Serialiser-1.0.tar.gz 6238 BLAKE2B 
ec0dee2f4519605b1fbbdad832bbf2eced1f27005f6b84a4ed1c2f8d6b4ca898f0c2747f1c1986de78fe92f730cad7d93aa54ac56010e6146a9d699c54a3fe88
 SHA512 
b786bcd3ee976a6ad948cc98a9c71d2cdcd30f485528eff059091f6d86ae7078c10ba2dc2982326fcf0184dbfbdddea84daff324c6ec6a129fe6aac01253c8fb
+DIST Types-Serialiser-1.01.tar.gz 6549 BLAKE2B 
3ee467031999bf77fe69395b203c4bf07e843eddc0a43387b9c58595e507056c5fafcaad8463d8e7d5e0d40385efa93d22d0e5a8aa2d167d712a2f72c00ea805
 SHA512 
419b24cae85fba045de2f4593e1d17784f2016d5f9cd9ea96d23bbeaa86c1c6b866875871a787cacba1299616d371cc8806760e4c53e4f635deec4bc28fa81b5

diff --git a/dev-perl/Types-Serialiser/Types-Serialiser-1.10.0.ebuild 
b/dev-perl/Types-Serialiser/Types-Serialiser-1.10.0.ebuild
new file mode 100644
index 000..1e41a17cc2b
--- /dev/null
+++ b/dev-perl/Types-Serialiser/Types-Serialiser-1.10.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="simple data types for common serialisation formats"
+
+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"
+
+RDEPEND="
+   dev-perl/common-sense
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2021-09-30 Thread Arthur Zamarin
commit: f10eb626054eb58272ec15dd5dea20aa552355d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 30 19:54:10 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 19:55:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10eb626

dev-python/python-cinderclient: fix tests

Fix broken tests with stestr and use correct unittest facility

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

 .../python-cinderclient-8.0.0-r2.ebuild| 45 ++
 1 file changed, 45 insertions(+)

diff --git a/dev-python/python-cinderclient/python-cinderclient-8.0.0-r2.ebuild 
b/dev-python/python-cinderclient/python-cinderclient-8.0.0-r2.ebuild
new file mode 100644
index 000..8453b966a99
--- /dev/null
+++ b/dev-python/python-cinderclient/python-cinderclient-8.0.0-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Cinder API"
+HOMEPAGE="https://launchpad.net/python-cinderclient;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/keystoneauth-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-5.0.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-4.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-5.5.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
+   =dev-python/requests-2.25.1[${PYTHON_USEDEP}]
+   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-3.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ddt[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   dev-python/oslo-serialization[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   dev-python/tempest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+   # functional tests require cloud instance access
+   eunittest -b cinderclient/tests/unit
+}



[gentoo-commits] repo/proj/guru:master commit in: app-accessibility/rhvoice/

2021-09-30 Thread Arthur Zamarin
commit: f938606de97277bed5d6432cca0e153d5ae20632
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Sep 30 16:32:52 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 16:35:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f938606d

app-accessibility/rhvoice: update EAPI 7 -> 8

- drop "cli" use flag (deprecated)
- drop "utils" use flag (fails to build)
- do not remove Hardening.cmake module
- fix depends

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

 app-accessibility/rhvoice/Manifest |  2 +-
 app-accessibility/rhvoice/metadata.xml | 67 +-
 ...hvoice-1.4.2.ebuild => rhvoice-1.4.2-r1.ebuild} | 39 ++---
 3 files changed, 47 insertions(+), 61 deletions(-)

diff --git a/app-accessibility/rhvoice/Manifest 
b/app-accessibility/rhvoice/Manifest
index 3a3eadbd1..e6d18c70c 100644
--- a/app-accessibility/rhvoice/Manifest
+++ b/app-accessibility/rhvoice/Manifest
@@ -4,4 +4,4 @@ DIST rhvoice-evgeniy-eng-4.0.tar.gz 7338125 BLAKE2B 
58eaf04e77bde46e5013e3959815
 DIST rhvoice-evgeniy-rus-4.0.tar.gz 9962477 BLAKE2B 
d3fffbd54813d80734b59b6ac0ed96c0e07ce4266594a918acc01fe2bdd649d854ffe7306b57c3cb3718cdc1a090f6f7f28712005c708a39a486867760162cf9
 SHA512 
4053185fd5cff60a8cf3355fad69ab63348fc5047a7e5d2328a639a5c65cecfaadc92d63599b0b8bc7ca804753593c78c837621cdd153c6ce247100141b96500
 DIST rhvoice-victoria-4.0.tar.gz 7425747 BLAKE2B 
221805cef8b21cee24dcd34cde06450a7f9a2a588820265ae51729ddc73604caf2e089fb97ee96bf7503018f4fa967aa416fe0f0cfaf597e4d0dea4e0c72de54
 SHA512 
03b95f76bbd0b213fac867705acd3229f2d62448cdb863968b6ff02cc06f162d07a6154418e3ceee63d8d5352a00c1fed57b635d59424234b6cae3b1914da1cb
 DIST rhvoice-volodymyr-4.0.tar.gz 10794551 BLAKE2B 
a0e1f78652ecc8f89bfa404fcab6d3400e0f45282da53317a4af340c9acaffb545460f3a4bbf309b9a2525bd3695a4ff47edd00cb6692651377d44d717949375
 SHA512 
8f0f15229d451bbcf6db3b0f267e82635603b582f2af18d14421f3e108cdd14e4164e74e3c4723226e37b8ee7287ffa5d4083f9d2defd8b5c1b559eba547e849
-DIST rhvoice-yuriy.tar.gz 12734672 BLAKE2B 
7e49c0825bfc148e8e7144d578c95ad159e2c935256174134f0682318f78b5162205b3781d365cc333c61123c1b118b464e28d63046bc497a75afcd6f8fbbc85
 SHA512 
07c9e65277c1774cf0185ba60107ff8f0dda5fa18eeadbfcb0cbdf5258e3fd2a364bb91c796473c9294a61e5c9366080d4d6ee115aace37f533ea1e6f167690b
+DIST rhvoice-yuriy-4.0.tar.gz 12734672 BLAKE2B 
7e49c0825bfc148e8e7144d578c95ad159e2c935256174134f0682318f78b5162205b3781d365cc333c61123c1b118b464e28d63046bc497a75afcd6f8fbbc85
 SHA512 
07c9e65277c1774cf0185ba60107ff8f0dda5fa18eeadbfcb0cbdf5258e3fd2a364bb91c796473c9294a61e5c9366080d4d6ee115aace37f533ea1e6f167690b

diff --git a/app-accessibility/rhvoice/metadata.xml 
b/app-accessibility/rhvoice/metadata.xml
index 9e4ffb92d..e90d33d77 100644
--- a/app-accessibility/rhvoice/metadata.xml
+++ b/app-accessibility/rhvoice/metadata.xml
@@ -1,45 +1,32 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   RHVoice/RHVoice
-   
-   
-   cyber+gen...@sysrq.in
-   Anna
-   
-   
-   
-   Build a CLI application that allows you to synthesize 
speech
-   
-   
-   Build a client allowing to speak text (deprecated - use 
speech-dispatcher)
-   
-   
-   Build a server application
-   
-   
-   Build a speech-dispatcher middleware module
-   
-   
-   Build utilities needed for the ones creating voices
-   
-   
-   
-   RHVoice is a free and open source speech synthesizer.
+
+   RHVoice/RHVoice
+
+
+   cyber+gen...@sysrq.in
+   Anna
+
+
+   Build a CLI application that allows you to synthesize 
speech
+   Build a server application
+   Build a speech-dispatcher middleware 
module
+   
+
+
+   RHVoice is a free and open source speech synthesizer.
 
-   Voices are built from recordings of natural speech. They have
-   small footprints, because only statistical models are stored
-   on users' computers. And though the voices lack the
-   naturalness of the synthesizers which generate speech by
-   combining segments of the recordings themselves, they are
-   still very intelligible and resemble the speakers who recorded
-   the source material.
+   Voices are built from recordings of natural speech. They have small
+   footprints, because only statistical models are stored on users'
+   computers. And though the voices lack the naturalness of the
+   synthesizers which generate speech by combining segments of the
+   recordings themselves, they are still very intelligible and resemble

[gentoo-commits] repo/proj/guru:master commit in: media-video/uxplay/, media-video/uxplay/files/

2021-09-30 Thread Arthur Zamarin
commit: 53f262c5bce921bc4727ed6990bf89de1bb4c871
Author: Petrus Zhao  gmail  com>
AuthorDate: Thu Sep 30 04:32:43 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 04:33:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53f262c5

media-video/uxplay: version bump to 1.37

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>

 media-video/uxplay/Manifest|   2 +-
 .../uxplay-0_pre20210525-fix-installation.patch|  72 -
 .../uxplay-0_pre20210525-fix-screen-sharing.patch  | 162 -
 ...uxplay-0_pre20210525-use-machine-hostname.patch |  49 ---
 media-video/uxplay/metadata.xml|  29 ++--
 media-video/uxplay/uxplay-0_pre20210525.ebuild |  46 --
 media-video/uxplay/uxplay-1.37.ebuild  |  53 +++
 7 files changed, 72 insertions(+), 341 deletions(-)

diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest
index e9430a004..47e4595ab 100644
--- a/media-video/uxplay/Manifest
+++ b/media-video/uxplay/Manifest
@@ -1 +1 @@
-DIST uxplay-0_pre20210525.tar.gz 365673 BLAKE2B 
363dbcb86ec194eb6bf1fbd5bd07d49650570da3a986c42d4da74e76adf9af6f5247cf1364758b822eeea24b70b88ec24aed8c3c18795276197fde5fa3097cc3
 SHA512 
0a22504f29a4dc41819187f7fbbc1f66da456c65c8c8c8a1189553ea7bb43beb207c9360e677605c51fab25da4ec1aef1e662b83965d376de12165d88c8b7579
+DIST uxplay-1.37.tar.gz 295598 BLAKE2B 
c0fbd887ba65068045448155f6dad93e6af1e7acaa723262c045e47e7535159c4a932564c9e3b5d8bcae505570dab8138b65d09611e8daaad6a609f26ce35244
 SHA512 
0b14c4b5c463e0ece74ced8f2307a7dcb02cc70157f1c97d4b779e3395ba695851b2014823b5bd4939beddd4c05038dcd323a1c8c94ffd50f8b8c6fca5c3fa71

diff --git 
a/media-video/uxplay/files/uxplay-0_pre20210525-fix-installation.patch 
b/media-video/uxplay/files/uxplay-0_pre20210525-fix-installation.patch
deleted file mode 100644
index 6b4a53a16..0
--- a/media-video/uxplay/files/uxplay-0_pre20210525-fix-installation.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From 4fd146e46ed505fd46fb1dcad83de272690376e9 Mon Sep 17 00:00:00 2001
-From: Michael Schlottke-Lakemper 
-Date: Wed, 5 Aug 2020 11:46:15 +0200
-Subject: [PATCH 1/2] Reformat commands as code in README
-

- README.md | 26 +-
- 1 file changed, 17 insertions(+), 9 deletions(-)
-
-diff --git a/README.md b/README.md
-index 8502407..82c96f2 100644
 a/README.md
-+++ b/README.md
-@@ -1,19 +1,27 @@
-+# UxPlay
-+
- This project is an early stage prototype of unix AirPlay server.
- Work is based on https://github.com/FD-/RPiPlay.
- Tested on Ubuntu 19.10 desktop.
- 5G Wifi connection is the must.
- 
--Features:
-+## Features
- 1. Based on Gstreamer.
- 1. Video and audio are supported out of the box.
- 3. Gstreamer decoding is plugin agnostic. Uses accelerated decoders if 
availible. VAAPI is preferable.
- 4. Automatic screen orientation.
- 
--Building:
--1. sudo apt-get install cmake
--2. sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev 
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav
--3. sudo apt-get install gstreamer1.0-vaapi (For Intel graphics)
--4. mkdir build
--5. cd build
--6. cmake ..
--7. make
-+## Building
-+```bash
-+sudo apt-get install cmake
-+sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev \
-+ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
-+ gstreamer1.0-libav
-+sudo apt-get install gstreamer1.0-vaapi # For Intel graphics
-+mkdir build
-+cd build
-+cmake ..
-+# Alternatively (for higher optimization level and/or installation):
-+# cmake .. -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_PREFIX=path/to/install/dir
-+make
-+```
-
-From 64bf832ccaadabfb12b427c2ea90194d3fbcf34b Mon Sep 17 00:00:00 2001
-From: Michael Schlottke-Lakemper 
-Date: Wed, 5 Aug 2020 11:50:09 +0200
-Subject: [PATCH 2/2] Fix `install` command such that out-of-source builds work
- (fixes #12)
-

- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c150f8d..f75664c 100755
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -14,5 +14,5 @@ add_subdirectory(renderers)
- add_executable( uxplay uxplay.cpp)
- target_link_libraries ( uxplay renderers airplay )
- 
--install(PROGRAMS uxplay DESTINATION bin)
-+install(TARGETS uxplay DESTINATION bin)
- 

diff --git 
a/media-video/uxplay/files/uxplay-0_pre20210525-fix-screen-sharing.patch 
b/media-video/uxplay/files/uxplay-0_pre20210525-fix-screen-sharing.patch
deleted file mode 100644
index 413afe3eb..0
--- a/media-video/uxplay/files/uxplay-0_pre20210525-fix-screen-sharing.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-From 7c80c93cccf6534a0824c1d5783fc036812a76cb Mon Sep 17 00:00:00 2001
-From: david 
-Date: Fri, 22 Jan 2021 00:27:23 +0100
-Subject: [PATCH 1/2] Fix _NET_WM_NAME
-
-Gstreamer does not set the _NET_WM_NAME property on the window it
-creates when 

[gentoo-commits] repo/proj/guru:master commit in: app-backup/timeshift/, app-backup/timeshift/files/

2021-09-30 Thread Arthur Zamarin
commit: 954ab4ad5ccb7f579176d22066f5a540d0059f05
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Sep 30 18:44:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 18:51:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=954ab4ad

app-backup/timeshift: fixed https://bugs.gentoo.org/794637

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pascal Jäger  leimstift.de>

 .../files/timeshift-20.11.1-fix-util-linux-update.patch   | 15 +++
 app-backup/timeshift/timeshift-20.11.1.ebuild |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git 
a/app-backup/timeshift/files/timeshift-20.11.1-fix-util-linux-update.patch 
b/app-backup/timeshift/files/timeshift-20.11.1-fix-util-linux-update.patch
new file mode 100644
index 0..0206b9096
--- /dev/null
+++ b/app-backup/timeshift/files/timeshift-20.11.1-fix-util-linux-update.patch
@@ -0,0 +1,15 @@
+--- a/src/Utility/Device.vala
 b/src/Utility/Device.vala
+@@ -428,10 +428,10 @@ public class Device : GLib.Object{
+ 
+   try{
+   if (lsblk_is_ancient){
+-  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" RM="([0-9]+)" 
MAJ:MIN="([0-9:]+));
++  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" RM="([0-9]+)" 
MAJ[_:]MIN="([0-9:]+));
+   }
+   else{
+-  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" HOTPLUG="([0-9]+)" 
MAJ:MIN="([0-9:]+)" PARTLABEL="(.*)" PARTUUID="(.*)" PKNAME="(.*)" 
VENDOR="(.*)" SERIAL="(.*)" REV="(.*));
++  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" HOTPLUG="([0-9]+)" 
MAJ[_:]MIN="([0-9:]+)" PARTLABEL="(.*)" PARTUUID="(.*)" PKNAME="(.*)" 
VENDOR="(.*)" SERIAL="(.*)" REV="(.*));
+   }
+ 
+   if (rex.match (line, 0, out match)){

diff --git a/app-backup/timeshift/timeshift-20.11.1.ebuild 
b/app-backup/timeshift/timeshift-20.11.1.ebuild
index 4e65c8893..5d88a64b2 100644
--- a/app-backup/timeshift/timeshift-20.11.1.ebuild
+++ b/app-backup/timeshift/timeshift-20.11.1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-PATCHES=( "${FILESDIR}/${P}-fix-xapp-2.0.patch" )
+PATCHES=( "${FILESDIR}/${P}-fix-xapp-2.0.patch" 
"${FILESDIR}/${P}-fix-util-linux-update.patch" )
 
 DEPEND="
dev-libs/json-glib



[gentoo-commits] repo/proj/guru:master commit in: app-vim/nerdtree-git/

2021-09-30 Thread Arthur Zamarin
commit: 055bb176b30dfc23cd0aee62e05607d28be192d4
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Sep 30 06:18:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 06:18:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=055bb176

app-vim/nerdtree-git: add 20210818, drop 20210728

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

 app-vim/nerdtree-git/Manifest   | 2 +-
 app-vim/nerdtree-git/metadata.xml   | 2 +-
 .../{nerdtree-git-20210728.ebuild => nerdtree-git-20210818.ebuild}  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/nerdtree-git/Manifest b/app-vim/nerdtree-git/Manifest
index 6b137c7b8..3d8759244 100644
--- a/app-vim/nerdtree-git/Manifest
+++ b/app-vim/nerdtree-git/Manifest
@@ -1 +1 @@
-DIST nerdtree-git-20210728.tar.gz 13956 BLAKE2B 
3fad11da3bab522e64ef750424cd3910c52587a972cdd612f5d63576282376eb0a0888794c0fd71bc63c8fdcef71a681b0c7a37f0ac27328f5d4c635100ce49d
 SHA512 
d0c2428533ef1ae217c278b8fc9eafba78c16536a1dbcd4cb3503a5ee917ff939d4a52003014878b790a5c6b0b7cb1d26bca54e6f8693325552bdf117d8513f5
+DIST nerdtree-git-20210818.tar.gz 13972 BLAKE2B 
dc01e2b79226e44247f29520583fa0c7ef76f2db80d1b88a505e31cf98a13a55571a34841a1e0db434af846953649ce6796e02c2865cfa7f5cffd0b7c36cfe40
 SHA512 
fc80ae8e3d9511ddceda1a677fe481a4d4a1b179539af323ca7b52e3c78b1139761055d821139d7d77a9d193bc7ef96d86b7e22bcbc6c92fb148f3003aada767

diff --git a/app-vim/nerdtree-git/metadata.xml 
b/app-vim/nerdtree-git/metadata.xml
index c8b0192e7..7ebbd0334 100644
--- a/app-vim/nerdtree-git/metadata.xml
+++ b/app-vim/nerdtree-git/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 

cyber+gen...@sysrq.in

diff --git a/app-vim/nerdtree-git/nerdtree-git-20210728.ebuild 
b/app-vim/nerdtree-git/nerdtree-git-20210818.ebuild
similarity index 93%
rename from app-vim/nerdtree-git/nerdtree-git-20210728.ebuild
rename to app-vim/nerdtree-git/nerdtree-git-20210818.ebuild
index 9d7e2afc6..dd0080c28 100644
--- a/app-vim/nerdtree-git/nerdtree-git-20210728.ebuild
+++ b/app-vim/nerdtree-git/nerdtree-git-20210818.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit vim-plugin
 
-COMMIT="ff9b14f14dceecb6c08cb05053ad649c3b6ac250"
+COMMIT="e1fe727127a813095854a5b063c15e955a77eafb"
 DESCRIPTION="vim plugin: display git status flags in NERDTree"
 HOMEPAGE="https://github.com/Xuyuanp/nerdtree-git-plugin;
 SRC_URI="https://github.com/Xuyuanp/${PN}-plugin/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/parallel-netcdf/

2021-09-30 Thread Arthur Zamarin
commit: 33b46eadffb2486f187a187ef471b087fa22b12c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 15:34:22 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 15:34:22 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33b46ead

sys-cluster/parallel-netcdf: build doc, autoreconf

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

 .../parallel-netcdf/parallel-netcdf-1.12.2.ebuild  | 24 +++---
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild 
b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
index 527b63c48..09c7c966f 100644
--- a/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
+++ b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 FORTRAN_NEEDED=fortran
 MYP="pnetcdf-${PV}"
 
-inherit fortran-2
+inherit autotools fortran-2
 
 DESCRIPTION="Parallel extension to netCDF"
 HOMEPAGE="
@@ -29,15 +29,26 @@ RDEPEND="
 "
 #  adios? ( sys-cluster/adios )
 DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="
+   doc? (
+   app-doc/doxygen
+   dev-texlive/texlive-latex
+   )
+"
 
 pkg_setup() {
fortran-2_pkg_setup
 }
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_configure() {
export MPIF77=/usr/bin/mpif77
export MPIF90=/usr/bin/mpif90
+   export VARTEXFONTS="${T}/fonts"
 
local myconf=(
--enable-shared
@@ -71,10 +82,9 @@ src_configure() {
econf "${myconf[@]}"
 }
 
-src_compile() {
-   emake
-}
-
 src_install() {
-   emake DESTDIR="${D}" install
+   default
+   dodoc 
doc/README.{ADIOS.md,NetCDF4.md,burst_buffering,consistency,large_files} 
doc/pbs.script
+   use doc && dodoc doc/pnetcdf-api/pnetcdf-api.pdf
+   find "${ED}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/proj/guru:master commit in: app-vim/apkbuild-vim/

2021-09-30 Thread Arthur Zamarin
commit: 731a0543ef9f5e0edb106ca4b6691e66b314f4ba
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Sep 30 06:27:43 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 06:27:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=731a0543

app-vim/apkbuild-vim: add 20210911, drop 20210723

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

 app-vim/apkbuild-vim/Manifest   | 2 +-
 .../{apkbuild-vim-20210723.ebuild => apkbuild-vim-20210911.ebuild}  | 2 +-
 app-vim/apkbuild-vim/metadata.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/apkbuild-vim/Manifest b/app-vim/apkbuild-vim/Manifest
index 61edeb3f5..6f74418f1 100644
--- a/app-vim/apkbuild-vim/Manifest
+++ b/app-vim/apkbuild-vim/Manifest
@@ -1 +1 @@
-DIST apkbuild.vim-423e6948efcbec2d708345ae21d9566cad3ad304.tar.gz 9518 BLAKE2B 
0a4b4423f9534167961b55ff220b0fac1230344973a6cf5c97cf448f5abd382373ec9968e1d34ab35ae6242ebe49bfe7b5d3280795a437a0360e033ecd533c32
 SHA512 
bdfcb871015878e97a77c66dd9fa9a9180d5df2d65a7d9e31a80de07c5e7e7774ddf0367171bda297cb7e59e5d0485cb2241fb9c831cf4c3dc8086049493b564
+DIST apkbuild.vim-8dbd9745f76fb284656711238e8cd42d021da85e.tar.gz 9525 BLAKE2B 
c9858a1dc0c678cc56f3d7bb84bae745c99fe0ce75e50332b712b1417bef17d7854f1f95f0e127a299d026c6371d84f60b2baab9d3ff70f482d5a48fef8ac440
 SHA512 
b407f9af098e8bea6e6852e2b8584909ef6a4921f9f889ecd0318085da32fd46700b414ed0f73f126292c3352295a0592310a3a2ae6e0855b00153b73c226b40

diff --git a/app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild 
b/app-vim/apkbuild-vim/apkbuild-vim-20210911.ebuild
similarity index 90%
rename from app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild
rename to app-vim/apkbuild-vim/apkbuild-vim-20210911.ebuild
index e97c4264d..4cdbc2ca8 100644
--- a/app-vim/apkbuild-vim/apkbuild-vim-20210723.ebuild
+++ b/app-vim/apkbuild-vim/apkbuild-vim-20210911.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit vim-plugin
 
 MY_PN=${PN/-/.}
-COMMIT="423e6948efcbec2d708345ae21d9566cad3ad304"
+COMMIT="8dbd9745f76fb284656711238e8cd42d021da85e"
 DESCRIPTION="vim plugin: edit and work with APKBUILD files"
 HOMEPAGE="https://gitlab.alpinelinux.org/Leo/apkbuild.vim;
 
SRC_URI="https://gitlab.alpinelinux.org/Leo/${MY_PN}/-/archive/${COMMIT}/${MY_PN}-${COMMIT}.tar.gz;

diff --git a/app-vim/apkbuild-vim/metadata.xml 
b/app-vim/apkbuild-vim/metadata.xml
index c8b0192e7..7ebbd0334 100644
--- a/app-vim/apkbuild-vim/metadata.xml
+++ b/app-vim/apkbuild-vim/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 

cyber+gen...@sysrq.in



[gentoo-commits] repo/proj/guru:master commit in: app-vim/themis/

2021-09-30 Thread Arthur Zamarin
commit: dc4a2750208b32df56a1ed514bbc3747f0f10f81
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Sep 30 06:13:56 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 06:18:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc4a2750

app-vim/themis: add 1.6.0

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

 app-vim/themis/Manifest | 1 +
 app-vim/themis/metadata.xml | 2 +-
 app-vim/themis/themis-1.5.5.ebuild  | 5 -
 app-vim/themis/{themis-1.5.5.ebuild => themis-1.6.0.ebuild} | 5 -
 4 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/app-vim/themis/Manifest b/app-vim/themis/Manifest
index d7ceef8ae..72f88a936 100644
--- a/app-vim/themis/Manifest
+++ b/app-vim/themis/Manifest
@@ -1 +1,2 @@
 DIST themis-1.5.5.tar.gz 54661 BLAKE2B 
bcd04d5134095c37369188b4e656ac8372a4d5acf351fb5748bb0ec027b2db4f32d26c68018b0691963df400f34ef7b4a39ca84f9400609313b5f61afef6869b
 SHA512 
fc9169215a2213c42db7eb0548dd637ebf06c42ba287a980fa561e8c0f4dea3eee9f4b10c811d4dfebeeacb4bce1aea0d10872eff05b19316d3d4e9774fe6b32
+DIST themis-1.6.0.tar.gz 61475 BLAKE2B 
465a20da473e32257421cc94a1dc3c7a5c6dfbebcd41c9b2e25c502bc47ec5a633ae79e117afbeffa6ca72c2cdb71789dd23354cf6822b6260a04c86d869ac7c
 SHA512 
8b87c33f0377155e2d7d151c6d05d087e061e2d5ec2acc7bb60ad0b1730ac62500811471114a5e046d67722ccb33defa28a9dae237d09491c7bcc4846e054f72

diff --git a/app-vim/themis/metadata.xml b/app-vim/themis/metadata.xml
index c8b0192e7..7ebbd0334 100644
--- a/app-vim/themis/metadata.xml
+++ b/app-vim/themis/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 

cyber+gen...@sysrq.in

diff --git a/app-vim/themis/themis-1.5.5.ebuild 
b/app-vim/themis/themis-1.5.5.ebuild
index b658992ba..26cc06e5c 100644
--- a/app-vim/themis/themis-1.5.5.ebuild
+++ b/app-vim/themis/themis-1.5.5.ebuild
@@ -15,11 +15,6 @@ KEYWORDS="~amd64 ~x86"
 
 VIM_PLUGIN_HELPFILES="themis"
 
-src_prepare() {
-   default
-
-}
-
 src_test() {
bash ./bin/themis || die
 }

diff --git a/app-vim/themis/themis-1.5.5.ebuild 
b/app-vim/themis/themis-1.6.0.ebuild
similarity index 95%
copy from app-vim/themis/themis-1.5.5.ebuild
copy to app-vim/themis/themis-1.6.0.ebuild
index b658992ba..26cc06e5c 100644
--- a/app-vim/themis/themis-1.5.5.ebuild
+++ b/app-vim/themis/themis-1.6.0.ebuild
@@ -15,11 +15,6 @@ KEYWORDS="~amd64 ~x86"
 
 VIM_PLUGIN_HELPFILES="themis"
 
-src_prepare() {
-   default
-
-}
-
 src_test() {
bash ./bin/themis || die
 }



[gentoo-commits] repo/proj/guru:master commit in: app-vim/gemini-vim/

2021-09-30 Thread Arthur Zamarin
commit: c7c65207829ed9ccd9460ce7ba272ba6a7b97902
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Sep 30 06:26:15 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 06:26:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7c65207

app-vim/gemini-vim: add 20210923, drop 20210625

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

 app-vim/gemini-vim/Manifest | 2 +-
 .../{gemini-vim-20210625.ebuild => gemini-vim-20210923.ebuild}  | 2 +-
 app-vim/gemini-vim/metadata.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/gemini-vim/Manifest b/app-vim/gemini-vim/Manifest
index 0dc944256..dc4a078e7 100644
--- a/app-vim/gemini-vim/Manifest
+++ b/app-vim/gemini-vim/Manifest
@@ -1 +1 @@
-DIST gemini-vim-20210625.tar.gz 13565 BLAKE2B 
94482ad07324fc425430a8e9a56c3a6c598090b70589bea670d214cd7ba8c423bc05602c487f96db98cab825e214c8238ff4b5d734831073ff61a43952ea522f
 SHA512 
2e6c48e00a6a28a642c73aa4f910b561a4bfca05ec18dcc2c4184b332f02199477195387c9c30924497e85c03d5e5c5e817b3fa2431c1de29caa7e8a5dfb7ba1
+DIST gemini-vim-20210923.tar.gz 13590 BLAKE2B 
bf3946004685387eb7e2b0bbecd19a95c242e13e5551ca65a14934de9fbc9a9d368f9fbc89bf2bbd095c484f3283ee8d89506a77d3ba92d16ffe808a943340fc
 SHA512 
7eeda6290ddce839e908e53617287940f5e7c05dc777cae5262a6bde0d5501a9ed6ac7a2abb86b6df08e94ea44e2980e9f802bcb229b32c4509cb1419cf8ad06

diff --git a/app-vim/gemini-vim/gemini-vim-20210625.ebuild 
b/app-vim/gemini-vim/gemini-vim-20210923.ebuild
similarity index 89%
rename from app-vim/gemini-vim/gemini-vim-20210625.ebuild
rename to app-vim/gemini-vim/gemini-vim-20210923.ebuild
index e895c9752..082423224 100644
--- a/app-vim/gemini-vim/gemini-vim-20210625.ebuild
+++ b/app-vim/gemini-vim/gemini-vim-20210923.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit vim-plugin
 
 MY_PN=${PN/-/.}
-COMMIT="d5d2767dbcfd7ceb8dd53f13162458a824e650c9"
+COMMIT="18654218da069865716179d7f07640869a5e1fe8"
 DESCRIPTION="vim plugin: syntax highlighting for Gemini Text, the text/gemini 
media type"
 HOMEPAGE="https://sr.ht/~torresjrjr/gemini.vim/;
 SRC_URI="https://git.sr.ht/~torresjrjr/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"

diff --git a/app-vim/gemini-vim/metadata.xml b/app-vim/gemini-vim/metadata.xml
index c0764c03f..96287fe91 100644
--- a/app-vim/gemini-vim/metadata.xml
+++ b/app-vim/gemini-vim/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 

cyber+gen...@sysrq.in



[gentoo-commits] repo/proj/guru:master commit in: /

2021-09-30 Thread Arthur Zamarin
commit: 66f3211ef1e689b38df2ede287860b5e7a01cab8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 14:32:10 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 14:32:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66f3211e

TODO.md: remove pnetcdf

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

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index d42bc6102..e1c71fb85 100644
--- a/TODO.md
+++ b/TODO.md
@@ -45,7 +45,6 @@ Name | Buildsystem | Category | User | RFH
 
[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
 | autotools | cluster | Alessandro-Barbieri | no
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | 
no
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | 
Alessandro-Barbieri | no
-[pnetcdf](https://parallel-netcdf.github.io/) | autotools | libs | 
Alessandro-Barbieri | no
 
[omb](http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.8.tgz)
 | autotools | cluster | Alessandro-Barbieri | no
 [scalasca](https://scalasca.org/) | autotools | cluster | Alessandro-Barbieri 
| no
 [scorep](https://www.vi-hps.org/projects/score-p/) | autotools | cluster | 
Alessandro-Barbieri | no



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/parallel-netcdf/

2021-09-30 Thread Arthur Zamarin
commit: 0b5d0f6dc01ee66b5ec4f4e22a971c055948558d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 14:25:27 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 14:25:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b5d0f6d

sys-cluster/parallel-netcdf: initial import

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

 sys-cluster/parallel-netcdf/Manifest   |  1 +
 sys-cluster/parallel-netcdf/metadata.xml   | 25 +++
 .../parallel-netcdf/parallel-netcdf-1.12.2.ebuild  | 80 ++
 3 files changed, 106 insertions(+)

diff --git a/sys-cluster/parallel-netcdf/Manifest 
b/sys-cluster/parallel-netcdf/Manifest
new file mode 100644
index 0..eba2d268b
--- /dev/null
+++ b/sys-cluster/parallel-netcdf/Manifest
@@ -0,0 +1 @@
+DIST pnetcdf-1.12.2.tar.gz 2355892 BLAKE2B 
ea94d63caa8d42b727084be0580c43e0ac03325acafb046a057092b41880a875a1ca04d1b0183062aed3d7182103217c02165c0f65e722b50129931fb7c93e82
 SHA512 
b482eadb4955a312fab885aa89c08817c010ed6ff69dff3cfa9c530f1b645b788973029909a8f6fd428170103cfa0784e1bfe085a48d9bcd2446dbd0d40ed67d

diff --git a/sys-cluster/parallel-netcdf/metadata.xml 
b/sys-cluster/parallel-netcdf/metadata.xml
new file mode 100644
index 0..de4248a59
--- /dev/null
+++ b/sys-cluster/parallel-netcdf/metadata.xml
@@ -0,0 +1,25 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   comaintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   
https://github.com/Parallel-NetCDF/PnetCDF/issues
+   Parallel-NetCDF/PnetCDF
+   
+   
+   Enable burst buffer driver 
support
+   Turn on support for the C++ interface
+   Disable use of fill value when 
out-of-range type conversion causes NC_ERANGE error
+   Turn on support for the Fortran 
interface
+Disable MPI file sync if you know your 
file system can provide data consistency
+   Enable NetCDF-4 feature
+   Enable check for 
null-byte header padding when reading files in classic formats
+   Use stricter rule for error 
NC_EINVALCOORDS to disallow coordinate start argument equal to dimension size 
when argument count is zero
+   Enable subfiling support
+   Enable thread-safe capability
+   
+

diff --git a/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild 
b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
new file mode 100644
index 0..456e0f5f8
--- /dev/null
+++ b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+FORTRAN_NEEDED=fortran
+MYP="pnetcdf-${PV}"
+
+inherit fortran-2
+
+DESCRIPTION="Parallel extension to netCDF"
+HOMEPAGE="
+   https://parallel-netcdf.github.io
+   http://cucis.ece.northwestern.edu/projects/PnetCDF
+   http://www-unix.mcs.anl.gov/parallel-netcdf
+"
+SRC_URI="http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/${MYP}.tar.gz;
+S="${WORKDIR}/${MYP}"
+
+LICENSE="UCAR-Unidata"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="burst-buffering +cxx debug doc +erange-fill +file-sync +fortran netcdf
+null-byte-header-padding +relax-coord-bound subfiling threadsafe"
+
+RDEPEND="
+   netcdf? ( sci-libs/netcdf[mpi] )
+   virtual/mpi
+"
+#  adios? ( sys-cluster/adios )
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+   fortran-2_pkg_setup
+}
+
+src_configure() {
+   export MPIF77=/usr/bin/mpif77
+   export MPIF90=/usr/bin/mpif90
+
+   local myconf=(
+   --enable-shared
+   --with-mpi="${EPREFIX}/usr"
+
+   $(use_enable burst-buffering)
+   $(use_enable cxx)
+   $(use_enable debug)
+   $(use_enable doc doxygen)
+   $(use_enable erange-fill)
+   $(use_enable file-sync)
+   $(use_enable fortran)
+   $(use_enable netcdf netcdf4)
+   $(use_enable null-byte-header-padding)
+   $(use_enable relax-coord-bound)
+   $(use_enable subfiling)
+   $(use_enable threadsafe thread-safe)
+   )
+#  $(use_enable adios)
+#  if use adios; then
+#  myconf+=( "--with-adios=${EPREFIX}/usr" )
+#  else
+#  myconf+=( "--without-adios" )
+#  fi
+   if use netcdf; then
+   myconf+=( "--with-netcdf4=${EPREFIX}/usr" )
+   else
+   myconf+=( "--without-netcdf4" )
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/parallel-netcdf/

2021-09-30 Thread Arthur Zamarin
commit: 1acc8bd8d1a590ca8ea71e36cb8f0b405bb1abf7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 14:27:40 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 14:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1acc8bd8

sys-cluster/parallel-netcdf: fix header

Package-Manager: Portage-3.0.24, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild 
b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
index 456e0f5f8..527b63c48 100644
--- a/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
+++ b/sys-cluster/parallel-netcdf/parallel-netcdf-1.12.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/proj/guru:master commit in: dev-js/jp-kernel/

2021-09-30 Thread Arthur Zamarin
commit: 29d7061f9d4ebaf5227d6191826df28531a5f8a4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:08:00 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29d7061f

dev-js/jp-kernel: initial import

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

 dev-js/jp-kernel/Manifest   |  1 +
 dev-js/jp-kernel/jp-kernel-2.0.0.ebuild | 21 +
 dev-js/jp-kernel/metadata.xml   | 12 
 3 files changed, 34 insertions(+)

diff --git a/dev-js/jp-kernel/Manifest b/dev-js/jp-kernel/Manifest
new file mode 100644
index 0..585626e06
--- /dev/null
+++ b/dev-js/jp-kernel/Manifest
@@ -0,0 +1 @@
+DIST jp-kernel-2.0.0.tgz 10274 BLAKE2B 
62363b0d0b55bb43d77db7512ecca2e62707e30772a32a1f1bc45f1fa20de0c8fb28a09fdaf1c76f5654e5a6938a47ce676d43b3b1681c14da0a03b8df72b344
 SHA512 
029cf702aa49853a05968ef49b09e56d5caa84945a83384d28aa7ce1931e4ea7bf032f68227a3cba79bb7857a976547c9bcc33ffd257250c548caff72aefdca6

diff --git a/dev-js/jp-kernel/jp-kernel-2.0.0.ebuild 
b/dev-js/jp-kernel/jp-kernel-2.0.0.ebuild
new file mode 100644
index 0..cd2ab9f2e
--- /dev/null
+++ b/dev-js/jp-kernel/jp-kernel-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node
+
+DESCRIPTION="Generic Node.js kernel for the Jupyter notebook"
+HOMEPAGE="
+   https://n-riesco.github.io/jp-kernel
+   https://www.npmjs.com/package/jp-kernel
+"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+RDEPEND="
+   ${NODEJS_RDEPEND}
+   dev-js/jmp
+   dev-js/nel
+   dev-js/uuid
+"

diff --git a/dev-js/jp-kernel/metadata.xml b/dev-js/jp-kernel/metadata.xml
new file mode 100644
index 0..07b57a2e0
--- /dev/null
+++ b/dev-js/jp-kernel/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/n-riesco/jp-kernel/issues
+n-riesco/jp-kernel
+  
+



[gentoo-commits] repo/proj/guru:master commit in: dev-js/ijavascript/

2021-09-30 Thread Arthur Zamarin
commit: 1de6b249bb7226e8629ba0506c12637a19707564
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:08:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1de6b249

dev-js/ijavascript: initial import

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

 dev-js/ijavascript/Manifest |  1 +
 dev-js/ijavascript/ijavascript-5.2.0.ebuild | 19 +++
 dev-js/ijavascript/metadata.xml | 12 
 3 files changed, 32 insertions(+)

diff --git a/dev-js/ijavascript/Manifest b/dev-js/ijavascript/Manifest
new file mode 100644
index 0..a0f3a0a4d
--- /dev/null
+++ b/dev-js/ijavascript/Manifest
@@ -0,0 +1 @@
+DIST ijavascript-5.2.0.tgz 460798 BLAKE2B 
f16736b9574fa31e9dbcafce9c82e14e11865d98370079fe120c7101f87cec6ed1b5eaa2abbc3598ec42b94bcfcd106e9457e1a382495cfe9ac1fac203f97223
 SHA512 
30857747d776a3dbae71398d1f9214e5bbd771ebe58ec3abb07ed2bf7ae67ffba85e397f8976fc871e199f2981a5db78f1fed4da6d222a6a56950cf18ed86d8f

diff --git a/dev-js/ijavascript/ijavascript-5.2.0.ebuild 
b/dev-js/ijavascript/ijavascript-5.2.0.ebuild
new file mode 100644
index 0..6a224530c
--- /dev/null
+++ b/dev-js/ijavascript/ijavascript-5.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node
+
+DESCRIPTION="IJavascript is a Javascript kernel for the Jupyter notebook"
+HOMEPAGE="
+   https://n-riesco.github.io/ijavascript
+   https://www.npmjs.com/package/ijavascript
+"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+RDEPEND="
+   ${NODEJS_RDEPEND}
+   dev-js/jp-kernel
+"

diff --git a/dev-js/ijavascript/metadata.xml b/dev-js/ijavascript/metadata.xml
new file mode 100644
index 0..a337fc237
--- /dev/null
+++ b/dev-js/ijavascript/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/n-riesco/ijavascript/issues
+n-riesco/ijavascript
+  
+



[gentoo-commits] repo/proj/guru:master commit in: dev-js/jmp/, dev-js/jmp/files/

2021-09-30 Thread Arthur Zamarin
commit: 1bd7f7988e47b87515bfac7c9bb2d60394e6391a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:07:50 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bd7f798

dev-js/jmp: initial import

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

 dev-js/jmp/Manifest |  1 +
 dev-js/jmp/files/uuid.patch | 24 
 dev-js/jmp/jmp-2.0.0.ebuild | 21 +
 dev-js/jmp/metadata.xml | 12 
 4 files changed, 58 insertions(+)

diff --git a/dev-js/jmp/Manifest b/dev-js/jmp/Manifest
new file mode 100644
index 0..9178bda6c
--- /dev/null
+++ b/dev-js/jmp/Manifest
@@ -0,0 +1 @@
+DIST jmp-2.0.0.tgz 10391 BLAKE2B 
4b4ac9f1dcd2170b8ea6f4ce476ebe785546fb0be2dc4bf4a8745ce1c9dcbd4fdd91004ea571ff37e42a411952a2e18e8acd9bed339778c6bf987a94d0bd85d8
 SHA512 
5404df5951c4ad0240d9732d9908c94071f243f8718c7326b32f9e826c1193f47315c850078c63ad1d625f8f7a559afe1f285caf8cef2fe22491294860ac7a63

diff --git a/dev-js/jmp/files/uuid.patch b/dev-js/jmp/files/uuid.patch
new file mode 100644
index 0..3fff4420f
--- /dev/null
+++ b/dev-js/jmp/files/uuid.patch
@@ -0,0 +1,24 @@
+diff -ur a/index.js b/index.js
+--- a/index.js 1985-10-26 09:15:00.0 +0100
 b/index.js 2021-02-15 16:02:25.296238209 +0100
+@@ -33,7 +33,7 @@
+  */
+ 
+ var crypto = require("crypto");
+-var uuid = require("uuid/v4");
++const { v4: uuidv4 } = require('uuid');
+ var zmq = require("zeromq");
+ 
+ var DEBUG = global.DEBUG || false;
+diff -ur a/test/index.js b/test/index.js
+--- a/test/index.js1985-10-26 09:15:00.0 +0100
 b/test/index.js2021-02-15 16:02:01.816099481 +0100
+@@ -37,7 +37,7 @@
+ var assert = require("assert");
+ var crypto = require("crypto");
+ 
+-var uuid = require("uuid/v4");
++const { v4: uuidv4 } = require('uuid');
+ 
+ var jmp = require("..");
+ var zmq = jmp.zmq;

diff --git a/dev-js/jmp/jmp-2.0.0.ebuild b/dev-js/jmp/jmp-2.0.0.ebuild
new file mode 100644
index 0..0f07f1a7b
--- /dev/null
+++ b/dev-js/jmp/jmp-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node
+
+DESCRIPTION="create, parse and reply to messages of the Jupyter Messaging 
Protocol"
+HOMEPAGE="
+   https://github.com/n-riesco/jmp
+   https://www.npmjs.com/package/jmp
+"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+PATCHES=( "${FILESDIR}/uuid.patch" )
+RDEPEND="
+   ${NODEJS_RDEPEND}
+   dev-js/uuid
+   dev-js/zeromq
+"

diff --git a/dev-js/jmp/metadata.xml b/dev-js/jmp/metadata.xml
new file mode 100644
index 0..02340b950
--- /dev/null
+++ b/dev-js/jmp/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/n-riesco/jmp/issues
+n-riesco/jmp
+  
+



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

2021-09-30 Thread Arthur Zamarin
commit: 601610833831462786c12893b87ec8a9ccc50fda
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:13:36 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:13:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60161083

node.eclass: remove /opt from paths

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

 eclass/node.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/node.eclass b/eclass/node.eclass
index aeff2f3c7..47b7a57b1 100644
--- a/eclass/node.eclass
+++ b/eclass/node.eclass
@@ -82,9 +82,8 @@ node_src_prepare() {
 }
 
 node_src_configure() {
-   export PATH="${PATH}:/opt/node-debian/usr/bin"
#path to the modules
-   export 
NODE_PATH="/usr/$(get_libdir)/node_modules:/opt/node-debian/usr/share/nodejs"
+   export NODE_PATH="/usr/$(get_libdir)/node_modules"
export npm_config_prefix="${NODE_MODULE_PREFIX}"
#path to the headers needed by node-gyp
export npm_config_nodedir="/usr/include/node"



[gentoo-commits] repo/proj/guru:master commit in: dev-js/zeromq/

2021-09-30 Thread Arthur Zamarin
commit: 01cfe6cf5768f8b1ae4f67479da77a6c86addf85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:07:37 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01cfe6cf

dev-js/zeromq: initial import

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

 dev-js/zeromq/Manifest  |  1 +
 dev-js/zeromq/metadata.xml  | 15 ++
 dev-js/zeromq/zeromq-6.0.0_beta6.ebuild | 50 +
 3 files changed, 66 insertions(+)

diff --git a/dev-js/zeromq/Manifest b/dev-js/zeromq/Manifest
new file mode 100644
index 0..579861b74
--- /dev/null
+++ b/dev-js/zeromq/Manifest
@@ -0,0 +1 @@
+DIST zeromq-6.0.0-beta.6.tgz 5123933 BLAKE2B 
0fcfdef37ceda7f6ae7c41da6e758f3bebb3b30153fd6109d8a8fdfdd719d191c4df8acc38cad773596aa280e768cb004c4d104a67c50e12994869314f5af67b
 SHA512 
c0b7fa33ba411e28e5f81465b542f65680e981b41c3997ad897f14cf27072fc09c605c589d1ae9a06e5f8b7517dfe5266afcf5964e3f7466907b3f2a88382bfd

diff --git a/dev-js/zeromq/metadata.xml b/dev-js/zeromq/metadata.xml
new file mode 100644
index 0..b7f7931b8
--- /dev/null
+++ b/dev-js/zeromq/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/zeromq/zeromq.js/issues
+zeromq/zeromq
+  
+  
+Build the draft API
+  
+

diff --git a/dev-js/zeromq/zeromq-6.0.0_beta6.ebuild 
b/dev-js/zeromq/zeromq-6.0.0_beta6.ebuild
new file mode 100644
index 0..e36281093
--- /dev/null
+++ b/dev-js/zeromq/zeromq-6.0.0_beta6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node flag-o-matic
+
+MYPV="${PV/_beta/-beta.}"
+MYP="${PN}-${MYPV}"
+SRC_URI="mirror://npm/${PN}/-/${MYP}.tgz"
+DESCRIPTION="Next-generation ZeroMQ bindings for Node.js"
+HOMEPAGE="
+   https://github.com/zeromq/zeromq.js
+   https://www.npmjs.com/package/zeromq
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE="drafts"
+
+CDEPEND="net-libs/zeromq:=[drafts?]"
+DEPEND="
+   ${NODEJS_DEPEND}
+   ${CDEPEND}
+   dev-js/node-gyp-build
+   dev-js/node-addon-api
+"
+RDEPEND="
+   ${NODEJS_RDEPEND}
+   ${CDEPEND}
+"
+
+src_configure() {
+   NPM_FLAGS="--zmq-shared --build-from-source"
+   use drafts && NPM_FLAGS+=" --zmq-draft"
+   append-cxxflags " -I/usr/$(get_libdir)/node_modules/node-addon-api"
+   node_src_configure
+}
+
+src_prepare() {
+   rm -rf prebuilds || die
+   rm -rf vendor || die
+   node_src_prepare
+}
+
+src_compile() {
+   node_src_compile
+   rm -rf build/Release/.deps || die
+   rm -rf build/Release/obj.target || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-js/core-js/

2021-09-30 Thread Arthur Zamarin
commit: e4156c4baed5010e077ea8c56aed585348692b9c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 14:24:32 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 14:24:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4156c4b

dev-js/core-js: unkeyword 3.17.3 for ~x86

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

 dev-js/core-js/core-js-3.17.3.ebuild | 43 +---
 dev-js/core-js/metadata.xml  |  4 
 2 files changed, 14 insertions(+), 33 deletions(-)

diff --git a/dev-js/core-js/core-js-3.17.3.ebuild 
b/dev-js/core-js/core-js-3.17.3.ebuild
index 936f8f9c8..3807b011c 100644
--- a/dev-js/core-js/core-js-3.17.3.ebuild
+++ b/dev-js/core-js/core-js-3.17.3.ebuild
@@ -1,38 +1,15 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI=7
 
-DESCRIPTION="A modular standard library for JavaScript"
-HOMEPAGE="https://github.com/zloirock/core-js;
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
+inherit node
 
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND="net-libs/nodejs[npm]"
-
-src_compile() {
-   # nothing to compile here
-   :
-}
+DESCRIPTION="Standard library"
+HOMEPAGE="
+   https://github.com/zloirock/core-js
+   https://www.npmjs.com/package/core-js
+"
 
-S="${WORKDIR}/package"
-
-src_install() {
-   npm \
-   --audit false \
-   --color false \
-   --foreground-scripts \
-   --global \
-   --offline \
-   --omit dev \
-   --prefix "${ED}"/usr \
-   --progress false \
-   --verbose \
-   install "${DISTDIR}/${P}".tgz || die "npm install failed"
-
-   einstalldocs
-}
+LICENSE="MIT"
+KEYWORDS="~amd64"

diff --git a/dev-js/core-js/metadata.xml b/dev-js/core-js/metadata.xml
index 115e9d64a..57e798540 100644
--- a/dev-js/core-js/metadata.xml
+++ b/dev-js/core-js/metadata.xml
@@ -2,4 +2,8 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

+   
+   https://github.com/zloirock/core-js/issues
+   zloirock/core-js
+   
 



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/OpenHPC-meta/

2021-09-30 Thread Arthur Zamarin
commit: 3f7d57721df7dcb51972673c61b0ee9db687ef98
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 14:30:54 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 14:30:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f7d5772

sys-cluster/OpenHPC-meta: add parallel-netcdf

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

 sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild 
b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
index 1b0d926e2..42ff131c1 100644
--- a/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
+++ b/sys-cluster/OpenHPC-meta/OpenHPC-meta-2.1.ebuild
@@ -33,6 +33,7 @@ RDEPEND="
sci-libs/netcdf[hdf5,mpi]
sci-libs/netcdf-cxx
sci-libs/netcdf-fortran
+   sys-cluster/parallel-netcdf
)
 
parallel? (
@@ -96,7 +97,6 @@ RDEPEND="
 "
 #  io-libs
#adios[mpi]
-   #pnetcdf[mpi]
#phdf5[mpi]
 
 #  parallel



[gentoo-commits] repo/proj/guru:master commit in: dev-js/node-addon-api/

2021-09-30 Thread Arthur Zamarin
commit: 45c4e7d4781b1419c38496ad64b998cdcddf23ce
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:07:28 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45c4e7d4

dev-js/node-addon-api: initial import

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

 dev-js/node-addon-api/Manifest|  1 +
 dev-js/node-addon-api/metadata.xml| 12 
 dev-js/node-addon-api/node-addon-api-3.1.0.ebuild | 21 +
 3 files changed, 34 insertions(+)

diff --git a/dev-js/node-addon-api/Manifest b/dev-js/node-addon-api/Manifest
new file mode 100644
index 0..f62c84a97
--- /dev/null
+++ b/dev-js/node-addon-api/Manifest
@@ -0,0 +1 @@
+DIST node-addon-api-3.1.0.tgz 122233 BLAKE2B 
5c9fcd35f0d1a60397c2c805db8fe67458a073d973eebec50db769644ecd5bbf978a88a21670f70219f22c4f0f1939bfcd77563030bfbea9e098f9a1c4cb29cf
 SHA512 
7e59ab0cd074e8b225e65cb0533ed894d1991ffe69d0ced6dbc93c87377d2ec86d761d70b210f663e53887d2c3e8a39b3b2d5ff9f115760a6b3eb1329a3339bb

diff --git a/dev-js/node-addon-api/metadata.xml 
b/dev-js/node-addon-api/metadata.xml
new file mode 100644
index 0..53acdcd54
--- /dev/null
+++ b/dev-js/node-addon-api/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/nodejs/node-addon-api/issues
+nodejs/node-addon-api
+  
+

diff --git a/dev-js/node-addon-api/node-addon-api-3.1.0.ebuild 
b/dev-js/node-addon-api/node-addon-api-3.1.0.ebuild
new file mode 100644
index 0..39d6f2679
--- /dev/null
+++ b/dev-js/node-addon-api/node-addon-api-3.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node
+
+DESCRIPTION="Node.js API (N-API)"
+HOMEPAGE="
+   https://github.com/nodejs/node-addon-api
+   https://www.npmjs.com/package/node-addon-api
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+src_install() {
+   dodoc -r doc/.
+   rm -rf doc || die
+   node_src_install
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-js/nel/

2021-09-30 Thread Arthur Zamarin
commit: 4551d251fd75169ae5e3185b7ef64d1a9ec70515
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:07:10 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4551d251

dev-js/nel: initial import

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

 dev-js/nel/Manifest |  1 +
 dev-js/nel/metadata.xml | 12 
 dev-js/nel/nel-1.2.0.ebuild | 15 +++
 3 files changed, 28 insertions(+)

diff --git a/dev-js/nel/Manifest b/dev-js/nel/Manifest
new file mode 100644
index 0..2caa323d3
--- /dev/null
+++ b/dev-js/nel/Manifest
@@ -0,0 +1 @@
+DIST nel-1.2.0.tgz 64173 BLAKE2B 
99d3a9961159f62bbcf875344eeaf8c6474a7ddc9dfa63dd81150fe55b85ab9ed4eb004c0a7075a3d50b06bd586f9e5a9a8440d8f5c9dce6b85846dee85e0793
 SHA512 
cadf7a85d6289ab642e59bd81cc0ac445e4a21a67c02e7b919f7f8b07fba1a63c33097edd3def1e491b50e270b9df812604e7a08b3faced6447dbfb74adf7563

diff --git a/dev-js/nel/metadata.xml b/dev-js/nel/metadata.xml
new file mode 100644
index 0..9f680a8c0
--- /dev/null
+++ b/dev-js/nel/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/n-riesco/nel/issues
+n-riesco/nel
+  
+

diff --git a/dev-js/nel/nel-1.2.0.ebuild b/dev-js/nel/nel-1.2.0.ebuild
new file mode 100644
index 0..d2f55bf64
--- /dev/null
+++ b/dev-js/nel/nel-1.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node
+
+DESCRIPTION="Node.js Evaluation Loop (NEL): module to run a Node.js REPL 
session"
+HOMEPAGE="
+   https://github.com/n-riesco/nel
+   https://www.npmjs.com/package/nel
+"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"



[gentoo-commits] repo/proj/guru:master commit in: dev-js/uuid/

2021-09-30 Thread Arthur Zamarin
commit: bd08da741c962d0e9f00bc726aa3d8a533d91d82
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:06:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd08da74

dev-js/uuid: initial import

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

 dev-js/uuid/Manifest  |  1 +
 dev-js/uuid/metadata.xml  | 12 
 dev-js/uuid/uuid-8.3.2.ebuild | 21 +
 3 files changed, 34 insertions(+)

diff --git a/dev-js/uuid/Manifest b/dev-js/uuid/Manifest
new file mode 100644
index 0..18679ae38
--- /dev/null
+++ b/dev-js/uuid/Manifest
@@ -0,0 +1 @@
+DIST uuid-8.3.2.tgz 27977 BLAKE2B 
f2c9b5bebfa75744a3100ab468f7e56d059564804701eebf72f8b9e7eadc9d0b36d3cc4ceab6f90d54f5657b0b99039389c05c59145a6c9f793e4aaf09cc4362
 SHA512 
f8d62cd9078c5b2f865853849bdc679fa1c20e9d25ed0043ee697cccb52627ef77439345d0da1c12b9f09139175453625f7fdfa42e9a7d2f0385bfe0cfb47b7a

diff --git a/dev-js/uuid/metadata.xml b/dev-js/uuid/metadata.xml
new file mode 100644
index 0..452ea2897
--- /dev/null
+++ b/dev-js/uuid/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/uuidjs/uuid/issues
+uuidjs/uuid
+  
+

diff --git a/dev-js/uuid/uuid-8.3.2.ebuild b/dev-js/uuid/uuid-8.3.2.ebuild
new file mode 100644
index 0..ffe7fb60c
--- /dev/null
+++ b/dev-js/uuid/uuid-8.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node
+
+DESCRIPTION="RFC4122 (v1, v4, and v5) UUIDs"
+HOMEPAGE="
+   https://github.com/uuidjs/uuid
+   https://www.npmjs.com/package/uuid
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+src_install() {
+   node_src_install
+   # errno binary conflicts with dev-libs/ossp-uuid
+   mv "${ED}/usr/bin/uuid" "${ED}/usr/bin/node-uuid" || die
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-js/node-gyp-build/

2021-09-30 Thread Arthur Zamarin
commit: 89df43aa70a96ab1365b6b6a625c43b8dbc25fc8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Sep 29 13:07:20 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 29 13:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89df43aa

dev-js/node-gyp-build: initial import

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

 dev-js/node-gyp-build/Manifest|  1 +
 dev-js/node-gyp-build/metadata.xml| 12 
 dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild | 15 +++
 3 files changed, 28 insertions(+)

diff --git a/dev-js/node-gyp-build/Manifest b/dev-js/node-gyp-build/Manifest
new file mode 100644
index 0..857d4b3d3
--- /dev/null
+++ b/dev-js/node-gyp-build/Manifest
@@ -0,0 +1 @@
+DIST node-gyp-build-4.2.3.tgz 4822 BLAKE2B 
87abbab8d7d3ba2e8c6f5fb0f730159f9335c743dfeea92f3a3370e0a8e24fa9dee1672833b7e661091a82791046d5b5ec5e83c26cf1b9c44586118991db707f
 SHA512 
30de99a7399f34244cfb7b79ecf4c91e01f2c3f8783969d9ea647c3f98ffb99b6a42be3a451b8313f3fe8379f4611fc08985de5a2c596736a2a7bee074809f46

diff --git a/dev-js/node-gyp-build/metadata.xml 
b/dev-js/node-gyp-build/metadata.xml
new file mode 100644
index 0..c15aad3b5
--- /dev/null
+++ b/dev-js/node-gyp-build/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+https://github.com/prebuild/node-gyp-build/issues
+prebuild/node-gyp-build
+  
+

diff --git a/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild 
b/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild
new file mode 100644
index 0..b8dd65151
--- /dev/null
+++ b/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit node
+
+DESCRIPTION="Build tool and bindings loader for node-gyp that supports 
prebuilds"
+HOMEPAGE="
+   https://github.com/prebuild/node-gyp-build
+   https://www.npmjs.com/package/node-gyp-build
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"



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

2021-09-30 Thread Arthur Zamarin
commit: 14bb2ebb7958a8b963ca28d0b19d4e80294faef2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 30 19:15:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 19:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14bb2ebb

dev-python/tempest: treeclean (was added to ::gentoo)

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

 dev-python/tempest/Manifest  |  1 -
 dev-python/tempest/metadata.xml  | 16 ---
 dev-python/tempest/tempest-29.0.0.ebuild | 46 
 3 files changed, 63 deletions(-)

diff --git a/dev-python/tempest/Manifest b/dev-python/tempest/Manifest
deleted file mode 100644
index 032f2b8a8..0
--- a/dev-python/tempest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tempest-29.0.0.tar.gz 1090497 BLAKE2B 
520e9de1fc326d9a64d7ab5e93887f3bd455d9c47d29e0774bfb362b1baff6c1dd13fc6df2c756f0e73dd2b33ecb02ea61abdca9ea1ae68474ba53271c6c9e93
 SHA512 
03049d6cf0e77bac1afafad88b5b0fd22abaa40ed24ffd2c0c989dbadf277c09d703f0d9f7b34f4f68a4b5858b061ea9586ef66e26749b0822af0e426d1b81a7

diff --git a/dev-python/tempest/metadata.xml b/dev-python/tempest/metadata.xml
deleted file mode 100644
index 5941274e3..0
--- a/dev-python/tempest/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
-   
-   
-This is a set of integration tests to be run against a live OpenStack cluster. 
Tempest has batteries of tests for OpenStack API validation, scenarios, and 
other specific tests useful in validating an OpenStack deployment.
-   
-   
-   https://docs.openstack.org/tempest/latest
-   https://bugs.launchpad.net/tempest
-   tempest
-   
-

diff --git a/dev-python/tempest/tempest-29.0.0.ebuild 
b/dev-python/tempest/tempest-29.0.0.ebuild
deleted file mode 100644
index 3df5f2d43..0
--- a/dev-python/tempest/tempest-29.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="The OpenStack Integration Test Suite"
-HOMEPAGE="https://pypi.org/project/tempest;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/paramiko-2.7.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-09-30 Thread Arthur Zamarin
commit: 84eaa8c8ca80bb42a09cca52e2e74ade19c87a02
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 30 19:15:57 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 30 19:16:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84eaa8c8

dev-python/oslo-concurrency: treeclean (was added to ::gentoo)

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

 dev-python/oslo-concurrency/Manifest   |  1 -
 dev-python/oslo-concurrency/metadata.xml   | 16 -
 .../oslo-concurrency/oslo-concurrency-4.4.1.ebuild | 41 --
 3 files changed, 58 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
deleted file mode 100644
index 6f2a74b2b..0
--- a/dev-python/oslo-concurrency/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST oslo.concurrency-4.4.1.tar.gz 58399 BLAKE2B 
ea28cdd53ae124fe458c0d901b305d99b7a5b5525835e6a04ca856177876fa6c6a1eff74842dcf260c78c205d95f353cd1b70f0cb6205e7bec841bae2d6ecd0d
 SHA512 
1b7e6a2cb2e3ee0710f652489522c7a9e47a5292c46041f21a2ffe4c61a6bbae48b43e93507465013704b89778deec860da06fec32b4d3778e05cade9a6d39a1

diff --git a/dev-python/oslo-concurrency/metadata.xml 
b/dev-python/oslo-concurrency/metadata.xml
deleted file mode 100644
index 5e0cd6d20..0
--- a/dev-python/oslo-concurrency/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-co-maintainers welcome
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-Oslo concurrency library has utilities for safely running multi-thread, 
multi-process applications using locking mechanisms and for running external 
processes.
-  
-  
-  
-oslo.concurrency
-  
-

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
deleted file mode 100644
index df8ddada5..0
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running multi-thread, multi-process applications"
-HOMEPAGE="
-   https://pypi.org/project/oslo.concurrency
-   https://opendev.org/openstack/oslo.concurrency
-"
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.19.0[${PYTHON_USEDEP}]
-   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-db/pgrouting/

2021-09-30 Thread 罗百科
commit: fd8ac3f9f7aed7cc9a1241435a75bf4dd3bbb2a9
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Sep 30 19:02:33 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu Sep 30 19:02:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8ac3f9

dev-db/pgrouting: Bump to 3.2.1

Also support postgres-14

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/pgrouting/Manifest   |  1 +
 dev-db/pgrouting/pgrouting-3.2.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-db/pgrouting/Manifest b/dev-db/pgrouting/Manifest
index ef329624523..c87ff7d72cf 100644
--- a/dev-db/pgrouting/Manifest
+++ b/dev-db/pgrouting/Manifest
@@ -1,3 +1,4 @@
 DIST pgrouting-3.1.1.tar.gz 6133979 BLAKE2B 
b7657eeb88773773e6166190cda73d9e657774ff81ce7e9f005333a8dcb9d56587d4a793410356092bb1623ec287549dbc60d814b1d5156ff28301503acee776
 SHA512 
73285d2d47be844203df136b8a8c13d1672ad8c2dac44a1ff7ce16e4676043692a8f2a60a305542132891da83560c49c5eaeb7712e3e3dd250cd8fd550260d4a
 DIST pgrouting-3.1.2.tar.gz 6063893 BLAKE2B 
a371fb9c744b14072c65af5ceb1ea73d2cdb69821626be3ac79e08c9dee854272ce8cb3816d1de3eade06d50a7520846dd6bccda06934b9db926f9092719f131
 SHA512 
3cf3e0a4a726f6f11887d15ad71b789a9067f3bc5a675288f22730215aa12d12b94d75f9bdc8ab3077de8368c45c55c0dc27128d0453c4c30965bfc0cf118dcd
 DIST pgrouting-3.1.3.tar.gz 6057504 BLAKE2B 
73bc5d810a2f7bb383ba4fef4ffa52ccb3f21dbc00c68f02665dc459c0e0a2810e0ed10ab73bb3099be5ea6dde86bad884d82039a50c9c4eb423b614845e94b6
 SHA512 
1051f0a91813ccb3c396c78a059b99839b3352e562372bcc459dfaf289e35ea08bdba8a159032a3df46913548fc717968c187b8c480187497a5b5f7327ca470e
+DIST pgrouting-3.2.1.tar.gz 5940439 BLAKE2B 
01f4ec19d4cee9165a5aca946935cf4786a42f943602eca99414b536dec11ffe298f960e11aaa8b747c1b9c1839625ac9d3e7f67f1f606e941c9c738b4970479
 SHA512 
ead51de138950707008a7ea6b1a18cfe4d8b1885bfe92849464c2714e39f8e43ef3dbebd1c68279987a1321705fe33a598efb463078491d52cb90a8d1a0414c7

diff --git a/dev-db/pgrouting/pgrouting-3.2.1.ebuild 
b/dev-db/pgrouting/pgrouting-3.2.1.ebuild
new file mode 100644
index 000..b7b14cb3151
--- /dev/null
+++ b/dev-db/pgrouting/pgrouting-3.2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_BUILD_TYPE="Release"
+
+POSTGRES_COMPAT=( 9.6 {10..14} )
+POSTGRES_USEDEP="server"
+
+inherit cmake postgres-multi
+
+DESCRIPTION="pgRouting extends PostGIS and PostgreSQL with geospatial routing 
functionality."
+HOMEPAGE="https://pgrouting.org/;
+LICENSE="GPL-2 MIT Boost-1.0"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+SRC_URI="https://github.com/pgRouting/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+IUSE=""
+
+RDEPEND="${POSTGRES_DEP}
+   >=dev-db/postgis-2.0
+   dev-libs/boost
+   sci-mathematics/cgal
+"
+
+DEPEND="${RDEPEND}"
+# Needs a running psql instance, doesn't work out of the box
+RESTRICT="test"
+
+src_prepare() {
+   cmake_src_prepare
+   postgres-multi_src_prepare
+}
+
+my_src_configure() {
+   local mycmakeargs=( -DPOSTGRESQL_BIN="$($PG_CONFIG --bindir)" )
+   cmake_src_configure
+}
+
+src_configure() {
+   postgres-multi_foreach my_src_configure
+}
+
+src_compile() {
+   postgres-multi_foreach cmake_build
+}
+
+src_install() {
+   postgres-multi_foreach cmake_src_install
+}



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

2021-09-30 Thread William Hubbs
commit: 5c53c2292be60d7b1716cf8249ffdd74d0b80ef3
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 30 18:54:59 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 30 18:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c53c229

dev-util/woke: stable 0.14.0 on amd64

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

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

diff --git a/dev-util/woke/woke-0.14.0.ebuild b/dev-util/woke/woke-0.14.0.ebuild
index d4c53f4202e..e9b1ee947c1 100644
--- a/dev-util/woke/woke-0.14.0.ebuild
+++ b/dev-util/woke/woke-0.14.0.ebuild
@@ -629,7 +629,7 @@ 
SRC_URI="https://github.com/get-woke/woke/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 src_compile() {
go build .



[gentoo-commits] repo/proj/guru:dev commit in: app-backup/timeshift/files/, app-backup/timeshift/

2021-09-30 Thread Pascal Jäger
commit: 954ab4ad5ccb7f579176d22066f5a540d0059f05
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Sep 30 18:44:53 2021 +
Commit: Pascal Jäger  leimstift  de>
CommitDate: Thu Sep 30 18:51:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=954ab4ad

app-backup/timeshift: fixed https://bugs.gentoo.org/794637

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pascal Jäger  leimstift.de>

 .../files/timeshift-20.11.1-fix-util-linux-update.patch   | 15 +++
 app-backup/timeshift/timeshift-20.11.1.ebuild |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git 
a/app-backup/timeshift/files/timeshift-20.11.1-fix-util-linux-update.patch 
b/app-backup/timeshift/files/timeshift-20.11.1-fix-util-linux-update.patch
new file mode 100644
index 0..0206b9096
--- /dev/null
+++ b/app-backup/timeshift/files/timeshift-20.11.1-fix-util-linux-update.patch
@@ -0,0 +1,15 @@
+--- a/src/Utility/Device.vala
 b/src/Utility/Device.vala
+@@ -428,10 +428,10 @@ public class Device : GLib.Object{
+ 
+   try{
+   if (lsblk_is_ancient){
+-  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" RM="([0-9]+)" 
MAJ:MIN="([0-9:]+));
++  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" RM="([0-9]+)" 
MAJ[_:]MIN="([0-9:]+));
+   }
+   else{
+-  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" HOTPLUG="([0-9]+)" 
MAJ:MIN="([0-9:]+)" PARTLABEL="(.*)" PARTUUID="(.*)" PKNAME="(.*)" 
VENDOR="(.*)" SERIAL="(.*)" REV="(.*));
++  rex = new Regex("""NAME="(.*)" 
KNAME="(.*)" LABEL="(.*)" UUID="(.*)" TYPE="(.*)" FSTYPE="(.*)" SIZE="(.*)" 
MOUNTPOINT="(.*)" MODEL="(.*)" RO="([0-9]+)" HOTPLUG="([0-9]+)" 
MAJ[_:]MIN="([0-9:]+)" PARTLABEL="(.*)" PARTUUID="(.*)" PKNAME="(.*)" 
VENDOR="(.*)" SERIAL="(.*)" REV="(.*));
+   }
+ 
+   if (rex.match (line, 0, out match)){

diff --git a/app-backup/timeshift/timeshift-20.11.1.ebuild 
b/app-backup/timeshift/timeshift-20.11.1.ebuild
index 4e65c8893..5d88a64b2 100644
--- a/app-backup/timeshift/timeshift-20.11.1.ebuild
+++ b/app-backup/timeshift/timeshift-20.11.1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-PATCHES=( "${FILESDIR}/${P}-fix-xapp-2.0.patch" )
+PATCHES=( "${FILESDIR}/${P}-fix-xapp-2.0.patch" 
"${FILESDIR}/${P}-fix-util-linux-update.patch" )
 
 DEPEND="
dev-libs/json-glib



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

2021-09-30 Thread William Hubbs
commit: 953aaf9c111764a3b4afce176c5e35c7926454c5
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 30 18:49:20 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 30 18:49:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953aaf9c

dev-util/woke: 0.15.0 bump

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

 dev-util/woke/Manifest   |   1 +
 dev-util/woke/woke-0.15.0.ebuild | 641 +++
 2 files changed, 642 insertions(+)

diff --git a/dev-util/woke/Manifest b/dev-util/woke/Manifest
index 4f53b6c8e8d..c0e24fba2b2 100644
--- a/dev-util/woke/Manifest
+++ b/dev-util/woke/Manifest
@@ -613,3 +613,4 @@ DIST rsc.io%2Fbinaryregexp%2F@v%2Fv0.2.0.mod 36 BLAKE2B 
61110bed2b9e99e0250cf6e8
 DIST rsc.io%2Fquote%2Fv3%2F@v%2Fv3.1.0.mod 55 BLAKE2B 
f1f0ba35f0ffd200ed37c06b2025c1fd436e3fd857bd525b9295c0cbcade7e1f037e3f566124a7ef428384d50525426f0d40468c967e39bac6057174710e2566
 SHA512 
e6357ddd7d09692c60e59e6cb80469ade8284052cdd3ea520ec4dbcb42c1cabe045c599e43cce94bec022bd82e87a554ecac42f8c917cf2ff44daff9c1a147d5
 DIST rsc.io%2Fsampler%2F@v%2Fv1.3.0.mod 88 BLAKE2B 
c2ac3c9619e396db470c9951dfc11cdacccd56ae09b3b353015ee7e5fbb023df288dbf48d81b44c309241d1ea89a2e0ee42ee1d17e536fcfa531aaee0e651ab7
 SHA512 
2137507eb25fbae419605e0cd6bca4cfa584110eebc276cd759a4dcb6f97e52928e5b2d9b276e76bcabcec3bbfc2c42f97fa29f54695d27fb00f9423e1638863
 DIST woke-0.14.0.tar.gz 85897 BLAKE2B 
7731a8d88574f33aaa3021cbd71cbc84db7b9f2c13eddd4301c7cc1f512a2282a4e8376f98ad3c824a21afa6635b4e178a5bf2c5be203563aeff71e12a95b390
 SHA512 
ae6501816f0fc2cb615bb950e657d89d83b46829dd3bb2c4c594fd9870757b11bbec4fb9b5c5da386f4845b8686e3f3cee041ea53234301280c0fbeacdb5cfe2
+DIST woke-0.15.0.tar.gz 86130 BLAKE2B 
1954ea8dcfdc5ca035a78f7fa97b7a03a4c7b11e1741fc2457d529e04a27f565f9f2b6b16be45608bf60d7342afb9a0f8cd631d67d24f81e6b24be5b132099e9
 SHA512 
796b18887a5a82b0de2ab6dba353c12bb252650a325c1033d62bf7103356d9da744a6064fad2e0472ee6a1851f491a486b935a8d030d96711459c1ad912a75c1

diff --git a/dev-util/woke/woke-0.15.0.ebuild b/dev-util/woke/woke-0.15.0.ebuild
new file mode 100644
index 000..d4c53f4202e
--- /dev/null
+++ b/dev-util/woke/woke-0.15.0.ebuild
@@ -0,0 +1,641 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="check source code for non-inclusive language"
+HOMEPAGE="https://getwoke.tech/;
+
+EGO_SUM=(
+   "cloud.google.com/go v0.26.0/go.mod"
+   "cloud.google.com/go v0.34.0/go.mod"
+   "cloud.google.com/go v0.38.0/go.mod"
+   "cloud.google.com/go v0.44.1/go.mod"
+   "cloud.google.com/go v0.44.2/go.mod"
+   "cloud.google.com/go v0.45.1/go.mod"
+   "cloud.google.com/go v0.46.3/go.mod"
+   "cloud.google.com/go v0.50.0/go.mod"
+   "cloud.google.com/go v0.52.0/go.mod"
+   "cloud.google.com/go v0.53.0/go.mod"
+   "cloud.google.com/go v0.54.0/go.mod"
+   "cloud.google.com/go v0.56.0/go.mod"
+   "cloud.google.com/go v0.57.0/go.mod"
+   "cloud.google.com/go v0.62.0/go.mod"
+   "cloud.google.com/go v0.65.0/go.mod"
+   "cloud.google.com/go v0.72.0/go.mod"
+   "cloud.google.com/go v0.74.0/go.mod"
+   "cloud.google.com/go v0.78.0/go.mod"
+   "cloud.google.com/go v0.79.0/go.mod"
+   "cloud.google.com/go v0.81.0/go.mod"
+   "cloud.google.com/go/bigquery v1.0.1/go.mod"
+   "cloud.google.com/go/bigquery v1.3.0/go.mod"
+   "cloud.google.com/go/bigquery v1.4.0/go.mod"
+   "cloud.google.com/go/bigquery v1.5.0/go.mod"
+   "cloud.google.com/go/bigquery v1.7.0/go.mod"
+   "cloud.google.com/go/bigquery v1.8.0/go.mod"
+   "cloud.google.com/go/datastore v1.0.0/go.mod"
+   "cloud.google.com/go/datastore v1.1.0/go.mod"
+   "cloud.google.com/go/firestore v1.1.0/go.mod"
+   "cloud.google.com/go/pubsub v1.0.1/go.mod"
+   "cloud.google.com/go/pubsub v1.1.0/go.mod"
+   "cloud.google.com/go/pubsub v1.2.0/go.mod"
+   "cloud.google.com/go/pubsub v1.3.1/go.mod"
+   "cloud.google.com/go/storage v1.0.0/go.mod"
+   "cloud.google.com/go/storage v1.5.0/go.mod"
+   "cloud.google.com/go/storage v1.6.0/go.mod"
+   "cloud.google.com/go/storage v1.8.0/go.mod"
+   "cloud.google.com/go/storage v1.10.0/go.mod"
+   "dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod"
+   "github.com/BurntSushi/toml v0.3.1/go.mod"
+   "github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod"
+   "github.com/antihax/optional v1.0.0/go.mod"
+   "github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod"
+   "github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod"
+   "github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod"
+   "github.com/bgentry/speakeasy v0.1.0/go.mod"
+   "github.com/bketelsen/crypt v0.0.4/go.mod"
+   

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

2021-09-30 Thread Jakov Smolić
commit: a9d30c008b25a221a5d72b5e854e99b244bc4a09
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 30 18:44:24 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 30 18:45:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d30c00

sci-libs/libqalculate: Remove 3.17.0, 3.18.0 and 3.19.0

Closes: https://bugs.gentoo.org/792378
Signed-off-by: Jakov Smolić  gentoo.org>

 sci-libs/libqalculate/Manifest   |  3 -
 sci-libs/libqalculate/libqalculate-3.17.0.ebuild | 65 -
 sci-libs/libqalculate/libqalculate-3.18.0.ebuild | 65 -
 sci-libs/libqalculate/libqalculate-3.19.0.ebuild | 74 
 4 files changed, 207 deletions(-)

diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
index 0e910609352..0f27049a628 100644
--- a/sci-libs/libqalculate/Manifest
+++ b/sci-libs/libqalculate/Manifest
@@ -1,4 +1 @@
-DIST libqalculate-3.17.0.tar.gz 1770500 BLAKE2B 
247c74db32e63437c556dd60f00f56acf53d9ba90ea1027b34b98b455215e6c03e3ee34116b6d3989fa43b449e18b6f2ebaed67f9dff36f08dd8b38c685c6586
 SHA512 
b204dc44b6fdb2b72d3c85840fee38482db071f0f8241420ea24093dcdcc377c66f516c571827fbede40237618a53153a75bb7afee7f3bee7a1a71aedd779a11
-DIST libqalculate-3.18.0.tar.gz 1788899 BLAKE2B 
7701dab4d11c9d54f95454cd7be530cfa9f5a8dbe438dac6d734c294ce1eb5be1f4fdb30ef6d041d19f389df88dce4fa7dea68d555ad441992498685bfb3b919
 SHA512 
37d870f6fd147745747ac971758a512e85e33c42605b99ac4ba68b53ca42a6f0da7ede3869fe3ea4e47d77961e826ad999e0f0c0d87039042563f124bea1250e
-DIST libqalculate-3.19.0.tar.gz 2007385 BLAKE2B 
bd0b1bbfcd4bad0053ec9193bec1081cce609935b4282add885d7277a20696cc3c69272b8255d9da3e79907ec4c57b4b87c971908fc3da890d46ff4849e65ccc
 SHA512 
19df6e46e88478df4dd7ae592557c8c984f76c137708892b01f88737c2a8d72ca01324fd1b1322069292795cd158483b3fc0cc99c6559279e7a2f76ca4a47a56
 DIST libqalculate-3.20.1.tar.gz 2107300 BLAKE2B 
79314cbe2adb183a17f96947b8ad4fa0bbfea665f7b9afda67785059e9bc0d94599b05cd55999302fc5e1216929b4ed98db4e2a6ae0c6fc74ebdd37dc6dcb72e
 SHA512 
65a723c257c9e2419fc60ca254c23a7a7dd4d9a31beaa9c8fcf41a1e252e5f3be08e1160dcc72a0a407fe3ffd3e73353b141e40019871677a490d8c810c96931

diff --git a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild 
b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
deleted file mode 100644
index 35672fd3c7e..000
--- a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A modern multi-purpose calculator library"
-HOMEPAGE="https://qalculate.github.io/;
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/21"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="curl icu gnuplot readline"
-
-DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/libxml2:2
-   dev-libs/mpfr:0=
-   virtual/libiconv
-   curl? ( net-misc/curl )
-   icu? ( dev-libs/icu:= )
-   readline? ( sys-libs/readline:0= )"
-RDEPEND="${DEPEND}
-   gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   cat >po/POTFILES.skip <<-EOF || die
-   # Required by make check
-   data/currencies.xml.in
-   data/datasets.xml.in
-   data/elements.xml.in
-   data/functions.xml.in
-   data/planets.xml.in
-   data/prefixes.xml.in
-   data/units.xml.in
-   data/variables.xml.in
-   src/defs2doc.cc
-   EOF
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_with curl libcurl) \
-   $(use_with gnuplot gnuplot-call) \
-   $(use_with icu) \
-   $(use_with readline)
-}
-
-src_install() {
-   # docs/reference/Makefile.am -> referencedir=
-   emake \
-   DESTDIR="${D}" \
-   referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
-   install
-   einstalldocs
-
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/sci-libs/libqalculate/libqalculate-3.18.0.ebuild 
b/sci-libs/libqalculate/libqalculate-3.18.0.ebuild
deleted file mode 100644
index 35672fd3c7e..000
--- a/sci-libs/libqalculate/libqalculate-3.18.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A modern multi-purpose calculator library"
-HOMEPAGE="https://qalculate.github.io/;
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/21"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 

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

2021-09-30 Thread Jakov Smolić
commit: e2bebf5c065e98f66cc6737b448a49da4b9115e8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 30 18:42:14 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 30 18:45:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bebf5c

sys-fs/mtd-utils: Remove old 2.1.2

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-fs/mtd-utils/Manifest   |  1 -
 sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/sys-fs/mtd-utils/Manifest b/sys-fs/mtd-utils/Manifest
index 93bcf24082c..fcefde686ed 100644
--- a/sys-fs/mtd-utils/Manifest
+++ b/sys-fs/mtd-utils/Manifest
@@ -1,2 +1 @@
-DIST mtd-utils-2.1.2.tar.gz 380333 BLAKE2B 
46cccf9cbe870f3415237deaa00a3ff57fbaacc019d4adc69e1ed516e752e58776ed5f53be0d46baef69dff8a0d90e1df5ca32a80ecbb620dd4bb0231f8c94dd
 SHA512 
bd2d61d81f367a1d9f5345fa3985f5403e37fad1c1f811e2ab291b64339170514aa1fbceb89b78ba7a357f8cc3d7ade99796e9318c9624a40e2266fa0b3a9921
 DIST mtd-utils-2.1.3.tar.gz 383897 BLAKE2B 
75aa73440101bb4bfc753b7e0b8371c141ea6b648aa3928c5c121f4976e01c37770d09da3683376891a9899d46c6ccbb7685b32c70f925e63916c552ae720037
 SHA512 
68efffda2077e14560b9c0b0e40ce8567aee21096c2a3e19bfb6febc3bc11d56c4ac5682728f08b6d215754e7cb39f956a3ced1f6bde3142f0d6ea8492b9bfda

diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild 
b/sys-fs/mtd-utils/mtd-utils-2.1.2.ebuild
deleted file mode 100644
index 88222eda3de..000
--- a/sys-fs/mtd-utils/mtd-utils-2.1.2.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
-
-DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)"
-HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary;
-SRC_URI="https://github.com/sigma-star/mtd-utils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="+lzo xattr +zstd"
-
-DEPEND="!sys-fs/mtd
-   >=sys-apps/util-linux-2.16
-   sys-libs/zlib
-   lzo? ( dev-libs/lzo )
-   xattr? ( sys-apps/acl )
-   zstd? ( app-arch/zstd )"
-RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/libtool"
-
-DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README )
-
-src_prepare() {
-   default
-   ./autogen.sh || die
-}
-
-src_configure() {
-   econf \
-   $(use_with lzo) \
-   $(use_with xattr) \
-   $(use_with zstd)
-}
-
-src_install() {
-   default
-   doman \
-   jffsX-utils/mkfs.jffs2.1 \
-   ubi-utils/ubinize.8
-}



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/qalculate-gtk/

2021-09-30 Thread Jakov Smolić
commit: 126dd6b227cbfe6721b45dbafe783a88547d8438
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 30 18:43:31 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 30 18:45:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126dd6b2

sci-calculators/qalculate-gtk: Remove 3.17.0, 3.18.0 and 3.19.0

Signed-off-by: Jakov Smolić  gentoo.org>

 sci-calculators/qalculate-gtk/Manifest |  3 --
 .../qalculate-gtk/qalculate-gtk-3.17.0.ebuild  | 39 -
 .../qalculate-gtk/qalculate-gtk-3.18.0.ebuild  | 40 --
 .../qalculate-gtk/qalculate-gtk-3.19.0.ebuild  | 40 --
 4 files changed, 122 deletions(-)

diff --git a/sci-calculators/qalculate-gtk/Manifest 
b/sci-calculators/qalculate-gtk/Manifest
index 9feffa53a06..8b4403ab8c9 100644
--- a/sci-calculators/qalculate-gtk/Manifest
+++ b/sci-calculators/qalculate-gtk/Manifest
@@ -1,4 +1 @@
-DIST qalculate-gtk-3.17.0.tar.gz 2414740 BLAKE2B 
e24cd509566ab2daa106b5d233f8d851409b933e82b4057cd2c9b3c6b3526a30f878f2512243711e77718dd12cd4208a5c60bbded7eae50a8841a49c75814bb7
 SHA512 
ea4413d1574f9875810d82c80590de46c3c424b6466508faab30c6b2505ddd306fb206f316ec99e28a7e5311f2842e011206b9caca4aed36245d1f16f25f5de5
-DIST qalculate-gtk-3.18.0.tar.gz 2418606 BLAKE2B 
19c37474cacacd9e4c3ebdc58441a9c032cb86382e5545760018731b197765cae19d2f5687aeeb3ab09b2c137ec3f383f442a0b7910109fb0b664019837bb905
 SHA512 
d90c7188b28853489363663199be500e83dc908af6956d31d7f50c0797db262282475b7cc56bf177ebbacc3a0aaec5499c10c7270bd44a848589f16ea190b03e
-DIST qalculate-gtk-3.19.0.tar.gz 2508273 BLAKE2B 
db2f479c9fbbc11ece391e324858aad4404bdca03e14f69e7e2ed8966850fa5f699dd82d9ef613054d5113f5137b983e6520c2dc1c8e5a83ce253ea140d7c522
 SHA512 
3587ca55673bf71476423be6ec99fd8245c19c725866103862cd622e39e136cfaa94cd86744ede7a700a6e7886b7e8b84d646b25a1a22c73242a0ba9719149d6
 DIST qalculate-gtk-3.20.1.tar.gz 2547876 BLAKE2B 
d357ba4c03f39d504c2dda0e3d48b443ca05f5dd092bfef35f688947bf5c73eabef4756c7f53280cfd382e78c283f90a99dfa5d9727c5a9addce1c65c0ec9fb4
 SHA512 
5cdb5154a329514ed9d9c2081d15bfad4f12e2fc837ee3c32313a88492b06cb1139e1774ab3b3c3d4018a6a1d875022fafbf6ca904f8e8f56b60eda2450ef1e5

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild 
b/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
deleted file mode 100644
index 2d0b31d9af0..000
--- a/sci-calculators/qalculate-gtk/qalculate-gtk-3.17.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2
-
-DESCRIPTION="Modern multi-purpose calculator"
-HOMEPAGE="https://qalculate.github.io/;
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=sci-libs/libqalculate-3.17.0:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/pango"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-text/rarian
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   # Required by src_test() and `make check`
-   cat >po/POTFILES.skip <<-EOF || die
-   # Required by make check
-   data/calendarconversion.ui
-   data/periodictable.ui
-   EOF
-
-   gnome2_src_prepare
-}

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.18.0.ebuild 
b/sci-calculators/qalculate-gtk/qalculate-gtk-3.18.0.ebuild
deleted file mode 100644
index 095917fa8e5..000
--- a/sci-calculators/qalculate-gtk/qalculate-gtk-3.18.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2
-
-DESCRIPTION="Modern multi-purpose calculator"
-HOMEPAGE="https://qalculate.github.io/;
-SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=sci-libs/libqalculate-3.18.0:=
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/pango"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   app-text/rarian
-   dev-util/gdbus-codegen
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   # Required by src_test() and `make check`
-   cat >po/POTFILES.skip <<-EOF || die
-   # Required by make check
-   data/calendarconversion.ui
-   data/periodictable.ui
-   EOF
-
-   gnome2_src_prepare
-}

diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-3.19.0.ebuild 
b/sci-calculators/qalculate-gtk/qalculate-gtk-3.19.0.ebuild
deleted file mode 

[gentoo-commits] repo/gentoo:master commit in: dev-db/postgis/

2021-09-30 Thread 罗百科
commit: fede39c8b527696d66639b0121c8aae8ee2dbe2e
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Sep 30 18:44:04 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu Sep 30 18:44:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fede39c8

dev-db/postgis: Support postgresql-14

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgis/postgis-3.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgis/postgis-3.1.4.ebuild 
b/dev-db/postgis/postgis-3.1.4.ebuild
index a81f3e9072c..098fa4c328c 100644
--- a/dev-db/postgis/postgis-3.1.4.ebuild
+++ b/dev-db/postgis/postgis-3.1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-POSTGRES_COMPAT=( 9.6 {10..13} )
+POSTGRES_COMPAT=( 9.6 {10..14} )
 POSTGRES_USEDEP="server"
 inherit autotools postgres-multi toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qdbusviewer/

2021-09-30 Thread Sam James
commit: 5024bd85f41397072afb591e0f79408a4ed7906c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5024bd85

dev-qt/qdbusviewer: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qdbusviewer/qdbusviewer-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qdbusviewer/qdbusviewer-5.15.2-r10.ebuild 
b/dev-qt/qdbusviewer/qdbusviewer-5.15.2-r10.ebuild
index 5d3cd14d9f4..09d3b0f1cd8 100644
--- a/dev-qt/qdbusviewer/qdbusviewer-5.15.2-r10.ebuild
+++ b/dev-qt/qdbusviewer/qdbusviewer-5.15.2-r10.ebuild
@@ -10,7 +10,7 @@ inherit desktop qt5-build xdg-utils
 DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and 
messages"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtpaths/

2021-09-30 Thread Sam James
commit: 9e7b1de9b6e106f403136e918bb76ccdff4ca361
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7b1de9

dev-qt/qtpaths: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qtpaths/qtpaths-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtpaths/qtpaths-5.15.2-r10.ebuild 
b/dev-qt/qtpaths/qtpaths-5.15.2-r10.ebuild
index 9a5d86f24b4..f1221627b89 100644
--- a/dev-qt/qtpaths/qtpaths-5.15.2-r10.ebuild
+++ b/dev-qt/qtpaths/qtpaths-5.15.2-r10.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Command line client to QStandardPaths"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/assistant/

2021-09-30 Thread Sam James
commit: 84ea7399626a64e59441f3f45b6cb0134eb1ef02
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ea7399

dev-qt/assistant: Stabilize 5.15.2-r11 arm64, #806797

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

 dev-qt/assistant/assistant-5.15.2-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/assistant/assistant-5.15.2-r11.ebuild 
b/dev-qt/assistant/assistant-5.15.2-r11.ebuild
index 62335be8c98..7f52c026f46 100644
--- a/dev-qt/assistant/assistant-5.15.2-r11.ebuild
+++ b/dev-qt/assistant/assistant-5.15.2-r11.ebuild
@@ -10,7 +10,7 @@ inherit desktop qt5-build xdg-utils
 DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qdbus/

2021-09-30 Thread Sam James
commit: f39fa29b3ad9040ea01a51baed3ac8a8a61fdbaa
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39fa29b

dev-qt/qdbus: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qdbus/qdbus-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qdbus/qdbus-5.15.2-r10.ebuild 
b/dev-qt/qdbus/qdbus-5.15.2-r10.ebuild
index 026c62aad4f..3819a6b0cae 100644
--- a/dev-qt/qdbus/qdbus-5.15.2-r10.ebuild
+++ b/dev-qt/qdbus/qdbus-5.15.2-r10.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Interface to Qt applications communicating over D-Bus"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qttranslations/

2021-09-30 Thread Sam James
commit: 0223e2b6cc365936353fd6bdea4bf14161780ce7
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0223e2b6

dev-qt/qttranslations: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qttranslations/qttranslations-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qttranslations/qttranslations-5.15.2-r10.ebuild 
b/dev-qt/qttranslations/qttranslations-5.15.2-r10.ebuild
index 6a405aba37b..5cde6f916d9 100644
--- a/dev-qt/qttranslations/qttranslations-5.15.2-r10.ebuild
+++ b/dev-qt/qttranslations/qttranslations-5.15.2-r10.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Translation files for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtprintsupport/

2021-09-30 Thread Sam James
commit: c8a250848e8016718c6bfec5ecaaf3316e54d4d2
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a25084

dev-qt/qtprintsupport: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qtprintsupport/qtprintsupport-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.15.2-r10.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.15.2-r10.ebuild
index 822f50333e7..eb51bc0eae2 100644
--- a/dev-qt/qtprintsupport/qtprintsupport-5.15.2-r10.ebuild
+++ b/dev-qt/qtprintsupport/qtprintsupport-5.15.2-r10.ebuild
@@ -11,7 +11,7 @@ inherit qt5-build
 DESCRIPTION="Printing support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="cups gles2-only"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/designer/

2021-09-30 Thread Sam James
commit: 722f814b3dee5b0269ea27a2a1f19fd7d101bfab
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722f814b

dev-qt/designer: Stabilize 5.15.2-r11 arm64, #806797

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

 dev-qt/designer/designer-5.15.2-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/designer/designer-5.15.2-r11.ebuild 
b/dev-qt/designer/designer-5.15.2-r11.ebuild
index cf6b2d4f8fe..b6d8f4d22af 100644
--- a/dev-qt/designer/designer-5.15.2-r11.ebuild
+++ b/dev-qt/designer/designer-5.15.2-r11.ebuild
@@ -10,7 +10,7 @@ inherit desktop qt5-build xdg-utils
 DESCRIPTION="WYSIWYG tool for designing and building graphical user interfaces 
with QtWidgets"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 fi
 
 IUSE="declarative"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist/

2021-09-30 Thread Sam James
commit: 03275722c3953f8f9eb884bc5230a8b9c98cd1b7
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03275722

dev-qt/linguist: Stabilize 5.15.2-r11 arm64, #806797

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

 dev-qt/linguist/linguist-5.15.2-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/linguist/linguist-5.15.2-r11.ebuild 
b/dev-qt/linguist/linguist-5.15.2-r11.ebuild
index 899defda755..adbeaf67894 100644
--- a/dev-qt/linguist/linguist-5.15.2-r11.ebuild
+++ b/dev-qt/linguist/linguist-5.15.2-r11.ebuild
@@ -10,7 +10,7 @@ inherit desktop qt5-build xdg-utils
 DESCRIPTION="Graphical tool for translating Qt applications"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/pixeltool/

2021-09-30 Thread Sam James
commit: a4cf0587983793a584a14f3c7c35408e51a594c6
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cf0587

dev-qt/pixeltool: Stabilize 5.15.2-r11 arm64, #806797

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

 dev-qt/pixeltool/pixeltool-5.15.2-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/pixeltool/pixeltool-5.15.2-r11.ebuild 
b/dev-qt/pixeltool/pixeltool-5.15.2-r11.ebuild
index 83e0910afad..15694f09c00 100644
--- a/dev-qt/pixeltool/pixeltool-5.15.2-r11.ebuild
+++ b/dev-qt/pixeltool/pixeltool-5.15.2-r11.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Qt screen magnifier"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qdoc/

2021-09-30 Thread Sam James
commit: c18a894b657467ce6552e784190f4da9912b8ab5
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18a894b

dev-qt/qdoc: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qdoc/qdoc-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qdoc/qdoc-5.15.2-r10.ebuild 
b/dev-qt/qdoc/qdoc-5.15.2-r10.ebuild
index be64114e196..dd6896da342 100644
--- a/dev-qt/qdoc/qdoc-5.15.2-r10.ebuild
+++ b/dev-qt/qdoc/qdoc-5.15.2-r10.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Qt documentation generator"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 IUSE="qml"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist-tools/

2021-09-30 Thread Sam James
commit: 86436a619f0e488966b37bbac28d6edb1bdf039e
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86436a61

dev-qt/linguist-tools: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/linguist-tools/linguist-tools-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.2-r10.ebuild 
b/dev-qt/linguist-tools/linguist-tools-5.15.2-r10.ebuild
index e96eb6bc3b0..639bf1ae2ca 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.15.2-r10.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.15.2-r10.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Tools for working with Qt translation data files"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="qml"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/

2021-09-30 Thread Sam James
commit: 38dbec2b73d8a5ee3758057c7025ecdb296137b6
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dbec2b

dev-qt/qtwayland: Stabilize 5.15.2-r13 arm64, #806797

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

 dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild 
b/dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild
index 75df7b4b1de..65b2a358dea 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.2-r13.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Wayland platform plugin for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="vulkan X"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qthelp/

2021-09-30 Thread Sam James
commit: 3e67b3a06c436ead02a84ff4b7e3598c00806504
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e67b3a0

dev-qt/qthelp: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qthelp/qthelp-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qthelp/qthelp-5.15.2-r10.ebuild 
b/dev-qt/qthelp/qthelp-5.15.2-r10.ebuild
index 05fc05ce819..75235890894 100644
--- a/dev-qt/qthelp/qthelp-5.15.2-r10.ebuild
+++ b/dev-qt/qthelp/qthelp-5.15.2-r10.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Qt5 module for integrating online documentation into applications"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtvirtualkeyboard/

2021-09-30 Thread Sam James
commit: 907b3619404406de56f27284d89350ef0d402435
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907b3619

dev-qt/qtvirtualkeyboard: Stabilize 5.15.2-r11 arm64, #806797

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

 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2-r11.ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2-r11.ebuild
index b1fa982a644..0ed8265c7dd 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2-r11.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2-r11.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 # TODO: unbundle libraries for more layouts



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtspeech/

2021-09-30 Thread Sam James
commit: 97b1a7e5e3b843cb15603a7f7dda8c94c01f5ad8
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b1a7e5

dev-qt/qtspeech: Stabilize 5.15.2-r1 arm64, #806797

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

 dev-qt/qtspeech/qtspeech-5.15.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtspeech/qtspeech-5.15.2-r1.ebuild 
b/dev-qt/qtspeech/qtspeech-5.15.2-r1.ebuild
index 5c3b63e004e..996d482b76c 100644
--- a/dev-qt/qtspeech/qtspeech-5.15.2-r1.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.15.2-r1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Text-to-speech library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 fi
 
 IUSE="alsa flite"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquickcontrols2/

2021-09-30 Thread Sam James
commit: ffcc2ed4dd974fc0e0e780c49d18757cdee98782
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcc2ed4

dev-qt/qtquickcontrols2: Stabilize 5.15.2-r11 arm64, #806797

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

 dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.2-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.2-r11.ebuild 
b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.2-r11.ebuild
index 3af2592e858..19bc097b0b4 100644
--- a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.2-r11.ebuild
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.2-r11.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 IUSE="widgets"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsvg/

2021-09-30 Thread Sam James
commit: b1fef003ffc83df1c446be184cade29646452dcf
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fef003

dev-qt/qtsvg: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qtsvg/qtsvg-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsvg/qtsvg-5.15.2-r10.ebuild 
b/dev-qt/qtsvg/qtsvg-5.15.2-r10.ebuild
index c46810add2b..926ce9db4bc 100644
--- a/dev-qt/qtsvg/qtsvg-5.15.2-r10.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.15.2-r10.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="SVG rendering library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebsockets/

2021-09-30 Thread Sam James
commit: 0fa3b3666ff6265a31299695f18b0df9b581eaa2
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa3b366

dev-qt/qtwebsockets: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild
index 1085945fb29..5b6000dbc97 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="qml +ssl"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2021-09-30 Thread Sam James
commit: 0686b121a815a5fed87110844ee4a7c5cbb4b5a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0686b121

dev-qt/qtlocation: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild
index 69665c04f2c..9b2d0f37d3b 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.2-r10.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Location (places, maps, navigation) library for 
the Qt5 framework"
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
MAPBOXGL_COMMIT=d3101bbc22edd41c9036ea487d4a71eabd97823d
SRC_URI+=" 
https://invent.kde.org/qt/qt/${PN}-mapboxgl/-/archive/${MAPBOXGL_COMMIT}/${PN}-mapboxgl-${MAPBOXGL_COMMIT}.tar.gz
 -> ${PN}-mapboxgl-${PV}-${MAPBOXGL_COMMIT:0:8}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~riscv x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt3d/

2021-09-30 Thread Sam James
commit: 67a5743535691e31a9cdd968f7be6a6516f3ec8a
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a57435

dev-qt/qt3d: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qt3d/qt3d-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt3d/qt3d-5.15.2-r10.ebuild 
b/dev-qt/qt3d/qt3d-5.15.2-r10.ebuild
index 722832eee93..b621640f927 100644
--- a/dev-qt/qt3d/qt3d-5.15.2-r10.ebuild
+++ b/dev-qt/qt3d/qt3d-5.15.2-r10.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="3D rendering module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm64 x86"
+   KEYWORDS="amd64 arm64 x86"
 fi
 
 # TODO: tools



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtchooser/

2021-09-30 Thread Sam James
commit: 42043482b5ab4f82bd8d99503edded857c64ff56
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42043482

dev-qt/qtchooser: Stabilize 66-r1 arm64, #806797

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

 dev-qt/qtchooser/qtchooser-66-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtchooser/qtchooser-66-r1.ebuild 
b/dev-qt/qtchooser/qtchooser-66-r1.ebuild
index dea9632445c..69b3acc84d7 100644
--- a/dev-qt/qtchooser/qtchooser-66-r1.ebuild
+++ b/dev-qt/qtchooser/qtchooser-66-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="http://download.qt.io/official_releases/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/

2021-09-30 Thread Sam James
commit: 5a00ee8d35db19df46ae221af6ec24d0b915b378
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a00ee8d

dev-qt/qtmultimedia: Stabilize 5.15.2-r2 arm64, #806797

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

 dev-qt/qtmultimedia/qtmultimedia-5.15.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.15.2-r2.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.15.2-r2.ebuild
index 88d4dbdda5b..08b9b1a9521 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.15.2-r2.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.15.2-r2.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 
framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="alsa gles2-only gstreamer openal pulseaudio qml widgets"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxml/

2021-09-30 Thread Sam James
commit: 41d65a7e3982b12a41b850820707a79d262c20e7
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d65a7e

dev-qt/qtxml: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qtxml/qtxml-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtxml/qtxml-5.15.2-r10.ebuild 
b/dev-qt/qtxml/qtxml-5.15.2-r10.ebuild
index ac8eeae1fd4..268662f96c9 100644
--- a/dev-qt/qtxml/qtxml-5.15.2-r10.ebuild
+++ b/dev-qt/qtxml/qtxml-5.15.2-r10.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/

2021-09-30 Thread Sam James
commit: 679ad5c7808833bc51e3a4c856d13bb077159980
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679ad5c7

dev-qt/qtimageformats: Stabilize 5.15.2-r10 arm64, #806797

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

 dev-qt/qtimageformats/qtimageformats-5.15.2-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtimageformats/qtimageformats-5.15.2-r10.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.15.2-r10.ebuild
index ce7b29e4004..2abdd63fcca 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.15.2-r10.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.15.2-r10.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Additional format plugins for the Qt image I/O system"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="mng"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtopengl/

2021-09-30 Thread Sam James
commit: 2fe9fc38aa4b2cae33c8ec459a40ef29970f4385
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 30 18:20:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 30 18:20:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe9fc38

dev-qt/qtopengl: Stabilize 5.15.2-r11 arm64, #806797

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

 dev-qt/qtopengl/qtopengl-5.15.2-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtopengl/qtopengl-5.15.2-r11.ebuild 
b/dev-qt/qtopengl/qtopengl-5.15.2-r11.ebuild
index 481f354301a..340303cebc4 100644
--- a/dev-qt/qtopengl/qtopengl-5.15.2-r11.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.15.2-r11.ebuild
@@ -11,7 +11,7 @@ inherit qt5-build
 DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="gles2-only"



  1   2   3   >