[gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/

2021-09-15 Thread Gergely Nagy
commit: 0be885cb1358b1b460f1d1ed962bf6cdb92aadcd
Author: Gergely Nagy  ngg  hu>
AuthorDate: Wed Sep 15 07:10:16 2021 +
Commit: Gergely Nagy  ngg  hu>
CommitDate: Wed Sep 15 07:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=0be885cb

dev-dotnet/dotnetcore-sdk-bin{-common}: bump to 3.1.413, 5.0.401, 6.0.100_rc1

Signed-off-by: Gergely Nagy  ngg.hu>

 ...n-common-3.1.412.ebuild => dotnetcore-sdk-bin-common-3.1.413.ebuild} | 0
 ...n-common-5.0.400.ebuild => dotnetcore-sdk-bin-common-5.0.401.ebuild} | 0
 ...6.0.100_pre7.ebuild => dotnetcore-sdk-bin-common-6.0.100_rc1.ebuild} | 2 +-
 ...netcore-sdk-bin-3.1.412.ebuild => dotnetcore-sdk-bin-3.1.413.ebuild} | 0
 ...netcore-sdk-bin-5.0.400.ebuild => dotnetcore-sdk-bin-5.0.401.ebuild} | 0
 ...dk-bin-6.0.100_pre7.ebuild => dotnetcore-sdk-bin-6.0.100_rc1.ebuild} | 2 +-
 6 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.412.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.413.ebuild
similarity index 100%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.412.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.413.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.400.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.401.ebuild
similarity index 100%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.400.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.401.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_pre7.ebuild
 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_rc1.ebuild
similarity index 98%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_pre7.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_rc1.ebuild
index e626827..a668079 100644
--- 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_pre7.ebuild
+++ 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-6.0.100_rc1.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 inherit eutils
 
-MY_PV="${PV/_pre/-preview.}.21379.14"
+MY_PV="${PV/_rc/-rc.}.21458.32"
 
 DESCRIPTION="Common files shared between multiple slots of .NET Core"
 HOMEPAGE="https://www.microsoft.com/net/core";

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.412.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.413.ebuild
similarity index 100%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.412.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.413.ebuild

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.400.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.401.ebuild
similarity index 100%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.400.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.401.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_pre7.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_rc1.ebuild
similarity index 98%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_pre7.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_rc1.ebuild
index 5e11483..8dcfec5 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_pre7.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-6.0.100_rc1.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 inherit eutils
 
-MY_PV="${PV/_pre/-preview.}.21379.14"
+MY_PV="${PV/_rc/-rc.}.21458.32"
 
 DESCRIPTION=".NET Core SDK - binary precompiled for glibc"
 HOMEPAGE="https://www.microsoft.com/net/core";



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

2021-09-15 Thread Arthur Zamarin
commit: 0fff04302b514ff1813a43da6253985addc8d3f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 15 07:10:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 15 07:13:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fff0430

dev-python/uvicorn: add 0.15.0_p20210913, enable py3.10

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

 dev-python/uvicorn/Manifest|  1 +
 dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
index 91ae5b8f29b..1a16cb70d4e 100644
--- a/dev-python/uvicorn/Manifest
+++ b/dev-python/uvicorn/Manifest
@@ -1,2 +1,3 @@
 DIST uvicorn-0.13.4.tar.gz 505858 BLAKE2B 
486436c0b4c717741c11b7da6a979dc9fe977baa2dbc3e2538ce28551d2dee593076b670b16c099056165624c149f96974f64d2847e38234122ec93b65b31cda
 SHA512 
5332494e0b43b4e87f9d6742be679527b1ec2bc4d2e061768594d44b1fd1d6961a2bd1fa23469fca6c530ef36d6123e453306c2bb664cb27b0cd6145b9a70fd7
 DIST uvicorn-0.14.0.tar.gz 511593 BLAKE2B 
9f7aee0001874c128e44d31945aaa0ca92237e594debb6fea3c6c6d0f283c96cfad5248578b0e1c170fe2fde96a6b17c56ecf2436783fcae135b8eab1997b701
 SHA512 
f41a7f01ac6893ceaf4d1f06a4bccd7355e319eee11d6aa290b0d316fb356eb807c926941157ec64f1fc6b7c4601930cfbe271075d6c4cf684bd7e175617390f
+DIST uvicorn-0.15.0_p20210913.gh.tar.gz 542385 BLAKE2B 
1e551ffccac6f92981b0ef62cc80fb494b57dc19bddf8430c54b8a06801ee81cdc31a3167a56e90dd8e0f318cc84dfc71443f74beb39dc68ccc252bc6d6c1042
 SHA512 
865fe148900c8c00847017bab3ef17a9514e7ef7878ad6220633e2bd6d89b2e65a79a82fdabb8beec83841346a175f0c20807bea07536071a06a884c74418e0d

diff --git a/dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild 
b/dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild
new file mode 100644
index 000..96cceb3f9ce
--- /dev/null
+++ b/dev-python/uvicorn/uvicorn-0.15.0_p20210913.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+COMMIT="99acac598682b45be98094216f7db223c1fdf5f2"
+
+DESCRIPTION="Lightning-fast ASGI server implementation"
+HOMEPAGE="https://www.uvicorn.org/";
+SRC_URI="https://github.com/encode/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/asgiref-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
+   >=dev-python/h11-0.8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httpx[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/python-dotenv[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   >=dev-python/websockets-10.0[${PYTHON_USEDEP}]
+   dev-python/watchgod[${PYTHON_USEDEP}]
+   dev-python/wsproto[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # too long path for unix socket
+   tests/test_config.py::test_bind_unix_socket_works_with_reload_or_workers
+   # need unpackaged httptools
+   
"tests/middleware/test_logging.py::test_trace_logging_on_http_protocol[httptools]"
+)



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

2021-09-15 Thread Arthur Zamarin
commit: 786f52cb8eef895dbd5d29d6992ca060b396de89
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 14 07:25:43 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 15 07:13:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786f52cb

dev-python/watchgod: New NIH dep for dev-python/uvicorn

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

 dev-python/watchgod/Manifest|  1 +
 dev-python/watchgod/metadata.xml| 11 +++
 dev-python/watchgod/watchgod-0.7.ebuild | 29 +
 3 files changed, 41 insertions(+)

diff --git a/dev-python/watchgod/Manifest b/dev-python/watchgod/Manifest
new file mode 100644
index 000..d90469d433c
--- /dev/null
+++ b/dev-python/watchgod/Manifest
@@ -0,0 +1 @@
+DIST watchgod-0.7.gh.tar.gz 14362 BLAKE2B 
0c16b7ef2a7e1d0ca2c9d27b1503a9710662364318d5021e916aabf90c8f917b0bf69559a545658f839953832edc579b0014a0736b3b155f097d1d29c2e4b4f7
 SHA512 
afa225b30cf796ce95861c61fbe8eb22ed72011522de53d53c41148311793db10e41b66e9eb1237c4372f142edaec992de79715c568e435ddb1695666be1cdd8

diff --git a/dev-python/watchgod/metadata.xml b/dev-python/watchgod/metadata.xml
new file mode 100644
index 000..37627d68f75
--- /dev/null
+++ b/dev-python/watchgod/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   
+   
+   samuelcolvin/watchgod
+   watchgod
+   
+

diff --git a/dev-python/watchgod/watchgod-0.7.ebuild 
b/dev-python/watchgod/watchgod-0.7.ebuild
new file mode 100644
index 000..66b254733fc
--- /dev/null
+++ b/dev-python/watchgod/watchgod-0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 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="Simple, modern file watching and code reload in Python"
+HOMEPAGE="
+   https://pypi.org/project/watchgod/
+   https://github.com/samuelcolvin/watchgod/";
+SRC_URI="
+   https://github.com/samuelcolvin/watchgod/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-toolbox[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-09-15 Thread Andreas Sturmlechner
commit: 71e50ca9750a01ae4342693b495eaa18f4723d0f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 07:28:12 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 07:28:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e50ca9

dev-qt/qtwebengine: Fix .qmake.conf

Bug: https://bugs.gentoo.org/811441
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...5.2_p20210824.ebuild => qtwebengine-5.15.2_p20210824-r1.ebuild} | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
similarity index 96%
rename from dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
rename to dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
index 303ae1fe054..b1b5dd8a07c 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210824-r1.ebuild
@@ -141,11 +141,10 @@ src_prepare() {
if [[ ${PV} == ${QT5_PV}_p* ]]; then
# This is made from git, and for some reason will fail w/o .git 
directories.
mkdir -p .git src/3rdparty/chromium/.git || die
-
-   # We need to make sure this integrates well into Qt 5.15.2 
installation.
-   # Otherwise revdeps fail w/o heavy changes. This is the 
simplest way to do it.
-   sed -e "/^MODULE_VERSION/s/5.*/${QT5_PV}*/" -i .qmake.conf || 
die
fi
+   # We need to make sure this integrates well into Qt 5.15.2 installation.
+   # Otherwise revdeps fail w/o heavy changes. This is the simplest way to 
do it.
+   sed -e "/^MODULE_VERSION/s/5\.15\.[3456789]/${QT5_PV}/" -i .qmake.conf 
|| die
 
# QTBUG-88657 - jumbo-build could still make trouble
if ! use jumbo-build; then



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/

2021-09-15 Thread Andreas Sturmlechner
commit: d5a402514fa556d9f54626f375d3f44c1b4982a4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 07:28:12 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 07:39:15 2021 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d5a40251

dev-qt/qtwebengine: Fix .qmake.conf

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.15.2..ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2..ebuild
index 73744694..3e77c7f4 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2..ebuild
@@ -135,11 +135,10 @@ src_prepare() {
if [[ ${PV} == ${QT5_PV}_p* ]]; then
# This is made from git, and for some reason will fail w/o .git 
directories.
mkdir -p .git src/3rdparty/chromium/.git || die
-
-   # We need to make sure this integrates well into Qt 5.15.2 
installation.
-   # Otherwise revdeps fail w/o heavy changes. This is the 
simplest way to do it.
-   sed -e "/^MODULE_VERSION/s/5.*/${QT5_PV}*/" -i .qmake.conf || 
die
fi
+   # We need to make sure this integrates well into Qt 5.15.2 installation.
+   # Otherwise revdeps fail w/o heavy changes. This is the simplest way to 
do it.
+   sed -e "/^MODULE_VERSION/s/5\.15\.[3456789]/${QT5_PV}/" -i .qmake.conf 
|| die
 
# QTBUG-88657 - jumbo-build could still make trouble
if ! use jumbo-build; then



[gentoo-commits] repo/proj/guru:master commit in: dev-util/rust-analyzer/

2021-09-15 Thread Arthur Zamarin
commit: 0b97070427285a93aa1b6c245682b9f5baffd9d7
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Mon Sep 13 06:48:27 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 13 06:48:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b970704

dev-util/rust-analyzer: add 20210913, drop 20210830

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 dev-util/rust-analyzer/Manifest| 26 +
 ...210830.ebuild => rust-analyzer-20210913.ebuild} | 45 +++---
 2 files changed, 32 insertions(+), 39 deletions(-)

diff --git a/dev-util/rust-analyzer/Manifest b/dev-util/rust-analyzer/Manifest
index c6b2dd7e1..87d3ff875 100644
--- a/dev-util/rust-analyzer/Manifest
+++ b/dev-util/rust-analyzer/Manifest
@@ -13,13 +13,16 @@ DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616de
 DIST camino-1.0.5.crate 29642 BLAKE2B 
c345be490622b50f3a744f9c42392d12e02e286d75e09f4eaa8a1c6f86cc849c5a752aa7cb5fb1f697ed8beb741c7d9cea951f4f5ce7049dcaf6de5ec69a60d7
 SHA512 
1131997ca090426a25daf3be2fcd6e559d980078dd71fbf3f16b4d593531a24c0f030aa6c9652080fdc02b5420da98991b9c93115ce1c0cad8c0fad4437b1d59
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 
c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f
 DIST cargo_metadata-0.14.0.crate 17008 BLAKE2B 
00fd6841170d5dae463a60daf442eb3033d616ab171dfb7efc201596196571b06df83f6ab23e88397c77baf3135745bc3ac6051557ebad2c3ea96440f00e1d2b
 SHA512 
d33f691d56df56bdea260363cd29864b17f0326b90b4b9688781c37d3eba4437b93b48e6448dc1d012a8542d7d2495f0acb73322340269db9cc4a4aa955f9605
-DIST cc-1.0.69.crate 56044 BLAKE2B 
adcd10bf4faf6835ae8feb79ce5e7a4895700d9714fc4322dd52e37bdd8db66b849d5e59aceba6ef0edcf9a5c7c0e2bc616de4acd98b71999bd63592c1c69dda
 SHA512 
ba2b84fb61b4097a96f9013f9925b1985263ccd75274186f5d37589444e390ae8d5d1f88c210822a9e9dac2db551c24aee2b12bb61801aef8b31a72b2ac77437
 DIST cc-1.0.70.crate 57200 BLAKE2B 
196b0435c8a521a02e9877ed3ff81fbefa88cd56717556776b46366bad1835bff134a1b4fc4e31ee5497600e98d1031119d0973b420cf16aece1ff18fbdcd1bc
 SHA512 
9158eabcb9405fa2ef41fb120821ddaa2e5c7234c02d5cfbb5b59570f7de393d1fa33942ca52f86bf9271765b3df934debdea89e7563cbfe193dc01b2dcd72f9
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST chalk-derive-0.70.0.crate 3467 BLAKE2B 
ba9f5565aa5586029aff0bf9311109e3d5f2835d1bb44c591b01d895e5352c51d56543a321b4fd1d549f2fb5b769be09bb0de0400aac5051c759ab4e80d86952
 SHA512 
68a531f496d2cc40d9c6dade868d9595db382c7d5264c09a52611755d84b0a76b0e0ad1a3d82cf8c3df274f3a2fe3ff1b1e9b5a4211bfedce80234e804e8b569
+DIST chalk-derive-0.71.0.crate 3467 BLAKE2B 
85f4cbcb5185487c760e9fc35a661ce9c66f8b4e0b4240a854e72257f891d86461033c47d1a8947b64bab27c8741127f528ab832499ae9c1cb781ccc1e15bf86
 SHA512 
1175b1f7b8039abc8ad2be5eb1a64dee98949fcb382da5911c9104ad34c724d56bac75f9d7e5cd149916679e5e7830b7003de9b60e4634b6f7f85547a7feb36c
 DIST chalk-ir-0.70.0.crate 51627 BLAKE2B 
f3ceb86113d2c198079161411cb500b953221d9503c9a37240d70224f566cc394c8b346cb0a5439078796e9109c9d68b59337d480b3773d994829f0bfe9a5054
 SHA512 
a3858e0b394e80c278c5117aca2d705e1e5f973e063de12edace6d15afb20f904022130cd86a97b94956b7acbabe96ef33ea11c3425682ccd681dc03d42e181e
+DIST chalk-ir-0.71.0.crate 51631 BLAKE2B 
2ea9c4d2f63083bcc9fd9afb92e898706200348fa4ccc17a5c098c5d6efb6e627aea0eff8b487fb32eb69e7bec05ed2fb9a14367c80cab46948d90dfa5e6
 SHA512 
8253718eab8b273c4c2dbe6da69afbc28123dce2402e9da2f19fcca21ffd7d293da00b7e7c10d28f804d1639b4f539fa77b97cc6ef7ee4c11042c4e872e9404d
 DIST chalk-recursive-0.70.0.crate 14668 BLAKE2B 
4c67797d46ee37c93855c6e62a39e9dd339df68c2470517b2569e609f396235bc1905cf344f2443b661ecb1c298f25fd6c6f7565eb051b768a6341965ecb02f0
 SHA512 
257d377bc27f5151f0193ff8cc95f467b8b1083e09e2166674de0108d396f8d7609a6988dbb78e851d211a88cbf2a85926a496892280ca6603df8290158f9ac5
+DIST chalk-recursive-0.71.0.crate 14672 BLAKE2B 
dda86dd99a9f87c3200b97535e8a655bbc9ece382b4180bbc019eb62d0b8590fd4b5cda62e3dfdcd2dab17ecaa022453a2852a6817578394ef7941fd39b17c94
 SHA512 
bf61c410a3c772e1e0aaebe86074d1c8b58b3bc2d13fc372768bbb8131b0fc9e62019c6f9d9832425a46b1a3ea054a4d2ac9bae30fe6448885267f62ca8ff33e
 DIST chalk-solve-0.70.0.crate 97159 BLAKE2B 
53478279a529c1e25446b0c6c1a909bdc32d843ef85ed56b4c543363e721898768cc4d0071b166ababd0b8026f631c1e45e32393c28b04f5aa80e97018025921
 SHA512 
538ad1a74f930a57a91891fb631c523e225feb1794d076d40e5ba4dbed65f33aa5decde41773d2153ac1c7dc03562e21f42650878eb6e026f7bd338d42cf6f25
+DI

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

2021-09-15 Thread Arthur Zamarin
commit: 782b6adc08d93ba1f48ced6ac35d7945d262a756
Author: Daniel Novomesky  gmail  com>
AuthorDate: Sun Sep 12 11:58:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 12 11:58:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=782b6adc

media-libs/libjxl: use system-wide dev-cpp/highway

instead of the bundled dependency.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>

 media-libs/libjxl/libjxl-.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/media-libs/libjxl/libjxl-.ebuild 
b/media-libs/libjxl/libjxl-.ebuild
index 21dbcb9ab..2ad6c4626 100644
--- a/media-libs/libjxl/libjxl-.ebuild
+++ b/media-libs/libjxl/libjxl-.ebuild
@@ -26,6 +26,9 @@ DEPEND="app-arch/brotli
x11-misc/shared-mime-info
dev-qt/qtwidgets
dev-qt/qtx11extras
+   dev-cpp/gtest
+   dev-cpp/highway
+   media-libs/lcms
 "
 
 BDEPEND=""
@@ -40,10 +43,13 @@ src_configure() {
-DJPEGXL_ENABLE_SJPEG=OFF
-DJPEGXL_WARNINGS_AS_ERRORS=OFF
 
+   -DJPEGXL_ENABLE_SKCMS=ON
-DJPEGXL_ENABLE_EXAMPLES=ON
-DJPEGXL_ENABLE_VIEWERS=ON
-DJPEGXL_ENABLE_PLUGINS=ON
-DJPEGXL_FORCE_SYSTEM_BROTLI=ON
+   -DJPEGXL_FORCE_SYSTEM_HWY=ON
+   -DJPEGXL_FORCE_SYSTEM_GTEST=ON
)
 
cmake_src_configure



[gentoo-commits] repo/proj/guru:master commit in: media-video/obs-vkcapture/

2021-09-15 Thread Arthur Zamarin
commit: 0868359ade07ef8f99ce6fbb12acdbe3c4deb237
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Mon Sep 13 11:49:23 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 13 11:49:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0868359a

media-video/obs-vkcapture: add vulkan-headers dependency

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

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild  | 1 +
 media-video/obs-vkcapture/obs-vkcapture-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
index 1d84ba5cf..a07c0c7c6 100644
--- a/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
+++ b/media-video/obs-vkcapture/obs-vkcapture-1.0.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
+   dev-util/vulkan-headers
>=media-video/obs-studio-27
 "
 RDEPEND="${DEPEND}"

diff --git a/media-video/obs-vkcapture/obs-vkcapture-.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-.ebuild
index 1d84ba5cf..a07c0c7c6 100644
--- a/media-video/obs-vkcapture/obs-vkcapture-.ebuild
+++ b/media-video/obs-vkcapture/obs-vkcapture-.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
+   dev-util/vulkan-headers
>=media-video/obs-studio-27
 "
 RDEPEND="${DEPEND}"



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

2021-09-15 Thread Arthur Zamarin
commit: 50fa51f701b75965c41de1fedcd01a677f27d0fc
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Sep 11 18:15:44 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 11 18:15:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50fa51f7

dev-libs/libphonenumber: Version Bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 dev-libs/libphonenumber/Manifest| 2 +-
 .../{libphonenumber-8.12.31.ebuild => libphonenumber-8.12.32.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libphonenumber/Manifest b/dev-libs/libphonenumber/Manifest
index 821e7fb6d..d9d528d44 100644
--- a/dev-libs/libphonenumber/Manifest
+++ b/dev-libs/libphonenumber/Manifest
@@ -1 +1 @@
-DIST libphonenumber-8.12.31.tar.gz 10992642 BLAKE2B 
98abe6162f28927d70f8c1abf42ddec9b8c156e57de5f5c41d37a5308e97e98c07470f8c499cd4d39590c6fba75761f52ab0c73a36fdc5e506a801c92e3dd7ca
 SHA512 
55485270c0a470ac9621851675dfec4114b4dd2fb2678ae980c8169885cc8f94e34d70b404d32c235378f57378a89c621d3fa11d4f9b217069f7c619d8190af4
+DIST libphonenumber-8.12.32.tar.gz 10993781 BLAKE2B 
83a2c11f42146e48dbe3d08a910887176769bb53a08ef22872dd1fdfde27678b9e9a6ec798a7c3ecbeecd28a91cb62e28e35db9a64640703811d596a0b31c8d4
 SHA512 
5d248e999750f26ee18adb6961d2570193e89299d8529ba5323a07a1893548c5798d66d913be207dbe1f1677f0800bea485ffc63eb1c8955ed478acaf6a8d411

diff --git a/dev-libs/libphonenumber/libphonenumber-8.12.31.ebuild 
b/dev-libs/libphonenumber/libphonenumber-8.12.32.ebuild
similarity index 100%
rename from dev-libs/libphonenumber/libphonenumber-8.12.31.ebuild
rename to dev-libs/libphonenumber/libphonenumber-8.12.32.ebuild



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

2021-09-15 Thread Arthur Zamarin
commit: 42b7e7f17d9385a05667f19fcabfc057fd90b273
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 14 18:16:51 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 14 18:17:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42b7e7f1

www-apps/uwebsockets: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest  |  1 -
 www-apps/uwebsockets/uwebsockets-19.5.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 6ff2b8b78..d969d672f 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,2 +1 @@
-DIST uwebsockets-19.5.0.tar.gz 296625 BLAKE2B 
d6ae47872c903bb702300d59208fd7d7ac1ffe8580199babb0d7671c205af9a6e6832b27d4f7d2d032461a06f43e938f19d6d531a5671c6c739aee2c5d4e8b92
 SHA512 
1bf7bf44f258664450b8a6325d51a2cfe0c3ba4e128231dcf16a2661a51967f972957d3dd36ac5a4177e10e4a942b1661c4a60e503eb1517493a29381388f21f
 DIST uwebsockets-19.6.0.tar.gz 297602 BLAKE2B 
bbb105b1fec254b71488b8c30b217881a6ad51763311547fa997ff930a50d01ec3df6b046b403296d90e08fa47bd3fe2168dbaafbdb2f9453857ec8897cb6c33
 SHA512 
60889a1aeacc51c18f2bd92cca89e7cea8970454358f1a32b4c7904e0fb4535c1105c1f1e6443e7957c621d3cc341923091b3fc8e3afa3a3e2d625b7b4102d99

diff --git a/www-apps/uwebsockets/uwebsockets-19.5.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-19.5.0.ebuild
deleted file mode 100644
index ca1133942..0
--- a/www-apps/uwebsockets/uwebsockets-19.5.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
-HOMEPAGE="https://github.com/uNetworking/uWebSockets";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git";
-else
-   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/uWebSockets-${PV}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RDEPEND=">=net-libs/usockets-0.6.0"
-
-src_prepare() {
-   default
-   mv src uWebSockets
-}
-
-src_compile() {
-   return 0
-}
-
-src_install() {
-   doheader -r uWebSockets
-}



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

2021-09-15 Thread Arthur Zamarin
commit: 03ea71c028cef448dd700052a18ef3c5753230c5
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Sep 13 20:37:56 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 13 20:37:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03ea71c0

dev-util/FoBiS: Unset DISTUTILS_USE_SETUPTOOLS. Update PYTHON_COMPAT

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

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-util/FoBiS/FoBiS-3.0.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-util/FoBiS/FoBiS-3.0.5.ebuild 
b/dev-util/FoBiS/FoBiS-3.0.5.ebuild
index b3be8c1ad..27a66da0f 100644
--- a/dev-util/FoBiS/FoBiS-3.0.5.ebuild
+++ b/dev-util/FoBiS/FoBiS-3.0.5.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/gfs2-utils/

2021-09-15 Thread Arthur Zamarin
commit: 5598e55d26396253770ca52cc88e53f877f05f24
Author: Andrea Postiglione  gmail  com>
AuthorDate: Tue Sep 14 18:42:48 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 14 18:42:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5598e55d

sys-fs/gfs2-utils: update Manifest

Signed-off-by: Andrea Postiglione  gmail.com>

 sys-fs/gfs2-utils/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-fs/gfs2-utils/Manifest b/sys-fs/gfs2-utils/Manifest
index 6ee83981d..2ccd5ec5a 100644
--- a/sys-fs/gfs2-utils/Manifest
+++ b/sys-fs/gfs2-utils/Manifest
@@ -1,3 +1,2 @@
-DIST gfs2-utils-3.2.0.tar.xz 279696 BLAKE2B 
bc8691396d820be09fbeeb590727d51fdcbfb739029a10bcbca501eb12fb4e1853d8dd9c70a0cb04fc1bad1c88be7520809b2bffa1d454f8d07923f6993629ed
 SHA512 
77b5448d46a27ee77b14fe5437b7932233a25f1d189b407a440657591e44c1d0d77b6253003b8b92d7fc4e363fa6eab97e01f5ca8de2529d5c60a94917e9ef18
 DIST gfs2-utils-3.3.0.tar.gz 370498 BLAKE2B 
00835f4d162bebe64d11f5007b6408c7de4320d74ac29c4a1057e86d99a8ee236a70aa8cd25ca37872dbce1d72499c7b846fb3780752aad00aa4f61c20a51712
 SHA512 
f944d8ce69f2ae49a678d5c3d45ff5be19ce8836c7559528aff088c4e660c54b636f4ed37f8e5016325a196f1e0ed201d9e0e71134766fed866095aac66337a2
 DIST gfs2-utils-3.4.1.tar.gz 374633 BLAKE2B 
cbb46a150935950d817f28ce750a654b54a0e6c0bfe8fc6a08d812d51860c6b8c6833215b35af6cb7ae51a0e5eba7e3deab5520bbe3ee6de5dde414dd0a480a4
 SHA512 
f8d3412a383d2d0e8435196c95a5361a3b9e5ab581549e6d434f5a33791d666c80700ee93f53e1d31aa3c304b84b6d72596b0a77e0aa54b2d88ec988ffa3cf88



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

2021-09-15 Thread Arthur Zamarin
commit: c9b84dd2a611c0f21573633707fcea9c680bc41e
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Tue Sep 14 01:04:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 14 01:04:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9b84dd2

gui-apps/yambar: update maintainer info

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 gui-apps/yambar/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index ef06f3bcb..48e360af7 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   leonard...@null.net
-   Leonardo H. Neumann
+   leona...@neumann.dev.br
+   Leonardo Neumann


https://codeberg.org/dnkl/yambar/issues



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

2021-09-15 Thread Arthur Zamarin
commit: 185bd57915eab77e86e0b958d4937de9d798ec26
Author: Vincent de Phily  gmail  com>
AuthorDate: Mon Sep 13 12:21:44 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 13 12:21:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=185bd579

app-portage/emlop: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Vincent de Phily  gmail.com>

 app-portage/emlop/Manifest   |  29 --
 app-portage/emlop/emlop-0.4.1.ebuild | 106 ---
 2 files changed, 135 deletions(-)

diff --git a/app-portage/emlop/Manifest b/app-portage/emlop/Manifest
index 7ac85bcf2..221dfc59c 100644
--- a/app-portage/emlop/Manifest
+++ b/app-portage/emlop/Manifest
@@ -1,80 +1,52 @@
-DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.36.crate 29083 BLAKE2B 
62166679a01ba1a2935316efa74b97a990f3ad720cbe339abc333a8609462438ec0268c4f3e6f5ede1ec972a23ce982d8e5de057c3f76b3f711b1d1d1cba8fe9
 SHA512 
4128dade4fa361230581973809598556b188195f5cbd951f2be651cb9bdb9ce6bbc45e70e0f05044080b054524d379bf2661cddc85ca157f0b260c1c0b492bda
 DIST anyhow-1.0.43.crate 34968 BLAKE2B 
a846dbc5275906e9f8ec4d5019a0fbff56e16eb970f8f528f2a7e5e2078e39a235d879870ffb92d6af45dc01b730825beb0a346fd6a2de1ddbf076366cd8eada
 SHA512 
d35eb86b3c1676a88fcd9fa8a956f0fb3d3a657caa777e27eb8d5f6a86fec352273c463782dd803a87514c72fe679855d7a379c63bb385df593a5e14c069b7a3
-DIST assert_cmd-1.0.2.crate 25037 BLAKE2B 
b7fe731a66ce7270b165e30da774420ff17f29a881e738b8b8a9ed37170edc6d0c27f1b052553c408c93b832f879742123b1585abccfde9c7e4b5830d0f327a6
 SHA512 
1d17d4ac5748a3a44ed25c8788f17bb5edcc15ce0e3f2232dfcb0c88cf735406e1048752473ae76fb033aad6d544c142c699c49e0398d2625e59b36526417f7a
 DIST assert_cmd-1.0.8.crate 27830 BLAKE2B 
68fc42953decc5a39a2a850750348da087a2df29e9e15dcb3f0319088ba8ca399f8db05cda3de693925dcbf147b2a031b0e0ddb6993f25b8b96f464f792cc499
 SHA512 
78c5aa45289f1f69891001b73f7da32ef61a371a2fa9abe15822406abe4a8df48004b475a00aacd36c2e808539041fc0d3034c367a27de6b539c72e929e42e4d
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
-DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bstr-0.2.16.crate 330346 BLAKE2B 
75a345f3a5d428ec7278cd10fa676f5bb72685c65c4fe68163943cf3142b43ac45d458bce9323447b201ffcc91aa82cd8c762cb1954c055e34b1a5cebc686ee8
 SHA512 
33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac
-DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75

[gentoo-commits] repo/proj/guru:master commit in: sys-fs/gfs2-utils/

2021-09-15 Thread Arthur Zamarin
commit: 7428f8bcea0eacbe6be18442552031e4e34810ff
Author: Andrea Postiglione  gmail  com>
AuthorDate: Tue Sep 14 18:41:08 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 14 18:41:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7428f8bc

sys-fs/gfs2-utils: drop old 3.2.0

Signed-off-by: Andrea Postiglione  gmail.com>

 sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild | 54 ---
 1 file changed, 54 deletions(-)

diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild 
b/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild
deleted file mode 100644
index bfcd71c16..0
--- a/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs linux-info
-
-DESCRIPTION="Shared-disk cluster file system"
-HOMEPAGE="https://sourceware.org/cluster/gfs/";
-SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="nls"
-
-RDEPEND="sys-libs/zlib
-   sys-apps/util-linux
-   sys-libs/ncurses"
-
-DEPEND="${RDEPEND}
-   sys-devel/autoconf
-   sys-devel/automake
-   sys-devel/libtool
-   sys-devel/make
-   sys-devel/gettext
-   sys-devel/bison
-   sys-devel/flex
-   sys-libs/zlib"
-
-src_prepare() {
-   eapply "${FILESDIR}"/reproducible.patch
-   eapply "${FILESDIR}"/gfs2_withdraw_helper.patch
-   eapply "${FILESDIR}"/python3.patch
-   eapply "${FILESDIR}"/bashism.patch
-   eapply "${FILESDIR}"/ftbfs-gcc9.patch
-   eapply "${FILESDIR}"/udev-rules.patch
-   default
-   ./autogen.sh
-   eautoreconf
-}
-
-src_configure() {
-   econf
-}
-
-src_compile() {
-   emake
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-}



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

2021-09-15 Thread Arthur Zamarin
commit: 6ae44aa8016181bfe52c6db2f98c24c11d430f86
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 14 18:16:29 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 14 18:17:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ae44aa8

www-apps/uwebsockets: version bump to 19.6.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest  |  1 +
 www-apps/uwebsockets/uwebsockets-19.6.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 88a9e1e3c..6ff2b8b78 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
 DIST uwebsockets-19.5.0.tar.gz 296625 BLAKE2B 
d6ae47872c903bb702300d59208fd7d7ac1ffe8580199babb0d7671c205af9a6e6832b27d4f7d2d032461a06f43e938f19d6d531a5671c6c739aee2c5d4e8b92
 SHA512 
1bf7bf44f258664450b8a6325d51a2cfe0c3ba4e128231dcf16a2661a51967f972957d3dd36ac5a4177e10e4a942b1661c4a60e503eb1517493a29381388f21f
+DIST uwebsockets-19.6.0.tar.gz 297602 BLAKE2B 
bbb105b1fec254b71488b8c30b217881a6ad51763311547fa997ff930a50d01ec3df6b046b403296d90e08fa47bd3fe2168dbaafbdb2f9453857ec8897cb6c33
 SHA512 
60889a1aeacc51c18f2bd92cca89e7cea8970454358f1a32b4c7904e0fb4535c1105c1f1e6443e7957c621d3cc341923091b3fc8e3afa3a3e2d625b7b4102d99

diff --git a/www-apps/uwebsockets/uwebsockets-19.6.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-19.6.0.ebuild
new file mode 100644
index 0..ca1133942
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-19.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git";
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.6.0"
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



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

2021-09-15 Thread Arthur Zamarin
commit: e8ab9e51a87ad4771e10b95b7df0f0adbb4cba88
Author: Daniel Novomesky  gmail  com>
AuthorDate: Sun Sep 12 11:54:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 12 11:54:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8ab9e51

dev-cpp/highway: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>

 dev-cpp/highway/highway-.ebuild | 35 +++
 dev-cpp/highway/metadata.xml| 12 
 2 files changed, 47 insertions(+)

diff --git a/dev-cpp/highway/highway-.ebuild 
b/dev-cpp/highway/highway-.ebuild
new file mode 100644
index 0..8d96668d7
--- /dev/null
+++ b/dev-cpp/highway/highway-.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake
+
+DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch"
+HOMEPAGE="https://github.com/google/highway";
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/google/highway.git";
+else
+   
SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+
+BDEPEND=""
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=OFF
+   )
+
+   cmake_src_configure
+}

diff --git a/dev-cpp/highway/metadata.xml b/dev-cpp/highway/metadata.xml
new file mode 100644
index 0..3252651cf
--- /dev/null
+++ b/dev-cpp/highway/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   dnovome...@gmail.com
+   Daniel Novomesky
+   
+   
+   Highway is a C++ library for SIMD (Single Instruction, Multiple 
Data),
+   i.e. applying the same operation to multiple 'lanes' using a 
single CPU instruction.
+   
+



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

2021-09-15 Thread Arthur Zamarin
commit: d8fae4681c595c1b15be06727c5a33eb2a565be9
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Tue Sep 14 01:07:13 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 14 01:07:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8fae468

gui-apps/yambar: add 1.7.0

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 gui-apps/yambar/Manifest|  1 +
 gui-apps/yambar/yambar-1.7.0.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index ef709545a..96659f8ce 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1 +1,2 @@
 DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 
71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4
 SHA512 
64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
+DIST yambar-1.7.0.tar.gz 148762 BLAKE2B 
a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643
 SHA512 
e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3

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



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

2021-09-15 Thread Arthur Zamarin
commit: b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6
Author: Leonardo Neumann  neumann  dev  br>
AuthorDate: Tue Sep 14 01:03:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 14 01:03:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9f9ea20

gui-apps/yambar: remove lto useflag

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann  neumann.dev.br>

 gui-apps/yambar/metadata.xml| 3 ---
 gui-apps/yambar/yambar-1.6.2.ebuild | 3 +--
 gui-apps/yambar/yambar-.ebuild  | 3 +--
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index 1ce6eb5e8..ef06f3bcb 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,9 +5,6 @@
leonard...@null.net
Leonardo H. Neumann

-   
-   Build with Link Time Optimization (LTO)
-   

https://codeberg.org/dnkl/yambar/issues
https://codeberg.org/dnkl/yambar/releases

diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild 
b/gui-apps/yambar/yambar-1.6.2.ebuild
index 1f4199e17..5b1dbd73e 100644
--- a/gui-apps/yambar/yambar-1.6.2.ebuild
+++ b/gui-apps/yambar/yambar-1.6.2.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel 
for X and Wayland"
 HOMEPAGE="https://codeberg.org/dnkl/yambar";
 LICENSE="MIT"
 SLOT="0"
-IUSE="lto wayland X"
+IUSE="wayland X"
 REQUIRED_USE="|| ( wayland X )"
 
 RDEPEND="
@@ -53,7 +53,6 @@ src_configure() {
local emesonargs=(
$(meson_feature wayland backend-wayland)
$(meson_feature X backend-x11)
-   $(meson_use lto b_lto)
-Dwerror=false
)
meson_src_configure

diff --git a/gui-apps/yambar/yambar-.ebuild 
b/gui-apps/yambar/yambar-.ebuild
index 1f4199e17..5b1dbd73e 100644
--- a/gui-apps/yambar/yambar-.ebuild
+++ b/gui-apps/yambar/yambar-.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel 
for X and Wayland"
 HOMEPAGE="https://codeberg.org/dnkl/yambar";
 LICENSE="MIT"
 SLOT="0"
-IUSE="lto wayland X"
+IUSE="wayland X"
 REQUIRED_USE="|| ( wayland X )"
 
 RDEPEND="
@@ -53,7 +53,6 @@ src_configure() {
local emesonargs=(
$(meson_feature wayland backend-wayland)
$(meson_feature X backend-x11)
-   $(meson_use lto b_lto)
-Dwerror=false
)
meson_src_configure



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/stlink/

2021-09-15 Thread Alexey Shvetsov
commit: 560c4035e7ca446491cba08a45f0f8780937b2c4
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Sep 15 07:52:00 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Sep 15 07:52:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560c4035

dev-embedded/stlink: Version bump

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-embedded/stlink/Manifest | 2 +-
 dev-embedded/stlink/{stlink-1.6.0.ebuild => stlink-1.7.0.ebuild} | 4 ++--
 dev-embedded/stlink/stlink-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-embedded/stlink/Manifest b/dev-embedded/stlink/Manifest
index 276535248c4..f6a25c0bb17 100644
--- a/dev-embedded/stlink/Manifest
+++ b/dev-embedded/stlink/Manifest
@@ -1 +1 @@
-DIST stlink-1.6.0.tar.gz 203462 BLAKE2B 
114e3426c8f622f0b8f3b0d12d30ea178c915b521e7d37505577c877c20fe8c8d4dce4189a1dc2bb58a711ead0eb82e13799bb80065e45afc8b5a53d2247ef1f
 SHA512 
0bf2416dac69e490560063714d630c4f549568bd9047113fb334f0841f5db23b97876307be8f0b1731863a2438c9502b9916d0d652c516d50969cb8b2cfa1a15
+DIST stlink-1.7.0.tar.gz 334883 BLAKE2B 
7e00a01912e1d21fa29a7299fbb21f8e85540d3e4f4c90be8fcd9b4a8ef14bae2c0cd460463babf04fd52a11ebeac9601a5f31874dd4cce3077434c2bfc96168
 SHA512 
58b73c7a73809f36ab8ef53370bcbdba7456433c8559f350349febd282188541184b5c171eb2ca1ad38ec4b3ae32d3a89895a208bcacc264ec0aed5f61e6bcd0

diff --git a/dev-embedded/stlink/stlink-1.6.0.ebuild 
b/dev-embedded/stlink/stlink-1.7.0.ebuild
similarity index 94%
rename from dev-embedded/stlink/stlink-1.6.0.ebuild
rename to dev-embedded/stlink/stlink-1.7.0.ebuild
index 0c5402c06fe..e937418ed74 100644
--- a/dev-embedded/stlink/stlink-1.6.0.ebuild
+++ b/dev-embedded/stlink/stlink-1.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit udev xdg cmake
 

diff --git a/dev-embedded/stlink/stlink-.ebuild 
b/dev-embedded/stlink/stlink-.ebuild
index 0c5402c06fe..e937418ed74 100644
--- a/dev-embedded/stlink/stlink-.ebuild
+++ b/dev-embedded/stlink/stlink-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit udev xdg cmake
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2021-09-15 Thread Alexey Shvetsov
commit: 4bbea029b78520edb55b1d151825e8827146b494
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Sep 15 07:56:08 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Sep 15 07:56:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbea029

sci-chemistry/gromacs: version bump

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/Manifest  |   3 +
 sci-chemistry/gromacs/gromacs-2021.3.ebuild | 360 
 2 files changed, 363 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index c60eb6f9145..0102ae34ad4 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -3,13 +3,16 @@ DIST gromacs-2019.6.tar.gz 33446147 BLAKE2B 
adc21fb6b841b06d499607f8c0166a673645
 DIST gromacs-2020.4.tar.gz 29149899 BLAKE2B 
a07c8efd96137d58c1edf4ac9b5aafeb16d9e65234b9459b71471827032654acacb58ed6ae87ec6e0e593a0acd799683cc4461b06cc883b089d740708619345e
 SHA512 
0c56f058741af70660baf0177724ec940dd984c05ea141ede91ee51ce3744f76d00e31bdb5db907e46fa1639de5dca637b3ace26e89f908c2e74c69f0c21ed3a
 DIST gromacs-2020.6.tar.gz 29196621 BLAKE2B 
b350fc62fd8eeb3f2b042fa74a4ed42e43a7b74efd8fddb60ec086a814048a52b8625da65fa5c4cf2cb1e22f8347562bc84d38bf34441fc5ebc6abaa38b0eea0
 SHA512 
4ce4d6b9ae33e9cd2a1ad3313e80acf63ded21dac897b01dbf87df2e318181796ef64c8a1d3e0a6058b972d8d88d00f710cd0277db12f38fc2c9b29772c98bea
 DIST gromacs-2021.2.tar.gz 37976386 BLAKE2B 
8818321bbcbdee25356bbf909d9c667f9d7cf180e696a323a61017683234d1269decc8f8d72b8012a8cc207f69e5cd97e2ab48dbbff06d82bbb407bc0578854b
 SHA512 
51b1728f41932274436ab807d569109e2b0e145abcb5cf9c9b7daf6a7396f2f8716dc28fb93cf178c97a7eaeab2a88878d0bc71dd6c6abe7e829d579e7968615
+DIST gromacs-2021.3.tar.gz 37987972 BLAKE2B 
d71995c7d5a34978246e33dc637ac3d273e547afcf72d1a107026650f03286ecdf27e4b9a70113b3c3a01af59ad49ac5c813aa6e5d2e8eb29fd05582a7a28d34
 SHA512 
da420917d06de2e192dfbb4e1b9f46989ed05b5c7e641c657104ed8f2bd8b22509bffd1ecfd7c965c80544eafa6af12d6d0aba7e1e7d9d14a4a88fb3fbf394a5
 DIST manual-2018.8.pdf 10025023 BLAKE2B 
afb0a6e6a72d78df743fcb57e7c1716848589e571dd35167b957a9b407ca27978ccfb6cb9e0df9c9439b888f352501a00ba32281ed1e0b4193bd606f1d77152e
 SHA512 
b1972f7ce965bfc9377542993c5943ea4868a8ed23a969d4203264746d6bea3a7a65c6379196ece37fd6d68ec7ec80f827bde87d1049284af7082759a124f1d5
 DIST manual-2019.6.pdf 12702376 BLAKE2B 
c350127bc06a9eb3dee73da39037c84daeb89500e23cb131bd19a150bf60602d4dde7611e0c6f0f344af4093e96a899303dac71b4df56fd0c44c3a48a56606b7
 SHA512 
dfdff67c2c1c9ce1f1c236b7686c5331b0fe86951da6c98eddd6a3e748815e0be0a9653ae4318469fcdd913c4e7c355d64a997cc80b9d9fbe6282ef6d98e61eb
 DIST manual-2020.4.pdf 11851608 BLAKE2B 
7b7bdf08e8946fcc448543b08391b94a67fee60a8c810597c1f09f70443f9d7db817c99622dd0c21c6317f5fdcd6c4a88589ecac57055cb0cd8597d6021026e7
 SHA512 
928555663c77de36393e625c29d388d4e1c8c1298e7a993d871839e0d4d8d18d190221ad8f1d975bd072bdd6a061e9ea5b9295f2ecf45f24b6523ea5ea290fed
 DIST manual-2020.6.pdf 11850850 BLAKE2B 
155e4eb9c200dcd0a38e3669b26077fcf310d437b82d9a593d333dada3989c2c8a936d62c642e195f98bb474b1673b8142405c467348fc96a74d57fb12106d76
 SHA512 
be508ebec597b82a2c4056029f8bb731b22cb8902628a45462ed21af54c554d28e07d5381efaaa96565202b7b47d33aea67950206cd9e8936211ae721b21b3e1
 DIST manual-2021.2.pdf 12252501 BLAKE2B 
0dbf9024e1516076b0eeb46e41523b966d1d81f57504fe0501c7bc8575e74fb19e3452ac584757e425bcccbc737367fe83be87fd21a4287f4675cf87184b960b
 SHA512 
14156d3b1017990e0be3ceb7ec055777a1aec4c347ac2e821a042d51c931f84ebca862f60644a90ed7ba4070cb14ff8babcde3e4351e4dbec84df8563e350984
+DIST manual-2021.3.pdf 12255076 BLAKE2B 
6ca516b6832507c9d4100679d1f9bc9e3ab17d226849b050764b0d0626247dc57ce49985f9a7fc0061f3df278923a83faa367ca8ab91c37e5624dc584a51a822
 SHA512 
5d53798f30ea00fcb4e1b35f7eaa4bebfc05dafa4f2d0c197dcf2b57a624ad3a98b74fd90722e40d0ac13a6fff4ca231f9d6340f52ba94659c827c53c2f1cb16
 DIST regressiontests-2018.8.tar.gz 67855469 BLAKE2B 
34c9b339f6229f483afbb5192ee6ba8b8f72d5c26907a853af9c53dfece0d88739e48f6b44b78d1c010f988f9385d077285300522164f533a5861e9dda879275
 SHA512 
3642389d27bd1942cd0f091c940ae97b197b94856a387fe581dc516b0d4169480f16551d4ba357f9282b3337d605c286d51dd38112ac87c826dda634904836bb
 DIST regressiontests-2019.6.tar.gz 67643195 BLAKE2B 
1e054e24b187946f7ea28090d4f20cf8e1d79a26253f57ba07d130e0773d8541b8a1552a38023d31a68ce8bc62d8e0af1d98609234bb3e7d3e6d567307ebb386
 SHA512 
eacf1c55b982515a305c29459fe80a7cd558a8481e5689962aa956148af542568b1d1ce59c6784ecb0afd4768c2b664afa21e12af2d89ae2b06b1ba61ad72036
 DIST regressiontests-2020.4.tar.gz 48542144 BLAKE2B 
1dcde67525d40ababa74d9e8ba2dd3fdef1de7d1018491e102edd71d3a622925f213b5a0812e5448882b4cb5fb578317e8e5029bdc4bd53008aa8441a3d9dea1
 SHA512 
7c71f36a1cef22562f14dcd233e90ad2fe370ae1a7d3b5268727259b374e12d4754253735ac8745d3738bdbc1cc2067780fda5e393be2ff264f632fe4e0c1978
 DIST regressiontests-2020.6.tar.gz 48541232

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

2021-09-15 Thread Agostino Sarubbo
commit: 6242428b508f9acbe9b2c8c06cd49039373c14c5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 15 07:59:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 15 07:59:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6242428b

net-analyzer/net-snmp: amd64 stable wrt bug #813177

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

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

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



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

2021-09-15 Thread Agostino Sarubbo
commit: 7b6958803c23cce5f65f0087453a424aa8605de9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 15 07:59:22 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 15 07:59:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b695880

dev-util/ccache: amd64 stable wrt bug #813180

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

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

diff --git a/dev-util/ccache/ccache-4.3-r3.ebuild 
b/dev-util/ccache/ccache-4.3-r3.ebuild
index 4cf06452a86..87dd34c9123 100644
--- a/dev-util/ccache/ccache-4.3-r3.ebuild
+++ b/dev-util/ccache/ccache-4.3-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="+static-c++ test"
 



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

2021-09-15 Thread Agostino Sarubbo
commit: aa7d38d1359ccd878b9619c314f47aaa02021b9e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 15 07:59:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 15 07:59:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7d38d1

sys-devel/gdb: amd64 stable wrt bug #813183

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

 sys-devel/gdb/gdb-10.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-10.2-r1.ebuild b/sys-devel/gdb/gdb-10.2-r1.ebuild
index 7440aef64f5..604199dcd3c 100644
--- a/sys-devel/gdb/gdb-10.2-r1.ebuild
+++ b/sys-devel/gdb/gdb-10.2-r1.ebuild
@@ -44,7 +44,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"
 REQUIRED_USE="



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

2021-09-15 Thread Agostino Sarubbo
commit: df0c5533b5065d497a10707ef525fece2e0b6782
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 15 07:59:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 15 07:59:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0c5533

app-misc/detox: amd64 stable wrt bug #813186

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

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

diff --git a/app-misc/detox/detox-1.4.5.ebuild 
b/app-misc/detox/detox-1.4.5.ebuild
index 8966cb7d4b6..5631d728370 100644
--- a/app-misc/detox/detox-1.4.5.ebuild
+++ b/app-misc/detox/detox-1.4.5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="!dev-python/detox"
 DEPEND="${RDEPEND}"



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

2021-09-15 Thread Agostino Sarubbo
commit: 7aeb7ed7eaaf61945514ca8f74f1c3153bde7d3c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 15 07:59:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 15 07:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aeb7ed7

sci-libs/libgeotiff: amd64 stable wrt bug #813174

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

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

diff --git a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild 
b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
index 88ddc1dfab4..408db92af06 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/geotiff/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug doc"
 
 BDEPEND="



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

2021-09-15 Thread Yixun Lan
commit: 4811a3fbccff5214ef8803875185ce33dd83f18f
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Sep 15 09:30:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Sep 15 09:30:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4811a3fb

media-libs/libfreeaptx: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild 
b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
index b1679dc5e03..1672154abe8 100644
--- a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
+++ b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/iamthehorker/${PN}";
 else
SRC_URI="https://github.com/iamthehorker/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
+   KEYWORDS="~amd64 ~arm ~riscv"
 fi
 
 LICENSE="LGPL-2.1+"



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

2021-09-15 Thread Yixun Lan
commit: d09003de877d10f3657021b045726e8d6e25
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Sep 15 09:35:26 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Sep 15 09:35:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09003de

media-video/pipewire: keyword ~riscv

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-video/pipewire/pipewire-0.3.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pipewire/pipewire-0.3.35.ebuild 
b/media-video/pipewire/pipewire-0.3.35.ebuild
index 31d92edfc2e..fc34f8ee3e1 100644
--- a/media-video/pipewire/pipewire-0.3.35.ebuild
+++ b/media-video/pipewire/pipewire-0.3.35.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm"
+   KEYWORDS="~amd64 ~arm ~riscv"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: www-apps/element/

2021-09-15 Thread Bernard Cafarelli
commit: 09e73c8abd0cc97c2a02042a123bf81f7942c82d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep 15 10:18:50 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep 15 10:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e73c8a

www-apps/element: 1.8.5 bump

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/element/Manifest  |  3 +-
 www-apps/element/element-1.8.2.ebuild  | 35 --
 .../{element-1.8.1.ebuild => element-1.8.5.ebuild} |  0
 3 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index a1033745762..7339d6f048d 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1,2 +1 @@
-DIST element-v1.8.1.tar.gz 15924340 BLAKE2B 
25f396f8df8b703f01ac414b4cbc8781c84e05524f61154ca19a983d7cb24c02587a7eb587a6fc3ce5f0a869120c104b202e934f495732655edbc4b978fb654b
 SHA512 
b03235df3dc32bf54da9d285c8e48cd4e5fc610c602f1589c35f7b99d5dd90657bf60caf29612b9ad4bf5076eaad23c942843e91a38338f31d4b0d6f7ea4109f
-DIST element-v1.8.2.tar.gz 15922892 BLAKE2B 
2aae6293e987545d42eb89cf0785810ac6aab47377f107a5907fed14c4aa1c34425c6aa7d7b007fe37328c7c9aa5717f8ce9933f96cded2a95b16aeedb15
 SHA512 
66068beebfe87574b74d02f521514bde45238c08646347850b4f3f3bae097dfa8ccc6f4d4c86696add99165ba5bf296b686c3c5fe6d97abaff7132b181317f83
+DIST element-v1.8.5.tar.gz 15979411 BLAKE2B 
865f36b5b01d43c9f5b912834ed9c357b8ffb8001bb86c00a941c7093902d6ca54ab21c44bb1ed535e039e787735e3e3e3cbb5e7c210d978f666a60dbc1f2bff
 SHA512 
90adfa42829cedd30180e235b4293a040eb008e990845211b07807b64c1e7bdc8ef0c609a3ec5150d821de528be8a4cb01565950356c134ac6fc7390255e8d66

diff --git a/www-apps/element/element-1.8.2.ebuild 
b/www-apps/element/element-1.8.2.ebuild
deleted file mode 100644
index 0d6f2e6d2cb..000
--- a/www-apps/element/element-1.8.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-DESCRIPTION="A glossy Matrix collaboration client for the web"
-HOMEPAGE="https://element.io/";
-SRC_URI="https://github.com/vector-im/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz";
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-need_httpd
-
-S=${WORKDIR}/${PN}-v${PV}
-
-src_install() {
-   webapp_src_preinst
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/home
-   dodir "${MY_HTDOCSDIR}"/sites
-
-   webapp_serverowned "${MY_HTDOCSDIR}"/home
-   webapp_serverowned "${MY_HTDOCSDIR}"/sites
-   #webapp_configfile "${MY_HTDOCSDIR}"/config.json
-
-   webapp_src_install
-}

diff --git a/www-apps/element/element-1.8.1.ebuild 
b/www-apps/element/element-1.8.5.ebuild
similarity index 100%
rename from www-apps/element/element-1.8.1.ebuild
rename to www-apps/element/element-1.8.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-09-15 Thread Bernard Cafarelli
commit: 3fb83568b8a4afa8a665ce16b57c45086d70157a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep 15 10:24:11 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep 15 10:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb83568

net-mail/fetchmail: 6.4.22 bump

Bug: https://bugs.gentoo.org/810676
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.22.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 9afaec82dc0..048cc82e3b8 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.21.tar.xz 1318996 BLAKE2B 
4c2befad2b7dfa6957889e029572c259be7a20e4b54b864e2cca827540d745a57ad227f8e1fce1336e8f3a1005c780d8fa7c1b10b9ee05ce68dbcfac75afa179
 SHA512 
c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67
+DIST fetchmail-6.4.22.tar.xz 1330176 BLAKE2B 
7086f8a3df263f68ae2034321f63c40fcf4759517f46c67ba4b5d3b33ba07d3bb4f512d749a67a2d76991b46847b6dd9df0795a7a28e8166842454001497cfc9
 SHA512 
ff6db2705b6e3806e22c326da8a0f6bdc0909965cd283b50f9d55bd3a18a52fc4b2f4b4afece1e81aa25b6f1037450cb2b579c4d2cfe4705d34b31d4c1a47e00
 DIST fetchmail-7.0.0-alpha9.tar.xz 1213244 BLAKE2B 
895fe178993cc34500e276bef5ebe9a4fd81fea522d39fd271433320afc46faa9657d8b85b2d28cd5dbc6d3dbbb233d5eb27d3e26205f5406de9f750c50d7f1b
 SHA512 
7ac1c26edfd2a0d69ba3c1e9f47d96aa48f1cdc10060ff928f952e43141651896f5c5190c41064075fb5c5837516f63d6ff3e7fb0cdc7d389c44b6e39db01d8f

diff --git a/net-mail/fetchmail/fetchmail-6.4.22.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.22.ebuild
new file mode 100644
index 000..9d676c85c58
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.22.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+

[gentoo-commits] repo/gentoo:master commit in: www-apps/owncloud/, www-apps/owncloud/files/

2021-09-15 Thread Bernard Cafarelli
commit: cdd0ebd79e5f3cbcc7aa630fe6ffda67683f0bb9
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep 15 10:40:17 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep 15 10:40:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd0ebd7

www-apps/owncloud: drop vulnerable version

Bug: https://bugs.gentoo.org/812491
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/owncloud/Manifest |  1 -
 .../owncloud-10.7.0-share_data_exposure.patch  | 78 --
 www-apps/owncloud/owncloud-10.7.0-r1.ebuild| 49 --
 3 files changed, 128 deletions(-)

diff --git a/www-apps/owncloud/Manifest b/www-apps/owncloud/Manifest
index caff0833560..12d19ceac59 100644
--- a/www-apps/owncloud/Manifest
+++ b/www-apps/owncloud/Manifest
@@ -1,2 +1 @@
-DIST owncloud-10.7.0.tar.bz2 24129028 BLAKE2B 
47ce3584f8123cc0a315c7d88847df5844c951e354fcecd7a876ca01f0fa24823a86bdd950dd885f3bbb46f60d8a39271e31d43ac6dac8f3df506d6cdc531231
 SHA512 
ebb636b8ffd06d4ceb1dd0d50c15ab393b8c7bf2f0e23c61ba957add6ac4d4ba4cdefb9cda2c703f337c82a295e2c40a467a602227728e9506f9a150c9f2fd3c
 DIST owncloud-10.8.0.tar.bz2 24917781 BLAKE2B 
909a8b51034fe07f83adcb3aff9c8eab790da40b115ecc715c4307ecb0364d5f65d75178d76ff27969b28a46f9585915412db235120dbb8600809057eea3c7f1
 SHA512 
47a23e5c2946e5d4c1d8c8e6d1b754e2a2bce436af532dbc7aa36c8031185fcc28b500fefa064e5290f2af68cbea823fa893acdb90307c9eddf53e126d282c96

diff --git a/www-apps/owncloud/files/owncloud-10.7.0-share_data_exposure.patch 
b/www-apps/owncloud/files/owncloud-10.7.0-share_data_exposure.patch
deleted file mode 100644
index bab6ffed11e..000
--- a/www-apps/owncloud/files/owncloud-10.7.0-share_data_exposure.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From b552f84eedb5d2a113028d7859e82352699fb427 Mon Sep 17 00:00:00 2001
-From: JanAckermann 
-Date: Tue, 4 May 2021 11:51:29 +0200
-Subject: [PATCH 1/3] Throw generic exception to overcome, senstitive exception
- data exposure
-

- .../lib/Controllers/ShareController.php   | 26 ---
- 1 file changed, 16 insertions(+), 10 deletions(-)
-
-diff --git a/apps/files_sharing/lib/Controllers/ShareController.php 
b/apps/files_sharing/lib/Controllers/ShareController.php
-index da9832e105b..02bd3553067 100644
 a/apps/files_sharing/lib/Controllers/ShareController.php
-+++ b/apps/files_sharing/lib/Controllers/ShareController.php
-@@ -400,6 +400,7 @@ public function showShare($token, $path = '') {
-* @param string $path
-* @param string $downloadStartSecret
-* @return NotFoundResponse|RedirectResponse|void
-+   * @throws \Exception
-*/
-   public function downloadShare($token, $files = null, $path = '', 
$downloadStartSecret = '') {
-   \OC_User::setIncognitoMode(true);
-@@ -530,16 +531,21 @@ public function downloadShare($token, $files = null, 
$path = '', $downloadStartS
-   }
- 
-   // download selected files
--  if ($files !== null && $files !== '') {
--  // FIXME: The exit is required here because otherwise 
the AppFramework is trying to add headers as well
--  // after dispatching the request which results in a 
"Cannot modify header information" notice.
--  OC_Files::get($originalSharePath, $files_list, 
$server_params);
--  exit();
--  } else {
--  // FIXME: The exit is required here because otherwise 
the AppFramework is trying to add headers as well
--  // after dispatching the request which results in a 
"Cannot modify header information" notice.
--  OC_Files::get(\dirname($originalSharePath), 
\basename($originalSharePath), $server_params);
--  exit();
-+
-+  try {
-+  if ($files !== null && $files !== '') {
-+  // FIXME: The exit is required here because 
otherwise the AppFramework is trying to add headers as well
-+  // after dispatching the request which results 
in a "Cannot modify header information" notice.
-+  OC_Files::get($originalSharePath, $files_list, 
$server_params);
-+  exit();
-+  } else {
-+  // FIXME: The exit is required here because 
otherwise the AppFramework is trying to add headers as well
-+  // after dispatching the request which results 
in a "Cannot modify header information" notice.
-+  OC_Files::get(\dirname($originalSharePath), 
\basename($originalSharePath), $server_params);
-+  exit();
-+  }
-+  } catch (\Exception $e) {
-+  throw new \Exception();
-

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

2021-09-15 Thread Ben Kohler
commit: 31968efdb158a95f38c438abcdad58bb6909c9b0
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 15 11:17:10 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 15 11:21:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31968efd

net-wireless/iwd: bump to 1.18

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/iwd/Manifest|   1 +
 net-wireless/iwd/iwd-1.18.ebuild | 185 +++
 2 files changed, 186 insertions(+)

diff --git a/net-wireless/iwd/Manifest b/net-wireless/iwd/Manifest
index 0582bb4f341..4040bd19435 100644
--- a/net-wireless/iwd/Manifest
+++ b/net-wireless/iwd/Manifest
@@ -2,3 +2,4 @@ DIST iwd-1.14.tar.xz 933764 BLAKE2B 
edc6a925872afb6b98f5bbe16fc1cb6b8459a1aff33e
 DIST iwd-1.15.tar.xz 940724 BLAKE2B 
6dae8a71e15136bcc9d8bb44cc6b152848207d89af2f447f48e834a3feda72a0a018dd1db3cb3a0e92c834cb2a19d8f9e4a9c900d91f96df378772d220205d65
 SHA512 
71e1f5f1b9d4e09a158b9bf801cee8af5ed8a19a3e80ad677e28ccab29ae10a79ebb7dbeaed60dd24283b6a40dbda8c212400b6d5ac659ed6056588a8663f0d4
 DIST iwd-1.16.tar.xz 949692 BLAKE2B 
6063f0fe79cfe61f68fd2d1acc4c67cd9b907bcf728da072b5845a60c6032db472428fa5ea7f203d840a7934c58fcb73d23805c5f3d4336a7ebb795575233260
 SHA512 
4cbf548421f7f5be6e73cea29802cf5757aece92fa2ce36257a608346bca0280338130915a974c895d3b865e0621a3ffe8487d2552e407dacdd7d7eb9109
 DIST iwd-1.17.tar.xz 954428 BLAKE2B 
2758b7c82afa94a90d2cb067e6ef63699e99e92101e35174d6976eee11a6057ce4d2324eda103a07f102a4d07d274d7f7a5929928adcaefebe450b00298e
 SHA512 
1dd04959a82c6a96b273479d604c989e246dea557190e3c936a21eea3041c3370c4c29b963171664e5e11fc43d0daf2ab5b62f325edc96f62a5a47259a733ed1
+DIST iwd-1.18.tar.xz 961392 BLAKE2B 
3c7b0a7996590435d8f8033ab0b6283b2860409064c8617eda51ecbd73102134bbced66bb4e1323b64563e21d52beaa7f88ae5168747a5a2a38355e266f9c3a4
 SHA512 
85c3e16bb8eb8e564072fab66b30d1636c853706546fcb35723b4b3339bcf969f08ca07bcd458521f044f407513f5d793724b316af4b7819def8400ed88f0d3b

diff --git a/net-wireless/iwd/iwd-1.18.ebuild b/net-wireless/iwd/iwd-1.18.ebuild
new file mode 100644
index 000..baedea95574
--- /dev/null
+++ b/net-wireless/iwd/iwd-1.18.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic linux-info systemd
+
+#Set this variable to the required external ell version
+ELL_REQ="0.44"
+
+if [[ ${PV} == ** ]]; then
+   inherit autotools git-r3
+   
IWD_EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/wireless/iwd.git";
+   ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
+else
+   SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   MYRST2MAN="RST2MAN=:"
+fi
+
+DESCRIPTION="Wireless daemon for linux"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+client +crda +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3
+standalone systemd"
+
+DEPEND="
+   sys-apps/dbus
+   client? ( sys-libs/readline:0= )
+"
+
+[[ -z "${ELL_REQ}" ]] || DEPEND+=" ~dev-libs/ell-${ELL_REQ}"
+
+RDEPEND="
+   ${DEPEND}
+   net-wireless/wireless-regdb
+   crda? ( net-wireless/crda )
+   standalone? (
+   systemd? ( sys-apps/systemd )
+   !systemd? ( virtual/resolvconf )
+   )
+"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+
+[[ ${PV} == ** ]] && BDEPEND+=" dev-python/docutils"
+
+PATCHES=( "${FILESDIR}"/iwd-1.17-fix-tests.patch )
+
+pkg_setup() {
+   CONFIG_CHECK="
+   ~ASYMMETRIC_KEY_TYPE
+   ~ASYMMETRIC_PUBLIC_KEY_SUBTYPE
+   ~CFG80211
+   ~CRYPTO_AES
+   ~CRYPTO_CBC
+   ~CRYPTO_CMAC
+   ~CRYPTO_DES
+   ~CRYPTO_ECB
+   ~CRYPTO_HMAC
+   ~CRYPTO_MD4
+   ~CRYPTO_MD5
+   ~CRYPTO_RSA
+   ~CRYPTO_SHA1
+   ~CRYPTO_SHA256
+   ~CRYPTO_SHA512
+   ~CRYPTO_USER_API_HASH
+   ~CRYPTO_USER_API_SKCIPHER
+   ~KEY_DH_OPERATIONS
+   ~PKCS7_MESSAGE_PARSER
+   ~RFKILL
+   ~X509_CERTIFICATE_PARSER
+   "
+   if use crda;then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CFG80211_CRDA_SUPPORT"
+   WARNING_CFG80211_CRDA_SUPPORT="REGULATORY DOMAIN PROBLEM: 
please enable CFG80211_CRDA_SUPPORT for proper regulatory domain support"
+   fi
+
+   if use amd64;then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_DES3_EDE_X86_64"
+   WARNING_CRYPTO_DES3_EDE_X86_64="CRYPTO_DES3_EDE_X86_64: enable 
for increased performance"
+   fi
+
+   if use cpu_flags_x86_aes;then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_AES_NI_INTEL

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

2021-09-15 Thread Ben Kohler
commit: 7cbf711f102dd809d53c72f185930090d70d3136
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 15 11:19:26 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 15 11:21:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbf711f

net-wireless/iwd: drop old

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/iwd/Manifest|   3 -
 net-wireless/iwd/iwd-1.14.ebuild | 183 --
 net-wireless/iwd/iwd-1.16.ebuild | 183 --
 net-wireless/iwd/iwd-1.17.ebuild | 185 ---
 4 files changed, 554 deletions(-)

diff --git a/net-wireless/iwd/Manifest b/net-wireless/iwd/Manifest
index 4040bd19435..a8ed7bc00be 100644
--- a/net-wireless/iwd/Manifest
+++ b/net-wireless/iwd/Manifest
@@ -1,5 +1,2 @@
-DIST iwd-1.14.tar.xz 933764 BLAKE2B 
edc6a925872afb6b98f5bbe16fc1cb6b8459a1aff33ec1f9e2d6bd45e605e34debaffa3048b6506cd3e8006c57d6efc9ae341f73050668454ad85fe7e6b4f256
 SHA512 
bff9b5a744e8eb4e285f28d976e9335d2c85b57fc1eb023c3aa9442e451523b3b9f080d2c02fc5432735c398857b64d115ed2929dd4bb910925cbf18df0b0874
 DIST iwd-1.15.tar.xz 940724 BLAKE2B 
6dae8a71e15136bcc9d8bb44cc6b152848207d89af2f447f48e834a3feda72a0a018dd1db3cb3a0e92c834cb2a19d8f9e4a9c900d91f96df378772d220205d65
 SHA512 
71e1f5f1b9d4e09a158b9bf801cee8af5ed8a19a3e80ad677e28ccab29ae10a79ebb7dbeaed60dd24283b6a40dbda8c212400b6d5ac659ed6056588a8663f0d4
-DIST iwd-1.16.tar.xz 949692 BLAKE2B 
6063f0fe79cfe61f68fd2d1acc4c67cd9b907bcf728da072b5845a60c6032db472428fa5ea7f203d840a7934c58fcb73d23805c5f3d4336a7ebb795575233260
 SHA512 
4cbf548421f7f5be6e73cea29802cf5757aece92fa2ce36257a608346bca0280338130915a974c895d3b865e0621a3ffe8487d2552e407dacdd7d7eb9109
-DIST iwd-1.17.tar.xz 954428 BLAKE2B 
2758b7c82afa94a90d2cb067e6ef63699e99e92101e35174d6976eee11a6057ce4d2324eda103a07f102a4d07d274d7f7a5929928adcaefebe450b00298e
 SHA512 
1dd04959a82c6a96b273479d604c989e246dea557190e3c936a21eea3041c3370c4c29b963171664e5e11fc43d0daf2ab5b62f325edc96f62a5a47259a733ed1
 DIST iwd-1.18.tar.xz 961392 BLAKE2B 
3c7b0a7996590435d8f8033ab0b6283b2860409064c8617eda51ecbd73102134bbced66bb4e1323b64563e21d52beaa7f88ae5168747a5a2a38355e266f9c3a4
 SHA512 
85c3e16bb8eb8e564072fab66b30d1636c853706546fcb35723b4b3339bcf969f08ca07bcd458521f044f407513f5d793724b316af4b7819def8400ed88f0d3b

diff --git a/net-wireless/iwd/iwd-1.14.ebuild b/net-wireless/iwd/iwd-1.14.ebuild
deleted file mode 100644
index c7e2a2446fc..000
--- a/net-wireless/iwd/iwd-1.14.ebuild
+++ /dev/null
@@ -1,183 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic linux-info systemd
-
-#Set this variable to the required external ell version
-ELL_REQ="0.40"
-
-if [[ ${PV} == ** ]]; then
-   inherit autotools git-r3
-   
IWD_EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/wireless/iwd.git";
-   ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
-   MYRST2MAN="RST2MAN=:"
-fi
-
-DESCRIPTION="Wireless daemon for linux"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+client +crda +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3
-standalone systemd"
-
-DEPEND="
-   sys-apps/dbus
-   client? ( sys-libs/readline:0= )
-"
-
-[[ -z "${ELL_REQ}" ]] || DEPEND+=" ~dev-libs/ell-${ELL_REQ}"
-
-RDEPEND="
-   ${DEPEND}
-   net-wireless/wireless-regdb
-   crda? ( net-wireless/crda )
-   standalone? (
-   systemd? ( sys-apps/systemd )
-   !systemd? ( virtual/resolvconf )
-   )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-
-[[ ${PV} == ** ]] && BDEPEND+=" dev-python/docutils"
-
-pkg_setup() {
-   CONFIG_CHECK="
-   ~ASYMMETRIC_KEY_TYPE
-   ~ASYMMETRIC_PUBLIC_KEY_SUBTYPE
-   ~CFG80211
-   ~CRYPTO_AES
-   ~CRYPTO_CBC
-   ~CRYPTO_CMAC
-   ~CRYPTO_DES
-   ~CRYPTO_ECB
-   ~CRYPTO_HMAC
-   ~CRYPTO_MD4
-   ~CRYPTO_MD5
-   ~CRYPTO_RSA
-   ~CRYPTO_SHA1
-   ~CRYPTO_SHA256
-   ~CRYPTO_SHA512
-   ~CRYPTO_USER_API_HASH
-   ~CRYPTO_USER_API_SKCIPHER
-   ~KEY_DH_OPERATIONS
-   ~PKCS7_MESSAGE_PARSER
-   ~RFKILL
-   ~X509_CERTIFICATE_PARSER
-   "
-   if use crda;then
-   CONFIG_CHECK="${CONFIG_CHECK} ~CFG80211_CRDA_SUPPORT"
-   WARNING_CFG80211_CRDA_SUPPORT="REGULATORY DOMAIN PROBLEM: 
please enable CFG80211_CRDA_SUPPORT for proper regulatory domain support"
-   fi
-
-   i

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

2021-09-15 Thread Ben Kohler
commit: bf36c0c188fb041011a4051493405f632b24e3f7
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 15 11:20:50 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 15 11:21:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf36c0c1

dev-libs/ell: drop old

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 dev-libs/ell/Manifest|  3 ---
 dev-libs/ell/ell-0.40.ebuild | 60 
 dev-libs/ell/ell-0.42.ebuild | 54 ---
 dev-libs/ell/ell-0.43.ebuild | 54 ---
 4 files changed, 171 deletions(-)

diff --git a/dev-libs/ell/Manifest b/dev-libs/ell/Manifest
index 6000aa2580d..0a39ce87a07 100644
--- a/dev-libs/ell/Manifest
+++ b/dev-libs/ell/Manifest
@@ -1,5 +1,2 @@
-DIST ell-0.40.tar.xz 524256 BLAKE2B 
de7326cfc7d00970fdeb5f19e38b9c68e6443544f5a6397aa031a7dcd0d61c77ab72303ad51d36e8fbc2c34c954631636f7f42bae0c40cd75498882ab78e2c85
 SHA512 
bc721e300e5b689dc51f794019e731eb252ad74dd199bec7685373ffa32ad42950aae9e36cb74d3b6590016c046589acb3ae8c009c4a14bd89331913392e923e
 DIST ell-0.41.tar.xz 525240 BLAKE2B 
80614190c1237fdbb867300418d474d50e163fba7ca15f4c74c3019b4d407da8319b67be5a6894dd8869620bae1338e91d28993077690e93260ed1dc3cf6
 SHA512 
bfbc18195126196776a0d00b4ae8bd8358a6cd1d2f8221132fdae1f323172f148a3faad84a951774ca38a3a72e8d96512b9cac84d9ef3a6cddf4b1490b34453e
-DIST ell-0.42.tar.xz 527724 BLAKE2B 
fee51c2a44afcd5e40ee38f8d0e24fefab6c98ff0b58c842169d7957e1aeaa89bdcb2aecbe14b3558820c3226c5884e6512045e3f1b9bfcf2f77c953d9674936
 SHA512 
a859cf0b6b2e5e91fcd9718bb0ea8073b819c264d914eca8a2c67b27f170a830df1b2256184df03010d836da3a081020ee1a4fac88d39c0794da88824dc39b71
-DIST ell-0.43.tar.xz 529828 BLAKE2B 
ead74596f3598cfbab0a03d7c93dd6c9c8ceccaa69ffd4e11bcfcfefd04833cb5438591d9622cc615ddaa28de27333110059c863df9840552c3e32dcd9e20055
 SHA512 
b26c860446d693e6384007dc5e230fe252a12ec8ada52b67082c68e405ff3ad0cbeb4d72af028473a66018e220b1713275014fd3a62dcb9fcd8c19d8f6ce5b9b
 DIST ell-0.44.tar.xz 530720 BLAKE2B 
682217828a6a8c6b429bd3760f39fe2d4139b2836daa30d9cd6fe2149c30db63acbeb9be0b4e2f8ed6debf3a6b153950b12995fa5093078f93b4c45b7425bfd8
 SHA512 
589bf5d8b2954ea7ab38d9673b7ef59729a51c50c20c03b35673bf777b369819222390f471fcd58651f7d51e42375197792119327d4e7e7b101d1bf22c9b7078

diff --git a/dev-libs/ell/ell-0.40.ebuild b/dev-libs/ell/ell-0.40.ebuild
deleted file mode 100644
index 8d87287e565..000
--- a/dev-libs/ell/ell-0.40.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic linux-info multilib-minimal
-
-DESCRIPTION="Embedded Linux Library provides core, low-level functionality for 
system daemons"
-HOMEPAGE="https://01.org/ell";
-if [[ "${PV}" == * ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
-else
-   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-fi
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-IUSE="glib pie test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( sys-apps/dbus )
-"
-
-CONFIG_CHECK="
-   ~TIMERFD
-   ~EVENTFD
-   ~CRYPTO_USER_API
-   ~CRYPTO_USER_API_HASH
-   ~CRYPTO_MD5
-   ~CRYPTO_SHA1
-   ~KEY_DH_OPERATIONS
-"
-
-src_prepare() {
-   default
-   [[ "${PV}" == * ]] && eautoreconf
-}
-
-multilib_src_configure() {
-   append-cflags "-fsigned-char" #662694
-   local myeconfargs=(
-   $(use_enable glib)
-   $(use_enable pie)
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install_all() {
-   local DOCS=( ChangeLog README )
-   einstalldocs
-
-   find "${ED}" -name "*.la" -delete || die
-}

diff --git a/dev-libs/ell/ell-0.42.ebuild b/dev-libs/ell/ell-0.42.ebuild
deleted file mode 100644
index e2a5fd2979c..000
--- a/dev-libs/ell/ell-0.42.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic linux-info multilib-minimal
-
-DESCRIPTION="Embedded Linux Library provides core, low-level functionality for 
system daemons"
-HOMEPAGE="https://01.org/ell";
-if [[ "${PV}" == * ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
-else
-   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
-fi
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-IUSE="pie test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="

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

2021-09-15 Thread Ben Kohler
commit: 97b4e1c0198dc66c7508c35d88dd9c9a46dcac71
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 15 11:15:18 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 15 11:21:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b4e1c0

dev-libs/ell: bump to 0.44

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 dev-libs/ell/Manifest|  1 +
 dev-libs/ell/ell-0.44.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/ell/Manifest b/dev-libs/ell/Manifest
index f1fd90c9cb0..6000aa2580d 100644
--- a/dev-libs/ell/Manifest
+++ b/dev-libs/ell/Manifest
@@ -2,3 +2,4 @@ DIST ell-0.40.tar.xz 524256 BLAKE2B 
de7326cfc7d00970fdeb5f19e38b9c68e6443544f5a6
 DIST ell-0.41.tar.xz 525240 BLAKE2B 
80614190c1237fdbb867300418d474d50e163fba7ca15f4c74c3019b4d407da8319b67be5a6894dd8869620bae1338e91d28993077690e93260ed1dc3cf6
 SHA512 
bfbc18195126196776a0d00b4ae8bd8358a6cd1d2f8221132fdae1f323172f148a3faad84a951774ca38a3a72e8d96512b9cac84d9ef3a6cddf4b1490b34453e
 DIST ell-0.42.tar.xz 527724 BLAKE2B 
fee51c2a44afcd5e40ee38f8d0e24fefab6c98ff0b58c842169d7957e1aeaa89bdcb2aecbe14b3558820c3226c5884e6512045e3f1b9bfcf2f77c953d9674936
 SHA512 
a859cf0b6b2e5e91fcd9718bb0ea8073b819c264d914eca8a2c67b27f170a830df1b2256184df03010d836da3a081020ee1a4fac88d39c0794da88824dc39b71
 DIST ell-0.43.tar.xz 529828 BLAKE2B 
ead74596f3598cfbab0a03d7c93dd6c9c8ceccaa69ffd4e11bcfcfefd04833cb5438591d9622cc615ddaa28de27333110059c863df9840552c3e32dcd9e20055
 SHA512 
b26c860446d693e6384007dc5e230fe252a12ec8ada52b67082c68e405ff3ad0cbeb4d72af028473a66018e220b1713275014fd3a62dcb9fcd8c19d8f6ce5b9b
+DIST ell-0.44.tar.xz 530720 BLAKE2B 
682217828a6a8c6b429bd3760f39fe2d4139b2836daa30d9cd6fe2149c30db63acbeb9be0b4e2f8ed6debf3a6b153950b12995fa5093078f93b4c45b7425bfd8
 SHA512 
589bf5d8b2954ea7ab38d9673b7ef59729a51c50c20c03b35673bf777b369819222390f471fcd58651f7d51e42375197792119327d4e7e7b101d1bf22c9b7078

diff --git a/dev-libs/ell/ell-0.44.ebuild b/dev-libs/ell/ell-0.44.ebuild
new file mode 100644
index 000..e2a5fd2979c
--- /dev/null
+++ b/dev-libs/ell/ell-0.44.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic linux-info multilib-minimal
+
+DESCRIPTION="Embedded Linux Library provides core, low-level functionality for 
system daemons"
+HOMEPAGE="https://01.org/ell";
+if [[ "${PV}" == * ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git";
+else
+   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+fi
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+IUSE="pie test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="test? ( sys-apps/dbus )"
+
+CONFIG_CHECK="
+   ~TIMERFD
+   ~EVENTFD
+   ~CRYPTO_USER_API
+   ~CRYPTO_USER_API_HASH
+   ~CRYPTO_MD5
+   ~CRYPTO_SHA1
+   ~KEY_DH_OPERATIONS
+"
+
+src_prepare() {
+   default
+   [[ "${PV}" == * ]] && eautoreconf
+}
+
+multilib_src_configure() {
+   append-cflags "-fsigned-char" #662694
+   local myeconfargs=(
+   $(use_enable pie)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   local DOCS=( ChangeLog README )
+   einstalldocs
+
+   find "${ED}" -name "*.la" -delete || die
+}



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

2021-09-15 Thread Ben Kohler
commit: 20d3a9d1b8319484ec905e59a686ec919828a774
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 15 11:10:50 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 15 11:21:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d3a9d1

net-misc/dropbox: bump to 131, drop old

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest | 4 ++--
 .../dropbox/{dropbox-129.4.3571.ebuild => dropbox-131.4.3968.ebuild}  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 8bec28eee6b..1c8e6d8cc98 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,4 +1,4 @@
-DIST dropbox-lnx.x86-129.4.3571.tar.gz 99238430 BLAKE2B 
852397538de2c0fc8a1e5217cfac379dae0fb023dab49db3805edab7d88725a0efa1b05207d964d27eab40e1ac0e0f8388f251d836b46b8bff310700ca85b8cc
 SHA512 
a33262e063fc549df8a3c9e3b0ebb66a264c3ea922adcb0cd61f256fcb46d463f006900d97b3948cfd4f7e97f8f049a7ee1b2d560226bf6eb24ac88b5d17229e
 DIST dropbox-lnx.x86-130.4.4978.tar.gz 99316040 BLAKE2B 
2760b2f94e0c5308660698b3887df062518f950e145499dd8b082a547a75415ad6fe60c5a505c2c4486a579447f6f9656e7f2306e7dfa51f8f300df989a2cc38
 SHA512 
160f1e7cb9f91ead905e35f79cccdc08c661053143c681a3766c57384bf7b61015fd4c6521aa0a8bdca5c1e6ae88f2dc997a6aec6024f6309c785d5a6baa48dd
-DIST dropbox-lnx.x86_64-129.4.3571.tar.gz 101068889 BLAKE2B 
5022c8e9759e6a2b81f0a4342b71f7e9a175d3f3cabacb5b4d72fabb56dabcc71cd54500423c3ac6760da5784d7858cd3204d3ebef364ebb992fcfd980702220
 SHA512 
a6ca18dca268fc2b761e9a599a273478573655f445f0d0d026ab19f7c560143ef12277e1ce1f68456001f08cce13a56ee5e65bc6e35cfb92fa0c7b9c557e896f
+DIST dropbox-lnx.x86-131.4.3968.tar.gz 99373510 BLAKE2B 
f9db71b392218b09d1428729af8ad83353c9c9b045342af7fcb19d63e318d260cf35ec8ce52ab14eabd6f5c5e094f9f6fb14517fed806381ee5d6f1f61e16ae8
 SHA512 
3b220c9768199e7cafafde5b73c0ea5a976aa73ed2b9bba9fcc116c25a0da362b1cff65d86f71c3c75a7ba82337c4d4673abf56934ad0e4b4a6c797e7664f4c5
 DIST dropbox-lnx.x86_64-130.4.4978.tar.gz 101155639 BLAKE2B 
097802a707049c2c5eea8cd66c950c9f7139b9e53119269714d8b474bcdc6746b7de3fd57c79411208bfb8ee9015ba47ef0ab2b836adae621f78f26c3974d928
 SHA512 
4a317bb15bcf7e5b02bc3da4a23cb34dd52c353c667f3290eca1206aaddfe7ef8885296b97c2b7619aa74f85d64f51133908510436eb0dfca011c8cde5fa6ddf
+DIST dropbox-lnx.x86_64-131.4.3968.tar.gz 101176952 BLAKE2B 
da7470b1f401792874e6fd1c0fb2546d38f111f0db232f20adb9488ee844c7cbe469362f1ccb74b8708da43fd7389642ca5ba5579de60ae340c13f833add63cd
 SHA512 
1a6b9262f31f540c4aa718058106dafc990694ef26f247d0f43e32592a2bfcc831dd2f1009feed634299546034aba4451fc7ce621f8574bb83510b783011b78e

diff --git a/net-misc/dropbox/dropbox-129.4.3571.ebuild 
b/net-misc/dropbox/dropbox-131.4.3968.ebuild
similarity index 98%
rename from net-misc/dropbox/dropbox-129.4.3571.ebuild
rename to net-misc/dropbox/dropbox-131.4.3968.ebuild
index 83389e2d0ed..be2fed244ff 100644
--- a/net-misc/dropbox/dropbox-129.4.3571.ebuild
+++ b/net-misc/dropbox/dropbox-131.4.3968.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/blackbox/

2021-09-15 Thread Ben Kohler
commit: fb2cbcfdb36c1823ad3bb4de4d4a9cf0fb0aaeac
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 15 11:27:29 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 15 11:27:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2cbcfd

x11-wm/blackbox: bump to 0.77

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 x11-wm/blackbox/Manifest |  1 +
 x11-wm/blackbox/blackbox-0.77.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/x11-wm/blackbox/Manifest b/x11-wm/blackbox/Manifest
index 952b6ae64ab..9cddd2d517c 100644
--- a/x11-wm/blackbox/Manifest
+++ b/x11-wm/blackbox/Manifest
@@ -1 +1,2 @@
 DIST blackbox-0.76.tar.gz 394032 BLAKE2B 
ffefd24277c581ca59216f53c10d5ffacd7231b33c7fd8bfd799a1f93f0b4953ab91f6c8e7061f91ca80036a8a2b8d7b118383e97b8ab58b8f4cd039155760a1
 SHA512 
bc97ae699820f8291399ce6f2a87ef4486fabcaeda2dc33fbeb31fc6405c01d722a52c85d8dc65ef44bb031e3dda63c326b76aa1bfca3e544bfcab0fac9d1afa
+DIST blackbox-0.77.tar.gz 394176 BLAKE2B 
c52872fd02eba6857d2a3f5a8e122a6a8a0cdaa9c2d83f5b2510f9e770e650626d07f6d2b43b18bc3d77de4bfefc9bb9fb10321de0e72d4f82e5988f3c670d59
 SHA512 
d1f86707d9a2acb68db6a9af947e47acfd687752d06e3e2a60932550fbfa087730e6890b6ceb086f8aa8cf04e932ed7864f92266368fc43dc70b4b58140a792d

diff --git a/x11-wm/blackbox/blackbox-0.77.ebuild 
b/x11-wm/blackbox/blackbox-0.77.ebuild
new file mode 100644
index 000..b476324b895
--- /dev/null
+++ b/x11-wm/blackbox/blackbox-0.77.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A small, fast, full-featured window manager for X"
+HOMEPAGE="https://github.com/bbidulock/blackboxwm";
+SRC_URI="https://github.com/bbidulock/blackboxwm/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug nls static-libs truetype"
+
+RDEPEND="x11-libs/libXft
+   x11-libs/libXt
+   x11-libs/libX11
+   nls? ( >=sys-devel/gettext-0.20 )
+   truetype? ( media-libs/freetype )"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND=">=sys-devel/autoconf-2.71
+   virtual/pkgconfig"
+
+S="${WORKDIR}"/blackboxwm-${PV}
+
+src_prepare() {
+   sed -e '/AC_DISABLE_SHARED/d' -i configure.ac || die
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --sysconfdir=/etc/X11/${PN} \
+   $(use_enable debug) \
+   $(use_enable nls) \
+   $(use_enable truetype xft)
+}
+
+src_install() {
+   dodir /etc/X11/Sessions
+   echo "/usr/bin/blackbox" > "${D}/etc/X11/Sessions/${PN}"
+   fperms a+x /etc/X11/Sessions/${PN}
+
+   insinto /usr/share/xsessions
+   doins "${FILESDIR}/${PN}.desktop"
+
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog* COMPLIANCE README* TODO
+
+   find "${D}" -name '*.la' -delete || die
+   use static-libs || rm "${D}"/usr/$(get_libdir)/libbt.a || die
+}



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

2021-09-15 Thread Mart Raudsepp
commit: c215affed692e945c950b49378b1e9fb50bf079a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 15 10:46:36 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 15 11:45:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c215affe

dev-libs/json-glib: fix USE=gtk-doc deps and handling

1.6.6, compared to 1.6.2, changed over to gi-docgen. Adjust deps and handling.

Closes: https://bugs.gentoo.org/812125
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../{json-glib-1.6.6.ebuild => json-glib-1.6.6-r1.ebuild}  | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/dev-libs/json-glib/json-glib-1.6.6.ebuild 
b/dev-libs/json-glib/json-glib-1.6.6-r1.ebuild
similarity index 77%
rename from dev-libs/json-glib/json-glib-1.6.6.ebuild
rename to dev-libs/json-glib/json-glib-1.6.6-r1.ebuild
index 562120a52c5..173cbd9e95a 100644
--- a/dev-libs/json-glib/json-glib-1.6.6.ebuild
+++ b/dev-libs/json-glib/json-glib-1.6.6-r1.ebuild
@@ -23,7 +23,7 @@ BDEPEND="
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.20 )
+   gtk-doc? ( >=dev-util/gi-docgen-2021.6 )
>=sys-devel/gettext-0.18
virtual/pkgconfig
 "
@@ -38,9 +38,21 @@ src_prepare() {
 
 multilib_src_configure() {
local emesonargs=(
+   # Never use gi-docgen subproject
+   --wrap-mode nofallback
+
$(meson_native_use_feature introspection)
$(meson_native_use_feature gtk-doc gtk_doc)
$(meson_native_true man)
)
meson_src_configure
 }
+
+multilib_src_install_all() {
+   einstalldocs
+   if use gtk-doc ; then
+   # Move to location that 

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

2021-09-15 Thread Mart Raudsepp
commit: 166ba73352138c12374daa918077659e8bc4855a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 15 11:22:14 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 15 11:45:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166ba733

www-client/epiphany: fix some deps

json-glib minimum requirement was raised and libnotify isn't used anymore.

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

 www-client/epiphany/epiphany-40.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-client/epiphany/epiphany-40.3.ebuild 
b/www-client/epiphany/epiphany-40.3.ebuild
index 6e19aa0daad..71d0a74577c 100644
--- a/www-client/epiphany/epiphany-40.3.ebuild
+++ b/www-client/epiphany/epiphany-40.3.ebuild
@@ -24,11 +24,10 @@ DEPEND="
>=x11-libs/gdk-pixbuf-2.36.5:2
gnome-base/gsettings-desktop-schemas
>=app-text/iso-codes-0.35
-   >=dev-libs/json-glib-1.2.4
+   >=dev-libs/json-glib-1.6
app-arch/libarchive:=
>=dev-libs/libdazzle-3.37.1
>=gui-libs/libhandy-1.1.0:1=
-   >=x11-libs/libnotify-0.5.1
>=app-crypt/libsecret-0.19
>=net-libs/libsoup-2.48.0:2.4
>=dev-libs/libxml2-2.6.12:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/, profiles/

2021-09-15 Thread Mart Raudsepp
commit: c645c666cf6fa5eaa977105dd858a556ceaf42bd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 15 11:23:13 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 15 11:45:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c645c666

net-libs/libsoup: bump to 2.99.9

Enable brotli support by default (libsoup advertises it to servers
since 2.99.7 now).

Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/libsoup/Manifest  |  1 +
 net-libs/libsoup/libsoup-2.99.9.ebuild | 94 ++
 profiles/package.mask  |  6 +++
 3 files changed, 101 insertions(+)

diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
index 20ef5cd3086..d629aa8d30b 100644
--- a/net-libs/libsoup/Manifest
+++ b/net-libs/libsoup/Manifest
@@ -1,2 +1,3 @@
 DIST libsoup-2.72.0.tar.xz 1477940 BLAKE2B 
e63a26aa29a4a34c4e4b0a2713818db52b206b04b56d99391648351f87a62dc3455020e8eb0312ef17b2b7d047a7d5731905ecc214085afd4eff25fefa30782b
 SHA512 
ca16772d0d318c4be0c4859db1e32baffa2231b4732f3bf9814aa405febde86395a0fb8bfa1635d70a7b5853d2567403920b9b0d0f5c3c179294352af27e91de
 DIST libsoup-2.74.0.tar.xz 1498224 BLAKE2B 
c03b817a7a7f708480581aad258e5e24c541c6c2f39e48c51597d67c729b3a0722ef094916ad841904a0cafc67f12ad20d05b74ac41aeb174cb79b49fdd0977e
 SHA512 
d78374c31631d7d1fb30ceb7c6016ab970cb321b06191d3463f178ceea9dacd08c828b8f16f5a30c185489ebfbc93ff9da09ae4978be3e3ff11bf7ee95a2a9a6
+DIST libsoup-2.99.9.tar.xz 1514372 BLAKE2B 
c7c708e477e38fa03d19e3a35eb99a6183774275ed0e2c00a1c62c238ca932e62aa71713386010b36a3c7aac1c78ebc3555635a2e2db4c68406e25510432db62
 SHA512 
77fff5c4d72bd5acad5b9b4a312cc999b960d6eb7e4715cdd2571859a0ee888988fee12bd46684ca948993a2308f10def1141fe3e3137ac9cce68190222ee858

diff --git a/net-libs/libsoup/libsoup-2.99.9.ebuild 
b/net-libs/libsoup/libsoup-2.99.9.ebuild
new file mode 100644
index 000..90bb1cbd1f2
--- /dev/null
+++ b/net-libs/libsoup/libsoup-2.99.9.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org meson-multilib vala xdg
+
+DESCRIPTION="HTTP client/server library for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/libsoup";
+
+LICENSE="LGPL-2.1+"
+SLOT="3.0"
+
+IUSE="+brotli gssapi gtk-doc +introspection samba ssl sysprof test +vala"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.69.0:2[${MULTILIB_USEDEP}]
+   net-libs/nghttp2:=[${MULTILIB_USEDEP}]
+   >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
+   brotli? ( >=app-arch/brotli-1.0.6-r1:=[${MULTILIB_USEDEP}] )
+   >=net-libs/libpsl-0.20[${MULTILIB_USEDEP}]
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
+   sys-libs/zlib
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   samba? ( net-fs/samba )
+"
+RDEPEND="${DEPEND}
+   >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
+"
+BDEPEND="
+   dev-libs/glib
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.20
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+#  test? ( 
www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
+#  
apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
+#  
apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
+#  dev-lang/php[apache2,xmlrpc]
+#  net-misc/curl
+#  net-libs/glib-networking[ssl])"
+
+PATCHES=(
+   # Disable apache tests until they are usable on Gentoo, bug #326957
+   "${FILESDIR}"/disable-apache-tests.patch
+)
+
+src_prepare() {
+   use vala && vala_src_prepare
+   xdg_src_prepare
+   # https://gitlab.gnome.org/GNOME/libsoup/issues/159 - could work with 
libnss-myhostname
+   sed -e '/hsts/d' -i tests/meson.build || die
+}
+
+src_configure() {
+   # FIXME: we need addpredict to workaround bug #324779 until
+   # root cause (bug #249496) is solved
+   # But unnecessary while apache tests are disabled
+   #addpredict /usr/share/snmp/mibs/.index
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_feature gssapi)
+   -Dkrb5_config="${CHOST}-krb5-config"
+   $(meson_feature samba ntlm)
+   $(meson_feature brotli)
+   -Dntlm_auth="${EPREFIX}/usr/bin/ntlm_auth"
+   -Dtls_check=false # disables che

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

2021-09-15 Thread Agostino Sarubbo
commit: a2036405422d7cd5f054fd848f8638e15b80721a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 15 11:55:05 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 15 11:55:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2036405

sys-kernel/vanilla-sources: Automated version bump to 
{5.4.146,5.10.65,5.13.17,5.14.4} - remove old.

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

 sys-kernel/vanilla-sources/Manifest   | 8 
 ...illa-sources-5.10.64.ebuild => vanilla-sources-5.10.65.ebuild} | 0
 ...illa-sources-5.13.16.ebuild => vanilla-sources-5.13.17.ebuild} | 0
 ...anilla-sources-5.14.3.ebuild => vanilla-sources-5.14.4.ebuild} | 0
 ...illa-sources-5.4.145.ebuild => vanilla-sources-5.4.146.ebuild} | 0
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b0ef8d58336..468ddff66cd 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,7 +10,7 @@ DIST patch-4.14.246.xz 4415572 BLAKE2B 
44f11b17b7056755d2c4054916256e61c9556ee7c
 DIST patch-4.19.206.xz 4203040 BLAKE2B 
411614392e8526c0855e7a0bddf7ea39004355822074bfe379f58d8f4f8b91bae2c57a6d36f9f278a617d273e838ce7833686c596a529b33879deb4ed3f72fd9
 SHA512 
dd78fe3beb52d6516d717bc67cd8dd6e9a141869a1451cb5fdb911ee5e52b0af61dded574585e7254bf61d9cfa250e9d40b7ba06dd11be0187986d5941249a4b
 DIST patch-4.4.283.xz 3636140 BLAKE2B 
6ed831f5d76b18d1944bc625560ac3293ff254985d328c09449d470dd1d1ca632d24160793e8545e451cd91db476826d5e596ac5c73feb18ff020c1e26af3371
 SHA512 
23a5848817985c66429bf0b45962366560caa9ec6c8d0bb8e86e9f932e55e23f3700eac6a2f96fcab35964403506858b1a15b3d6811a90e150d6d68318319c30
 DIST patch-4.9.282.xz 4072604 BLAKE2B 
c4eaed93a08e4f3707be1fa73f84c04e03d2c66bf1bebac64c496fab5065374589d21c78ab2af39526076720b482f452d3f806d66fd29823790475a1db44776a
 SHA512 
59d01eeaf0b9f4d46e1fd00c938ddd1c0c90be303d625b3a689c2debc2b6fde9e5807afc8b65b96d4bf5c3d092fbc169643405e22eb3b7d6bf22e8fe56324ca2
-DIST patch-5.10.64.xz 1983536 BLAKE2B 
d93fc840b6f256c39e02122e05b652d1373230e0869416c7365fd0998e1c4d2f9a89ec46c8ecfb742b5dff81ebfda048d8ea11bc527075d29c6307f80e924c5e
 SHA512 
fde44d46fee1e1cf827ecb430e3fd7fd9262bc497dc8e3617f050ca62b6978fc800e52e600e153cd7853ded383a252e3d7c3793317f2a05b0eb135b98aede62d
-DIST patch-5.13.16.xz 728300 BLAKE2B 
27ebdcd725fca87a2af4c50bfc166784c258a83e3bc5f0c5466fb3b4d83f836388416140ceaeaa6aa59988c3e66539c16e9bc53fd295d7e3c5c13c9077783150
 SHA512 
189fa99ca05cab8a5da4da1571a008e3dfda4359a97d4124f50fb17b5f89dfc4a007aa4f0e9f10512655e6d6eac1de7acc6391d40f1450e0bd67cf50c5c1bd36
-DIST patch-5.14.3.xz 16796 BLAKE2B 
7f4dc658bd4664de6ee8347ace1dd981ac7e35e831c57defdf07a63e893e97803737f44e52423e670c64e027b5115e9618539bb78ac5480bbcaaebeb25af7a75
 SHA512 
6052cefd5ced3a043e9e66d769bafcb5687488f52c14d588a093463edf69ec5ac7630c68910465fa6576e958f8c31960b486e39a2bc5b3b2bbb6387570150c66
-DIST patch-5.4.145.xz 3289296 BLAKE2B 
33fd7730dd7788a4793a89bc476ea8f33905edf2da9fdc8932f173ff5ffc7f94084b453489cb3c7e9b6dc017dd390d511a98c01526b673a16452c157c6accde6
 SHA512 
51952f8e15328dbf4602d22fbea666800ce577882407405f7f10abfbd206b18b748eb9d4bd37c63ed4fb78a8f7e8d4d77ee1097c1493d50b7d0ca5a0947ae618
+DIST patch-5.10.65.xz 2039052 BLAKE2B 
cb251e3105ef0c96c183a0ab6f44d442537aa6a5759a51d41d49741ef3d2154a9d21fb1ce8747164a46465356efe4acb84fe64975c3e7af94b536b67186db15c
 SHA512 
ad41cf902e9ff786063416c3157358922f6a2ab5e4bf382fb8ffa9f30850e213943f6e6efb427643e17d1967d6fe65dc27da005ad53bb5a3e00b5ded4f05d2b1
+DIST patch-5.13.17.xz 806360 BLAKE2B 
d764eff867ec189d2478c234a379fda556d66aff4d6525ae9cd34732a7a8b0c11deb04e4bd81fcce06904d2f441c85577fff01cc7e98435b98c6990aabf92fb6
 SHA512 
44d30e5b5da0fbe97055eea31a15c300ae7ea56350dcf508ff07dc899eeb80ae26bca316226b070075526fad37ad50bbe2115c0b2502a46ea800d48119a53b20
+DIST patch-5.14.4.xz 122324 BLAKE2B 
1bea316afd94dd16288773b286a05d8ffdc330e2d11c2437e58be0592cc196f6c909af1f16e92035d026bbd7c1a4d5c157060acf456adec249a54a830a2aaf11
 SHA512 
2b1fedd2f49400563aa5f628d1a66706586e6b5f93b95e085a80eebd88269e72e2724241c22bd8efd77242be301f614cb7f29a1b9ce144411afb34fc4f677860
+DIST patch-5.4.146.xz 3317724 BLAKE2B 
1b6336d2824117e9efa194458c0132dce1f445fa72bb9e086d368c8b63268a7f3bf5f5f600ccd1064333b40ff93bd4cc32f46cf332e223747a6ebaac87c27302
 SHA512 
3e20e7cd81ff5a83f69032468121aa8f3e087f22a6f21ce2fa48e80052ccdc3b431384d71bed7209927c039bdb3a8c0cad8476788a7d7dc0049e7c73daad7bc2

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.10.64.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.10.65.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.10.64.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.10.65.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.13.16.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sour

[gentoo-commits] proj/linux-patches: New tag: 5.4-150

2021-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 15 12:03:31 2021 +

New tag: 5.4-150




[gentoo-commits] proj/linux-patches: New tag: 5.10-71

2021-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 15 12:06:16 2021 +

New tag: 5.10-71




[gentoo-commits] proj/linux-patches: New tag: 5.13-19

2021-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 15 12:12:14 2021 +

New tag: 5.13-19




[gentoo-commits] proj/linux-patches: New tag: 5.14-5

2021-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 15 12:15:01 2021 +

New tag: 5.14-5




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

2021-09-15 Thread Jakov Smolić
commit: 24304c1b500773ed0a350d38456331c681fe8a83
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Sep 15 12:34:31 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Sep 15 12:34:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24304c1b

net-misc/mstpd: Change localstatedir to "${EPREFIX}/"

- Old value would reference legacy directory (/var/run), which would
  result in the following message:
```
/lib/systemd/system/mstpd.service:8: PIDFile= references a path below
legacy directory /var/run/, updating /var/run/mstpd.pid →
/run/mstpd.pid; please update the unit file accordingly.
```

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

 net-misc/mstpd/{mstpd-0.0.9.ebuild => mstpd-0.0.9-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mstpd/mstpd-0.0.9.ebuild 
b/net-misc/mstpd/mstpd-0.0.9-r1.ebuild
similarity index 95%
rename from net-misc/mstpd/mstpd-0.0.9.ebuild
rename to net-misc/mstpd/mstpd-0.0.9-r1.ebuild
index 06a8a8618cf..29d66dea87e 100644
--- a/net-misc/mstpd/mstpd-0.0.9.ebuild
+++ b/net-misc/mstpd/mstpd-0.0.9-r1.ebuild
@@ -22,7 +22,7 @@ src_configure() {
econf \
--with-bashcompletiondir="$(get_bashcompdir)" \
--with-systemdunitdir="$(systemd_get_systemunitdir)" \
-   --localstatedir="${EPREFIX}"/var
+   --localstatedir="${EPREFIX}"/
 }
 
 src_install() {



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

2021-09-15 Thread Arthur Zamarin
commit: b5e74e4a2be38b24c45bbb4745d18bb6a96d43a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 15 12:59:36 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 15 12:59:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e74e4a

dev-python/scrypt: add 0.8.18

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

 dev-python/scrypt/Manifest |  1 +
 dev-python/scrypt/scrypt-0.8.18.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/scrypt/Manifest b/dev-python/scrypt/Manifest
index 0d6cd20ea78..2f6ed1652e9 100644
--- a/dev-python/scrypt/Manifest
+++ b/dev-python/scrypt/Manifest
@@ -1 +1,2 @@
 DIST scrypt-0.8.16.tar.gz 54205 BLAKE2B 
ce4f86f8bacb4f12408604822a32c9f63f96a155469cca1d2aa50cf67fc9e9576432f13ef49694a9d7ce21696aedcef27419fc0d3aad67a87d16c3bf8c0f94c4
 SHA512 
9498637d1354a84021f2c069a919ff157ff189d1385453397a9c43e522de77af9d628a90d649d50e9243abfc0b96efe4e38b615322d83133137bad94d448ef06
+DIST scrypt-0.8.18.tar.gz 56651 BLAKE2B 
d0e71e0677ab5f159da829eaf8e794fab9fa9290ff3688e525c4f2e9c60fda532d1c302fe4088bd8e88e06e926ef95d06bad145697e8a13e2662eda7027479b7
 SHA512 
b033203f65dd63c1e915eeff6232c01f806eb01d3ce18e753b6161ae667555095fe775585dd0d4e15ae228f2d4862860093c1a18d5b810b438d032df9fb24d81

diff --git a/dev-python/scrypt/scrypt-0.8.18.ebuild 
b/dev-python/scrypt/scrypt-0.8.18.ebuild
new file mode 100644
index 000..a945c11c537
--- /dev/null
+++ b/dev-python/scrypt/scrypt-0.8.18.ebuild
@@ -0,0 +1,21 @@
+# 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="Bindings for the scrypt key derivation function library"
+HOMEPAGE="https://github.com/holgern/py-scrypt/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="dev-libs/openssl:0="
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest



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

2021-09-15 Thread Mike Pagano
commit: dc4decb48d0444bc0b46322487ce63167c2a8af1
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 15 13:05:43 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 15 13:05:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4decb4

sys-kernel/gentoo-sources: Linux updates with genpatches

BMQ Update Patch (with experimental useflag only)
Linux patch 5.14.4
Linux patch 5.13.17
Linux patch 5.10.65
Linux patch 5.4.146

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

 sys-kernel/gentoo-sources/Manifest | 12 ++
 .../gentoo-sources/gentoo-sources-5.10.65.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.13.17.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.14.4.ebuild| 28 ++
 .../gentoo-sources/gentoo-sources-5.4.146.ebuild   | 28 ++
 5 files changed, 124 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e52b994019f..e98b5afa866 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-5.10-69.extras.tar.xz 3852 BLAKE2B 
b950a181ccd370fd35bb350f3f9ad
 DIST genpatches-5.10-70.base.tar.xz 2126552 BLAKE2B 
610468f17ddcb59e9c5cde16b7fbd10fbae4483944de78299157ffd38b27e6ed6061f3bb2462fa3f3afad418d1202c60c7400e19ba6874e46550fc346fe3ede0
 SHA512 
1912be230024055424d5a0ac7c55bcb3e2ea2a93fe4fb1e3f1bebb39749b765a8121b5443dbb3159b9b13080e3c153b0c30829f378c697a6f7622e91d876083d
 DIST genpatches-5.10-70.experimental.tar.xz 16872 BLAKE2B 
fe62aba5488050c87aaf0dfcac7dc1500ac2318314d0542d8ee209de9da1b05c9eb6301e5209a2c2d84aefcb5c62f8e376e24ea8008197d476a8d8f010afa98b
 SHA512 
261491767bab3461069d0ce3362b63a64219b71337d3a3b98dc3ed770d0fc70c57cd9bc9c919efeb3726248a4267ba3bc1ce58622107b57c0aec3b11343c40a0
 DIST genpatches-5.10-70.extras.tar.xz 3848 BLAKE2B 
8a099c38dc7c5b9662d049d42b18e073e7cdb1199b20a393672c9e3ba342d3453a23fcbc1028ad63b757e8a5cf0807767cc18b3bd4c6aa5abcba3b4247a2114b
 SHA512 
960190d4aeac06b156da135e390b949e47227cc0926cbadff0c643395deae61117eb025608a5c621c6be35edef71d670714c382d151fdaccdcc4ad063fa51654
+DIST genpatches-5.10-71.base.tar.xz 2187796 BLAKE2B 
15ae0bbd5c6686bde24603a03209eb82b8cb4db57599b8f30b3a44701df32d4f541d0c054b9b461f43a64e4c05704d5dfa7278c9b571924f03c6ed64b2330bd8
 SHA512 
e90c0585b87608bbd1e87b0f10d199eb049560bc1907e6afa6e0d9063ec518218af3643ada7fd7c855ee4a7dd5db8e62449267bff3adda7868b4f89cf381
+DIST genpatches-5.10-71.experimental.tar.xz 16868 BLAKE2B 
64d31121f20e0e611ad715dc78a597cec33a4e69420d846a964471671c9ee778df60477c9b379a2daff650921f99f19087a8497efe289aba5bfafdf4d80d99c6
 SHA512 
83977e26cc129031d9022cbcc0c9e5d44a1a07900b063ad99434ac27a814007bc77436291a5578585dcb032f7f6aaedbfdafc566e9bf01671c16c2536dd6f69a
+DIST genpatches-5.10-71.extras.tar.xz 3848 BLAKE2B 
d6bdedf650b6d7d8cbf35dfd7ecb22db6f1967875e6e12ee79412016e21bb6884ebcf1bdbeeae97211f30c6fdb97f4c7e4a89b1f4a944885a5ce419cb85adb4a
 SHA512 
439f9e6aaa226946015d58dea7c5cfad354eeb342172e5632027900a74f103d30d8cb7140ec2e9b60168dc8120bcb2ff10726e14e53f64678e8ca0cea2931b39
 DIST genpatches-5.13-12.base.tar.xz 632764 BLAKE2B 
b3a193373d195c18350ed1298b8bbb6eb82c066881c727f00772e5191f29458f06137c94d621abe8046d457f41c30cb30d64226f160d5a3cb538437c5dbf3ab1
 SHA512 
b3fadffc0520084b4811e8106cc38da7f2c99555c08ac6178e7865a5336bfa288ea5772823f2c2275c10be8d33adca11b5bb7730489d422c9c62196e4de6f25c
 DIST genpatches-5.13-12.experimental.tar.xz 67652 BLAKE2B 
347dfe86c3084ffc82b2f154e49376fd09b793f59c05a484d67ef6986667581fb85128a1ee384cad16b4ad0c4f4465286e32e0a0a94aea9a7de24725638522c7
 SHA512 
1162ed2f5f3af39c0e135d325d7fe2b5c609b66788b564a33e064ff0cac6928a3b41e1bb692a67201d5becbc55994c3ac1a0e3b5a63c42135969583387dcf5ac
 DIST genpatches-5.13-12.extras.tar.xz 3476 BLAKE2B 
4a2fc37b65d3b0be450245f4a69de878ae0fbbef2ae675d1cd5ecc55c9aa9a33f63ebab6492a378f3eef7911e76a83322f878f94f16fa822f186c34bfc89f3ba
 SHA512 
07ca97618f12dc015d0ec478cf90d7cd03f4586aa380e9f6da234c229046dde07a734614d44501b9b8d72e9e2411470ad5eab60f63ae427280465fc0691f8077
@@ -55,6 +58,9 @@ DIST genpatches-5.13-17.extras.tar.xz 3852 BLAKE2B 
e68187eb92f6f96affc059e7a0ae8
 DIST genpatches-5.13-18.base.tar.xz 753548 BLAKE2B 
2aeb182e609c2043b87a146b912c7a36674b87451d7d469e8538e070ee0b388cae70bf040341798daa7723aae5f490e6826c94374af7a4d1817e1ece54f6279c
 SHA512 
b795d49d7f386aba7c35aa5a3b8ecb1e9bbcdea424aef77251cea12d64b213410c883fcf58e9131437e78e5c63d435d84d8c2834ca5a679f65b7807b026d60d8
 DIST genpatches-5.13-18.experimental.tar.xz 67316 BLAKE2B 
e2bd9772cf178f3de74c8241af33e5fdf58249a1168262dd123a81ef95b41dd51e32cdc32f2b6b23bbe7812d87f71a62887e9dba33860c0a3e7ab5a122d152bb
 SHA512 
f3a00f8b3c8614ffa6c71feb1c84638aa984f7d4ce36026d83a9dbd691b83497a9178157d1ee17044a4b84fc252fcfd6aa0294d13eaed17dd1ae08a73a30ac44
 DIST genpatches-5.13-18.extras.tar.xz 3848 BLAKE2B 

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

2021-09-15 Thread Mike Pagano
commit: 3a0fbb20f661e182b32e56d8e243442d9eed4063
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 15 13:06:22 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 15 13:06:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0fbb20

sys-kernel/git-sources: Clean-up of old version

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

 sys-kernel/git-sources/Manifest|  8 -
 sys-kernel/git-sources/git-sources-5.14_rc1.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.14_rc2.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.14_rc3.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.14_rc4.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.14_rc5.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.14_rc6.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.14_rc7.ebuild | 40 --
 8 files changed, 288 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 5ddc1162d88..0c9b8bdffb5 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,10 +1,2 @@
-DIST linux-5.13.tar.xz 119297284 BLAKE2B 
9c4c12e2394dec064adff51f7ccdf389192eb27ba7906db5eda543afe3d04afca6b9ea0848a057571bf2534eeb98e1e3a67734deff82c0d3731be205ad995668
 SHA512 
a8edf97e9d38a49f1be2bde1e29ad96274bb2c6f7e8a2bebaa1161dd4df9cabcbaec4ff644c45bee94f86ae47725087d6deed0cd954209cec717621d137db85e
 DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
-DIST patch-5.14-rc1.patch 68962675 BLAKE2B 
0f5bc5de6167c3f2b884354a54dd9cbedc3d89508e9861ef7bebe181c650ab9dde4f604f8c5e77c27eef9c213345ac85d8c65e0c9a7f48cc918a2ad681fc3e59
 SHA512 
e68522063c08adf11c8cbdb86aa439347ed833be77cf189655e14df6e2e9c18479a69bfbcb8258411e896f32b15c53f8df04402f6ba0434179c3d37e0cabc5b9
-DIST patch-5.14-rc2.patch 69403130 BLAKE2B 
56a55e40625fbdf9b9324ffbdae401bc9202cb63ea3d787960a93c0f72a10aeffcc7e2988f873ca916d434981e949c1ff2e1e09941d93ff119c5d9da295e3628
 SHA512 
5962339c1e84c2e760d76aca6c4d0f74fbc80bd997f55f85ad22745d5db43846ad86270862206684304a42e3b25d1c505df58da4e0f0460b82e7c7a12e97a70b
-DIST patch-5.14-rc3.patch 69715862 BLAKE2B 
bf826bfaf1968b2da2f074bb16ac82237c41d8b57e689545a88c64f125ece052e24557a82e00b37761ece2f440498cf0ffa848cfad4fae18380bd3fa0e637ac0
 SHA512 
56199a49b579f3511605a4a90dd8a2f5c9c904705bcd3036933e748864b4fe10cef5f084cf39227b959776df0e2509776f12c9d6d9f0c12947613ca2dba86b26
-DIST patch-5.14-rc4.patch 69955713 BLAKE2B 
b4e3051cbba62cf937072205c29116362578be25dec7d5b25d020ffb4e634855be2771c152a36b1d40249692aceed0e70edc25479aad1ac99399dbec878fd97b
 SHA512 
0d62ef70193c4bcb2b13637878e5c6d163d59cdcf00ec1447fe356e86853735e460706aba783a1942de0f32dc5b3fc8d95a012ff6cdcb6ab0d398556a2aa3bf4
-DIST patch-5.14-rc5.patch 70193505 BLAKE2B 
3439ab433227c4daca6b4c8dc4f357fce38689f6af669554559294bba3491566ae1bdd4c703bafb96c84f5a2028926b35f253c4f379dff37d9899a0436e0424d
 SHA512 
1752aa29cefbce5baa3e89307c0b87d09a0db29330dab58ad33e9866bc31e2378a9a6cdcb0fd4b05b9794f934c30353a558420527d853907266f8bfb535f30a5
-DIST patch-5.14-rc6.patch 70415935 BLAKE2B 
d1c1777b24e3a99b8acf7a79d5490e5f5222e77ea9bba525677fdeac22f5143d45f8cc04b78f6f800c924a39965e21871dd9a7b3d8cbc36331bcc914f5b8f9d2
 SHA512 
4f4544b2dda82e1b556bf1c24de27965eba9ec6875ff4950b87775cafa893cb629c5e25603be78d36426c2f35838d4be60c4ff72fe8664eb0f8dfce8a6cceee1
-DIST patch-5.14-rc7.patch 70593573 BLAKE2B 
47396856eb7ed4f8fff1341d8280124a0211a2fb6192e60dd5f735827a0b3e4468beef187e74c45b1701254da3b7d3a24b82a1f371b95fbb523ed62f307c448a
 SHA512 
c9c7d7135fbe704c5cf7c08fcceb4097f910c82f6f1c64b174640e4ebf9a325539186148652c8d9014814364b72f1ce25170816858119413ffc795dbcbd4bb3e
 DIST patch-5.15-rc1.patch 41357462 BLAKE2B 
7df3298b6dcf7eb5a4867e84dc801e344063645f12af695fd81cc8310dd6fe79da06412e893eefa220d45c0118de6f5ae1768bc009cdb1b37d9fc0bb4fdb919a
 SHA512 
d045bb66c810b2fe2c700cbd4518a1329fdf006402e382bfcf0f097785409d00187df1fc998944abb46e5eaa6884cd5b50d20575adb4e77342ce11c951cf6317

diff --git a/sys-kernel/git-sources/git-sources-5.14_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.14_rc1.ebuild
deleted file mode 100644
index d43c5c0ce00..000
--- a/sys-kernel/git-sources/git-sources-5.14_rc1.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"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.13"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV=

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

2021-09-15 Thread Marek Szuba
commit: cc28e407409a4e1290b4f182a102d879024db592
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 13:48:23 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 14:16:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc28e407

app-crypt/libsecret: add dev-util/glib-utils to BDEPEND

Invoking maintainer time-out.

Closes: https://bugs.gentoo.org/798930
Signed-off-by: Marek Szuba  gentoo.org>

 app-crypt/libsecret/libsecret-0.20.4-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild 
b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild
index 1b35ec4ad12..2ed9a2f37a6 100644
--- a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild
+++ b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild
@@ -32,6 +32,7 @@ RDEPEND="${DEPEND}
 BDEPEND="
dev-libs/libxslt
dev-util/gdbus-codegen
+   dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/prometheus-cpp/

2021-09-15 Thread Marek Szuba
commit: 8bf4173c9679fa95df02b733f8cb57fe29620474
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 13:28:33 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 14:16:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf4173c

dev-cpp/prometheus-cpp: add 0.13.0

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

 dev-cpp/prometheus-cpp/Manifest|  1 +
 .../prometheus-cpp/prometheus-cpp-0.13.0.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-cpp/prometheus-cpp/Manifest b/dev-cpp/prometheus-cpp/Manifest
index 78b153008a1..e4f552e6847 100644
--- a/dev-cpp/prometheus-cpp/Manifest
+++ b/dev-cpp/prometheus-cpp/Manifest
@@ -1,2 +1,3 @@
 DIST prometheus-cpp-0.12.2.tar.gz 55191 BLAKE2B 
f1430cf6b8ca8272c447e8c2a25af5fb0d515389cb1078f8836a9a1f1ba0e26cc43236e9c147219384df40d601b843219acb95ebc46bb1c2fce6d83a86724182
 SHA512 
9907658939b7956219c3623bd5997f341f4374fbce2ee606bd1d8df820779ed8dc70658a30aafbb47b9af645205c048270b23e701203e13286bc365094a441d3
 DIST prometheus-cpp-0.12.3.tar.gz 55510 BLAKE2B 
8a9dffb4608f1d1f141726cf7bec3a19ca9040baca9871ff3aa950aa979b34319e704539ff3f2830a5c145645e9c3c0efc9e9b2c5c534d8b3745aaf1e9426763
 SHA512 
e8093db6e58d1672fd94daeed94f2c11f663145195bf878e0403973f2f4f62a3f9430cf6de1fc9ac0821b4b323e3faeb96199d450b3d7a04a5dee0e6f94ddc01
+DIST prometheus-cpp-0.13.0.tar.gz 55448 BLAKE2B 
5790e74f5bb783070b6928adf9d850dc59ff8507d580a96549e62a2ea9ca1cf5b5de0fb445dd373bbae6da3fdae59d1dbf2eca5e04dc3d6adb58e5c52da1e666
 SHA512 
d2c6708047cec1998697931d5e9b420dfa513ade9f298761b08ae87a5526cbe64476ebc56793c21d8c3d741e3a4db5ce8d27af1d39b4ca30a45de34f40fdca67

diff --git a/dev-cpp/prometheus-cpp/prometheus-cpp-0.13.0.ebuild 
b/dev-cpp/prometheus-cpp/prometheus-cpp-0.13.0.ebuild
new file mode 100644
index 000..07f8033472a
--- /dev/null
+++ b/dev-cpp/prometheus-cpp/prometheus-cpp-0.13.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Prometheus Client Library for Modern C++"
+HOMEPAGE="https://github.com/jupp0r/prometheus-cpp";
+SRC_URI="https://github.com/jupp0r/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="test zlib"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="net-misc/curl
+   sys-libs/zlib
+   www-servers/civetweb[cxx]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-cpp/benchmark
+   dev-cpp/gtest
+   )"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_PULL=yes
+   -DENABLE_PUSH=yes
+   -DENABLE_COMPRESSION=$(usex zlib)
+   -DENABLE_TESTING=$(usex test)
+   -DUSE_THIRDPARTY_LIBRARIES=OFF
+   -DGENERATE_PKGCONFIG=ON
+   -DRUN_IWYU=OFF
+   )
+
+   cmake_src_configure
+}



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

2021-09-15 Thread Marek Szuba
commit: eda984fec5d11f60d43de72b5b4c7370472707c1
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 14:09:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 14:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda984fe

mail-mta/protonmail-bridge: add 1.8.9

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

 mail-mta/protonmail-bridge/Manifest|   1 +
 .../protonmail-bridge-1.8.9.ebuild | 454 +
 2 files changed, 455 insertions(+)

diff --git a/mail-mta/protonmail-bridge/Manifest 
b/mail-mta/protonmail-bridge/Manifest
index 80672ae9c92..681a57c0cdf 100644
--- a/mail-mta/protonmail-bridge/Manifest
+++ b/mail-mta/protonmail-bridge/Manifest
@@ -403,3 +403,4 @@ DIST 
gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.mod 95 BLAKE2B
 DIST gopkg.in%2Fyaml.v3%2F@v%2Fv3.0.0-20200313102051-9f266ea9e77c.zip 101467 
BLAKE2B 
8bb0aec8e693a4c0da59f1931e1fdcf6f94a236faba149d5af91e87284f39c693d20be65248eecde739cb555e371804fa6c723a56c69e6d02a347ba908e968b1
 SHA512 
bee7757d760f5ba1b9f7523af358652a5cb65f2b0064da097f78450871b2636efcbab0298a9871bbb3ce8012bf95a155949251d4f61464dde510097b936b47a8
 DIST protonmail-bridge-1.8.3.tar.gz 2728631 BLAKE2B 
f42d6b09dcefae4605e81698e579d284dd6dd88da31ae1817d679f2b94baac6ee3b73ce172c4dbf1d5a07c4e17f52f59dc95e8b28e3b532be04531d06be9
 SHA512 
135fb12c6832ecb2476e801d00bca1d46fb3d5931b66c66d30da4f7e52a9d4437103a083fa3f72570d5035652adfcc9e0aafa5011f6eb212878db91c5bbcc53d
 DIST protonmail-bridge-1.8.7.tar.gz 2735961 BLAKE2B 
f3b95dc62ec88f6010e562e1acfe776703ffbcb0f64554683d253157ce886f10dbdabd7ce33f4e8c8f291fe5c89a9ee3c41e7ab4049d2f673c6d13ec391ab7cd
 SHA512 
021856b4337cf467164d6a6369f8b303f127f52059f3291683151775d92828cced7b9dec38fc85c53e656d56dac81b06fdee0b5cc92ac0b588ba62c76c0c667e
+DIST protonmail-bridge-1.8.9.tar.gz 2735995 BLAKE2B 
e33f4dc5bec6f0e930d1ff87cdab56bb14a90178feb494d32176a2d87e7daf60db995e9347d0a9a0c453cf1e3f540368ed9552cb54a044b317297118839418c2
 SHA512 
267518b5d5499616ab6913d81999d144f005ab90ffa58d8e3fe3a46c404a050fe4e583f7eea6cb60bab1fe93c6bc5ac2989aba4877f713874f01deb4e4807bc8

diff --git a/mail-mta/protonmail-bridge/protonmail-bridge-1.8.9.ebuild 
b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.9.ebuild
new file mode 100644
index 000..13121c77d01
--- /dev/null
+++ b/mail-mta/protonmail-bridge/protonmail-bridge-1.8.9.ebuild
@@ -0,0 +1,454 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd xdg-utils
+
+EGO_SUM=(
+   "github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1"
+   "github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1/go.mod"
+   "github.com/AndreasBriese/bbloom 
v0.0.0-20190306092124-e2d15f34fcf9/go.mod"
+   "github.com/BurntSushi/toml v0.3.1/go.mod"
+   "github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod"
+   "github.com/CloudyKit/fastprinter 
v0.0.0-20200109182630-33d98a066a53/go.mod"
+   "github.com/CloudyKit/jet/v3 v3.0.0/go.mod"
+   "github.com/Joker/hpp v1.0.0/go.mod"
+   "github.com/Masterminds/semver/v3 v3.1.0"
+   "github.com/Masterminds/semver/v3 v3.1.0/go.mod"
+   "github.com/ProtonMail/bcrypt v0.0.0-20210511135022-227b4adcab57"
+   "github.com/ProtonMail/bcrypt v0.0.0-20210511135022-227b4adcab57/go.mod"
+   "github.com/ProtonMail/docker-credential-helpers v1.1.0"
+   "github.com/ProtonMail/docker-credential-helpers v1.1.0/go.mod"
+   "github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a"
+   "github.com/ProtonMail/go-autostart 
v0.0.0-20181114175602-c5272053443a/go.mod"
+   "github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7"
+   "github.com/ProtonMail/go-crypto 
v0.0.0-20210428141323-04723f9f07d7/go.mod"
+   "github.com/ProtonMail/go-imap v0.0.0-20201228133358-4db68cea0cac"
+   "github.com/ProtonMail/go-imap 
v0.0.0-20201228133358-4db68cea0cac/go.mod"
+   "github.com/ProtonMail/go-imap-id v0.0.0-20190926060100-f94a56b9ecde"
+   "github.com/ProtonMail/go-imap-id 
v0.0.0-20190926060100-f94a56b9ecde/go.mod"
+   "github.com/ProtonMail/go-message v0.0.0-20210611055058-fabeff2ec753"
+   "github.com/ProtonMail/go-message 
v0.0.0-20210611055058-fabeff2ec753/go.mod"
+   "github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a"
+   "github.com/ProtonMail/go-mime 
v0.0.0-20190923161245-9b5a4261663a/go.mod"
+   "github.com/ProtonMail/go-rfc5322 v0.8.0"
+   "github.com/ProtonMail/go-rfc5322 v0.8.0/go.mod"
+   "github.com/ProtonMail/go-srp v0.0.0-20210514134713-bd9454f3fa01"
+   "github.com/ProtonMail/go-srp v0.0.0-20210514134713-bd9454f3fa01/go.mod"
+   "github.com/ProtonMail/go-vcard v0.0.0-20180326232728-33aaa0a0c8a5"
+   "github.com/ProtonMail/go-vcard 
v0.0.0-20180326232728-33aaa0a0c8a5/go.mod"
+   "github.com/ProtonMa

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

2021-09-15 Thread Marek Szuba
commit: e240f31e34f3678811adadb9b90cd25c08cae06d
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 14:15:24 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 14:16:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e240f31e

app-crypt/yubikey-manager: add 4.0.7

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

 app-crypt/yubikey-manager/Manifest |  1 +
 .../yubikey-manager/yubikey-manager-4.0.7.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/app-crypt/yubikey-manager/Manifest 
b/app-crypt/yubikey-manager/Manifest
index 6e3c513aef9..e2a0f0c60d4 100644
--- a/app-crypt/yubikey-manager/Manifest
+++ b/app-crypt/yubikey-manager/Manifest
@@ -1,3 +1,4 @@
 DIST yubikey-manager-3.1.2.tar.gz 116728 BLAKE2B 
35b592a26bbe1c2a1c81ddbc5fd5de2693b01dbadd04dd317baa14e5f9c5556ff8622bc36e31983947b4eed272be16d8ae1d55c6e30fe5532c20605c784411c5
 SHA512 
e7ad46536fae0476ae7ea4d7115ba9ddb0fe158fcd1e1d548524860b2033996f5487f9c948df85586d5b7ea690b51ad8d5b43261a56aa8820940226e0b18acaa
 DIST yubikey-manager-4.0.0.tar.gz 137438 BLAKE2B 
df50113ed46c531032785ceb95ee130a2440f88677b088f70095545528cbceff55db483bc299654beb8d78b3cea94a9c8507751a090a8488cc609680167ec8d7
 SHA512 
f1684122a9ee8d57fa3644ecf140e39973c822dfcb7cc1d6578a2ef9b09ff9b0078e6e4ab3f0eb6522a08703d095027f9f24bc8ca6fff8b6874f7a9b5e99f1b2
 DIST yubikey-manager-4.0.5.tar.gz 142197 BLAKE2B 
c48a9c6ae5f2d54b24888b750c6263eb501e68be56beb9fb964e8b9ea5131a608786b2e67d0d092ebcfacb15b09cae3eec19f4271893ac77eba70eee28b6d06d
 SHA512 
f8bddf3121c0c509fcacb56500f1c1885354aff5c00b3347d9ca84cdf1df65276ed744209d9653474909b6cba7595bc5529cd4b37ec34c35d2d2c3cf2ff850de
+DIST yubikey-manager-4.0.7.tar.gz 143622 BLAKE2B 
1ea768b4b95a65dc2cbc34f1e796a1012b534495154f475c7deb9ec7dbc807ff688d864abba8001752d3717034acbf39cd1cb17f147842fc38d27a83cb8c8ddc
 SHA512 
7ba11488cddcc7d4bb15e673b7d8d82d8e85c52d8a4a3a13c6681cc494ecf33b88eb54556785783e6ec458292f155668bac0bb3a38a2df1702a24f623f8b084e

diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.7.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-4.0.7.ebuild
new file mode 100644
index 000..6409b45b5cd
--- /dev/null
+++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+
+inherit distutils-r1
+
+DESCRIPTION="Python library and command line tool for configuring a YubiKey"
+HOMEPAGE="https://developers.yubico.com/yubikey-manager/";
+# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is
+# the official source for tarballs, not Github
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+RESTRICT="test" # Tests require non-existing package makefun
+
+# app-crypt/ccid required for
+# - 'ykman oath'
+# - 'ykman openpgp'
+# - 'ykman piv'
+RDEPEND="
+   app-crypt/ccid
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/fido2:0/0.9[${PYTHON_USEDEP}]
+   dev-python/pyscard[${PYTHON_USEDEP}]"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/ykman.1
+}



[gentoo-commits] proj/linux-patches:genpatches-misc commit in: scripts/

2021-09-15 Thread Mike Pagano
commit: ee193ee9d95da3127d22e7a475e1c8f487e54966
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 15 14:53:39 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 15 14:53:39 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ee193ee9

Add --progress to rsync command

Signed-off-by: Mike Pagano  gentoo.org>

 scripts/gpdorelease |  2 +-
 scripts/gpdoweb | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/gpdorelease b/scripts/gpdorelease
index f57be91..5936489 100755
--- a/scripts/gpdorelease
+++ b/scripts/gpdorelease
@@ -129,7 +129,7 @@ git push --tags -u origin ${BRANCH}
 # copy files to distfiles-local
 #scp /tmp/${TARBALL_BASENAME}-$newfullver.* ${USERNAME}@dev.gentoo.org:/tmp
 echo "rsycn'in files to dev.gentoo.org:~/public_html/dist/genpatches"
-rsync /tmp/${TARBALL_BASENAME}-$newfullver.* 
${USERNAME}@dev.gentoo.org:~/public_html/dist/genpatches
+rsync -P /tmp/${TARBALL_BASENAME}-$newfullver.* 
${USERNAME}@dev.gentoo.org:~/public_html/dist/genpatches
 
 ##if [[ ${DO_WEBSITE} == "yes" ]] ; then
 #  mv ${file_base} ${file_extras} ${file_experimental} 
${WEB_LOCAL}/tarballs/

diff --git a/scripts/gpdoweb b/scripts/gpdoweb
index feb2240..4b06e5b 100755
--- a/scripts/gpdoweb
+++ b/scripts/gpdoweb
@@ -11,7 +11,7 @@ fi
 
 # send generated htm files for site
 echo "calling rsync command: rsync --exclude=/trunk --exclude=/tarballs 
--delete -Cavze ssh ${WEB_LOCAL}/output/ ${USERNAME}@${WEB_GENPATCHES_BASE}"
-rsync --exclude=/trunk --exclude=/tarballs --delete -Cavze ssh \
+rsync -P --exclude=/trunk --exclude=/tarballs --delete -Cavze ssh \
 ${WEB_LOCAL}/output/ ${USERNAME}@${WEB_GENPATCHES_BASE}
 
 # delete directory if /tmp/linux-patches exists
@@ -38,17 +38,17 @@ for BRANCH in $(git -C ${LOCAL_TMP}/linux-patches 
for-each-ref --format='%(refna
 git -C ${LOCAL_TMP}/linux-patches checkout ${BRANCH}
 
 # copy patches
-rsync --delete -Cavze ssh ${LOCAL_TMP}/linux-patches/ 
${USERNAME}@${WEB_GENPATCHES_BASE}/trunk/$BRANCH
+rsync -P --delete -Cavze ssh ${LOCAL_TMP}/linux-patches/ 
${USERNAME}@${WEB_GENPATCHES_BASE}/trunk/$BRANCH
 done
 
 # should be easy, copy uploaded files from dev server to tarballs directory 
locally
 #echo "rsync -avz 
${USERNAME}@dev.gentoo.org:/space/distfiles-local/${KERNEL_NAME}* 
${WEB_LOCAL}/tarballs/"
 #rsync -avz ${USERNAME}@dev.gentoo.org:/space/distfiles-local/${KERNEL_NAME}* 
${WEB_LOCAL}/tarballs/
-echo "rsync -avz 
${USERNAME}@dev.gentoo.org:~${USERNAME}/public_html/dist/genpatches/${KERNEL_NAME}*
 ${WEB_LOCAL}/tarballs/"
-rsync -avz 
${USERNAME}@dev.gentoo.org:~${USERNAME}/public_html/dist/genpatches/${KERNEL_NAME}*
 ${WEB_LOCAL}/tarballs/
+echo "rsync -avzP 
${USERNAME}@dev.gentoo.org:~${USERNAME}/public_html/dist/genpatches/${KERNEL_NAME}*
 ${WEB_LOCAL}/tarballs/"
+rsync -avzP 
${USERNAME}@dev.gentoo.org:~${USERNAME}/public_html/dist/genpatches/${KERNEL_NAME}*
 ${WEB_LOCAL}/tarballs/
 
 # easy again, copy local tarballs to public_html
-rsync -Cavze ssh ${WEB_LOCAL}/tarballs/ 
${USERNAME}@${WEB_GENPATCHES_BASE}/tarballs
+rsync -CavzeP ssh ${WEB_LOCAL}/tarballs/ 
${USERNAME}@${WEB_GENPATCHES_BASE}/tarballs
 
 # remove linux-patches
 rm -rf ${LOCAL_TMP}/linux-patches



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

2021-09-15 Thread Marek Szuba
commit: 970de4b3bfc40e95ece0350f5926d36d0c74c91d
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 15:12:34 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 15:12:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970de4b3

dev-python/subprocess-tee: add 0.3.4

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

 dev-python/subprocess-tee/Manifest |  1 +
 .../subprocess-tee/subprocess-tee-0.3.4.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/subprocess-tee/Manifest 
b/dev-python/subprocess-tee/Manifest
index cb2773b8f7a..d3173fa0871 100644
--- a/dev-python/subprocess-tee/Manifest
+++ b/dev-python/subprocess-tee/Manifest
@@ -1 +1,2 @@
 DIST subprocess-tee-0.3.2.tar.gz 14975 BLAKE2B 
3198832f4c8bbf90e83038e39017cff1efc61ede84aded8220214e388a088777bdb861c044cddbf4b07c7b3172f8164e8bbf82b33de68d1fefea0f81bbacdfc9
 SHA512 
e681abc27623a3e05031bc05dc15e34f82c9cb544cd16742855411a9edb11fe8e38f9d11f8e651681d04081f121a47c38ebd172d70d282c8110a62699ef687d6
+DIST subprocess-tee-0.3.4.tar.gz 16013 BLAKE2B 
6a98caa111a73ef7062f26796dd3e919d05103ae4de88e2c5ce3acc04d9fbde6b31e39a1cee1984fd8d59b8168ab33faf7ff15c916d52a226ff2cb760fd8c796
 SHA512 
6a97ddc75b7e7954bb7f5f3bf05807e8dd892869cc13e60344c5f40363bdff4ec5441f829cfbcb8c3c4ab7f7b2697c0b1d4a871be8164acd7cfb6fea5032ae4b

diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.4.ebuild 
b/dev-python/subprocess-tee/subprocess-tee-0.3.4.ebuild
new file mode 100644
index 000..cf66fc20271
--- /dev/null
+++ b/dev-python/subprocess-tee/subprocess-tee-0.3.4.ebuild
@@ -0,0 +1,40 @@
+# 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="subprocess.run replacement with tee(1)-like output"
+HOMEPAGE="https://github.com/pycontribs/subprocess-tee";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/enrich[${PYTHON_USEDEP}]
+   ' python3_{8,9})
+   )"
+
+distutils_enable_tests pytest
+# Depends on app-admin/ansible-molecule, which pulls in A LOT of other
+# ebuilds - including subprocess-tee itself. Too much trouble for a single
+# test if you ask me.
+EPYTEST_DESELECT=( "src/${PN/-/_}/test/test_func.py::test_molecule" )
+
+# dev-python/{,en}rich ebuilds do not support python3_10 yet.
+# We test fine (modulo some deprecation warnings) against 3.10 under tox, 
though.
+python_test() {
+   if [[ ${EPYTHON} == "python3.10" ]]; then
+   ewarn "Skipping tests for ${EPYTHON} due to missing 
dependencies"
+   return 0
+   fi
+   distutils-r1_python_test
+}



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

2021-09-15 Thread Marek Szuba
commit: fd619be6424f4d6e47f5b2f34fe70ee9fb340144
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 14:39:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 14:39:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd619be6

dev-python/ruamel-yaml: add 0.17.16

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

 dev-python/ruamel-yaml/Manifest   |  1 +
 dev-python/ruamel-yaml/ruamel-yaml-0.17.16.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest
index 528a1b3abbb..457d7cb0742 100644
--- a/dev-python/ruamel-yaml/Manifest
+++ b/dev-python/ruamel-yaml/Manifest
@@ -1,2 +1,3 @@
 DIST ruamel-yaml-0.17.10.tar.xz 183116 BLAKE2B 
2795f470a3f7da609780109dfac502a5b47184f465c68420f467209275c8857418a4ec7424e130df2e7acef614d93f91551910eceb06cd9e49b365bb23d2a015
 SHA512 
3cd2598fa37564c44c74720e72babcd2252b2dbcdde626bdcf771b591da5d2852d90bb1f22428e28cd7ec38304be2a437aa0569ffbd3ebb526b2b79a955bc88d
 DIST ruamel.yaml-0.17.15.tar.xz 183820 BLAKE2B 
901c08d05994a45cb9d8e7071244332c7b3f30fb83f22f9f2f9cfb769ec99ebc39fbdbcf652bc8e7ae8e5b9918aafbc229bcfcbeb1b7d64bd4bed2f8fe0d9ee7
 SHA512 
cd2fd4d0e2aba1f3f90bd54b355fa603045e913f90c7e460bcc4630619db027b1283af77c613fdc029f48300d8822ca349fb169e30679a1dd86beb1a3f75c49f
+DIST ruamel.yaml-0.17.16.tar.xz 183884 BLAKE2B 
3f7b0995cfa49ed9e19b5dafbddc7514f58ab23186410b4a718027112be471d9136675259800e0136b21ad6d1645c364f14ac071dc10d12a5f60aefdc05bc56f
 SHA512 
7da1e5c229b78ecdccd648fb6a734095c0a1e0848eaf46af93e6ce69f5e065cdd07eb65217f8b3e4c82ce383dc11de07a1345026c6782aa26c4ad0f5a85fd80f

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.16.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.16.ebuild
new file mode 100644
index 000..f87789872e5
--- /dev/null
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.16.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=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+MY_P="${P/-/.}"
+DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation"
+HOMEPAGE="
+   https://pypi.org/project/ruamel.yaml/
+   https://sourceforge.net/p/ruamel-yaml/";
+# PyPI tarballs do not include tests
+SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/namespace-ruamel[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+# Old PyYAML tests from lib/ require special set-up and are invoked indirectly
+# via test_z_olddata, tell pytest itself to leave the subdir alone.
+python_test() {
+   local deselect=()
+
+   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
+   _test/test_deprecation.py::test_collections_deprecation
+   )
+
+   epytest --ignore _test/lib/ ${deselect[@]/#/--deselect }
+}
+
+python_install() {
+   distutils-r1_python_install --single-version-externally-managed
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2021-09-15 Thread Marek Szuba
commit: 7af15a7ec7d33ef5224baa45cf9717840bee6550
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 14:19:05 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 14:19:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af15a7e

dev-python/ruamel-yaml: drop 0.17.11, 0.17.13, 0.17.14

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

 dev-python/ruamel-yaml/Manifest   |  3 --
 dev-python/ruamel-yaml/ruamel-yaml-0.17.11.ebuild | 47 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.17.13.ebuild | 47 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.17.14.ebuild | 47 ---
 4 files changed, 144 deletions(-)

diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest
index d846063a321..528a1b3abbb 100644
--- a/dev-python/ruamel-yaml/Manifest
+++ b/dev-python/ruamel-yaml/Manifest
@@ -1,5 +1,2 @@
 DIST ruamel-yaml-0.17.10.tar.xz 183116 BLAKE2B 
2795f470a3f7da609780109dfac502a5b47184f465c68420f467209275c8857418a4ec7424e130df2e7acef614d93f91551910eceb06cd9e49b365bb23d2a015
 SHA512 
3cd2598fa37564c44c74720e72babcd2252b2dbcdde626bdcf771b591da5d2852d90bb1f22428e28cd7ec38304be2a437aa0569ffbd3ebb526b2b79a955bc88d
-DIST ruamel.yaml-0.17.11.tar.xz 183476 BLAKE2B 
02a1693d3a20f44b7f82668918a53d06f9fa5c0cff6f149fe51de3fbb3551e823f3a7a2f0f4e818f43e2974eaf95c4219d53738bad78544c6bb1f19d85457715
 SHA512 
8f24b33592c37fd1d370cb6367a3652e72df3d88c7a14fff187aaa8622b9bbd77e780193fcd920916eca7f627dd37c87eb9b987d091c944ff08ef25ee4567b45
-DIST ruamel.yaml-0.17.13.tar.xz 183676 BLAKE2B 
7b1be322f99a9cf6b4c5eb9722e4e425641c686574e6bafbed06e094e54ad93ea858c38779bb9f8c4fbc03916fcf7a65c4a3f4514bd8f10c46a8f6d112785350
 SHA512 
285572292e91702b6ad1e383fdc4f6434297f36ee9949859d2f5a21d23090957d9aabe323f505594fa10dc42822c3384b017c6ea7c3b04633925a291324392a6
-DIST ruamel.yaml-0.17.14.tar.xz 183784 BLAKE2B 
cc223db89073aa3ba722a8b9a438c118cc4ef2e44f93b3768275776ee5440cbf1de0b1dc4d26ac3c51560c45711df0113076e885e2cc368f542ba02e51608d65
 SHA512 
5dfd608a79900ec74d570af9af22304d99dce19ce28ed32cb5f53ee71ec31033555da18fb3afe8d52291eb3a6320a91838e9e128047e359f4eea19f6105c76b4
 DIST ruamel.yaml-0.17.15.tar.xz 183820 BLAKE2B 
901c08d05994a45cb9d8e7071244332c7b3f30fb83f22f9f2f9cfb769ec99ebc39fbdbcf652bc8e7ae8e5b9918aafbc229bcfcbeb1b7d64bd4bed2f8fe0d9ee7
 SHA512 
cd2fd4d0e2aba1f3f90bd54b355fa603045e913f90c7e460bcc4630619db027b1283af77c613fdc029f48300d8822ca349fb169e30679a1dd86beb1a3f75c49f

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.11.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.11.ebuild
deleted file mode 100644
index f87789872e5..000
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.11.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-MY_P="${P/-/.}"
-DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation"
-HOMEPAGE="
-   https://pypi.org/project/ruamel.yaml/
-   https://sourceforge.net/p/ruamel-yaml/";
-# PyPI tarballs do not include tests
-SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   dev-python/namespace-ruamel[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-# Old PyYAML tests from lib/ require special set-up and are invoked indirectly
-# via test_z_olddata, tell pytest itself to leave the subdir alone.
-python_test() {
-   local deselect=()
-
-   [[ ${EPYTHON} == pypy3 ]] && deselect+=(
-   _test/test_deprecation.py::test_collections_deprecation
-   )
-
-   epytest --ignore _test/lib/ ${deselect[@]/#/--deselect }
-}
-
-python_install() {
-   distutils-r1_python_install --single-version-externally-managed
-   find "${ED}" -name '*.pth' -delete || die
-}

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.13.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.13.ebuild
deleted file mode 100644
index f87789872e5..000
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.13.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-MY_P="${P/-/.}"
-DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation"
-HOMEPAGE="
-   https://pypi.org/project/ruamel.yaml/
-   https://sourceforge.net/p/ruamel-yaml/";
-# PyPI tarballs do not include tests
-SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="MIT"
-SLOT

[gentoo-commits] repo/gentoo:master commit in: net-mail/mailbase/

2021-09-15 Thread Mike Frysinger
commit: 0fc0f01d1d8c6a58058fa127bc3fd0b36233c857
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Sep 15 15:03:38 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Sep 15 15:32:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc0f01d

net-mail/mailbase: stabilize 1.6-r1

Signed-off-by: Mike Frysinger  gentoo.org>

 net-mail/mailbase/mailbase-1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailbase/mailbase-1.6-r1.ebuild 
b/net-mail/mailbase/mailbase-1.6-r1.ebuild
index 542ba478e0c..724400f5e45 100644
--- a/net-mail/mailbase/mailbase-1.6-r1.ebuild
+++ b/net-mail/mailbase/mailbase-1.6-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="pam"
 
 RDEPEND="



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

2021-09-15 Thread Mike Frysinger
commit: 882f0d776b44270540a4477c0622b72f9cf261a9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Sep 15 15:24:45 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Sep 15 15:32:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882f0d77

net-mail/mailbase: document mailcap better

Also fix quoting of %s, and add %{charset} support to html.

Clean up the mailcap man page to generalize and remove mention of the
"metamail" package since this file is not specific to it.

Closes: https://bugs.gentoo.org/521134
Signed-off-by: Mike Frysinger  gentoo.org>

 net-mail/mailbase/files/mailcap-r2| 36 ++
 net-mail/mailbase/files/mailcap.5 | 58 +--
 net-mail/mailbase/mailbase-1.7.ebuild | 46 +++
 3 files changed, 111 insertions(+), 29 deletions(-)

diff --git a/net-mail/mailbase/files/mailcap-r2 
b/net-mail/mailbase/files/mailcap-r2
new file mode 100644
index 000..5ecd40a4201
--- /dev/null
+++ b/net-mail/mailbase/files/mailcap-r2
@@ -0,0 +1,36 @@
+# Database binding MIME types to programs that can process them.
+# This file is generally used by mail clients to view attachments.
+#
+# Users should add their own rules to their ~/.mailcap file.  That file will be
+# processed first before falling back to this one.
+#
+# For more information, see the mailcap(5) man page.
+
+# NB: Do not quote %s.  Clients will handle expanding it with proper quoting,
+# so adding quotes ourselves just confuses things.
+
+application/pdf; xdg-open %s; needsterminal
+application/postscript; xdg-open %s; needsterminal
+application/x-info; info --subnodes -o /dev/stdout -f %s 2>/dev/null; 
copiousoutput; description=GNU Info document
+application/x-gtar; tar tvzf -; print=tar tvzf - | print text/plain:-; 
copiousoutput
+application/x-tar; tar tvf -; print=tar tvf - | print text/plain:-; 
copiousoutput
+application/x-troff-man; nroff -mandoc -Tutf8; copiousoutput; print=nroff 
-mandoc -Tutf8 | print text/plain:-
+# It'd be nice to limit this to compressed formats (e.g. x-*), but the file
+# format doesn't support that, and less has good fallbacks already.
+application/*; less %s; copiousoutput; needsterminal
+
+audio/*; xdg-open %s; needsterminal
+image/*; xdg-open %s; needsterminal
+
+text/html; lynx -dump -assume_charset=%{charset} %s; copiousoutput; 
description=HTML Text; nametemplate=%s.html
+text/troff; man -l %s; needsterminal; description=Man page
+text/*; less %s; needsterminal
+text/*; gview %s; edit=gvim -f %s; compose=gvim -f %s; test=test "$DISPLAY" != 
""
+text/*; view %s; edit=vim %s; compose=vim %s; needsterminal
+text/*; more %s; needsterminal
+
+# NB: This is an extension in the hope that it might be useful to some 
programs.
+# RFC1524 does not support * for the type (the string before the /), only for
+# the subtype (the string after the /).
+*/*; less %s; needsterminal
+*/*; false; print=lpr %s

diff --git a/net-mail/mailbase/files/mailcap.5 
b/net-mail/mailbase/files/mailcap.5
index eec92103f88..438c6e2fa6d 100644
--- a/net-mail/mailbase/files/mailcap.5
+++ b/net-mail/mailbase/files/mailcap.5
@@ -1,17 +1,15 @@
 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
 .TH MAILCAP 5 "Release 2" "Bellcore Prototype"
 .SH NAME
-mailcap - metamail capabilities file
+mailcap - mail capabilities file
 .SH DESCRIPTION
 The
 .I mailcap
-file is read by the 
-.I metamail
-program to determine how to display non-text at the local site.
+file is read by e-mail clients to determine how to display non-text at the 
local site.
 
 The syntax of a mailcap file is quite simple, at least compared to termcap 
files.  Any line that starts with "#" is a comment.  Blank lines are ignored.  
Otherwise, each line defines a single mailcap entry for a single content type.  
Long lines may be continued by ending them with a backslash character, \\.
 
-Each individual mailcap entry consists of a content-type specification, a 
command to execute, and (possibly) a set of optional "flag" values.  For 
example, a very simple mailcap entry (which is actually a built-in default 
behavior for metamail) would look like this:
+Each individual mailcap entry consists of a content-type specification, a 
command to execute, and (possibly) a set of optional "flag" values.  For 
example, a very simple mailcap entry would look like this:
 
 text/plain; cat %s
 
@@ -21,55 +19,57 @@ text/plain; cat %s; copiousoutput
 
 can be used to indicate that the output of the 'cat' command may be 
voluminous, requiring either a scrolling window, a pager, or some other 
appropriate coping mechanism.
 
-The "type" field (text/plain, in the above example) is simply any legal 
content type name, as defined by informational RFC 1524.  In practice, this is 
almost any string.  It is the string that will be matched against the 
"Content\-type" header (or the value passed in with \-c) to decide if this is 
the mailcap entry that matches the cu

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

2021-09-15 Thread Matthew Thode
commit: e014270dfd3473316271577e0a37ad43da4a5d45
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 15 15:39:27 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 15 15:39:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e014270d

app-admin/ansible: 4.5.0 bump

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

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-4.5.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 617dc2e82e7..ae219aef012 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-2.10.7.tar.gz 29862966 BLAKE2B 
fa86deaac034adc8e02f91cbf4b63ca718d50376cab19e156c85f8372c1787275e2ce24840fc3cbad2b9191146c785feafcf024a0c14052ee39a839390cc1319
 SHA512 
7a6522bcc57c178c9c6e87e313f6f175d5c74ac0d1b9dd0cad5506c7fa0efb16d4a627dc2d9c73f988177544bd9ccfdbec162d0feacc757edeb20280d7414191
 DIST ansible-4.1.0.tar.gz 33999079 BLAKE2B 
b7c512ed01f220dbfdd5c90cd67c88cc3b50dce5a83a783b798afafe88d75d96ae7abd9a512a1d4fc4e1ad0305c72e6d2b4ebe3811addf78faf2d14dab7dd188
 SHA512 
603a5aa6b63d447efcb6e2f04f40c1bf5d7cc888f344bdc00ca3f9bca92c406554328a0e77cf3d5f2633addc9d6459d7b9d9176d14ecc506c67013fc8180b0c0
 DIST ansible-4.3.0.tar.gz 35135987 BLAKE2B 
6f4bf55f07275b7264a7fba693816bf925d574d4da3d4d13af9b85c44d4b5adf9e823b9bd936408a0e424273f8f2aa529e960105842444d26eb3f45973109ec5
 SHA512 
035a236d0762e425c4ce4ffd709386075aee438bb8085a25920543bb2378feb07fb8f0a50ce9fb6b0d1f5dde1f27a408b828c286bfc1173d38da5f8c7b572c3a
+DIST ansible-4.5.0.tar.gz 35530106 BLAKE2B 
3176f374df6b9e7fdb8554187f8132a25b474627d66729c776e5935ee0eb84c296e951a511afec6787bb1cebda8d72670f9305e1904cff221229a459a671ddf7
 SHA512 
fd8461d22d6d3fd325a12480d78009cf65580c790c56164a50c5d74061034a1f387772f687bc730d23192a9a72221f87e11a44e984d05308311b9d6d2441a976

diff --git a/app-admin/ansible/ansible-4.5.0.ebuild 
b/app-admin/ansible/ansible-4.5.0.ebuild
new file mode 100644
index 000..7b9608af55a
--- /dev/null
+++ b/app-admin/ansible/ansible-4.5.0.ebuild
@@ -0,0 +1,29 @@
+# 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="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-base-2.11.1
+   

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

2021-09-15 Thread Matthew Thode
commit: 4963bb8887a0ce7cc622661853487e8331cbb957
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 15 15:37:09 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 15 15:39:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4963bb88

app-admin/ansible-base: 2.11.5 bump

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

 app-admin/ansible-base/Manifest | 1 +
 .../{ansible-base-.ebuild => ansible-base-2.11.5.ebuild}| 2 +-
 app-admin/ansible-base/ansible-base-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
index 75f87a3fb9f..67b165c4af5 100644
--- a/app-admin/ansible-base/Manifest
+++ b/app-admin/ansible-base/Manifest
@@ -2,3 +2,4 @@ DIST ansible-base-2.10.10.tar.gz 5986488 BLAKE2B 
5c793d25ac5a216d05e15f49cd447cb
 DIST ansible-base-2.10.9.tar.gz 6039597 BLAKE2B 
de455cc402ae4c5c4acd6b1c3d3f2e16572d4a4e79c5f3e4151ec8b913a3be0cfbcb42e5743fe627b7aba9b0e6b004189960cd5a17ff46166cd033a952d3c560
 SHA512 
093514230a3f6680ddeda07c24e77c2e793475895f44da6e5dd68335341d6fefe10091a124cf84e18475257a099b39fd2c16e6fc0dae0bbaf2d26e70b09c277a
 DIST ansible-core-2.11.3.tar.gz 6841255 BLAKE2B 
fde1143515d04121de79ddb2c14bf326f9efa596c39418b9def1679539dd144551b64dff83c66795e44f48e776dbc60bc456125904bbb64970f8c44e072b5abf
 SHA512 
93a28200dd0ab289cc05add5fbe46a1cfbbd4ba91fc7d7e95ee4060dc4f126bf4bd4affce5e44dac9cf2c12792b2a2a10b97d96b795f5bed579959391b7c4a65
 DIST ansible-core-2.11.4.tar.gz 6843603 BLAKE2B 
fa8e72a9e77633b1b43a9a290d92db009e95ed87357f666059ed7898031f584c993ebeb6acec8cad2937f3a714a742f4e52ac8f2baaf5d01c02796b64acd
 SHA512 
9385a3877e6e9a25d244c855cf50c0c6b62a91cc9cebc5e7b5b5ec23424b3e3dcddd71e7367482a03996fcd5d591ad29771edd19d62758ae61473f97a5c9351d
+DIST ansible-core-2.11.5.tar.gz 6847600 BLAKE2B 
83a80dcfda427b5d41eb3288d6b60cf710124a82edce2817a6bd5bbed0dc0157fed444b45db6428640dd25164306c987af9aba6f87ef52c63229ae113754b7c3
 SHA512 
73cfdb65e984856b84a0f7d0e1164a97ddbcdc38e00479f15c4a335297ba3a8f43dc503dc5b4a3f1fea06f91a3c4590b66dd680adb95b765c034207a8de5d589

diff --git a/app-admin/ansible-base/ansible-base-.ebuild 
b/app-admin/ansible-base/ansible-base-2.11.5.ebuild
similarity index 96%
copy from app-admin/ansible-base/ansible-base-.ebuild
copy to app-admin/ansible-base/ansible-base-2.11.5.ebuild
index 459607c5a03..18cd0f14676 100644
--- a/app-admin/ansible-base/ansible-base-.ebuild
+++ b/app-admin/ansible-base/ansible-base-2.11.5.ebuild
@@ -19,7 +19,7 @@ else
MY_PN="${PN/-base/-core}"
MY_P="${MY_PN}-${PV}"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
S="${WORKDIR}"/${MY_P}
 fi
 

diff --git a/app-admin/ansible-base/ansible-base-.ebuild 
b/app-admin/ansible-base/ansible-base-.ebuild
index 459607c5a03..18cd0f14676 100644
--- a/app-admin/ansible-base/ansible-base-.ebuild
+++ b/app-admin/ansible-base/ansible-base-.ebuild
@@ -19,7 +19,7 @@ else
MY_PN="${PN/-base/-core}"
MY_P="${MY_PN}-${PV}"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
S="${WORKDIR}"/${MY_P}
 fi
 



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

2021-09-15 Thread Mike Gilbert
commit: 522cd6e89adee59ada33211f90ef0473d7a6aa0c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep 15 15:58:44 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 15 15:58:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522cd6e8

sys-apps/hwids: restore mtime before calling make fetch

Closes: https://bugs.gentoo.org/813219
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/hwids/hwids-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/hwids/hwids-.ebuild 
b/sys-apps/hwids/hwids-.ebuild
index 2f0cac8f8f5..8c09f82f4f2 100644
--- a/sys-apps/hwids/hwids-.ebuild
+++ b/sys-apps/hwids/hwids-.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
 
 if [[ ${PV} ==  ]]; then
BDEPEND="
+   dev-vcs/git-tools
net-misc/curl
udev? ( $(python_gen_any_dep 
'dev-python/pyparsing[${PYTHON_USEDEP}]') )
"
@@ -48,6 +49,7 @@ src_unpack() {
if [[ ${PV} ==  ]]; then
git-r3_src_unpack
cd "${S}" || die
+   git-restore-mtime || die
emake fetch
else
default



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

2021-09-15 Thread William Hubbs
commit: 91d2ed32568f6f4ac53f5b62287fab703374fd6e
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Sep 15 16:05:50 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Sep 15 16:05:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d2ed32

sys-apps/openrc: remove old

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

 sys-apps/openrc/Manifest |   1 -
 sys-apps/openrc/openrc-0.44.3.ebuild | 164 ---
 2 files changed, 165 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 4a753827f1f..2135982df09 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,3 +1,2 @@
 DIST openrc-0.43.5.tar.gz 242146 BLAKE2B 
993d3895588e8f1383049006834f944faaae0f889d3afcae5bff697db9f26383712f18aba52ce07d835f1d2bbe8ef19ef116ad60141d1eb0650767430d1d9967
 SHA512 
680c1549a8a37eb3a719f3e026888d045d26c98357d6e6eaf09069a23a001272deaca8cac4a9b8fd79f489c4cfb4fe2c7b5d481d1469798a8f5ec470d0cadbe3
-DIST openrc-0.44.3.tar.gz 252469 BLAKE2B 
6e1a952c4459ace4d67b5c07a44618324c1fd226d55b083e9701999559e2726d49654bf00a7f45f867f96b7550d782bf565cd687b3ac964d61217ed221445041
 SHA512 
b066feb89d3b58383d5dc20e731f016f0ecdaa72b95af750e49ba31d80d88b83f3df4d9a7d57c8b106c29cc5b0a004b9eee78192cf776b4cfacdcdcb1d7beeb8
 DIST openrc-0.44.4.tar.gz 253612 BLAKE2B 
9c9fb5a6e5124c16bb6b487ae7538a0366c0c66e799a42938be0d5199cd0f9bfa5578d6a2e45c570365bbe900aa5998d748741637325ca540dc788cb9bee5647
 SHA512 
c900a8e5f91f4261153c67b87ba1fcc8c039b20f23942a12cb0717963060a111bd70eb64418b1c3196ee9ee95db9bb39a1833a84a2c49c1095489d0d472bab74

diff --git a/sys-apps/openrc/openrc-0.44.3.ebuild 
b/sys-apps/openrc/openrc-0.44.3.ebuild
deleted file mode 100644
index c53c141b2d9..000
--- a/sys-apps/openrc/openrc-0.44.3.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic meson pam toolchain-funcs
-
-DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
-HOMEPAGE="https://github.com/openrc/openrc/";
-
-if [[ ${PV} =~ ^9{4,}$ ]]; then
-   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/OpenRC/openrc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="audit bash debug ncurses pam newnet +netifrc selinux sysv-utils unicode"
-
-COMMON_DEPEND="
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? ( sys-libs/pam )
-   audit? ( sys-process/audit )
-   sys-process/psmisc
-   !=sys-libs/libselinux-2.6
-   )
-   !test
-# a value of "#" will just comment out the option
-set_config() {
-   local file="${ED}/$1" var=$2 val com
-   eval "${@:5}" && val=$3 || val=$4
-   [[ ${val} == "#" ]] && com="#" && val='\2'
-   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
-}
-
-set_config_yes_no() {
-   set_config "$1" "$2" YES NO "${@:3}"
-}
-
-src_install() {
-   meson_install
-
-   keepdir /lib/rc/tmp
-
-   # Setup unicode defaults for silly unicode users
-   set_config_yes_no /etc/rc.conf unicode use unicode
-
-   # Cater to the norm
-   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
-
-   # On HPPA, do not run consolefont by default (bug #222889)
-   if use hppa; then
-   rm -f "${ED}"/etc/runlevels/boot/consolefont
-   fi
-
-   # Support for logfile rotation
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/openrc.logrotate openrc
-
-   if use pam; then
-   # install gentoo pam.d files
-   newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon
-   newpamd "${FILESDIR}"/start-stop-daemon.pam supervise-daemon
-   fi
-
-   # install documentation
-   dodoc ChangeLog *.md
-}
-
-pkg_preinst() {
-   # avoid default thrashing in conf.d files when possible #295406
-   if [[ -e "${EROOT}"/etc/conf.d/hostname ]] ; then
-   (
-   unset hostname HOSTNAME
-   source "${EROOT}"/etc/conf.d/hostname
-   : ${hostname:=${HOSTNAME}}
-   [[ -n ${hostname} ]] && set_config /etc/conf.d/hostname 
hostname "${hostname}"
-   )
-   fi
-
-   # set default interactive shell to sulogin if it exists
-   set_config /etc/rc.conf rc_shell /sbin/sulogin "#" test -e /sbin/sulogin
-   return 0
-}
-
-pkg_postinst() {
-   if use hppa; then
-   elog "Setting the console font does not work on all HPPA 
consoles."
-   elog "You can still enable it by running:"
-   elog "# rc-update add consolefont boot"
-   fi
-
-   # Add

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

2021-09-15 Thread William Hubbs
commit: 3654e4e5a6c1a79851f6c5ee9aa10e1491ddd650
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Sep 15 16:04:31 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Sep 15 16:05:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3654e4e5

sys-apps/openrc: 0.44.4 bump

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

 sys-apps/openrc/Manifest |   1 +
 sys-apps/openrc/openrc-0.44.4.ebuild | 164 +++
 2 files changed, 165 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 7e122a8f1de..4a753827f1f 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,2 +1,3 @@
 DIST openrc-0.43.5.tar.gz 242146 BLAKE2B 
993d3895588e8f1383049006834f944faaae0f889d3afcae5bff697db9f26383712f18aba52ce07d835f1d2bbe8ef19ef116ad60141d1eb0650767430d1d9967
 SHA512 
680c1549a8a37eb3a719f3e026888d045d26c98357d6e6eaf09069a23a001272deaca8cac4a9b8fd79f489c4cfb4fe2c7b5d481d1469798a8f5ec470d0cadbe3
 DIST openrc-0.44.3.tar.gz 252469 BLAKE2B 
6e1a952c4459ace4d67b5c07a44618324c1fd226d55b083e9701999559e2726d49654bf00a7f45f867f96b7550d782bf565cd687b3ac964d61217ed221445041
 SHA512 
b066feb89d3b58383d5dc20e731f016f0ecdaa72b95af750e49ba31d80d88b83f3df4d9a7d57c8b106c29cc5b0a004b9eee78192cf776b4cfacdcdcb1d7beeb8
+DIST openrc-0.44.4.tar.gz 253612 BLAKE2B 
9c9fb5a6e5124c16bb6b487ae7538a0366c0c66e799a42938be0d5199cd0f9bfa5578d6a2e45c570365bbe900aa5998d748741637325ca540dc788cb9bee5647
 SHA512 
c900a8e5f91f4261153c67b87ba1fcc8c039b20f23942a12cb0717963060a111bd70eb64418b1c3196ee9ee95db9bb39a1833a84a2c49c1095489d0d472bab74

diff --git a/sys-apps/openrc/openrc-0.44.4.ebuild 
b/sys-apps/openrc/openrc-0.44.4.ebuild
new file mode 100644
index 000..c53c141b2d9
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.44.4.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic meson pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/";
+
+if [[ ${PV} =~ ^9{4,}$ ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/OpenRC/openrc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit bash debug ncurses pam newnet +netifrc selinux sysv-utils unicode"
+
+COMMON_DEPEND="
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? ( sys-libs/pam )
+   audit? ( sys-process/audit )
+   sys-process/psmisc
+   !=sys-libs/libselinux-2.6
+   )
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   meson_install
+
+   keepdir /lib/rc/tmp
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by default (bug #222889)
+   if use hppa; then
+   rm -f "${ED}"/etc/runlevels/boot/consolefont
+   fi
+
+   # Support for logfile rotation
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/openrc.logrotate openrc
+
+   if use pam; then
+   # install gentoo pam.d files
+   newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon
+   newpamd "${FILESDIR}"/start-stop-daemon.pam supervise-daemon
+   fi
+
+   # install documentation
+   dodoc ChangeLog *.md
+}
+
+pkg_preinst() {
+   # avoid default thrashing in conf.d files when possible #295406
+   if [[ -e "${EROOT}"/etc/conf.d/hostname ]] ; then
+   (
+   unset hostname HOSTNAME
+   source "${EROOT}"/etc/conf.d/hostname
+   : ${hostname:=${HOSTNAME}}
+   [[ -n ${hostname} ]] && set_config /etc/conf.d/hostname 
hostname "${hostname}"
+   )
+   fi
+
+   # set default interactive shell to sulogin if it exists
+   set_config /etc/rc.conf rc_shell /sbin/sulogin "#" test -e /sbin/sulogin
+   return 0
+}
+
+pkg_postinst() {
+   if use hppa; then
+   elog "Setting the console font does not work on all HPPA 
consoles."
+   elog "You can still enable it by running:"
+   elog "# rc-update add consolefont boot"
+   fi
+
+   # Added

[gentoo-commits] repo/gentoo:master commit in: x11-terms/rxvt-unicode/

2021-09-15 Thread Marek Szuba
commit: 02caad1823723e7a93bf341b08d14b555c2ec609
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 15 16:44:18 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 15 16:46:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02caad18

x11-terms/rxvt-unicode: keyword 9.26-r2 for ~riscv

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

 x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild 
b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
index 60f6972af0e..0802f81d509 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="24-bit-color 256-color blink fading-colors +font-styles gdk-pixbuf 
iso14755 +mousewheel
+perl startup-notification unicode3 +utmp +wtmp xft"
 



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

2021-09-15 Thread Sam James
commit: 282db130198575413021b639ded1afcec46a8cf0
Author: Niklāvs Koļesņikovs <89q1r14hd  relay  firefox  com>
AuthorDate: Wed Sep 15 11:35:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 17:06:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282db130

media-video/wireplumber: fix errors on missing BlueZ and V4L

Two of the commits have not yet been accepted upstream but they
were prepared with the help of upstream and should be in acceptably
good quality to use until a fixed release is made.

https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/214

Thanks-to: Pascal Flöschel (initial bug report)
Thanks-to: George Kiagiadakis  collabora.com>
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994085
Closes: https://bugs.gentoo.org/813043

Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd  relay.firefox.com>
Closes: https://github.com/gentoo/gentoo/pull/22290
Signed-off-by: Sam James  gentoo.org>

 ...4.2-bluez-add-basic-check-for-nil-monitor.patch |  42 +
 ...ice-demote-missing-SPA-warning-to-message.patch |  28 ++
 ...ix-object-constructors-to-fail-gracefully.patch | 100 +
 ...0.4.2-v4l-add-basic-check-for-nil-monitor.patch |  42 +
 .../wireplumber/wireplumber-0.4.2-r1.ebuild|   6 +-
 5 files changed, 217 insertions(+), 1 deletion(-)

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.2-bluez-add-basic-check-for-nil-monitor.patch
 
b/media-video/wireplumber/files/wireplumber-0.4.2-bluez-add-basic-check-for-nil-monitor.patch
new file mode 100644
index 000..a519e421282
--- /dev/null
+++ 
b/media-video/wireplumber/files/wireplumber-0.4.2-bluez-add-basic-check-for-nil-monitor.patch
@@ -0,0 +1,42 @@
+From 32d96189b807ab53317a33217c661ce4b1ac8e49 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Nikl=C4=81vs=20Ko=C4=BCes=C5=86ikovs?=
+ <89q1r1...@relay.firefox.com>
+Date: Wed, 15 Sep 2021 12:21:40 +0300
+Subject: [PATCH 3/5] bluez: add basic check for nil monitor
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+If PipeWire is built without Bluetooth support, then
+
+`monitor = SpaDevice("api.bluez5.enum.dbus", monitor_props)`
+
+will result in a nil monitor. This commit adds a basic sanity check
+to avoid further using the nil variable.
+
+Thanks-to: Pascal Flöschel (initial bug report)
+Thanks-to: George Kiagiadakis 
+Bug: https://bugs.gentoo.org/813043
+---
+ src/scripts/monitors/bluez.lua | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/src/scripts/monitors/bluez.lua b/src/scripts/monitors/bluez.lua
+index fc229fa..4066536 100644
+--- a/src/scripts/monitors/bluez.lua
 b/src/scripts/monitors/bluez.lua
+@@ -129,5 +129,9 @@ local monitor_props = config.properties or {}
+ monitor_props["api.bluez5.connection-info"] = true
+ 
+ monitor = SpaDevice("api.bluez5.enum.dbus", monitor_props)
+-monitor:connect("create-object", createDevice)
+-monitor:activate(Feature.SpaDevice.ENABLED)
++if monitor then
++  monitor:connect("create-object", createDevice)
++  monitor:activate(Feature.SpaDevice.ENABLED)
++else
++  Log.message("PipeWire's BlueZ SPA missing or broken. Bluetooth not 
supported.")
++end
+-- 
+2.33.0
+

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.2-lib-wp-device-demote-missing-SPA-warning-to-message.patch
 
b/media-video/wireplumber/files/wireplumber-0.4.2-lib-wp-device-demote-missing-SPA-warning-to-message.patch
new file mode 100644
index 000..7653de28bbb
--- /dev/null
+++ 
b/media-video/wireplumber/files/wireplumber-0.4.2-lib-wp-device-demote-missing-SPA-warning-to-message.patch
@@ -0,0 +1,28 @@
+From 05334c1ec72af68f915ea18e32b230857918f600 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Nikl=C4=81vs=20Ko=C4=BCes=C5=86ikovs?=
+ <89q1r1...@relay.firefox.com>
+Date: Wed, 15 Sep 2021 13:23:45 +0300
+Subject: [PATCH 5/5] lib/wp/device: demote missing SPA warning to message
+
+Warnings can be scary, so best not to scare users with what's likely
+intentional omission of a particular SPA plugin (currently V4L & BlueZ).
+---
+ lib/wp/device.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/wp/device.c b/lib/wp/device.c
+index f0c32af..9a0b995 100644
+--- a/lib/wp/device.c
 b/lib/wp/device.c
+@@ -617,7 +617,7 @@ wp_spa_device_new_from_spa_factory (WpCore * core,
+   handle = pw_context_load_spa_handle (pw_context, factory_name,
+   props ? wp_properties_peek_dict (props) : NULL);
+   if (!handle) {
+-wp_warning ("SPA handle '%s' could not be loaded; is it installed?",
++wp_message ("SPA handle '%s' could not be loaded; is it installed?",
+ factory_name);
+ return NULL;
+   }
+-- 
+2.33.0
+

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.2-lua-api-fix-object-constructors-to-fail-gracefully.patch
 
b/media-video/wireplumber/files/wireplumber-0.4.2-lua-api-fix-object-constructors-to-fail-gracefully.patch
new file mode 10064

[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/

2021-09-15 Thread Sam James
commit: ccc8ffc1929c352035ea71ebcfc5e925dd0a38cc
Author: Niklāvs Koļesņikovs <89q1r14hd  relay  firefox  com>
AuthorDate: Tue Sep 14 08:25:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 17:05:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc8ffc1

media-video/wireplumber: precautionary dependency min version raise

Even though the build system still checks for and requires PipeWire
0.3.26, the NEWS.rst file suggests that the actual runtime minimum
is 0.3.32. In theory this would mean different DEPEND and RDEPEND
versions but we can probably just raise the DEPEND one and not worry
too much about the small stuff.

Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd  relay.firefox.com>
Signed-off-by: Sam James  gentoo.org>

 .../{wireplumber-0.4.2.ebuild => wireplumber-0.4.2-r1.ebuild}   | 2 +-
 media-video/wireplumber/wireplumber-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/wireplumber/wireplumber-0.4.2.ebuild 
b/media-video/wireplumber/wireplumber-0.4.2-r1.ebuild
similarity index 98%
rename from media-video/wireplumber/wireplumber-0.4.2.ebuild
rename to media-video/wireplumber/wireplumber-0.4.2-r1.ebuild
index 802558549d7..6e5080a5e1d 100644
--- a/media-video/wireplumber/wireplumber-0.4.2.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.2-r1.ebuild
@@ -35,7 +35,7 @@ BDEPEND="
 DEPEND="
${LUA_DEPS}
>=dev-libs/glib-2.62
-   >=media-video/pipewire-0.3.26
+   >=media-video/pipewire-0.3.32
virtual/libc
systemd? ( sys-apps/systemd )
 "

diff --git a/media-video/wireplumber/wireplumber-.ebuild 
b/media-video/wireplumber/wireplumber-.ebuild
index 802558549d7..6e5080a5e1d 100644
--- a/media-video/wireplumber/wireplumber-.ebuild
+++ b/media-video/wireplumber/wireplumber-.ebuild
@@ -35,7 +35,7 @@ BDEPEND="
 DEPEND="
${LUA_DEPS}
>=dev-libs/glib-2.62
-   >=media-video/pipewire-0.3.26
+   >=media-video/pipewire-0.3.32
virtual/libc
systemd? ( sys-apps/systemd )
 "



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

2021-09-15 Thread Sam James
commit: 639f62636b5ce8dd284fdeb3a5e95dd08bd59115
Author: Niklāvs Koļesņikovs <89q1r14hd  relay  firefox  com>
AuthorDate: Wed Sep 15 11:32:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 17:06:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639f6263

media-video/pipewire: enable support for test IUSE

Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd  relay.firefox.com>
Signed-off-by: Sam James  gentoo.org>

 ...ber-0.4.2-meson-Build-tests-conditionally.patch | 41 ++
 .../wireplumber/wireplumber-0.4.2-r1.ebuild|  9 -
 media-video/wireplumber/wireplumber-.ebuild|  5 ++-
 3 files changed, 53 insertions(+), 2 deletions(-)

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.2-meson-Build-tests-conditionally.patch
 
b/media-video/wireplumber/files/wireplumber-0.4.2-meson-Build-tests-conditionally.patch
new file mode 100644
index 000..dab53c71bf4
--- /dev/null
+++ 
b/media-video/wireplumber/files/wireplumber-0.4.2-meson-Build-tests-conditionally.patch
@@ -0,0 +1,41 @@
+From 3b24c419b497c283e64df23b3b5eecd4c3d51927 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Tue, 14 Sep 2021 05:07:41 +0100
+Subject: [PATCH 1/5] meson: Build tests conditionally
+
+It's useful downstream to be able to control building
+tests, as there's not much use building them if we're
+not going to run them.
+
+Signed-off-by: Sam James 
+---
+ meson.build   | 5 -
+ meson_options.txt | 2 ++
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 3712a82..5f87ade 100644
+--- a/meson.build
 b/meson.build
+@@ -109,4 +109,7 @@ subdir('lib')
+ subdir('docs')
+ subdir('modules')
+ subdir('src')
+-subdir('tests')
++
++if get_option('tests')
++  subdir('tests')
++endif
+diff --git a/meson_options.txt b/meson_options.txt
+index a7a0a89..4008864 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -24,3 +24,5 @@ option('systemd-user-unit-dir',
+description : 'Directory for user systemd units')
+ option('glib-supp', type : 'string', value : '',
+description: 'The glib.supp valgrind suppressions file to be used when 
running valgrind')
++option('tests', type : 'boolean', value : 'true',
++   description : 'Build the test suite')
+-- 
+2.33.0
+

diff --git a/media-video/wireplumber/wireplumber-0.4.2-r1.ebuild 
b/media-video/wireplumber/wireplumber-0.4.2-r1.ebuild
index 6e5080a5e1d..ed677c4b5aa 100644
--- a/media-video/wireplumber/wireplumber-0.4.2-r1.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.2-r1.ebuild
@@ -21,10 +21,12 @@ 
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber";
 
 LICENSE="MIT"
 SLOT="0/0.4"
-IUSE="systemd"
+IUSE="systemd test"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
+RESTRICT="!test? ( test )"
+
 # introspection? ( dev-libs/gobject-introspection ) is valid but likely only 
used for doc building
 BDEPEND="
dev-libs/glib
@@ -48,6 +50,10 @@ RDEPEND="${DEPEND}"
 
 DOCS=( {NEWS,README}.rst )
 
+PATCHES=(
+"${FILESDIR}"/${PN}-0.4.2-meson-Build-tests-conditionally.patch
+)
+
 src_configure() {
local emesonargs=(
-Dintrospection=disabled # Only used for Sphinx doc generation
@@ -58,6 +64,7 @@ src_configure() {
$(meson_use systemd systemd-user-service)
-Dsystemd-system-unit-dir=$(systemd_get_systemunitdir)
-Dsystemd-user-unit-dir=$(systemd_get_userunitdir)
+   $(meson_use test tests)
)
 
meson_src_configure

diff --git a/media-video/wireplumber/wireplumber-.ebuild 
b/media-video/wireplumber/wireplumber-.ebuild
index 6e5080a5e1d..6477107a785 100644
--- a/media-video/wireplumber/wireplumber-.ebuild
+++ b/media-video/wireplumber/wireplumber-.ebuild
@@ -21,10 +21,12 @@ 
HOMEPAGE="https://gitlab.freedesktop.org/pipewire/wireplumber";
 
 LICENSE="MIT"
 SLOT="0/0.4"
-IUSE="systemd"
+IUSE="systemd test"
 
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
+RESTRICT="!test? ( test )"
+
 # introspection? ( dev-libs/gobject-introspection ) is valid but likely only 
used for doc building
 BDEPEND="
dev-libs/glib
@@ -58,6 +60,7 @@ src_configure() {
$(meson_use systemd systemd-user-service)
-Dsystemd-system-unit-dir=$(systemd_get_systemunitdir)
-Dsystemd-user-unit-dir=$(systemd_get_userunitdir)
+   $(meson_use test tests)
)
 
meson_src_configure



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/

2021-09-15 Thread Andreas Sturmlechner
commit: d4f2cc2e9150c520a4055dcac43c72fdfbdb2c15
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 17:01:18 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 17:01:18 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4f2cc2e

kde-frameworks/knotifications: Add missing IUSE="X" usedep

Requires kde-frameworks/kwindowsystem[X=].

Bug: https://bugs.gentoo.org/813082
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/knotifications/knotifications-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 27e7fc52b9..648f6104ef 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
!phonon? ( media-libs/libcanberra )
phonon? ( >=media-libs/phonon-4.11.0 )



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnat_util/

2021-09-15 Thread Alfredo Tupone
commit: e99dd64ba9efc8ac99846034b652e2ce9eab44b6
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 17:28:35 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 17:28:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99dd64b

dev-ada/gnat_util: UnusedInherits

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

 dev-ada/gnat_util/gnat_util-2017-r2.ebuild | 2 +-
 dev-ada/gnat_util/gnat_util-2018-r2.ebuild | 4 ++--
 dev-ada/gnat_util/gnat_util-2019-r1.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ada/gnat_util/gnat_util-2017-r2.ebuild 
b/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
index 5180e31004c..c289a5d9315 100644
--- a/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_2017 )
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=${PN}-gpl-${PV}
 

diff --git a/dev-ada/gnat_util/gnat_util-2018-r2.ebuild 
b/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
index 6a6c7fabb65..8dadc2eae5a 100644
--- a/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 ADA_COMPAT=( gnat_201{8,9} )
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=${PN}-gpl-${PV}
 

diff --git a/dev-ada/gnat_util/gnat_util-2019-r1.ebuild 
b/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
index d5c480d1d59..16d0964668a 100644
--- a/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 ADA_COMPAT=( gnat_2019 )
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=${P}-20190517
 



[gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/, sci-misc/irstlm/files/

2021-09-15 Thread Andrew Ammerlaan
commit: 89b4aa759766a8f1f3959af566986825be60740c
Author: Lucas Mitrak  lucasmitrak  com>
AuthorDate: Wed Sep 15 04:46:45 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep 15 17:38:26 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=89b4aa75

sci-misc/irstlm: remove AM_CXXFLAGS, add doc/static-libs use flags

* EAPI bump
* Add doc and static-libs use flags
* Add app-text/texlive[extra] as BDEPEND for doc
* Add patch that removes lib and lib64 linking
* Add patch that makes irstlm-manual.pdf obey --docdir
* Remove AM_CXXFLAGS that breaks the package or should not be there
* Copy doc/RELEASE to RELEASE.tex for doc
* Add static-libs and doc to the configure using the econf variable

Currently, sci-misc/irstlm will not compile due to bad AM_CXXFLAGS.
A sed command was added which removes these unwanted flags. This was
done in the same way to a PR upstream [1]. In addition, a patch was
added which removes a Makefile.am lib->lib64 linking operation. This
was also done in the same way as the upstream PR [1]. Another patch was
added which removes doc/irstlm-manual.pdf from install in --prefix to
instead obey --docdir. Furthermore, the doc USE flag was added for this
new documentation. To create this documentation, a simple copy command
of doc/RELEASE to RELEASE.tex is needed for it to make correctly. Also,
a BDEPEND of app-text/texlive[extra] was added if the doc USE is true.
A static-libs USE flag was added to include the static library
libirstlm.a. Both USE flags are configured in the econf variable.
Finally, the EAPI was bumped.

[1] https://github.com/irstlm-team/irstlm/pull/12

Closes: https://bugs.gentoo.org/755473
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Lucas Mitrak  lucasmitrak.com>
Closes: https://github.com/gentoo/sci/pull/1112
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../files/irstlm-6.00.05-doc-obey-docdir.patch | 22 +
 .../files/irstlm-6.00.05-remove-lib-linking.patch  | 18 ++
 sci-misc/irstlm/irstlm-6.00.05-r1.ebuild   | 38 ++
 3 files changed, 78 insertions(+)

diff --git a/sci-misc/irstlm/files/irstlm-6.00.05-doc-obey-docdir.patch 
b/sci-misc/irstlm/files/irstlm-6.00.05-doc-obey-docdir.patch
new file mode 100644
index 0..0b25ead22
--- /dev/null
+++ b/sci-misc/irstlm/files/irstlm-6.00.05-doc-obey-docdir.patch
@@ -0,0 +1,22 @@
+Remove doc/irstlm-manual.pdf from install in --prefix to instead obey --docdir
+
+--- a/doc/Makefile.am
 b/doc/Makefile.am
+@@ -1,5 +1,3 @@
+-documentationdir = @prefix@/doc
+-
+ if DOC_COMPILATION
+ 
+ irstlm-manual.pdf: irstlm-manual.tex
+@@ -14,10 +12,6 @@ clean-local:
+ 
+ all: irstlm-manual.pdf
+  
+-dist_documentation_SCRIPTS = irstlm-manual.pdf
++dist_doc_DATA = irstlm-manual.pdf
+ 
+ endif
+-
+-EXTRA_DIST = irstlm-manual.tex 
+-
+-

diff --git a/sci-misc/irstlm/files/irstlm-6.00.05-remove-lib-linking.patch 
b/sci-misc/irstlm/files/irstlm-6.00.05-remove-lib-linking.patch
new file mode 100644
index 0..c0cfcfe32
--- /dev/null
+++ b/sci-misc/irstlm/files/irstlm-6.00.05-remove-lib-linking.patch
@@ -0,0 +1,18 @@
+Remove Makefile.am lib linking operation
+Taken from upstream PR: https://github.com/irstlm-team/irstlm/pull/12
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -7,12 +7,3 @@ SUBDIRS = src scripts doc
+ EXTRA_DIST = README RELEASE Copyright
+ 
+ ACLOCAL_AMFLAGS = -I m4
+-
+-LN_S=@LN_S@
+-
+-install-exec-hook:
+-  cd ${exec_prefix}/ && \
+-${LN_S} -n -f lib lib64
+-
+-dist-hook:
+-  rm -rf `find $(distdir)/doc -type d -name .svn`

diff --git a/sci-misc/irstlm/irstlm-6.00.05-r1.ebuild 
b/sci-misc/irstlm/irstlm-6.00.05-r1.ebuild
new file mode 100644
index 0..73786fd4a
--- /dev/null
+++ b/sci-misc/irstlm/irstlm-6.00.05-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A tool to estimate, store, and access very large n-gram language 
models"
+HOMEPAGE="https://hlt-mt.fbk.eu/technologies/irstlm";
+SRC_URI="https://github.com/irstlm-team/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc static-libs"
+
+BDEPEND="doc? ( app-text/texlive[extra] )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-remove-lib-linking.patch
+   "${FILESDIR}"/${P}-doc-obey-docdir.patch
+)
+
+src_prepare() {
+   default
+   # Remove AM_CXXFLAGS that are breaking the package or should not be 
there
+   # Bug: https://bugs.gentoo.org/755473
+   sed -e 's/-static -isystem\/usr\/include -W //' -i src/Makefile.am || 
die
+   # Needed for doc
+   cp "${S}/doc/RELEASE" "${S}/RELEASE.tex" || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable doc)
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs4support/

2021-09-15 Thread Andreas Sturmlechner
commit: 924aae1149946e9f52b46673ad6f2d4e7e2b4db1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 14 15:07:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 17:38:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924aae11

kde-frameworks/kdelibs4support: Add missing IUSE="X" usedeps

Requires:
- kde-frameworks/knotifications[X=]
- kde-frameworks/kwindowsystem[X=]

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...upport-5.86.0.ebuild => kdelibs4support-5.86.0-r1.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0-r1.ebuild
similarity index 96%
rename from kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.ebuild
rename to kde-frameworks/kdelibs4support/kdelibs4support-5.86.0-r1.ebuild
index 5b1f46010ff..d8c19122d71 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0-r1.ebuild
@@ -17,10 +17,6 @@ IUSE="X"
 
 RESTRICT="test"
 
-BDEPEND="
-   dev-lang/perl
-   dev-perl/URI
-"
 COMMON_DEPEND="
app-text/docbook-xml-dtd:4.2
dev-libs/openssl:0
@@ -49,13 +45,13 @@ COMMON_DEPEND="
=kde-frameworks/kio-${PVCUT}*:5
=kde-frameworks/kitemviews-${PVCUT}*:5
=kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5[X=]
=kde-frameworks/kparts-${PVCUT}*:5
=kde-frameworks/kservice-${PVCUT}*:5
=kde-frameworks/ktextwidgets-${PVCUT}*:5
=kde-frameworks/kunitconversion-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
=kde-frameworks/kxmlgui-${PVCUT}*:5
=kde-frameworks/solid-${PVCUT}*:5
virtual/libintl
@@ -76,6 +72,10 @@ RDEPEND="${COMMON_DEPEND}
=kde-frameworks/kinit-${PVCUT}*:5
=kde-frameworks/kitemmodels-${PVCUT}*:5
 "
+BDEPEND="
+   dev-lang/perl
+   dev-perl/URI
+"
 
 PATCHES=(
"${FILESDIR}/${PN}-5.80.0-no-kdesignerplugin.patch" # bug 755956



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/

2021-09-15 Thread Andreas Sturmlechner
commit: 52c9df7b1fce0bc1e2e8efc294738cc824f601b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 17:01:18 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 17:38:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c9df7b

kde-frameworks/knotifications: Add missing IUSE="X" usedep

Requires kde-frameworks/kwindowsystem[X=].

Bug: https://bugs.gentoo.org/813082
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild 
b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
similarity index 95%
rename from kde-frameworks/knotifications/knotifications-5.86.0.ebuild
rename to kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
index 3868de606f6..69f412eb830 100644
--- a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
!phonon? ( media-libs/libcanberra )
phonon? ( >=media-libs/phonon-4.11.0 )



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/files/, kde-plasma/kwin/

2021-09-15 Thread Andreas Sturmlechner
commit: 098f5a7919fe1d090eaf56b6b6b95e9dc7e1ad39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 17:41:53 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 17:42:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098f5a79

kde-plasma/kwin: Fix build on x86

Tested-by: David Flogeras  gmail.com>
Closes: https://bugs.gentoo.org/813228
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/kwin/files/kwin-5.22.5-32bit.patch | 29 +++
 kde-plasma/kwin/kwin-5.22.5.ebuild|  5 -
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/kwin/files/kwin-5.22.5-32bit.patch 
b/kde-plasma/kwin/files/kwin-5.22.5-32bit.patch
new file mode 100644
index 000..7c40b207ca8
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.22.5-32bit.patch
@@ -0,0 +1,29 @@
+From 38e24ecd6416a975db0989c21b70d6a4cc242f35 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Wed, 15 Sep 2021 19:06:23 +0200
+Subject: [PATCH] Fix build with 32-bit
+
+Follow-up to 839710201c389b7f4ed248cb3818e755a37ce977
+
+Tested-by: David Flogeras 
+Signed-off-by: Andreas Sturmlechner 
+---
+ src/plugins/platforms/x11/common/eglonxbackend.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/plugins/platforms/x11/common/eglonxbackend.cpp 
b/src/plugins/platforms/x11/common/eglonxbackend.cpp
+index d2900c7c3..c8acefe82 100644
+--- a/src/plugins/platforms/x11/common/eglonxbackend.cpp
 b/src/plugins/platforms/x11/common/eglonxbackend.cpp
+@@ -214,7 +214,7 @@ EGLSurface EglOnXBackend::createSurface(xcb_window_t 
window)
+ }
+ 
+ // Window is 64 bits on a 64-bit architecture whereas xcb_window_t is 
always 32 bits.
+-unsigned long nativeWindow = window;
++uintptr_t nativeWindow = window;
+ 
+ EGLSurface surface = EGL_NO_SURFACE;
+ if (havePlatformBase()) {
+-- 
+2.33.0
+

diff --git a/kde-plasma/kwin/kwin-5.22.5.ebuild 
b/kde-plasma/kwin/kwin-5.22.5.ebuild
index 6bf17ada42c..ed5ad4fac40 100644
--- a/kde-plasma/kwin/kwin-5.22.5.ebuild
+++ b/kde-plasma/kwin/kwin-5.22.5.ebuild
@@ -103,7 +103,10 @@ PDEPEND="
>=kde-plasma/kde-cli-tools-${PVCUT}:5
 "
 
-PATCHES=( "${FILESDIR}/${P}-libglvnd-1.3.4.patch" ) # KDE-bug 440372, bug 
810511
+PATCHES=(
+   "${FILESDIR}/${P}-libglvnd-1.3.4.patch" # KDE-bug 440372, bug 810511
+   "${FILESDIR}/${P}-32bit.patch" # bug 813228
+)
 
 src_prepare() {
ecm_src_prepare



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

2021-09-15 Thread Andreas Sturmlechner
commit: 86acbfdd28a0b69b0a3c744905713de91954e1e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 15 14:18:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 15 17:47:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86acbfdd

app-crypt/qca: 2.3.4 version bump

Closes: https://bugs.gentoo.org/805227
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/qca/Manifest |  1 +
 app-crypt/qca/qca-2.3.4.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/app-crypt/qca/Manifest b/app-crypt/qca/Manifest
index ad17e4e1880..9a5a8c25429 100644
--- a/app-crypt/qca/Manifest
+++ b/app-crypt/qca/Manifest
@@ -1 +1,2 @@
 DIST qca-2.3.3.tar.xz 736456 BLAKE2B 
f0812fd33bd19293c8034e48bcf214d2d70dc1397860779c2c145fe841365384a8eb6bad9859520d32104010acb0cefb97e3a974b9852a37ca8039d52d9dbd03
 SHA512 
9a262350502daa1dd10802a7a24f0e4712d87d4ddcf752452a51caa8694a30835672f54f8e600aa8dc4afdac9ef073641deed52a24423e304d18ad2b83deeca6
+DIST qca-2.3.4.tar.xz 737072 BLAKE2B 
64e698135f02bf115269203d44a53d40449be1620487340551c1e45f66f042132beb2cfa2363d1249f92de3ffd670f1807219cb3ce3d6e7c05afd8c22242b703
 SHA512 
af27338b5c018d39c8c745b63691dec3914e29ff79347ab338f4391ee1dc9832d158b222bc9ef6c7681cf4b2893a38829a4daadf1d53622d6947de2efeb880a8

diff --git a/app-crypt/qca/qca-2.3.4.ebuild b/app-crypt/qca/qca-2.3.4.ebuild
new file mode 100644
index 000..e9d27c4d209
--- /dev/null
+++ b/app-crypt/qca/qca-2.3.4.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake kde.org qmake-utils
+
+DESCRIPTION="Qt Cryptographic Architecture (QCA)"
+HOMEPAGE="https://userbase.kde.org/QCA";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 sasl softstore 
+ssl test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-qt/qtcore-5.14:5
+   botan? ( dev-libs/botan:= )
+   gcrypt? ( dev-libs/libgcrypt:= )
+   gpg? ( app-crypt/gnupg )
+   nss? ( dev-libs/nss )
+   pkcs11? (
+   >=dev-libs/openssl-1.1
+   dev-libs/pkcs11-helper
+   )
+   sasl? ( dev-libs/cyrus-sasl:2 )
+   ssl? ( >=dev-libs/openssl-1.1:= )
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-qt/qtnetwork:5
+   dev-qt/qttest:5
+   )
+"
+BDEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
+
+qca_plugin_use() {
+   echo -DWITH_${2:-$1}_PLUGIN=$(usex "$1")
+}
+
+src_configure() {
+   local mycmakeargs=(
+   
-DQCA_FEATURE_INSTALL_DIR="${EPREFIX}$(qt5_get_mkspecsdir)/features"
+   -DQCA_PLUGINS_INSTALL_DIR="${EPREFIX}$(qt5_get_plugindir)"
+   $(qca_plugin_use botan)
+   $(qca_plugin_use gcrypt)
+   $(qca_plugin_use gpg gnupg)
+   $(qca_plugin_use logger)
+   $(qca_plugin_use nss)
+   $(qca_plugin_use pkcs11)
+   $(qca_plugin_use sasl cyrus-sasl)
+   $(qca_plugin_use softstore)
+   $(qca_plugin_use ssl ossl)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   local -x QCA_PLUGIN_PATH="${BUILD_DIR}/lib/qca"
+   cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+
+   if use doc; then
+   pushd "${BUILD_DIR}" >/dev/null || die
+   doxygen Doxyfile || die
+   dodoc -r apidocs/html
+   popd >/dev/null || die
+   fi
+
+   if use examples; then
+   dodoc -r "${S}"/examples
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2021-09-15 Thread Alexey Shvetsov
commit: 52a638e6e0ae85696cad3a25dd73b7046f66cf5c
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Sep 15 18:23:18 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Sep 15 18:23:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a638e6

sci-chemistry/gromacs: Check patches

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/gromacs-2021.3.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sci-chemistry/gromacs/gromacs-2021.3.ebuild 
b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
index c9f47113b4e..6d851074d36 100644
--- a/sci-chemistry/gromacs/gromacs-2021.3.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
@@ -88,11 +88,6 @@ if [[ ${PV} != * ]]; then
S="${WORKDIR}/${PN}-${PV/_/-}"
 fi
 
-PATCHES=(
-   "${FILESDIR}/${PN}-2020-pytest.patch"
-   "${FILESDIR}/${PN}-2021-nblib.patch"
-)
-
 pkg_pretend() {
[[ $(gcc-version) == "4.1" ]] && die "gcc 4.1 is not supported by 
gromacs"
use openmp && ! tc-has-openmp && \



[gentoo-commits] proj/sci:master commit in: dev-python/numba/

2021-09-15 Thread Andrew Ammerlaan
commit: 74cb9c3f95a52e96d5c0e204c38d2bd27f4b5d51
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep 15 18:38:49 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep 15 18:38:49 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=74cb9c3f

dev-python/numba: add version 0.54.0

Package-Manager: Portage-3.0.23, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/numba/numba-0.54.0.ebuild | 84 
 1 file changed, 84 insertions(+)

diff --git a/dev-python/numba/numba-0.54.0.ebuild 
b/dev-python/numba/numba-0.54.0.ebuild
new file mode 100644
index 0..125b20daf
--- /dev/null
+++ b/dev-python/numba/numba-0.54.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit optfeature multiprocessing distutils-r1
+
+DESCRIPTION="NumPy aware dynamic Python compiler using LLVM"
+HOMEPAGE="https://numba.pydata.org/
+   https://github.com/numba";
+SRC_URI="https://github.com/numba/numba/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="openmp threads"
+
+RDEPEND="
+   >=dev-python/llvmlite-0.37.0[${PYTHON_USEDEP}]
+   =dev-python/numpy-1.17.0[${PYTHON_USEDEP}]
+   threads? ( >=dev-cpp/tbb-2019.5 )
+"
+BDEPEND="
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/versioneer[${PYTHON_USEDEP}]
+"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+distutils_enable_tests unittest
+distutils_enable_sphinx docs/source dev-python/numpydoc 
dev-python/sphinx_rtd_theme
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.52.0-skip_tests.patch"
+)
+
+pkg_setup() {
+   if ! use openmp; then
+   export NUMBA_DISABLE_OPENMP=1 || die
+   else
+   unset NUMBA_DISABLE_OPENMP || die
+   fi
+   if ! use threads; then
+   export NUMBA_DISABLE_TBB=1 || die
+   else
+   unset NUMBA_DISABLE_TBB || die
+   export TBBROOT="${EPREFIX}/usr" || die
+   fi
+}
+
+python_prepare_all() {
+   # This conf.py only works in a git repo
+   if use doc; then
+   git init -q || die
+   git config user.email "la...@gentoo.org" || die
+   git config user.name "Larry the Cow" || die
+   git add . || die
+   git commit -m "init" || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   # FIXME: parallel python building fails. See Portage bug #614464 and
+   # gentoo/sci issue #1080.
+   export MAKEOPTS=-j1 || die
+   distutils-r1_python_compile
+}
+
+# 
https://numba.pydata.org/numba-doc/latest/developer/contributing.html?highlight=test#running-tests
+python_test() {
+   distutils_install_for_testing
+   ${EPYTHON} setup.py build_ext --inplace || die \
+   "${EPYTHON} failed to build_ext"
+   ${EPYTHON} runtests.py -m $(makeopts_jobs) || die \
+   "${EPYTHON} failed unittests"
+}
+
+pkg_postinst() {
+   optfeature "compile cuda code" dev-util/nvidia-cuda-sdk
+}



[gentoo-commits] proj/sci:master commit in: dev-python/numba/

2021-09-15 Thread Andrew Ammerlaan
commit: 769cbc21623df08ce893168ef80425b588306ff5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Sep 15 18:39:28 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Sep 15 18:39:28 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=769cbc21

dev-python/numba: drop version 0.53.1

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/numba/numba-0.53.1.ebuild | 79 
 1 file changed, 79 deletions(-)

diff --git a/dev-python/numba/numba-0.53.1.ebuild 
b/dev-python/numba/numba-0.53.1.ebuild
deleted file mode 100644
index d1ee3f0b7..0
--- a/dev-python/numba/numba-0.53.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit optfeature multiprocessing distutils-r1
-
-DESCRIPTION="NumPy aware dynamic Python compiler using LLVM"
-HOMEPAGE="https://numba.pydata.org/
-   https://github.com/numba";
-SRC_URI="https://github.com/numba/numba/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="openmp threads"
-
-# Minimum dependency versions derive from:
-# * For llvmlite, the "min_llvmlite_version" and "max_llvmlite_version" globals
-#   in "setup.py".
-# * For NumPy, the "min_numpy_run_version" global in "setup.py".
-# * For TBB, #error pragmas in "numba/np/ufunc/tbbpool.cpp" like:
-#   #error "TBB version is too old, 2019 update 5...
-# Lastly, note the "numba -s" subcommand requires "pip" at runtime.
-RDEPEND="
-   >=dev-python/llvmlite-0.36.0[${PYTHON_USEDEP}]
-   =dev-python/numpy-1.15.0[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   threads? ( >=dev-cpp/tbb-2019.5 )
-"
-DEPEND="${RDEPEND}"
-
-DISTUTILS_IN_SOURCE_BUILD=1
-distutils_enable_tests unittest
-# Only works in a git repository
-#distutils_enable_sphinx docs/source dev-python/numpydoc
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.52.0-skip_tests.patch"
-)
-
-pkg_setup() {
-   if ! use openmp; then
-   export NUMBA_DISABLE_OPENMP=1
-   else
-   unset NUMBA_DISABLE_OPENMP
-   fi
-   if ! use threads; then
-   export NUMBA_DISABLE_TBB=1
-   else
-   unset NUMBA_DISABLE_TBB
-   export TBBROOT="${EPREFIX}/usr"
-   fi
-}
-
-python_compile() {
-   # FIXME: parallel python building fails. See Portage bug #614464 and
-   # gentoo/sci issue #1080.
-   export MAKEOPTS=-j1
-   distutils-r1_python_compile
-}
-
-# 
https://numba.pydata.org/numba-doc/latest/developer/contributing.html?highlight=test#running-tests
-python_test() {
-   distutils_install_for_testing
-   ${EPYTHON} setup.py build_ext --inplace || die \
-   "${EPYTHON} failed to build_ext"
-   ${EPYTHON} runtests.py -m $(makeopts_jobs) || die \
-   "${EPYTHON} failed unittests"
-}
-
-pkg_postinst() {
-   optfeature "compile cuda code" dev-util/nvidia-cuda-sdk
-}



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

2021-09-15 Thread Patrick McLean
commit: aa6076eeea60c06e011dce5078db3b4e42d96eff
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep 15 18:46:22 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep 15 18:46:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6076ee

dev-python/black-21.9_beta0: Version bump

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

 dev-python/black/Manifest|  1 +
 dev-python/black/black-21.9_beta0.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-python/black/Manifest b/dev-python/black/Manifest
index 111fcee34bc..e4d9a1bfbc0 100644
--- a/dev-python/black/Manifest
+++ b/dev-python/black/Manifest
@@ -1,3 +1,4 @@
 DIST black-20.8b1.tar.gz 1092546 BLAKE2B 
5a0a755222617d8d551b627c91670ecc32a9330cc1197900a9d21b071d0d99ddd32e09786becfc577407ab402f6da3d8683a59a9deaea1f6b4f07b9e1e4ecbed
 SHA512 
53d6f6a6f47027e5bdfd3909471c993480034c8aa8ae395792565b8d79fb4e3a44299ea529652c0ccabf4309d645db9179bf54efc06fee20517f479e91cec838
 DIST black-21.7b0.tar.gz 1148431 BLAKE2B 
34dcd2fd45b914433d6290c10bb07b44277cb490ef884c44ec00cb5495fadd2e649099dd356c4063d0fff5a6477609b11db73e1dc94d88106c56a3ca9b087c90
 SHA512 
7e6ee4e185080802c9dfc6eeb73b52b2489283c4bcbc086366f50ffb8ea3e0f4bdfedac9a5906be6ec119e65050741c71591c394f0c361a1d75b3ff4061945c1
 DIST black-21.8b0.tar.gz 1167978 BLAKE2B 
e7df398d09b71389069991bf0872a97d8a8c0b13ddeec12ee8f08ae9d9716a3d47447727d2759d475f10d323df151b8bb2353f3fd60c99eccb1e912554ebbe7b
 SHA512 
ed38dbf0c881fee7da74f0d6bfe4ea0f85b5bed30d37abde2fd728e33f94ceaaa27b7107cfe763c19bdaea57fcbf54bcae82ce8bdcabc29035cdc85a8e10ab00
+DIST black-21.9b0.tar.gz 1167869 BLAKE2B 
31933de69cc34e23e14b0fdba33da844697816cd3917227c1a16c4d1595435d3715405f7f1df820953e83c30c3947448389a703ee662548226dfc2d278b87844
 SHA512 
0c8025d64ef9e5da8ad73b1f265b912bcb3d8cb00d8a426a39dd4c70505a77150e02a7f26e3d6842456eea367da9fad29d08f586b175d57d66a09cf389442ed0

diff --git a/dev-python/black/black-21.9_beta0.ebuild 
b/dev-python/black/black-21.9_beta0.ebuild
new file mode 100644
index 000..58c092b5e34
--- /dev/null
+++ b/dev-python/black/black-21.9_beta0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 optfeature
+
+MY_PV="${PV//_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="The uncompromising Python code formatter"
+HOMEPAGE="https://black.readthedocs.io/en/stable/ https://github.com/psf/black";
+SRC_URI="https://github.com/psf/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   =:' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   cp "${S}"/src/black_primer/primer.json \
+   "${BUILD_DIR}"/lib/black_primer/primer.json || die
+   distutils_install_for_testing
+   epytest -m "not python2"
+}
+
+pkg_postinst() {
+   optfeature "blackd - HTTP API for black" dev-python/aiohttp 
dev-python/aiohttp-cors
+}



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

2021-09-15 Thread Michał Górny
commit: 03bcde6878f2478089466d39146773857ebb2ab0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:30:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bcde68

sys-kernel/vanilla-kernel: Bump to 5.10.65

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.65.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 67a9356c54a..28be6355449 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -27,6 +27,8 @@ DIST linux-5.10.63.tar.sign 991 BLAKE2B 
ff4432098687ae74144ea4cf097e3b3139f2e56d
 DIST linux-5.10.63.tar.xz 116412888 BLAKE2B 
936bad82df5cfb15d336333d02c3c6e7302e0234bb9534851b6980173bde10c19ff861ab7abc3f123cf3cbc7a471148d5bf48be07c0bd241e86e70e4694727d2
 SHA512 
330e826692a0df414b635f004e48723e59e719007ec20103f8a8ac5576e7c7b7a47de8e0278c26389a7b3c0e3b7e1037f4b3f8d0c2cd0a7b9415f9f1e907
 DIST linux-5.10.64.tar.sign 991 BLAKE2B 
e56cd4cdb61f6191699e8f35f0bdbbc6dfbc613ce75a4ef290aeecb842b6136fb810d0904c1d0bb92b17428e4584a2ee63b1ad1fa9dc501255545a117084d815
 SHA512 
f7ff90bd08733ffd9bacb9e5cd9e5eb32d83c108e98da89a3e21572a2653eaa02ffa7f6d6fba2b1d9c4364521adab9b5a7763d63fefce02dab623ae3eba29f8b
 DIST linux-5.10.64.tar.xz 116420640 BLAKE2B 
edb0ae09f2564fec4ab4d6ad49a8f37230cad2f0f927f816d9738f89d6cbc7938e39511443c1e1404f8cab37600da1e36b81d05247aee284e7fa86dbe3eceff7
 SHA512 
f89c2c1cef309fe6781b2b053ad8911a10e66620946855ac9405f80f7844823b1886375e3f1927a0be06c076fabceba1620edf6551f72a2f000a7fb7287b92a3
+DIST linux-5.10.65.tar.sign 991 BLAKE2B 
ccee6c333064017c41f774b14fd8191d059d5fc8dae6acb3a5ed086422a6352937299cafc675505b9b9e1fc4abaa98c6c8927d8ab23f343a6eb06c0673525c87
 SHA512 
d357fe0bdd2e651e5c24bd94f7891b7c2da0246aecb5a80aafa75f7b564938ece9b8ededc211b3944e4fa8f88b9ecce058f39f5ab351115e785f5760a34a1187
+DIST linux-5.10.65.tar.xz 116411536 BLAKE2B 
7af6f50aae8c861d427b3eca813343f29a5ef1eb822fcd3bb82f4b1001934e42d54f2b336996e453788768225f0ce4e9e79c2dad662ff1137be30250751db9cf
 SHA512 
c135cb84333dd3282620a99d933539bfe22952521b162c09fd58856ec3332521d20aebd0069b82530907708e44d5d9f1a156b00f2898ef87f9aeac650d93dacc
 DIST linux-5.12.19.tar.sign 991 BLAKE2B 
881e8f5df1f9503e7ba58b84351b2e4f0e90b63df2b14577bc65cca76f72c6a97f8ba2bef87c46a9d88a714bcf010f7b706c1bf57a68896390126c5902710a1f
 SHA512 
fafe83c82fb1c7f67bcf8402fe4eb3363087324c7ab11ff15892021737685d945fc2ccefa78088f2645570bd763a6d7d846d7c1ff4f998d9af92f5f3e35cba48
 DIST linux-5.12.19.tar.xz 118204168 BLAKE2B 
88e4c32cf196662a6a24e72b978019d6f8881a8523918029f4229a995c5fd957a5e01f42de9f53c7980df7e3de5ea6b069cc2c5f93852e615fe8fe78a1b131c6
 SHA512 
2d010d6d75052083300b1a629dbec25a39f6314a1871ed355133bb59946453915a2265f4ba26e60119ee0d05abb9859c5ee7d8fb8dd816c476ebfdb76d3399ef
 DIST linux-5.13.13.tar.sign 991 BLAKE2B 
a5f1e6ccba62297a46d60f8c33539aa04737c131dc98b72d7594597464ef6ae85adbe9a408febb9513413b293bb9601ddf864e8aa8eab34b2183f53216deb6b3
 SHA512 
c6d7d3e2a35f4d753f9898300cbfe5e250790dc7a12cbcf6968be15d372565a0c2952ebda82ff2870520d6e682a3e7354d726f2ade59549d3b2129857629a67d

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.65.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.65.ebuild
new file mode 100644
index 000..12c958a4bb2
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.65.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.32
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> kernel-

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

2021-09-15 Thread Michał Górny
commit: 8dc46e125e87a411902c29a3d77514c4f5a55e67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:29:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc46e12

sys-kernel/vanilla-kernel: Bump to 5.13.17

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.13.17.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index f52d6d396fa..67a9356c54a 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -37,6 +37,8 @@ DIST linux-5.13.15.tar.sign 991 BLAKE2B 
9ad1d04c3b48518262a15dbb5f0636b8d80c927f
 DIST linux-5.13.15.tar.xz 119336212 BLAKE2B 
09d73fe7d09a955bb8dbe81c3d58d5077b5a9aa39b54ff8ad9ebfb190ab5e3fa4ef31598ed52f55f8b609cafee83c95e2bedade1717a7c5e2752883ff444ca7d
 SHA512 
b0e2feb5ae6e51ac9c9d12a2675928f500bb60c4d0468776b1e354944b157ae67131e0e90ad02af74b752ace3a543c5761900e0387b0f0f91b9973741dd0d367
 DIST linux-5.13.16.tar.sign 991 BLAKE2B 
22f97a73ccc51df80897997869b3469efa51fff332b6d3442057e7e5bd9f8a8c71768f7281e54ad393f85a03d318e54700353124761cf7bf4d889036b0159b04
 SHA512 
036d4542cd89014334b7c25a478051c4faea768daa34dec7efdc31380779b39a68c0df3d2e3a5dd63f43f2a0d4b90b5317a45d65fdc4c2a115d576f7bf9a2aaa
 DIST linux-5.13.16.tar.xz 119349592 BLAKE2B 
1a914d90b2a2b1b2914212a3efc5e0532014a3bc5fdbde2abfdaed3cc058c3031d07ecd123f9a5218f3446268bce263a9c9257406d0edd37b2821ff00d366bbb
 SHA512 
ed4b11bf3c256a70f7114573a05cf63563ab352f9d9bb16fcdcb002ce857565e7251cfe82c3a05eef723270dc2b4d6577e5df80858506f6986c91c4ddd466204
+DIST linux-5.13.17.tar.sign 991 BLAKE2B 
3421173d4c398142d6df39203245546c20b9d443dbdf6cd992f7f92bad5c5e5b8c65be8c71ef987b4f553bef46c5e70673ffdf78672be687d88d88644c17e13a
 SHA512 
8c631404f51020887326e694ff989d536e8a07b6fbfb7bc28c9d7286f3b5d2650b9452ba82efcbc5eba818620c2d8d5e214d02caeb6e065f20669027f3f4e701
+DIST linux-5.13.17.tar.xz 119356516 BLAKE2B 
715f5b2d3f784ced0b74357874b9af20e7298012b98393db63fd00937b854a4764832cb3d9a7b0397516fe6ac2157ef9d318419e35a86ae877734f34961a05d1
 SHA512 
1de6c0fe3d06e414b1f9bb29f37f37280412bc7b1eb9fdb173af9ff997eb72c3e49219c5974cea5c7afbe2ca47f380a2213e7281d0d01a76a8bc4df0cf1049f9
 DIST linux-5.4.142.tar.sign 991 BLAKE2B 
2d441365323df4e0ed023917a5d9eeff671e29d1afef32813d6ff4cf554a191237e27acc1c1192817007a262bc8e5d8f42d7aa14ff0add7cdbd656fb20cecdcb
 SHA512 
728a40e0cee11d6300ee3b1f13b329496de0d5e31872dc8335169396b077678c8bde4361c5fbdad3e54f8761dca507cea71bf8cbf5ea675c9c8d7b055c073e2c
 DIST linux-5.4.142.tar.xz 109145144 BLAKE2B 
680d4a81fb20005d39dd6d1b512b0e744cc7d6fcdb45e6d67c166d7ca7dff83acd49cb14fa4a38369d77bc91cac0b36190a5b1f042495c40fee9b5e7ecfb2dd2
 SHA512 
fb9b9f345bb1d46e48adbaac7b12ace50f279451793ac3671b007447d3e38a59d9b9ecbc55866fa2a6850babfcd1ef7528234f2ad73e68845a858b3b7a1d573c
 DIST linux-5.4.143.tar.sign 991 BLAKE2B 
4d2d5f6cd7c78234e074d59a004b1a96f86746a9b692d7acfa8afe6ce5bd40a02c86c7e53d2749c71956b7a5862bb0d4f46b79b1a6211e93028b53728db4b477
 SHA512 
f8fde6c2b06c3a7ab9b375f90177e1809460514a95bb78c1533bc55df00b80e09c87145b67d5ea336dc3d25fb9406d7b6818695de1ce0ed1ead60fd3df3173a5

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.13.17.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.13.17.ebuild
new file mode 100644
index 000..c39db41a95b
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.13.17.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.13.9
+CONFIG_HASH=eb52b35e8cb097413357b578903bd18eb76051c0
+GENTOO_CONFIG_VER=5.13.4
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> kernel-pp

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

2021-09-15 Thread Michał Górny
commit: 28de63890a731b61c3093547dd5f873d039ade2c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:30:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28de6389

sys-kernel/gentoo-kernel: Bump to 5.10.65

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.10.65.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index d8d2ecaafab..400d4f5be67 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.10-69.base.tar.xz 2119352 BLAKE2B 
5c861ffe65077143e0778ece1334
 DIST genpatches-5.10-69.extras.tar.xz 3852 BLAKE2B 
b950a181ccd370fd35bb350f3f9ad7d1ffd7b6b9d4d0ef2cd3c0cc9bcccf663915bd7f155d47f2c083ca929b0c741075f4d4c5efb8dc3550b9e197eef57ae28d
 SHA512 
49b3d652d4ed9d074c316ac41fc6afd5df60edde44bf8999cb4dea7283992d056fe3824eb16a9d7881a8a058198dcfbbf6aae65ce34d051e1f55f4cf2324c178
 DIST genpatches-5.10-70.base.tar.xz 2126552 BLAKE2B 
610468f17ddcb59e9c5cde16b7fbd10fbae4483944de78299157ffd38b27e6ed6061f3bb2462fa3f3afad418d1202c60c7400e19ba6874e46550fc346fe3ede0
 SHA512 
1912be230024055424d5a0ac7c55bcb3e2ea2a93fe4fb1e3f1bebb39749b765a8121b5443dbb3159b9b13080e3c153b0c30829f378c697a6f7622e91d876083d
 DIST genpatches-5.10-70.extras.tar.xz 3848 BLAKE2B 
8a099c38dc7c5b9662d049d42b18e073e7cdb1199b20a393672c9e3ba342d3453a23fcbc1028ad63b757e8a5cf0807767cc18b3bd4c6aa5abcba3b4247a2114b
 SHA512 
960190d4aeac06b156da135e390b949e47227cc0926cbadff0c643395deae61117eb025608a5c621c6be35edef71d670714c382d151fdaccdcc4ad063fa51654
+DIST genpatches-5.10-71.base.tar.xz 2187796 BLAKE2B 
15ae0bbd5c6686bde24603a03209eb82b8cb4db57599b8f30b3a44701df32d4f541d0c054b9b461f43a64e4c05704d5dfa7278c9b571924f03c6ed64b2330bd8
 SHA512 
e90c0585b87608bbd1e87b0f10d199eb049560bc1907e6afa6e0d9063ec518218af3643ada7fd7c855ee4a7dd5db8e62449267bff3adda7868b4f89cf381
+DIST genpatches-5.10-71.extras.tar.xz 3848 BLAKE2B 
d6bdedf650b6d7d8cbf35dfd7ecb22db6f1967875e6e12ee79412016e21bb6884ebcf1bdbeeae97211f30c6fdb97f4c7e4a89b1f4a944885a5ce419cb85adb4a
 SHA512 
439f9e6aaa226946015d58dea7c5cfad354eeb342172e5632027900a74f103d30d8cb7140ec2e9b60168dc8120bcb2ff10726e14e53f64678e8ca0cea2931b39
 DIST genpatches-5.12-22.base.tar.xz 1085632 BLAKE2B 
328a25218394a93755d29335f0a827faaad2fc823bb25bf8ef36385eaf8b30427c4075bc0074969fe0923a975d88d7573fda0b8e1288e787f03afc6cc77d25ac
 SHA512 
08a71f09955c92bd92f4c67a018349a9b1d7ac5e1dad7efa3f1cdd2968a4c82042308613069e5bb65a0c38f19d05db5a0ff25d17726809cf12ba018fff5bf564
 DIST genpatches-5.12-22.extras.tar.xz 3420 BLAKE2B 
61d7d8bf8c88a1f0ee16efd07dca0fcb82a48574dcf545421e5e8302128acd5e28fbcadc4d1a82f0b2049491988691e3f8b85c99d50ec1c81a4a4549c96b9651
 SHA512 
20a505a8247ba33f8c0c201b809b22073ec589f4d83b1089c6787afbe42760443a964fd12fbe2dc6ec778c6d3067db04d93ec098551ff9ed6e5030d5830fce9e
 DIST genpatches-5.13-15.base.tar.xz 712312 BLAKE2B 
fa70753d96944bfe43ae352592be5fea8b8bccbac1f7412a241d951b5009e4643e12123ec3aa6864b9a884fffc744c8ec0be84dd499a29dcbf3c36446b013842
 SHA512 
814b3766c5330b5890e63ab47399e91981c18dccda37797983076ec860e8d2056f112706a07acd1f5c0f72a5417a8713d928b473695f6669fe734de025048015

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.65.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.65.ebuild
new file mode 100644
index 000..8a97f9b5278
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.65.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.42
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+

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

2021-09-15 Thread Michał Górny
commit: 2e5c2d7d28bdfdf800e44606b8ebd628064f6ef0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:30:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5c2d7d

sys-kernel/gentoo-kernel: Bump to 5.13.17

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.13.17.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 34e6865e357..d8d2ecaafab 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -18,6 +18,8 @@ DIST genpatches-5.13-17.base.tar.xz 746560 BLAKE2B 
6a34e85e1c866859df8850487cd5d
 DIST genpatches-5.13-17.extras.tar.xz 3852 BLAKE2B 
e68187eb92f6f96affc059e7a0ae80481a98b22d8954b40f72e8e51c4f3f86a6dcd54ec7b97d23f381f4391dc1abc56c07b81e5faf1291e7b49dbe6170c4d2bd
 SHA512 
257920ec44c4e03c37b5e2fa77a1559545bc721dac89e0d792dee27c6747f008d6cba8eb5ff45d78c3221eb128e899139ab913c472af1cbb21bc9e76cef29925
 DIST genpatches-5.13-18.base.tar.xz 753548 BLAKE2B 
2aeb182e609c2043b87a146b912c7a36674b87451d7d469e8538e070ee0b388cae70bf040341798daa7723aae5f490e6826c94374af7a4d1817e1ece54f6279c
 SHA512 
b795d49d7f386aba7c35aa5a3b8ecb1e9bbcdea424aef77251cea12d64b213410c883fcf58e9131437e78e5c63d435d84d8c2834ca5a679f65b7807b026d60d8
 DIST genpatches-5.13-18.extras.tar.xz 3848 BLAKE2B 
f4649e2c359dbd01daa454b1a63534f3347b21e8746a8ab72e6485090b7a3eeb6cdc68cfd2def0f7cd86410f075bd7ec859176c9286d247870a4532f035e45f2
 SHA512 
963288db0a789baa4c8e588ce77a53391146071738e56979119e83cf10eae176ec49c8a084cd6057ad2c839ad2b19bb1b09790abd05c40f8906a973bcdb87f76
+DIST genpatches-5.13-19.base.tar.xz 835196 BLAKE2B 
268a688e9ecbcf76270832c0f06ff0f550d0565d9010ce7d6d4efc786028d34969b0d7b59040ae6b4af4d662d10e44db85b03fda69463178879fac844d8f4503
 SHA512 
f388dd1125f380d72f96a518438a5a50d3bb15c7b70521b2891f6dd0b14dff8007454b4404d2fb35d711b63bff93b7b67f0aba987aa634fe4a13d51098b261bc
+DIST genpatches-5.13-19.extras.tar.xz 3848 BLAKE2B 
c4e2deb3c9f6d249b134a1389874e4f4c9ccce5e3edbf82276cd243742c7955455ed55b21f7553c48476f827adfd45e210ccca71f28cb6ac51d198be9e6ca68e
 SHA512 
21b19ca96e353ded2fab8d0c673574fadf6a5a36cc40351063ab9550656ab90319d46ba91051da21de33d02d397af6555ff557d877baa323958e220423892ea3
 DIST genpatches-5.4-146.base.tar.xz 3857908 BLAKE2B 
fe3119842aeb3f1f8ba9af26d4db1773380400397b132235db8071c9c05d395502c8fb08cc690842cbde5c5fc8dd5fa456218d2f95434ca84422c6398889cb03
 SHA512 
d293600dbcc8ad83641d4866e4998b1b4fa3bb254bca9e0aabd4d94bdf6270b7757f69874e754a38afb8426e91a4072e5c135e12c2a597008cef77f6fd74b7dd
 DIST genpatches-5.4-146.extras.tar.xz 1784 BLAKE2B 
e3b75e9f8f29bcf441dececc62a46cd5db846859bb9fb01462846333dfb42f35c559b5b6533035b891062de619dac678b9467fd0432423bcd8505385c0beae47
 SHA512 
0923ebf0da182eef762653b282fad6d50862c3d520ee1888bf8fb2257b96bb4cb06a3e88ec0b6a8587f17c97f9660ffbaf4695eb0d0d0f46fb59861b49949e35
 DIST genpatches-5.4-147.base.tar.xz 3875304 BLAKE2B 
98cc4815b004967ef7a00b2b8af96cf002c09b22d54222e0f932e1ef83731846011bb3c4b8f972c85aeb086b0bcd6a0ce0f2ed390dd5f0225b137b33bb2255bf
 SHA512 
999f5e9a99cf8dea0c8da91b0e365703064620b04bcc48909d89af73f551a0da3785201b4a4fd0edfd184872f81109dbb78ca57d95d1c2759a1cac111fe1066d

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.13.17.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.13.17.ebuild
new file mode 100644
index 000..4a581187e0f
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.13.17.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.13.9
+CONFIG_HASH=eb52b35e8cb097413357b578903bd18eb76051c0
+GENTOO_CONFIG_VER=5.13.4
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+ 

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

2021-09-15 Thread Michał Górny
commit: 9587963f55be2ea426330dbbaef2536f4abbad67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 19:14:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9587963f

sys-kernel/gentoo-kernel-bin: Bump to 5.13.17

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.13.17.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index fd1a3cfe075..94b9d3b2c87 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -18,6 +18,8 @@ DIST genpatches-5.13-17.base.tar.xz 746560 BLAKE2B 
6a34e85e1c866859df8850487cd5d
 DIST genpatches-5.13-17.extras.tar.xz 3852 BLAKE2B 
e68187eb92f6f96affc059e7a0ae80481a98b22d8954b40f72e8e51c4f3f86a6dcd54ec7b97d23f381f4391dc1abc56c07b81e5faf1291e7b49dbe6170c4d2bd
 SHA512 
257920ec44c4e03c37b5e2fa77a1559545bc721dac89e0d792dee27c6747f008d6cba8eb5ff45d78c3221eb128e899139ab913c472af1cbb21bc9e76cef29925
 DIST genpatches-5.13-18.base.tar.xz 753548 BLAKE2B 
2aeb182e609c2043b87a146b912c7a36674b87451d7d469e8538e070ee0b388cae70bf040341798daa7723aae5f490e6826c94374af7a4d1817e1ece54f6279c
 SHA512 
b795d49d7f386aba7c35aa5a3b8ecb1e9bbcdea424aef77251cea12d64b213410c883fcf58e9131437e78e5c63d435d84d8c2834ca5a679f65b7807b026d60d8
 DIST genpatches-5.13-18.extras.tar.xz 3848 BLAKE2B 
f4649e2c359dbd01daa454b1a63534f3347b21e8746a8ab72e6485090b7a3eeb6cdc68cfd2def0f7cd86410f075bd7ec859176c9286d247870a4532f035e45f2
 SHA512 
963288db0a789baa4c8e588ce77a53391146071738e56979119e83cf10eae176ec49c8a084cd6057ad2c839ad2b19bb1b09790abd05c40f8906a973bcdb87f76
+DIST genpatches-5.13-19.base.tar.xz 835196 BLAKE2B 
268a688e9ecbcf76270832c0f06ff0f550d0565d9010ce7d6d4efc786028d34969b0d7b59040ae6b4af4d662d10e44db85b03fda69463178879fac844d8f4503
 SHA512 
f388dd1125f380d72f96a518438a5a50d3bb15c7b70521b2891f6dd0b14dff8007454b4404d2fb35d711b63bff93b7b67f0aba987aa634fe4a13d51098b261bc
+DIST genpatches-5.13-19.extras.tar.xz 3848 BLAKE2B 
c4e2deb3c9f6d249b134a1389874e4f4c9ccce5e3edbf82276cd243742c7955455ed55b21f7553c48476f827adfd45e210ccca71f28cb6ac51d198be9e6ca68e
 SHA512 
21b19ca96e353ded2fab8d0c673574fadf6a5a36cc40351063ab9550656ab90319d46ba91051da21de33d02d397af6555ff557d877baa323958e220423892ea3
 DIST genpatches-5.4-146.base.tar.xz 3857908 BLAKE2B 
fe3119842aeb3f1f8ba9af26d4db1773380400397b132235db8071c9c05d395502c8fb08cc690842cbde5c5fc8dd5fa456218d2f95434ca84422c6398889cb03
 SHA512 
d293600dbcc8ad83641d4866e4998b1b4fa3bb254bca9e0aabd4d94bdf6270b7757f69874e754a38afb8426e91a4072e5c135e12c2a597008cef77f6fd74b7dd
 DIST genpatches-5.4-146.extras.tar.xz 1784 BLAKE2B 
e3b75e9f8f29bcf441dececc62a46cd5db846859bb9fb01462846333dfb42f35c559b5b6533035b891062de619dac678b9467fd0432423bcd8505385c0beae47
 SHA512 
0923ebf0da182eef762653b282fad6d50862c3d520ee1888bf8fb2257b96bb4cb06a3e88ec0b6a8587f17c97f9660ffbaf4695eb0d0d0f46fb59861b49949e35
 DIST genpatches-5.4-147.base.tar.xz 3875304 BLAKE2B 
98cc4815b004967ef7a00b2b8af96cf002c09b22d54222e0f932e1ef83731846011bb3c4b8f972c85aeb086b0bcd6a0ce0f2ed390dd5f0225b137b33bb2255bf
 SHA512 
999f5e9a99cf8dea0c8da91b0e365703064620b04bcc48909d89af73f551a0da3785201b4a4fd0edfd184872f81109dbb78ca57d95d1c2759a1cac111fe1066d
@@ -56,6 +58,8 @@ DIST gentoo-kernel-5.13.15-1.x86.xpak 58514370 BLAKE2B 
b508f54b72970992fc621d89e
 DIST gentoo-kernel-5.13.16-1.amd64.xpak 67315986 BLAKE2B 
0379585d1ab70e8ca41b741e4a7ec514c2a7e18e53e0dd169888a37c5b9a5cd4ba4348d1cf58f0732ee8e61e65f2cdc7dee19f4701512bf2602f0be233f39fff
 SHA512 
029bdcf8d5340cfa47925b27c9088d4a9e1c69b7f3353e8918bf22abc360cd093585d3a7bfe2e542f2b3669b5a2914c70b17a77cdf3f32d6ed091a3e242fdccb
 DIST gentoo-kernel-5.13.16-1.arm64.xpak 62808752 BLAKE2B 
73a46abfdf1434187e3dc2f921c3d6decda2cb61f6c2de4ae7d1e78ea856a29707dc2413d0861ff756ffc588d7c1a2cd969a1ffa4b5874d3a0a3697dc9e9df07
 SHA512 
9e961396e3626a47917e6d9e94da56d1d4fdb44688a2146b6f8fcd7e6f520e57b6822d4f833dfb5690e9f043275ea5879353e3c3f58581099845db76614b3ebf
 DIST gentoo-kernel-5.13.16-1.x86.xpak 58509171 BLAKE2B 
aabdc8def008e446ee6ba12a77bd6f37d34c8f0d632109f0ebae56c6cf8efe2a5d2ad5c35c6a36ce4d5bb31544473cc3b9baaf6b53c88ccd96f3e7b7bc6ef33f
 SHA512 
9f004b7ecb85955e0e03953103baf90845e456800a1ddcbf2415eac6641ca2c2ec7d3ee1ec6105d3fd25e453c31239260bb0cc0d7b2eb519a5653e9b2eb19de7
+DIST gentoo-kernel-5.13.17-1.amd64.xpak 67325984 BLAKE2B 
d5504c4fe53f63a85bb2cc1ce3b0cff24afb6ec18306305f980546fdc28f6bca5df81ec59863f33cbe9cd831713d4701e8d628e63199eb91d04ee3aa45df022c
 SHA512 
d08e893d3f0214a4a21a8d048ac7129bd14d2409dab0d2287cf6bc8cfca0a3b8bf250c078f07e7542fbd13fd5f7ecb82a2394db2f1cab2731cb08256e0327f81
+DIST gentoo-kernel-5.13.17-1.x86.xpak 58522737 BLAKE2B 
e97fbcda584ada26ee2c7963639e0c9634b52227d73a887544ed90480e1986b2598e0391506b4411b8070a55074d1864f75b1c

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

2021-09-15 Thread Michał Górny
commit: e744b1071937fe2c38595fb6ca33819a5746ff12
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:31:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e744b107

sys-kernel/vanilla-kernel: Bump to 5.4.146

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.146.ebuild   | 108 +
 2 files changed, 110 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 28be6355449..a920a5a784b 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -49,3 +49,5 @@ DIST linux-5.4.144.tar.sign 991 BLAKE2B 
a577a538c56f1edc19b827bf1030a7f81c60c4f6
 DIST linux-5.4.144.tar.xz 109137836 BLAKE2B 
2a07e5aededa64ea6db7e2e2c5dc12c86f6b8780444a5f81e744391d17d1f9ea5b1e625cb662c143f307848466a832d1b96c15f598e9395bdf47167914ac8866
 SHA512 
6dfee1ba2917d602c589fbf23878acecd4daa2b7f078cfb60c110b9c1e41c0a2c2ea5071d76701350abd1674e44cd751abbe4aecbe6022a422aa626c92077f24
 DIST linux-5.4.145.tar.sign 991 BLAKE2B 
3521095f5523cdea8830f8acda19c1f54a158ecb0bbaf76c0736102fe047516bda8d6bb487f2b91671823d53a10aba8316c23cac3707636db84a400b7b384c65
 SHA512 
51acda3bf25796bb3f43056c2a172e8d1d1b66e8de89a2b7862b84d01495dc4f42b190409e8fddfe7f1084b9fd521172ff15027eb4c57b4df1c27166c457df1b
 DIST linux-5.4.145.tar.xz 109153364 BLAKE2B 
cc960274d8e81ecee0487f5622de5080d7e4097c104cab439d3aca4cb2bf7a29023e8690572e541c10ddd1aa3b82eaa9672a7416425ad2f3743477884e13330f
 SHA512 
90eb43cb21d8ea653e67838507580603bedfec887015f960fb2ca0a21523932385232ae2849507e8f85a4f9fc5479751f634e6271016525d42ed185defe2afb9
+DIST linux-5.4.146.tar.sign 991 BLAKE2B 
02f30d6bb764f55bb6188df4e76a18a6c1c19a5087e50d7c369c5999ced8f6b56cb7709ca85d2d0e2a97ffece708043520a79b9c02d1ac129b61551bb9373c87
 SHA512 
18590cbd74267b91ff12932c11ca8f0c39d89f695f69499178013a157e049cb1f28b7e521d7524248ea72902e61ba6b36949f4f30b48152027f7110d816e14ec
+DIST linux-5.4.146.tar.xz 109153012 BLAKE2B 
990910051f220c249b2175593129e9343b4052988106955830e96cb42ce8ca6477fbad6a724a80b402a4dc838279a81c5fe2de398510ccb9ccef7761683c0f05
 SHA512 
dad8b4f91ae5e40c24e4f7c92c1ac0846dc1b64c36208b897ab52d7db656d961cc2f53ad038aea0da9955db37b338b9cbcc7acf8f2010e7eed87f69e54dedb40

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.146.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.146.ebuild
new file mode 100644
index 000..dc33930084a
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.146.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/pahole )
+   verify-sig? ( app-crypt/openpgp-keys-kernel )"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking linux-${PV}.tar.xz ..."
+   verify-sig_verify_

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

2021-09-15 Thread Michał Górny
commit: a26e3e9cbf47e2ce0da6e10580ba8df4730dc738
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 19:15:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:18:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26e3e9c

sys-kernel/gentoo-kernel-bin: Bump to 5.4.146

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.4.146.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 3126d329177..383bf5a35fc 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -30,6 +30,8 @@ DIST genpatches-5.4-148.base.tar.xz 3887780 BLAKE2B 
127c72912bf3db08c86bdce400ee
 DIST genpatches-5.4-148.extras.tar.xz 1788 BLAKE2B 
3569f9649b403a8dabae9cb4721c17dda84061c7d03aa72714b976968a8d18fe451945fa41939be5de301446e640f957b229f79d8fbc20c899d498abffa72a54
 SHA512 
a7a082bff05441624cba87d4398e98713953d06365d7ea1c1ae0977fd4e70cfe565bfed4ed2387c7552dd58b5ef05ebf9f12051930e2126e6e007ac06bbf8e9f
 DIST genpatches-5.4-149.base.tar.xz 3897496 BLAKE2B 
0f815da5a71bf0c55b7bd27f242be16686f977c78d3e7fa73483c0ed6a126e3a75ec10b98e9500b499af5e749f5ec3a3844fbf7f1d4ffd628f941a0745c9b1c2
 SHA512 
08c02e6f68ccd0f8168d6ca8334594a531940bceeb196229bce4acf0e3350ad9b12d4e0f4d11f54a659aaa2f464185b677cfe26e172d3091b4c86f2a7edc7bbe
 DIST genpatches-5.4-149.extras.tar.xz 1788 BLAKE2B 
05c45b84dbd9952cdaf41f881aaf67bdf2d6842c4eb967a765e5a19a9a63201d4d7a552983342bf010a5cefdbb36a1a4aae3254edc0322eccc7fb3442b007b9f
 SHA512 
3ab95bda0b4cd11aa7769eb27c51051a79ce43112028557d4f87588e7140a674f3c58890e812722b8796aaa953e68ae22b92a3390ae8832bae16b617c6d49997
+DIST genpatches-5.4-150.base.tar.xz 3930104 BLAKE2B 
eb120013120a98449c8df210a5a02201949ca950dd812308a53e15b726d1752f296b0e3490e6fc9102fe91793be24d4f7554f3a1c1c1243766959fecb037b789
 SHA512 
238164efd759be2714884ddf5921de189e872dfd8ea4954356a610aacac899f806ca5f6fcf0c2e5eb64e7eff89a37f5c8b7b26b98c9f1705717e14abad6984fd
+DIST genpatches-5.4-150.extras.tar.xz 1788 BLAKE2B 
b408e6247a66358208489dfcf3bdd6aaf47a471089ffa8517a52039535f276ab411931a7c1dcc17b7d2aee99a49e530ceb43cfe0c59ecff982da40337c22e375
 SHA512 
0d1f94ab3cf4759f1f87a63d95ecb00c7a4c4c982b6bf73137bde0aefb1c07b037d8e613966c45cf3e4122e0c93771011e8094ca4517fe3da9ec4dd4e2820e35
 DIST gentoo-kernel-5.10.60-1.amd64.xpak 65504358 BLAKE2B 
233766cf8fd62c2b70cf257a8bbf5dab9a45d1d10b508827c58593c7523b04e3843a69f51dd38798f5889447eae8a861f8b3cebe5985e48b63c65dbc7183ff4e
 SHA512 
d547eee171746da27a4d1ebfce701b18c1e8fcded3c46c5ef875da6177645ed9088bdeed4188bb2d6746311ebe839b077e1a97ed5f9f7fa14ed2e43129701780
 DIST gentoo-kernel-5.10.60-1.arm64.xpak 61199661 BLAKE2B 
1d004eae20fe67cdde4612d56e648cdd22975a1b5b418c0e1b80a1f9235f1b0917f4af6f8946da793dbf9fa20a42033ab397ece19308bea10b0ce5c550b45409
 SHA512 
649886a2117b8318dd03ce8a85905abb79cabf888ee5441da5a56d22354cbcda5be8343ada6335310dfd6192d5f3e14522052d3efd6b943151c0a3692f5f
 DIST gentoo-kernel-5.10.60-1.x86.xpak 57229580 BLAKE2B 
90b7d12883271c0ac49cfff5ece81fde229c2f9f5c27c21d19c4c97132dd091bb798d75332c72491178655d8350e30addf868df71562bbaf645af5705d49daeb
 SHA512 
043d1a0c5cefc49188a444b2ccc85decae53a318ee759449af4b30922a46329d57e1fd45f40b5c74b74f08e0cc5edc2835ba8291be460dea9699a998b9e1a6ac
@@ -76,6 +78,8 @@ DIST gentoo-kernel-5.4.144-1.x86.xpak 53171435 BLAKE2B 
188f4ca01ebec91a21c3bc4f6
 DIST gentoo-kernel-5.4.145-1.amd64.xpak 61377390 BLAKE2B 
c71ec75baee907bd2f760c1d0f745b4dd7b7b3cb45080cb596aadb35e618689a3f11b607f8c219b330fabf2f13e1d1de47fd50a838ba897ae0cb2efdc66aa9d8
 SHA512 
db1625a4e2e975c23f99c53363ecb0eec07c0b1d4c85fa2532645e1cfcc05ab82f2f262733666fb9472d823fd3fc9d250aef0256924afde61362bc74a229940f
 DIST gentoo-kernel-5.4.145-1.arm64-r1.xpak 58052696 BLAKE2B 
d6307dd64cd4bac6e3ffb2f1e0b79c7db918f9be926bd36cdacb06263efe8cc203b36bde8c5d5b93b38d673f60fce29121215099bde5a0663b89461927b9e706
 SHA512 
17a1fb9f4c44ca367ca6b5979dad4df8f26a09cd4292818c882c91b52a90761ecc711741d7969792fad691944ee961b0dd1517679ddd6dc7d1da10d81b52470d
 DIST gentoo-kernel-5.4.145-1.x86.xpak 53156535 BLAKE2B 
dedace8aead3af364d179d46cf653dd64f374b8a17df5d10ce36a058772838fad613352ac24ace3d0a6395b04c7d1aac5ef8a6ef8267fa363c74ec64dcddbdbb
 SHA512 
1b44642b642645902fe8614fd1856fbc8d97bf7d05a2d3586d4ee60a662febdfc87952fe5b430eda7b92891a6d63237de5c944b253fa9c2e7a2661b98e6d393f
+DIST gentoo-kernel-5.4.146-1.amd64.xpak 61378884 BLAKE2B 
e3ead83f15df6ef3c355a628c2d8cef0fa475b424a893fb3fdf1173123b263bbec494e3f3c262f97edf8ef226ef31ac0cee97a9c020b7ecb7f11c136df7ecf3b
 SHA512 
fd409fa97d47df1cef18c038225f7662bcb2880becb93d1c9b6f2abaf5ff73e02126e64b622922a55bdce1d807c55af0124fe749b7672a2166c44e22f04941c1
+DIST gentoo-kernel-5.4.146-1.x86.xpak 53156419 BLAKE2B 
95b47c9117ae4b87cd58578007d0a29fe190dfecab74173e2e3bbc3c68a3be2a7762711a797e7e864a4

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

2021-09-15 Thread Michał Górny
commit: 1c1234598bd877108cb8158378feb9d4606b17c8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 19:15:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c123459

sys-kernel/gentoo-kernel-bin: Bump to 5.10.65

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.10.65.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 94b9d3b2c87..3126d329177 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.10-69.base.tar.xz 2119352 BLAKE2B 
5c861ffe65077143e0778ece1334
 DIST genpatches-5.10-69.extras.tar.xz 3852 BLAKE2B 
b950a181ccd370fd35bb350f3f9ad7d1ffd7b6b9d4d0ef2cd3c0cc9bcccf663915bd7f155d47f2c083ca929b0c741075f4d4c5efb8dc3550b9e197eef57ae28d
 SHA512 
49b3d652d4ed9d074c316ac41fc6afd5df60edde44bf8999cb4dea7283992d056fe3824eb16a9d7881a8a058198dcfbbf6aae65ce34d051e1f55f4cf2324c178
 DIST genpatches-5.10-70.base.tar.xz 2126552 BLAKE2B 
610468f17ddcb59e9c5cde16b7fbd10fbae4483944de78299157ffd38b27e6ed6061f3bb2462fa3f3afad418d1202c60c7400e19ba6874e46550fc346fe3ede0
 SHA512 
1912be230024055424d5a0ac7c55bcb3e2ea2a93fe4fb1e3f1bebb39749b765a8121b5443dbb3159b9b13080e3c153b0c30829f378c697a6f7622e91d876083d
 DIST genpatches-5.10-70.extras.tar.xz 3848 BLAKE2B 
8a099c38dc7c5b9662d049d42b18e073e7cdb1199b20a393672c9e3ba342d3453a23fcbc1028ad63b757e8a5cf0807767cc18b3bd4c6aa5abcba3b4247a2114b
 SHA512 
960190d4aeac06b156da135e390b949e47227cc0926cbadff0c643395deae61117eb025608a5c621c6be35edef71d670714c382d151fdaccdcc4ad063fa51654
+DIST genpatches-5.10-71.base.tar.xz 2187796 BLAKE2B 
15ae0bbd5c6686bde24603a03209eb82b8cb4db57599b8f30b3a44701df32d4f541d0c054b9b461f43a64e4c05704d5dfa7278c9b571924f03c6ed64b2330bd8
 SHA512 
e90c0585b87608bbd1e87b0f10d199eb049560bc1907e6afa6e0d9063ec518218af3643ada7fd7c855ee4a7dd5db8e62449267bff3adda7868b4f89cf381
+DIST genpatches-5.10-71.extras.tar.xz 3848 BLAKE2B 
d6bdedf650b6d7d8cbf35dfd7ecb22db6f1967875e6e12ee79412016e21bb6884ebcf1bdbeeae97211f30c6fdb97f4c7e4a89b1f4a944885a5ce419cb85adb4a
 SHA512 
439f9e6aaa226946015d58dea7c5cfad354eeb342172e5632027900a74f103d30d8cb7140ec2e9b60168dc8120bcb2ff10726e14e53f64678e8ca0cea2931b39
 DIST genpatches-5.12-22.base.tar.xz 1085632 BLAKE2B 
328a25218394a93755d29335f0a827faaad2fc823bb25bf8ef36385eaf8b30427c4075bc0074969fe0923a975d88d7573fda0b8e1288e787f03afc6cc77d25ac
 SHA512 
08a71f09955c92bd92f4c67a018349a9b1d7ac5e1dad7efa3f1cdd2968a4c82042308613069e5bb65a0c38f19d05db5a0ff25d17726809cf12ba018fff5bf564
 DIST genpatches-5.12-22.extras.tar.xz 3420 BLAKE2B 
61d7d8bf8c88a1f0ee16efd07dca0fcb82a48574dcf545421e5e8302128acd5e28fbcadc4d1a82f0b2049491988691e3f8b85c99d50ec1c81a4a4549c96b9651
 SHA512 
20a505a8247ba33f8c0c201b809b22073ec589f4d83b1089c6787afbe42760443a964fd12fbe2dc6ec778c6d3067db04d93ec098551ff9ed6e5030d5830fce9e
 DIST genpatches-5.13-15.base.tar.xz 712312 BLAKE2B 
fa70753d96944bfe43ae352592be5fea8b8bccbac1f7412a241d951b5009e4643e12123ec3aa6864b9a884fffc744c8ec0be84dd499a29dcbf3c36446b013842
 SHA512 
814b3766c5330b5890e63ab47399e91981c18dccda37797983076ec860e8d2056f112706a07acd1f5c0f72a5417a8713d928b473695f6669fe734de025048015
@@ -43,6 +45,8 @@ DIST gentoo-kernel-5.10.63-1.x86.xpak 57245275 BLAKE2B 
8b6632fd366ad93ef659daf85
 DIST gentoo-kernel-5.10.64-1.amd64.xpak 65498947 BLAKE2B 
cfad6efd8460bc60fd0caefbd3c5afe59484ab24e53840567769be97cee868f1a387144268bd87ab1f4d1ec9ecc3cd87ba190a5fd7a0702c71e38dd3e5de489f
 SHA512 
381c177a4b39a2ec03baaaefb9b59edb46ca8e74a52aea93b59aa8c58611a78c91a192dfaea7aab365d2895aa2e19791ee6e68f4ac3c6ffd5eb2a9deb8f1c0a4
 DIST gentoo-kernel-5.10.64-1.arm64.xpak 61239142 BLAKE2B 
32abfe4007ef3653a203160236cb5354f6168e8c28f28fad6e8a3c03b3fa0a205ebfcc94b8a839b80a7357284e15ffbfcc8fbd27c946c54acfbf7a17d2b09436
 SHA512 
0b9965ad49b39a7ee86ececa81a38be8ebb90eece0ef1f289bbccd28e47d9e465821f6274cf9a2736a74b76836e9499d23bd60920cd16be7bb8142c51b899967
 DIST gentoo-kernel-5.10.64-1.x86.xpak 57233627 BLAKE2B 
0c7253729bd26e4e47821b5ed81dd696fb7a714d4f2613dae829b04e9dd7b4986c9a92c388e07e2628e74c50a20369ac92bf5b188d4933d3990f51e726305570
 SHA512 
d73cec3ef255a5338a9aea29daaae626619a1d33cb00a8b28c1b1aac17b5a4b48221c606be1320ec5f4b6851aa2fd8566281e69fc8aa7eea3e2eb89b1dd2ddfe
+DIST gentoo-kernel-5.10.65-1.amd64.xpak 65506456 BLAKE2B 
4c65d32ee668930a5d856d5cfaf17e3686e0efa384ff34e41d5094434733cd2ee18e972f5497a6858b06aa3db2bb83dd709a7b7a7142caec23034c2eeadf6dbe
 SHA512 
b365637f005724d94aed61d3340ce0aee592068be9f1d429208d82afc3076201f2cb7bb29e6dc99a6c3ba657c395e24ab527d8648b773b806bf59afb441fbfe7
+DIST gentoo-kernel-5.10.65-1.x86.xpak 57233550 BLAKE2B 
3ed15cc6cd28dea01806b954c0378ddc83f79b010109ac1255eb3e439064a04d57974b67e673cc587567484eaad4163e5297a46

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

2021-09-15 Thread Michał Górny
commit: 04155fe4387a00eea70f819c2795896da3dd39c5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:30:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04155fe4

virtual/dist-kernel: Bump to 5.13.17

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

 virtual/dist-kernel/dist-kernel-5.13.17.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.13.17.ebuild 
b/virtual/dist-kernel/dist-kernel-5.13.17.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.13.17.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-09-15 Thread Michał Górny
commit: f13f039cd01066919d04536f4093e7f410024ea4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:30:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13f039c

virtual/dist-kernel: Bump to 5.10.65

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

 virtual/dist-kernel/dist-kernel-5.10.65.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.65.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.65.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.65.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-09-15 Thread Michał Górny
commit: 4848f14d8ac728146c8d49583b57bc92a602706e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:31:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4848f14d

sys-kernel/gentoo-kernel: Bump to 5.4.146

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.146.ebuild | 97 ++
 2 files changed, 99 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 400d4f5be67..6c096718e08 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -30,6 +30,8 @@ DIST genpatches-5.4-148.base.tar.xz 3887780 BLAKE2B 
127c72912bf3db08c86bdce400ee
 DIST genpatches-5.4-148.extras.tar.xz 1788 BLAKE2B 
3569f9649b403a8dabae9cb4721c17dda84061c7d03aa72714b976968a8d18fe451945fa41939be5de301446e640f957b229f79d8fbc20c899d498abffa72a54
 SHA512 
a7a082bff05441624cba87d4398e98713953d06365d7ea1c1ae0977fd4e70cfe565bfed4ed2387c7552dd58b5ef05ebf9f12051930e2126e6e007ac06bbf8e9f
 DIST genpatches-5.4-149.base.tar.xz 3897496 BLAKE2B 
0f815da5a71bf0c55b7bd27f242be16686f977c78d3e7fa73483c0ed6a126e3a75ec10b98e9500b499af5e749f5ec3a3844fbf7f1d4ffd628f941a0745c9b1c2
 SHA512 
08c02e6f68ccd0f8168d6ca8334594a531940bceeb196229bce4acf0e3350ad9b12d4e0f4d11f54a659aaa2f464185b677cfe26e172d3091b4c86f2a7edc7bbe
 DIST genpatches-5.4-149.extras.tar.xz 1788 BLAKE2B 
05c45b84dbd9952cdaf41f881aaf67bdf2d6842c4eb967a765e5a19a9a63201d4d7a552983342bf010a5cefdbb36a1a4aae3254edc0322eccc7fb3442b007b9f
 SHA512 
3ab95bda0b4cd11aa7769eb27c51051a79ce43112028557d4f87588e7140a674f3c58890e812722b8796aaa953e68ae22b92a3390ae8832bae16b617c6d49997
+DIST genpatches-5.4-150.base.tar.xz 3930104 BLAKE2B 
eb120013120a98449c8df210a5a02201949ca950dd812308a53e15b726d1752f296b0e3490e6fc9102fe91793be24d4f7554f3a1c1c1243766959fecb037b789
 SHA512 
238164efd759be2714884ddf5921de189e872dfd8ea4954356a610aacac899f806ca5f6fcf0c2e5eb64e7eff89a37f5c8b7b26b98c9f1705717e14abad6984fd
+DIST genpatches-5.4-150.extras.tar.xz 1788 BLAKE2B 
b408e6247a66358208489dfcf3bdd6aaf47a471089ffa8517a52039535f276ab411931a7c1dcc17b7d2aee99a49e530ceb43cfe0c59ecff982da40337c22e375
 SHA512 
0d1f94ab3cf4759f1f87a63d95ecb00c7a4c4c982b6bf73137bde0aefb1c07b037d8e613966c45cf3e4122e0c93771011e8094ca4517fe3da9ec4dd4e2820e35
 DIST gentoo-kernel-config-5.10.42.tar.gz 3992 BLAKE2B 
b04f585ccc823c25baafea011a5df9e4ed79f5537fb0c47726bb54d3f6197627b078a6f8510707a68edd9308f7ede84ca3f9bff78e64e06c9ea3d53db496c10f
 SHA512 
5d42e1ac694441acb8ea13fa3e80615bd18f0932a37f50c3d34c8c2f95ef4dfa6541407ddcad802b4fb13468e0e85d8cd09ac37d3612260f9a81d081cb4b6713
 DIST gentoo-kernel-config-5.13.4.tar.gz 4024 BLAKE2B 
9b4e3205c356c791768b9de09057b55499519af5551165040c5ad50bd85b2886e34a9f8dfeea08c6a2113b903341c2bed897bc2615913cdfe3d13434d7be6f48
 SHA512 
55d9f2c72d164f81aede7ce5b2c703f8a426ad0a1a3323c0a304c9f07ed86aa06949ba2f42da115b977b810886a47a0126eda96ade853970a951c301eee5e12c
 DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 
225600db53532ee131dd83d10cecc97a83f4615975ff32f3f6190a15eace64707cb59490bb42940e4429f9054221b9d9a589ada443922062bb5ee18ecc42c26c

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.146.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.146.ebuild
new file mode 100644
index 000..1bf22439675
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.146.ebuild
@@ -0,0 +1,97 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2021-09-15 Thread Michał Górny
commit: fb738cfbae27ba5416b7c3f81c8bc49616990a35
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 16:31:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 19:17:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb738cfb

virtual/dist-kernel: Bump to 5.4.146

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

 virtual/dist-kernel/dist-kernel-5.4.146.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.146.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.146.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.146.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/

2021-09-15 Thread Alfredo Tupone
commit: 4f618f045738571df7ac88872613856f1cd3479a
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:32:44 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:32:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f618f04

dev-ada/gnatcoll-bindings: UnusedInherits

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

 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r1.ebuild | 2 +-
 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r2.ebuild | 2 +-
 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r1.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r1.ebuild
index 8f47cc46b77..30a4f8a166a 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r1.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_201{7..9} )
-inherit ada multilib multiprocessing
+inherit ada multiprocessing
 
 MYP=${PN}-20.0-20191009-1B2EA
 

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r2.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r2.ebuild
index e1b4a17dd43..0f06a47b2fd 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r2.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2020-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_201{7..9} gnat_202{0..1} )
-inherit ada multilib multiprocessing
+inherit ada multiprocessing
 
 MYP=${PN}-20.0-20191009-1B2EA
 

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
index 078411675b1..a92e77430dc 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2021.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 ADA_COMPAT=( gnat_201{7..9} gnat_202{0..1} )
-inherit ada multilib multiprocessing python-single-r1
+inherit ada multiprocessing python-single-r1
 
 MYP=${P}-${PV}0518-19B15-src
 ADAMIRROR=https://community.download.adacore.com/v1



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatsymbolize/

2021-09-15 Thread Alfredo Tupone
commit: fff38a60834e600cec18788a6f54d5f12c60ed5f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:35:02 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:35:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff38a60

dev-ada/gnatsymbolize: UnusedInherits

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

 dev-ada/gnatsymbolize/gnatsymbolize-2019-r1.ebuild | 4 ++--
 dev-ada/gnatsymbolize/gnatsymbolize-2020.ebuild| 2 +-
 dev-ada/gnatsymbolize/gnatsymbolize-2021.ebuild| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ada/gnatsymbolize/gnatsymbolize-2019-r1.ebuild 
b/dev-ada/gnatsymbolize/gnatsymbolize-2019-r1.ebuild
index f7b4ff74b02..45f5e8e30e9 100644
--- a/dev-ada/gnatsymbolize/gnatsymbolize-2019-r1.ebuild
+++ b/dev-ada/gnatsymbolize/gnatsymbolize-2019-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 ADA_COMPAT=( gnat_201{8,9} )
-inherit ada multiprocessing autotools
+inherit ada
 
 MYP=${P}-20190429-19761-src
 

diff --git a/dev-ada/gnatsymbolize/gnatsymbolize-2020.ebuild 
b/dev-ada/gnatsymbolize/gnatsymbolize-2020.ebuild
index 8d3aa4b84aa..a8cc7499016 100644
--- a/dev-ada/gnatsymbolize/gnatsymbolize-2020.ebuild
+++ b/dev-ada/gnatsymbolize/gnatsymbolize-2020.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 ADA_COMPAT=( gnat_201{8,9} gnat_202{0..1} )
-inherit ada multiprocessing autotools
+inherit ada
 
 MYP=${P}-20200429-19987-src
 

diff --git a/dev-ada/gnatsymbolize/gnatsymbolize-2021.ebuild 
b/dev-ada/gnatsymbolize/gnatsymbolize-2021.ebuild
index 1d0cfb3388a..d1c9dd81f2c 100644
--- a/dev-ada/gnatsymbolize/gnatsymbolize-2021.ebuild
+++ b/dev-ada/gnatsymbolize/gnatsymbolize-2021.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 ADA_COMPAT=( gnat_201{8,9} gnat_202{0..1} )
-inherit ada multiprocessing autotools
+inherit ada
 
 MYP=${P}-${PV}0518-19D3B-src
 ID=884f3b229457c995ddebb46a16a7cc50ed837c90



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/

2021-09-15 Thread Alfredo Tupone
commit: 7da9f2e16daf35eaf121fb86a2418735cbc65d5b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:36:33 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:36:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da9f2e1

dev-ada/gprbuild: UnusedInherits

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

 dev-ada/gprbuild/gprbuild-2020-r1.ebuild | 2 +-
 dev-ada/gprbuild/gprbuild-2020.ebuild| 2 +-
 dev-ada/gprbuild/gprbuild-2021-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ada/gprbuild/gprbuild-2020-r1.ebuild 
b/dev-ada/gprbuild/gprbuild-2020-r1.ebuild
index d3ee4019b22..55116e70ff6 100644
--- a/dev-ada/gprbuild/gprbuild-2020-r1.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2020-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ADA_COMPAT=( gnat_201{7..9} gnat_2020 )
 
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=${P}-20200429-19BD2-src
 XMLADA=xmlada-${PV}-20200429-19A99-src

diff --git a/dev-ada/gprbuild/gprbuild-2020.ebuild 
b/dev-ada/gprbuild/gprbuild-2020.ebuild
index dd6ac51b2fa..09a4684b639 100644
--- a/dev-ada/gprbuild/gprbuild-2020.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2020.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ADA_COMPAT=( gnat_201{7,8,9} )
 
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=${P}-20200429-19BD2-src
 XMLADA=xmlada-${PV}-20200429-19A99-src

diff --git a/dev-ada/gprbuild/gprbuild-2021-r1.ebuild 
b/dev-ada/gprbuild/gprbuild-2021-r1.ebuild
index 9fae54f90be..37e819ad262 100644
--- a/dev-ada/gprbuild/gprbuild-2021-r1.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2021-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 ADA_COMPAT=( gnat_202{0..1} )
 
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=${P}-${PV}0519-19A34-src
 ID=23a77a37247ff811609e23a0a271f445c299fc8f



[gentoo-commits] repo/gentoo:master commit in: dev-ada/libgpr/

2021-09-15 Thread Alfredo Tupone
commit: ecc57f11c124392b41dd2a01cd2a36a904a8228c
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:37:38 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:37:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc57f11

dev-ada/libgpr: UnusedInherits

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

 dev-ada/libgpr/libgpr-2020-r1.ebuild | 2 +-
 dev-ada/libgpr/libgpr-2020.ebuild| 2 +-
 dev-ada/libgpr/libgpr-2021.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ada/libgpr/libgpr-2020-r1.ebuild 
b/dev-ada/libgpr/libgpr-2020-r1.ebuild
index 9c7e8a6ad42..f03d793a24c 100644
--- a/dev-ada/libgpr/libgpr-2020-r1.ebuild
+++ b/dev-ada/libgpr/libgpr-2020-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_201{7..9} gnat_2020 )
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=gprbuild-${PV}-20200429-19BD2-src
 

diff --git a/dev-ada/libgpr/libgpr-2020.ebuild 
b/dev-ada/libgpr/libgpr-2020.ebuild
index fead7b2fb0a..ae1686a1fa5 100644
--- a/dev-ada/libgpr/libgpr-2020.ebuild
+++ b/dev-ada/libgpr/libgpr-2020.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_201{7..9} )
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=gprbuild-${PV}-20200429-19BD2-src
 

diff --git a/dev-ada/libgpr/libgpr-2021.ebuild 
b/dev-ada/libgpr/libgpr-2021.ebuild
index 3af89a36443..b6291478bec 100644
--- a/dev-ada/libgpr/libgpr-2021.ebuild
+++ b/dev-ada/libgpr/libgpr-2021.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ADA_COMPAT=( gnat_202{0..1} )
-inherit ada toolchain-funcs multiprocessing
+inherit ada multiprocessing
 
 MYP=gprbuild-${PV}-${PV}0519-19A34-src
 ID=23a77a37247ff811609e23a0a271f445c299fc8f



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

2021-09-15 Thread Alfredo Tupone
commit: b2190b3fac9d3cad611c9587342fa64359e2c4db
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:41:49 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2190b3f

dev-lang/ocaml: UnusedInherits

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

 dev-lang/ocaml/ocaml-4.05.0-r7.ebuild | 2 +-
 dev-lang/ocaml/ocaml-4.05.0-r8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild 
b/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild
index ebd032a4fd8..7604e5ba353 100644
--- a/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild
+++ b/dev-lang/ocaml/ocaml-4.05.0-r7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 PATCHLEVEL="9"
 MY_P="${P/_/-}"

diff --git a/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild 
b/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild
index 11c811147b4..aab387a1042 100644
--- a/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild
+++ b/dev-lang/ocaml/ocaml-4.05.0-r8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 PATCHLEVEL="9"
 MY_P="${P/_/-}"



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

2021-09-15 Thread Alfredo Tupone
commit: ff046aa1c687b69b8c7ed9bbdb96eb598ddcee4c
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:42:49 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:42:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff046aa1

dev-lang/spark: UnusedInherits

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

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

diff --git a/dev-lang/spark/spark-2021.ebuild b/dev-lang/spark/spark-2021.ebuild
index 9c090883d17..a2e41c04602 100644
--- a/dev-lang/spark/spark-2021.ebuild
+++ b/dev-lang/spark/spark-2021.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 ADA_COMPAT=( gnat_2021 )
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit ada python-any-r1 toolchain-funcs multiprocessing
+inherit ada python-any-r1
 
 ADA_MIRROR=https://community.download.adacore.com/v1
 ID=969ce28e217bd5aa4db549a544d20846408a5229



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/

2021-09-15 Thread Alfredo Tupone
commit: 113c3c6fbcbf85b5bea072dd614b1925e82cd71b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:43:54 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:43:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113c3c6f

dev-tcltk/bwidget: UnusedInherits

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

 dev-tcltk/bwidget/bwidget-1.9.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/bwidget/bwidget-1.9.14.ebuild 
b/dev-tcltk/bwidget/bwidget-1.9.14.ebuild
index 0c19aba46b5..1ed8f4bfa11 100644
--- a/dev-tcltk/bwidget/bwidget-1.9.14.ebuild
+++ b/dev-tcltk/bwidget/bwidget-1.9.14.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib virtualx
+inherit virtualx
 
 MY_PN=${PN/bw/BW}
 MY_P=${MY_PN}-${PV}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itcl/

2021-09-15 Thread Alfredo Tupone
commit: 5566ebbf5f9a75bd7b776d554393f49609c60fed
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:46:01 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:46:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5566ebbf

dev-tcltk/itcl: UnusedInherits

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

 dev-tcltk/itcl/itcl-4.1.1.ebuild | 2 --
 dev-tcltk/itcl/itcl-4.2.0.ebuild | 2 --
 2 files changed, 4 deletions(-)

diff --git a/dev-tcltk/itcl/itcl-4.1.1.ebuild b/dev-tcltk/itcl/itcl-4.1.1.ebuild
index 50fd582e4ad..1df899f25f0 100644
--- a/dev-tcltk/itcl/itcl-4.1.1.ebuild
+++ b/dev-tcltk/itcl/itcl-4.1.1.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=7
 
-inherit multilib
-
 MY_P="${PN}${PV}"
 
 DESCRIPTION="Object Oriented Enhancements for Tcl/Tk"

diff --git a/dev-tcltk/itcl/itcl-4.2.0.ebuild b/dev-tcltk/itcl/itcl-4.2.0.ebuild
index 31a1c519ce3..804fc5d58d2 100644
--- a/dev-tcltk/itcl/itcl-4.2.0.ebuild
+++ b/dev-tcltk/itcl/itcl-4.2.0.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=7
 
-inherit multilib
-
 MY_P="${PN}${PV}"
 
 DESCRIPTION="Object Oriented Enhancements for Tcl/Tk"



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itk/

2021-09-15 Thread Alfredo Tupone
commit: 81336eb8920d2177c00cf89d9c3889709a1e6037
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Sep 15 19:47:09 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 15 19:47:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81336eb8

dev-tcltk/itk: UnusedInherits

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

 dev-tcltk/itk/itk-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/itk/itk-4.1.0.ebuild b/dev-tcltk/itk/itk-4.1.0.ebuild
index 922324286f7..9ae9fb2b25f 100644
--- a/dev-tcltk/itk/itk-4.1.0.ebuild
+++ b/dev-tcltk/itk/itk-4.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools multilib virtualx
+inherit autotools virtualx
 
 MY_PV=${PV/_beta/b}
 



  1   2   3   4   5   6   7   8   9   10   >