[gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/files/musl/, dev-libs/elfutils/files/, dev-libs/elfutils/

2021-11-13 Thread Sam James
commit: ef17e2c45cd32e31ec8c696702bb7baf6707f9ef
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 07:56:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 07:57:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef17e2c4

dev-libs/elfutils: use patches from devspace; update for musl in 0.186

- Move 0.185 and 0.186 patches into their own compressed tarball in devspace
  (files dir was getting _way_ too big)

- Fix patches for musl in 0.186 (both one which didn't apply anymore and
  an additional upstream patch).

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

 dev-libs/elfutils/Manifest |   2 +
 dev-libs/elfutils/elfutils-0.185.ebuild|  11 +-
 dev-libs/elfutils/elfutils-0.186.ebuild|  14 +-
 ...lfutils-0.175-disable-biarch-test-PR24158.patch |   9 --
 .../files/elfutils-0.177-disable-large.patch   |  14 --
 .../files/elfutils-0.180-PaX-support.patch |  26 
 ac-rework-gnu99-ext-check-to-allow-clang.patch | 146 -
 .../elfutils-0.185-glibc-2.34-test-failure.patch   | 124 -
 ...utils-0.185-pull-advance_pc-in-file-scope.patch |  70 --
 .../files/elfutils-0.185-static-inline.patch   |  12 --
 .../files/musl/elfutils-0.185-aarch64-regs.patch   |  57 
 .../elfutils/files/musl/elfutils-0.185-cdefs.patch |  20 ---
 .../files/musl/elfutils-0.185-error-h.patch|  68 --
 .../files/musl/elfutils-0.185-macros.patch |  86 
 .../files/musl/elfutils-0.185-strndupa.patch   |  22 
 15 files changed, 8 insertions(+), 673 deletions(-)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index 0a6a8004f327..6af4e92e7b9e 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -1,2 +1,4 @@
+DIST elfutils-0.185-patches.tar.gz 7625 BLAKE2B 
92aff147aa7e45976863e8129e25ecad74ad9bca231c9223897094c5933c3b350eb525a203b492d80c1eabee3b3808b43e30bdb879d7173eac968afa2005e97c
 SHA512 
3f253c4de97190731ac157044572912b76df80f9473f3df335f0383dad6409f987593a749c5284672cf1b20241ac3ed9d77b126f730aaf594725703b6a426906
 DIST elfutils-0.185.tar.bz2 9187627 BLAKE2B 
57cfa7e4060975c4bf6170dbd354687a19a92f7069c060db1ac2fa4da5a9d34e8bddd07c7ce376b5c28b5670ad5b8c1df795164cbcfb600a44cf1db60c20c4af
 SHA512 
34de0de1355b11740e036e0fc64f2fc063587c8eb121b19216ee5548d3f0f268d8fc3995176c47190466b9d881007cfa11a9d01e9a50e38af6119492bf8bb47f
+DIST elfutils-0.186-patches.tar.gz 3323 BLAKE2B 
360365597d3a08d6f4fe843d04bcddd07a44ca93dae2034615abc450517e1be21c81a55aa379c409902e134ae795b38bb7461c65cdba3934ac7ef1e4e0e53091
 SHA512 
e2d427be505fdc416751a1fbc3bb4f39577859d94ce43990faa83c135fe36be2ddb3a2ef0f1020cfa37060e6d43dc7b8cf3db0d07d62b31bf29cb9a4a5945ce1
 DIST elfutils-0.186.tar.bz2 9230491 BLAKE2B 
49573d0a1f3519eab81d1ba3e94354cbc0935a36a94a3fdb22fe223a47b78cca8fd6e322870b0e335a809529fa6f54180b13c67936dec0242123c54ba20c9fc9
 SHA512 
c9180b27ec62935f18b9431268d176f6023d1bb938731d2af6e7626ae460af6608a70ba68483aa1ec7e6cb0fa0528b661ca8b68bc4f58ea8e18af527c5950c78

diff --git a/dev-libs/elfutils/elfutils-0.185.ebuild 
b/dev-libs/elfutils/elfutils-0.185.ebuild
index 84df482f3f86..26aeca00e2e8 100644
--- a/dev-libs/elfutils/elfutils-0.185.ebuild
+++ b/dev-libs/elfutils/elfutils-0.185.ebuild
@@ -8,6 +8,7 @@ inherit flag-o-matic multilib-minimal
 DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
 HOMEPAGE="http://elfutils.org/;
 SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-0.185-patches.tar.gz;
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
@@ -36,20 +37,14 @@ BDEPEND="nls? ( sys-devel/gettext )
 RESTRICT="!test? ( test )"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
-   "${FILESDIR}"/${PN}-0.177-disable-large.patch
-   "${FILESDIR}"/${PN}-0.180-PaX-support.patch
-   "${FILESDIR}"/${PN}-0.185-static-inline.patch
-   "${FILESDIR}"/${PN}-0.185-pull-advance_pc-in-file-scope.patch
-   
"${FILESDIR}"/${PN}-0.185-configure.ac-rework-gnu99-ext-check-to-allow-clang.patch
-   "${FILESDIR}"/${PN}-0.185-glibc-2.34-test-failure.patch
+   "${WORKDIR}"/${PN}-0.185-patches/
 )
 
 src_prepare() {
default
 
if use elibc_musl; then
-   eapply "${FILESDIR}"/musl/
+   eapply "${WORKDIR}"/${PN}-0.185-patches/musl/
fi
 
if ! use static-libs; then

diff --git a/dev-libs/elfutils/elfutils-0.186.ebuild 
b/dev-libs/elfutils/elfutils-0.186.ebuild
index d7c479481a35..e8c5b4a6a800 100644
--- a/dev-libs/elfutils/elfutils-0.186.ebuild
+++ b/dev-libs/elfutils/elfutils-0.186.ebuild
@@ -8,6 +8,7 @@ inherit flag-o-matic multilib-minimal
 DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
 HOMEPAGE="https://elfutils.org/;
 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2021-11-13 Thread Georgy Yakovlev
commit: f7ec44662ec38c1fbb94d18cb02d3b12bba34db2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 07:49:15 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 07:50:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ec4466

profiles/arch/powerpc/ppc64/64le: unmask firefox[screencast]

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

 profiles/arch/powerpc/ppc64/64le/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask 
b/profiles/arch/powerpc/ppc64/64le/package.use.mask
index fbfee3c8638a..7bd73835511c 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2021-11-13)
+# ppc64 has pipewire keyworded
+www-client/firefox -screencast
+
 # Sam James  (2021-09-23)
 # Needs media-libs/libldac which builds on ppc64le, but not be
 media-video/pipewire -bluetooth



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

2021-11-13 Thread Miroslav Šulc
commit: 8a781e712f3b830bd014e8181a9338caae15d4cf
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Nov 14 07:05:44 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Nov 14 07:06:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a781e71

media-sound/strawberry: updated PLOCALES in 1.0.0

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

 media-sound/strawberry/strawberry-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/strawberry/strawberry-1.0.0.ebuild 
b/media-sound/strawberry/strawberry-1.0.0.ebuild
index b79659cf7e03..c44508625f7a 100644
--- a/media-sound/strawberry/strawberry-1.0.0.ebuild
+++ b/media-sound/strawberry/strawberry-1.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake flag-o-matic plocale virtualx xdg
 
-PLOCALES="cs de es fr hu id it ko nb pl ru sv"
+PLOCALES="ca cs de es fi fr hu id it ja ko nb nl pl pt_BR ru sv uk zh_CN"
 
 DESCRIPTION="Modern music player and library organizer based on Clementine and 
Qt"
 HOMEPAGE="https://www.strawbs.org/;



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

2021-11-13 Thread Miroslav Šulc
commit: 012f5634b37b74ec8676757509b59bb249bd6901
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Nov 14 07:06:48 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Nov 14 07:06:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012f5634

media-sound/strawberry: removed unused eclass

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

 media-sound/strawberry/strawberry-0.9.3.ebuild | 2 +-
 media-sound/strawberry/strawberry-1.0.0.ebuild | 2 +-
 media-sound/strawberry/strawberry-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/strawberry/strawberry-0.9.3.ebuild 
b/media-sound/strawberry/strawberry-0.9.3.ebuild
index bcca27347c61..920a6556e1d5 100644
--- a/media-sound/strawberry/strawberry-0.9.3.ebuild
+++ b/media-sound/strawberry/strawberry-0.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake flag-o-matic plocale virtualx xdg
+inherit cmake flag-o-matic plocale xdg
 
 PLOCALES="cs de es fr hu id it ko nb pl ru sv"
 

diff --git a/media-sound/strawberry/strawberry-1.0.0.ebuild 
b/media-sound/strawberry/strawberry-1.0.0.ebuild
index c44508625f7a..3125896247de 100644
--- a/media-sound/strawberry/strawberry-1.0.0.ebuild
+++ b/media-sound/strawberry/strawberry-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic plocale virtualx xdg
+inherit cmake flag-o-matic plocale xdg
 
 PLOCALES="ca cs de es fi fr hu id it ja ko nb nl pl pt_BR ru sv uk zh_CN"
 

diff --git a/media-sound/strawberry/strawberry-.ebuild 
b/media-sound/strawberry/strawberry-.ebuild
index b79659cf7e03..9e45d008a03b 100644
--- a/media-sound/strawberry/strawberry-.ebuild
+++ b/media-sound/strawberry/strawberry-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic plocale virtualx xdg
+inherit cmake flag-o-matic plocale xdg
 
 PLOCALES="cs de es fr hu id it ko nb pl ru sv"
 



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

2021-11-13 Thread Georgy Yakovlev
commit: 5d534c3be54d62abb1f9cf19037f1c0063660084
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 06:45:06 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 07:01:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d534c3b

media-video/pipewire: sync live ebuild keywords

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

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

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index 9de3b924f048..60d1d5d9bcd1 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.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 ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



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

2021-11-13 Thread Georgy Yakovlev
commit: 52706c26cfa1e259367a4473c811b072cfd67d31
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 06:44:35 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 07:01:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52706c26

media-video/pipewire: keyword 0.3.40-r1 for ~ppc64

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

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

diff --git a/media-video/pipewire/pipewire-0.3.40-r1.ebuild 
b/media-video/pipewire/pipewire-0.3.40-r1.ebuild
index 9de3b924f048..60d1d5d9bcd1 100644
--- a/media-video/pipewire/pipewire-0.3.40-r1.ebuild
+++ b/media-video/pipewire/pipewire-0.3.40-r1.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 ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



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

2021-11-13 Thread Georgy Yakovlev
commit: 4dc6bb0840850151aff9fbc4f88ec52f1c14f46d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 06:39:24 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 07:01:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc6bb08

media-video/wireplumber: keyword 0.4.5 for ~ppc64

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

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

diff --git a/media-video/wireplumber/wireplumber-0.4.5.ebuild 
b/media-video/wireplumber/wireplumber-0.4.5.ebuild
index 8bac4b024755..de56f8e071e3 100644
--- a/media-video/wireplumber/wireplumber-0.4.5.ebuild
+++ b/media-video/wireplumber/wireplumber-0.4.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



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

2021-11-13 Thread Georgy Yakovlev
commit: 4989a25e3a6e12ccd1905b964b4586c196ed301a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 06:39:43 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 07:01:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4989a25e

media-video/wireplumber: sync live ebuild keywords

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

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

diff --git a/media-video/wireplumber/wireplumber-.ebuild 
b/media-video/wireplumber/wireplumber-.ebuild
index 8bac4b024755..de56f8e071e3 100644
--- a/media-video/wireplumber/wireplumber-.ebuild
+++ b/media-video/wireplumber/wireplumber-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/pipewire/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Replacement for pipewire-media-session"



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

2021-11-13 Thread Miroslav Šulc
commit: 175a78e4e7efa7a248ae108a2902ee3d862f26a7
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Nov 13 17:04:39 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Nov 14 06:46:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175a78e4

media-sound/picard: remove unused patch(es)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22936
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../picard/files/picard-2.6.3-fix-py3.10.patch | 61 --
 1 file changed, 61 deletions(-)

diff --git a/media-sound/picard/files/picard-2.6.3-fix-py3.10.patch 
b/media-sound/picard/files/picard-2.6.3-fix-py3.10.patch
deleted file mode 100644
index 772cbda3868d..
--- a/media-sound/picard/files/picard-2.6.3-fix-py3.10.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From 452bba954c30d5a642f03c02411529f511bda786 Mon Sep 17 00:00:00 2001
-From: Louis Sautier 
-Date: Fri, 27 Aug 2021 00:43:48 +0200
-Subject: [PATCH] Fix TypeErrors with Python 3.10
-
-Without these changes, running Picard with Python 3.10 results in errors
-such as:
-  File "./picard/ui/coverartbox.py", line 74, in __init__
-self.shadow = self.shadow.scaled(w, h, QtCore.Qt.KeepAspectRatio, 
QtCore.Qt.SmoothTransformation)
-TypeError: arguments did not match any overloaded call:
-  scaled(self, int, int, aspectRatioMode: Qt.AspectRatioMode = 
Qt.IgnoreAspectRatio, transformMode: Qt.TransformationMode = 
Qt.FastTransformation): argument 1 has unexpected type 'float'
-  scaled(self, QSize, aspectRatioMode: Qt.AspectRatioMode = 
Qt.IgnoreAspectRatio, transformMode: Qt.TransformationMode = 
Qt.FastTransformation): argument 1 has unexpected type 'float'

- picard/ui/coverartbox.py | 2 +-
- picard/ui/itemviews.py   | 6 +++---
- picard/util/__init__.py  | 2 +-
- 3 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/picard/ui/coverartbox.py b/picard/ui/coverartbox.py
-index c3eb4ddb74..f3a174664b 100644
 a/picard/ui/coverartbox.py
-+++ b/picard/ui/coverartbox.py
-@@ -135,7 +135,7 @@ def dropEvent(self, event):
- event.acceptProposedAction()
- 
- def scaled(self, *dimensions):
--return (self.pixel_ratio * dimension for dimension in dimensions)
-+return (round(self.pixel_ratio * dimension) for dimension in 
dimensions)
- 
- def show(self):
- self.set_data(self.data, True)
-diff --git a/picard/ui/itemviews.py b/picard/ui/itemviews.py
-index cffab6d70d..d1101b340f 100644
 a/picard/ui/itemviews.py
-+++ b/picard/ui/itemviews.py
-@@ -141,9 +141,9 @@ def get_match_color(similarity, basecolor):
- c1 = (basecolor.red(), basecolor.green(), basecolor.blue())
- c2 = (223, 125, 125)
- return QtGui.QColor(
--c2[0] + (c1[0] - c2[0]) * similarity,
--c2[1] + (c1[1] - c2[1]) * similarity,
--c2[2] + (c1[2] - c2[2]) * similarity)
-+int(c2[0] + (c1[0] - c2[0]) * similarity),
-+int(c2[1] + (c1[1] - c2[1]) * similarity),
-+int(c2[2] + (c1[2] - c2[2]) * similarity))
- 
- 
- class MainPanel(QtWidgets.QSplitter):
-diff --git a/picard/util/__init__.py b/picard/util/__init__.py
-index 3a4765f7cd..26f7576f56 100644
 a/picard/util/__init__.py
-+++ b/picard/util/__init__.py
-@@ -400,7 +400,7 @@ def throttled_func(*args, **kwargs):
- else:
- decorator.args = args
- decorator.kwargs = kwargs
--QtCore.QTimer.singleShot(r, later)
-+QtCore.QTimer.singleShot(int(r), later)
- decorator.is_ticking = True
- mutex.unlock()
- 



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

2021-11-13 Thread Miroslav Šulc
commit: 09c37e5b083e097a0739be7d516036d51e9dd58f
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Nov 13 14:02:53 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Nov 14 06:44:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c37e5b

profiles/package.mask last-rite dev-java/jsoup

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

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 84d7fc8001c3..95f2296aaa01 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Volkmar W. Pogatzki  (2021-11-13)
+# java package without consumers,
+# bug_808948 (CVE-2021-37714).  Removal in 30 days.
+dev-java/jsoup
+
 # Jakov Smolić  (2021-11-13)
 # Broken, no maintainer, outdated, multiple bugs reported, EAPI 5,
 # only revdep sys-fs/tmsu fails to build with go 1.16.



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

2021-11-13 Thread Sam James
commit: 8b9370a9167870639afc78b75e84da8eb6ba172a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 06:31:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 06:31:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9370a9

dev-python/scipy: keyword 1.7.2 for -hppa

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

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

diff --git a/dev-python/scipy/scipy-1.7.2.ebuild 
b/dev-python/scipy/scipy-1.7.2.ebuild
index 7290265e9ab7..cdc137b1517c 100644
--- a/dev-python/scipy/scipy-1.7.2.ebuild
+++ b/dev-python/scipy/scipy-1.7.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ia64 ~riscv ~s390 ~sparc ~x86"
 IUSE="doc +pythran sparse"
 
 DEPEND="



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

2021-11-13 Thread Sam James
commit: b1e8a5ab02df8301cebe211f854ded4e8d301fab
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 06:26:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 06:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e8a5ab

dev-util/diffoscope: add 192

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

 dev-util/diffoscope/Manifest  |   1 +
 dev-util/diffoscope/diffoscope-192.ebuild | 110 ++
 2 files changed, 111 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 1e8f7a5ec47c..bdfe78037e6b 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -4,3 +4,4 @@ DIST diffoscope-187.tar.gz 2699208 BLAKE2B 
193eb0575814df7ee1d0a0e989a936782a52d
 DIST diffoscope-188.tar.gz 2703049 BLAKE2B 
2d517a6067a70221a34545456e23eefb42b5dbae1daa3459366ad429446844d64714ab5d229cd909de533b8994e870d16314282454ce2ebbf3408685e6b94f5f
 SHA512 
b2c17bd577d5450439d2871f027f675f4e5bbfdc26e0f18bbe3579f214b023e1610a2095aec4b9d91c52e4a4c3e5fb226209e8f1c643b1c82ec190124d5d47d5
 DIST diffoscope-189.tar.gz 2703482 BLAKE2B 
9c3a86b71d02c456b72955ddc2c9df580c60c898b00cdebaeea369065536b531fd93cbc12f25d9d94ca6bf1cb11bf90f28e6c77f3573a623b35174e59466778d
 SHA512 
4c9a8c909cc18fa524be3979e211420b1240b7336a5895ec7e8682786e01952c6ae2ed494796aa08cdff2b21d13a55c4f47cb8e947743407e38790e8b40fb04c
 DIST diffoscope-190.tar.gz 2704083 BLAKE2B 
a2a0313f87fdb9c20b0dc696a1aea570857dd7005e0f69dc2dd139bca86a4b5711f98862b60f4d1a581bf3e0dfd38ef3be96991b96862584f289f1eb80415480
 SHA512 
646380d52730cf2efef57e3fa2995c7b2d5958d75597a59a24027bca1fc35c5b59dd96352faac9b7bd1d5bc053064f11760877651d52099f6b1ca0b3ad65d63c
+DIST diffoscope-192.tar.gz 2815127 BLAKE2B 
61aaf7485452751196b1d50f5423deb332f362107a559e2b2fc807b5b00b75e49ce5a26d1e8d24b40e765d182f76f17523efa01333f78cf68395389e6dcdb028
 SHA512 
3db57b650b7dc02a144f995cc9fd481e8fc36470e1e2fbaf29269d229d300336f08ff3fae847340de48ea3be6873fb75b86b7a7be3c7efec958523d3110847dd

diff --git a/dev-util/diffoscope/diffoscope-192.ebuild 
b/dev-util/diffoscope/diffoscope-192.ebuild
new file mode 100644
index ..bd59e85cceb9
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-192.ebuild
@@ -0,0 +1,110 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar test tcpdump zip zlib zstd"
+
+RESTRICT="!test? ( test )"
+
+# pull in optional tools for tests:
+# img2txt: bug #797688
+# docx2txt: bug #797688
+BDEPEND="test? (
+   app-text/docx2txt
+   media-libs/libcaca
+   virtual/imagemagick-tools[jpeg]
+   )"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( app-cdr/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   lzma? ( app-arch/xz-utils )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   zip? ( app-arch/unzip )
+   zlib? ( app-arch/gzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: 

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

2021-11-13 Thread Sam James
commit: df477a9f4d1d7618a8a88fd39ae817bbdd1a8943
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 06:26:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 06:26:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df477a9f

dev-util/diffoscope: drop 180, 186, 187, 188, 189

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

 dev-util/diffoscope/Manifest  |   5 --
 dev-util/diffoscope/diffoscope-180.ebuild | 112 --
 dev-util/diffoscope/diffoscope-186.ebuild | 109 -
 dev-util/diffoscope/diffoscope-187.ebuild | 109 -
 dev-util/diffoscope/diffoscope-188.ebuild | 109 -
 dev-util/diffoscope/diffoscope-189.ebuild | 110 -
 6 files changed, 554 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index bdfe78037e6b..1804ded11ced 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,7 +1,2 @@
-DIST diffoscope-180.tar.gz 1600542 BLAKE2B 
0cc34106f039e0682b32de284b3ce1be90e8629fb4ba18cffa31d7c970a9d18392060f37b201d4ee9ab3f4f65401684c72edf2d00d56827cbaacbfde0ce81d11
 SHA512 
abf2c514b9f3b074a5b9a6e19f09a474a8ba58e00974a48ebd860cc31547204fb4690224cb752b4248a0674d979bd20c6d4c77ffb912f2b85499d48d90affeb4
-DIST diffoscope-186.tar.gz 2685030 BLAKE2B 
b9fcb05fbdd939ece3727f232777c56119aa5df837699dcdc752a816bb656aa09c4cce99e225425e09d55914523a6456587bf232877fa22924c623f854016712
 SHA512 
13d42ba600cc9c5e716162a73f42d8453358f689f4148b138121e1f2190b1334a66a01fd0e227bc9e7190d3229c286be91d6ccbdd21c13694fc2edab8e5019cd
-DIST diffoscope-187.tar.gz 2699208 BLAKE2B 
193eb0575814df7ee1d0a0e989a936782a52d4c8dc3e56d47db7ff5d631776559a604755e1d1be6687c1168ef7bb9d899f3b5ea8cab9506ef5b2da195485d7e0
 SHA512 
b3ba6743c9c4e0460f56a0830801f72e00bf7500c54dd9392e6e1de470a3b7348d900a8b9012f17b509abbc59575c7b9ee8e1048b3b23e5813a5ddabeadb1be4
-DIST diffoscope-188.tar.gz 2703049 BLAKE2B 
2d517a6067a70221a34545456e23eefb42b5dbae1daa3459366ad429446844d64714ab5d229cd909de533b8994e870d16314282454ce2ebbf3408685e6b94f5f
 SHA512 
b2c17bd577d5450439d2871f027f675f4e5bbfdc26e0f18bbe3579f214b023e1610a2095aec4b9d91c52e4a4c3e5fb226209e8f1c643b1c82ec190124d5d47d5
-DIST diffoscope-189.tar.gz 2703482 BLAKE2B 
9c3a86b71d02c456b72955ddc2c9df580c60c898b00cdebaeea369065536b531fd93cbc12f25d9d94ca6bf1cb11bf90f28e6c77f3573a623b35174e59466778d
 SHA512 
4c9a8c909cc18fa524be3979e211420b1240b7336a5895ec7e8682786e01952c6ae2ed494796aa08cdff2b21d13a55c4f47cb8e947743407e38790e8b40fb04c
 DIST diffoscope-190.tar.gz 2704083 BLAKE2B 
a2a0313f87fdb9c20b0dc696a1aea570857dd7005e0f69dc2dd139bca86a4b5711f98862b60f4d1a581bf3e0dfd38ef3be96991b96862584f289f1eb80415480
 SHA512 
646380d52730cf2efef57e3fa2995c7b2d5958d75597a59a24027bca1fc35c5b59dd96352faac9b7bd1d5bc053064f11760877651d52099f6b1ca0b3ad65d63c
 DIST diffoscope-192.tar.gz 2815127 BLAKE2B 
61aaf7485452751196b1d50f5423deb332f362107a559e2b2fc807b5b00b75e49ce5a26d1e8d24b40e765d182f76f17523efa01333f78cf68395389e6dcdb028
 SHA512 
3db57b650b7dc02a144f995cc9fd481e8fc36470e1e2fbaf29269d229d300336f08ff3fae847340de48ea3be6873fb75b86b7a7be3c7efec958523d3110847dd

diff --git a/dev-util/diffoscope/diffoscope-180.ebuild 
b/dev-util/diffoscope/diffoscope-180.ebuild
deleted file mode 100644
index d09677ec2c10..
--- a/dev-util/diffoscope/diffoscope-180.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar test tcpdump zip zlib zstd"
-
-RESTRICT="!test? ( test )"
-
-# pull in optional tools for tests:
-# img2txt: bug #797688
-# docx2txt: bug #797688
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   app-text/docx2txt
-   media-libs/libcaca
-   )
-"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
- 

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

2021-11-13 Thread Sam James
commit: 79cd7d74c87ab8a02bb5824e5c4c38f30ec5d22a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 06:06:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 06:06:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79cd7d74

dev-python/scipy: mark as -hppa

This reverts commit e8f2dcda97e4dc66512a41dd6baaaf41a2b46e05.

Can't be built:
```
/var/tmp/portage/dev-python/scipy-1.7.2/work/scipy-1.7.2-python3_9/scipy/stats/_boost/include/func_defs.hpp:96:33:
   required from ‘RealType boost_isf(RealType, const Args ...) [with Dst = 
boost::math::beta_distribution; RealType = long double; Args = {long double, 
long double}]’
scipy/stats/_boost/src/beta_ufunc.cxx:3902:46:   required from here
/var/tmp/portage/dev-python/scipy-1.7.2/work/scipy-1.7.2-python3_9/scipy/_lib/boost/boost/math/tools/promotion.hpp:148:37:
 error: static assertion failed: Sorry, but this platform does not have 
sufficient long double support for the special functions to be reliably 
implemented.
  148 |  BOOST_STATIC_ASSERT_MSG((0 == ::boost::is_same::value), "Sorry, but this platform does not have sufficient long double 
support for the special functions to be reliably implemented.");
  |  
~~~^~
```

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

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

diff --git a/dev-python/scipy/scipy-1.7.2.ebuild 
b/dev-python/scipy/scipy-1.7.2.ebuild
index 1b2be2e758ea..7290265e9ab7 100644
--- a/dev-python/scipy/scipy-1.7.2.ebuild
+++ b/dev-python/scipy/scipy-1.7.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~s390 ~sparc ~x86"
 IUSE="doc +pythran sparse"
 
 DEPEND="



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

2021-11-13 Thread Sam James
commit: fa432ec1fe7a759aa6e8f17a748d59d7486e5159
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 05:45:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:45:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa432ec1

Revert "media-libs/svt-av1: swap phase definition"

Bozo move -- ${ABI} isn't going to work for us there. The original is fine.

This reverts commit f8b927cc26de8a1edad34321422d63b94afc9cfd.

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

 media-libs/svt-av1/svt-av1-0.8.7.ebuild | 4 ++--
 media-libs/svt-av1/svt-av1-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/svt-av1/svt-av1-0.8.7.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
index c04f4a0b65f4..643a0d195303 100644
--- a/media-libs/svt-av1/svt-av1-0.8.7.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 
-src_configure() {
+multilib_src_configure() {
append-ldflags -Wl,-z,noexecstack
 
local mycmakeargs=(
@@ -36,5 +36,5 @@ src_configure() {
 
[[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON )
 
-   cmake-multilib_src_configure
+   cmake_src_configure
 }

diff --git a/media-libs/svt-av1/svt-av1-.ebuild 
b/media-libs/svt-av1/svt-av1-.ebuild
index c875b0432f09..5f5a2bb626bd 100644
--- a/media-libs/svt-av1/svt-av1-.ebuild
+++ b/media-libs/svt-av1/svt-av1-.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 
-src_configure() {
+multilib_src_configure() {
append-ldflags -Wl,-z,noexecstack
 
local mycmakeargs=(
@@ -36,5 +36,5 @@ src_configure() {
 
[[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON )
 
-   cmake-multilib_src_configure
+   cmake_src_configure
 }



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

2021-11-13 Thread Sam James
commit: f8b927cc26de8a1edad34321422d63b94afc9cfd
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 05:40:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:40:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b927cc

media-libs/svt-av1: swap phase definition

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

 media-libs/svt-av1/svt-av1-0.8.7.ebuild | 4 ++--
 media-libs/svt-av1/svt-av1-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/svt-av1/svt-av1-0.8.7.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
index 643a0d195303..c04f4a0b65f4 100644
--- a/media-libs/svt-av1/svt-av1-0.8.7.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 
-multilib_src_configure() {
+src_configure() {
append-ldflags -Wl,-z,noexecstack
 
local mycmakeargs=(
@@ -36,5 +36,5 @@ multilib_src_configure() {
 
[[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON )
 
-   cmake_src_configure
+   cmake-multilib_src_configure
 }

diff --git a/media-libs/svt-av1/svt-av1-.ebuild 
b/media-libs/svt-av1/svt-av1-.ebuild
index 5f5a2bb626bd..c875b0432f09 100644
--- a/media-libs/svt-av1/svt-av1-.ebuild
+++ b/media-libs/svt-av1/svt-av1-.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 
-multilib_src_configure() {
+src_configure() {
append-ldflags -Wl,-z,noexecstack
 
local mycmakeargs=(
@@ -36,5 +36,5 @@ multilib_src_configure() {
 
[[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON )
 
-   cmake_src_configure
+   cmake-multilib_src_configure
 }



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

2021-11-13 Thread Sam James
commit: 5d564bfd43936f5374fe9a7c008a765e5df18225
Author: James Beddek  posteo  de>
AuthorDate: Sun Nov 14 05:28:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:37:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d564bfd

media-libs/svt-av1: enable amd64 multilib

Signed-off-by: James Beddek  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/22943
Signed-off-by: Sam James  gentoo.org>

 media-libs/svt-av1/svt-av1-0.8.7.ebuild | 7 +--
 media-libs/svt-av1/svt-av1-.ebuild  | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-libs/svt-av1/svt-av1-0.8.7.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
index 6a3a498cd40a..643a0d195303 100644
--- a/media-libs/svt-av1/svt-av1-0.8.7.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)"
 HOMEPAGE="https://gitlab.com/AOMediaCodec/SVT-AV1;
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 
-src_configure() {
+multilib_src_configure() {
append-ldflags -Wl,-z,noexecstack
 
local mycmakeargs=(
@@ -31,7 +31,10 @@ src_configure() {
# undefined reference to `ifd_inspect'
# 
https://github.com/Cidana-Developers/aom/commit/cfc5c9e95bcb48a5a41ca7908b44df34ea1313c0
-DBUILD_TESTING=OFF
+   -DCMAKE_OUTPUT_DIRECTORY="${BUILD_DIR}"
)
 
+   [[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON )
+
cmake_src_configure
 }

diff --git a/media-libs/svt-av1/svt-av1-.ebuild 
b/media-libs/svt-av1/svt-av1-.ebuild
index 16b50d3407b7..5f5a2bb626bd 100644
--- a/media-libs/svt-av1/svt-av1-.ebuild
+++ b/media-libs/svt-av1/svt-av1-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)"
 HOMEPAGE="https://gitlab.com/AOMediaCodec/SVT-AV1;
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="amd64? ( dev-lang/yasm )"
 
-src_configure() {
+multilib_src_configure() {
append-ldflags -Wl,-z,noexecstack
 
local mycmakeargs=(
@@ -31,7 +31,10 @@ src_configure() {
# undefined reference to `ifd_inspect'
# 
https://github.com/Cidana-Developers/aom/commit/cfc5c9e95bcb48a5a41ca7908b44df34ea1313c0
-DBUILD_TESTING=OFF
+   -DCMAKE_OUTPUT_DIRECTORY="${BUILD_DIR}"
)
 
+   [[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON )
+
cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/

2021-11-13 Thread Sam James
commit: 09d95ed5b3ebb0adcd14791c2979b0640c348b7d
Author: James Beddek  posteo  de>
AuthorDate: Sat Nov 13 12:30:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d95ed5

app-shells/fzf: drop 0.27.0

Signed-off-by: James Beddek  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/22930
Signed-off-by: Sam James  gentoo.org>

 app-shells/fzf/Manifest  |   1 -
 app-shells/fzf/fzf-0.27.0.ebuild | 104 ---
 2 files changed, 105 deletions(-)

diff --git a/app-shells/fzf/Manifest b/app-shells/fzf/Manifest
index 0905ba4bfe2d..1eafd23bfe45 100644
--- a/app-shells/fzf/Manifest
+++ b/app-shells/fzf/Manifest
@@ -1,4 +1,3 @@
-DIST fzf-0.27.0.tar.gz 182950 BLAKE2B 
07aeceed92af879d0ffc3e15721834cc0b2942b19cb9471b25e60c802b43bc0cfebbd6e7ea647c0654228974097a04ef7ac2428c2b1307d586249f83
 SHA512 
7a14a85d962a409e5008a135acb3f18d489dbd615696e925d2854e6304e289f59f573bcb267d8447ca2112087099b7115143b85f11decaa893ac2196328109ed
 DIST fzf-0.27.2.tar.gz 191941 BLAKE2B 
cad609a4171e4f3766b173b098a674b3469686265a6e30ff58b42b6ab5f29c539d860a78337d2985ebcfc8f4c249c979ab9e791db786b04dcdca0c55e5b81472
 SHA512 
8ca27b61b6b2a66bdfd06dc8ad9e5163f3b69d64a44e1a99df5a2af35a63ccf7a9a77f9faed27fead373f5c212396327a3c0300b31f22583a35a1ae2aeac9865
 DIST fzf-0.28.0.tar.gz 205763 BLAKE2B 
decb6c2ab49ea059039d5b01b74e7230b89c883fd14d87fcdd1218f53a543855a48f62af4c83783a084fba2beef7f513253b5f490b23d5c77685fa189a98837d
 SHA512 
5e5652272b90ef1b79ed9faa0563439fe184aa2d91a6a76388145fc92cd851753abb70b3c22b3a77a863b0e47f3960ca2cb6236a93b48ca8efc1b6aceffcd621
 DIST github.com%2Fgdamore%2Fencoding%2F@v%2Fv1.0.0.mod 77 BLAKE2B 
1b81c4c20a890027242b50f1566f4dfdaf120ee26d3dc56d0c2b6465df2ba79b208289eb40c3d7b666a4e7e874210f59aea545d5125c9a55c5597a3ca7f37feb
 SHA512 
fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75

diff --git a/app-shells/fzf/fzf-0.27.0.ebuild b/app-shells/fzf/fzf-0.27.0.ebuild
deleted file mode 100644
index 5296d17d194b..
--- a/app-shells/fzf/fzf-0.27.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="A general-purpose command-line fuzzy finder, written in Golang"
-HOMEPAGE="https://github.com/junegunn/fzf;
-
-# For fancy versioning only. Bump on the next release!
-MY_GIT_REV=6654239
-
-EGO_SUM=(
-   "github.com/gdamore/encoding v1.0.0"
-   "github.com/gdamore/encoding v1.0.0/go.mod"
-   "github.com/gdamore/tcell v1.4.0"
-   "github.com/gdamore/tcell v1.4.0/go.mod"
-   "github.com/lucasb-eyer/go-colorful v1.0.3/go.mod"
-   "github.com/lucasb-eyer/go-colorful v1.2.0"
-   "github.com/lucasb-eyer/go-colorful v1.2.0/go.mod"
-   "github.com/mattn/go-isatty v0.0.12"
-   "github.com/mattn/go-isatty v0.0.12/go.mod"
-   "github.com/mattn/go-runewidth v0.0.7/go.mod"
-   "github.com/mattn/go-runewidth v0.0.12"
-   "github.com/mattn/go-runewidth v0.0.12/go.mod"
-   "github.com/mattn/go-shellwords v1.0.11"
-   "github.com/mattn/go-shellwords v1.0.11/go.mod"
-   "github.com/rivo/uniseg v0.1.0/go.mod"
-   "github.com/rivo/uniseg v0.2.0"
-   "github.com/rivo/uniseg v0.2.0/go.mod"
-   "github.com/saracen/walker v0.1.2"
-   "github.com/saracen/walker v0.1.2/go.mod"
-   "golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod"
-   "golang.org/x/sync v0.0.0-20210220032951-036812b2e83c"
-   "golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod"
-   "golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756/go.mod"
-   "golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod"
-   "golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod"
-   "golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57"
-   "golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod"
-   "golang.org/x/term v0.0.0-20210317153231-de623e64d2a6"
-   "golang.org/x/term v0.0.0-20210317153231-de623e64d2a6/go.mod"
-   "golang.org/x/text v0.3.0/go.mod"
-   "golang.org/x/text v0.3.6"
-   "golang.org/x/text v0.3.6/go.mod"
-   "golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod"
-)
-
-go-module_set_globals
-
-SRC_URI="
-   https://github.com/junegunn/fzf/archive/${PV}.tar.gz -> ${P}.tar.gz
-   ${EGO_SUM_SRC_URI}
-"
-
-LICENSE="MIT BSD-with-disclosure"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_compile() {
-   emake PREFIX="${EPREFIX}"/usr VERSION=${PV} REVISION=${MY_GIT_REV} 
bin/${PN}
-}
-
-src_install() {
-   dobin bin/${PN}
-   doman man/man1/${PN}.1
-
-   dobin bin/${PN}-tmux
-   doman man/man1/${PN}-tmux.1
-
-   insinto /usr/share/vim/vimfiles/plugin
-   doins plugin/${PN}.vim
-
-   insinto 

[gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/

2021-11-13 Thread Sam James
commit: 42ca1ad37f9079c7547f97f3ec89357dc983a566
Author: James Beddek  posteo  de>
AuthorDate: Sat Nov 13 12:30:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ca1ad3

app-shells/fzf: add 0.28.0

Signed-off-by: James Beddek  posteo.de>
Signed-off-by: Sam James  gentoo.org>

 app-shells/fzf/Manifest  |   9 
 app-shells/fzf/fzf-0.28.0.ebuild | 107 +++
 2 files changed, 116 insertions(+)

diff --git a/app-shells/fzf/Manifest b/app-shells/fzf/Manifest
index 19a972dce475..0905ba4bfe2d 100644
--- a/app-shells/fzf/Manifest
+++ b/app-shells/fzf/Manifest
@@ -1,5 +1,6 @@
 DIST fzf-0.27.0.tar.gz 182950 BLAKE2B 
07aeceed92af879d0ffc3e15721834cc0b2942b19cb9471b25e60c802b43bc0cfebbd6e7ea647c0654228974097a04ef7ac2428c2b1307d586249f83
 SHA512 
7a14a85d962a409e5008a135acb3f18d489dbd615696e925d2854e6304e289f59f573bcb267d8447ca2112087099b7115143b85f11decaa893ac2196328109ed
 DIST fzf-0.27.2.tar.gz 191941 BLAKE2B 
cad609a4171e4f3766b173b098a674b3469686265a6e30ff58b42b6ab5f29c539d860a78337d2985ebcfc8f4c249c979ab9e791db786b04dcdca0c55e5b81472
 SHA512 
8ca27b61b6b2a66bdfd06dc8ad9e5163f3b69d64a44e1a99df5a2af35a63ccf7a9a77f9faed27fead373f5c212396327a3c0300b31f22583a35a1ae2aeac9865
+DIST fzf-0.28.0.tar.gz 205763 BLAKE2B 
decb6c2ab49ea059039d5b01b74e7230b89c883fd14d87fcdd1218f53a543855a48f62af4c83783a084fba2beef7f513253b5f490b23d5c77685fa189a98837d
 SHA512 
5e5652272b90ef1b79ed9faa0563439fe184aa2d91a6a76388145fc92cd851753abb70b3c22b3a77a863b0e47f3960ca2cb6236a93b48ca8efc1b6aceffcd621
 DIST github.com%2Fgdamore%2Fencoding%2F@v%2Fv1.0.0.mod 77 BLAKE2B 
1b81c4c20a890027242b50f1566f4dfdaf120ee26d3dc56d0c2b6465df2ba79b208289eb40c3d7b666a4e7e874210f59aea545d5125c9a55c5597a3ca7f37feb
 SHA512 
fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75
 DIST github.com%2Fgdamore%2Fencoding%2F@v%2Fv1.0.0.zip 19867 BLAKE2B 
a772206ce6dc48b32d7125a25b26694325d367ebcbad85466b2e6cfdb9fc9f0e08b98b7ecede5397344e5f7e623c4c76edcf69dcee99917adccf5b31aad80bf8
 SHA512 
127767c725e376b43fe4e2003ddc12fe89693d6d7e52b01e6d47d73fd04496decc0fd60b64c7a65303428e00a52ece1848610ea35231789a814187ef8503bee3
 DIST github.com%2Fgdamore%2Ftcell%2F@v%2Fv1.4.0.mod 250 BLAKE2B 
46093e9211011e814962ba2eafec4392948f185d27a202a8b626e16299e3a3fa4554a604933ceab584b27cca2b7a6b1f51d4e5fe10d673e875e38eca08de64ec
 SHA512 
412dee57c525bd5a3c0ce9c482e7933814758e36ebb226a16392e648f57e280485f86e30f17be2339eed427b52e4b0b601401503d0bd324c7fa874e2fcba2b60
@@ -9,11 +10,17 @@ DIST 
github.com%2Flucasb-eyer%2Fgo-colorful%2F@v%2Fv1.2.0.mod 51 BLAKE2B be532e3
 DIST github.com%2Flucasb-eyer%2Fgo-colorful%2F@v%2Fv1.2.0.zip 958042 BLAKE2B 
62ba67a66c0b5e159d7b12c8e32aec36f6f442411951024fe0b95fddce22c0e00d1f855f987aa39eddcb59165da582d0ee17fbf410630b6bad8424c17b85c431
 SHA512 
89b52255dd45791100b58a693036c772d27b26011754caa15df2badc4a93038b70060c7358aa12e01494e2f24e94533cd4ea7f7cb78686e61540383d1680ba2f
 DIST github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.12.mod 104 BLAKE2B 
a8f54d5566d54ac27763dd535705d64862f32d23f234b1ffbf759cbf4aa16886c90a96198ae2f4c0d0bc892932f1b8244e8ff0f8150bb87123947d734016
 SHA512 
7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503
 DIST github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.12.zip 8902 BLAKE2B 
7257687403b9f8f066147fdd4ee1bec7e4b02cfd3fddda8349a89d9b9ea5b93d9bef61280ed48d68adac4dfed7e382ee96886aa0d65d85406fb93dc6fe0c53b1
 SHA512 
79ba14a04838c509500e6098553e8aadcd7105445387160a8aa1a6d7b0e70f0e807c99036c31faf51920544da2156195174c8530e317a72728719cb0a9a66098
+DIST github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.14.mod 104 BLAKE2B 
e859512911c1621e5ba3e46249c5b9b5e4b0bae854bb3a18d7e39d6da27c93e133d43851d5e6bf2ede44fdee31801b19fe274b55a1f37b1291bf27262e2f2385
 SHA512 
23b01eb4023ff5018437ff98b55ada053eba49feab2777eed36d033f426c5456b143f3defbc3131dad1251205f3ffb3553e3c10bd98de80f0a462e8450d6d56c
+DIST github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.14.zip 8919 BLAKE2B 
fc84f4f16176d14f177f029cae5ecf0221a8f0ce716c499e8b5d49c8e1523673a2fbb600a769ac26be98b591b3cbc3730d447c412b2acd3eff7f878526c271a4
 SHA512 
c6401cf5af80ea2495cb63800ff39fb9490f212f3aae0ac1d86b3d37ce6734eb35aea00b35bd26532feab77ef80322e765925f302d77f664dd57163f67a8374e
 DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.12.mod 84 BLAKE2B 
9eb09ef8bbaf550ee520bdc9e35c7c221f85842959082d661425c15073001853e3b9bcf1ca1b552626f418de752f0a5542bbd76dd7f1d23ef131f4a169606e30
 SHA512 
939623ea34e482faf1cb055cd861471367cd69257abb28bd348efb4572ac95428330947ca0a1cac2820cc2cf7bbc6cada12623ff873d9ebc8c4af490d8237fbe
 DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.12.zip 20977 BLAKE2B 
e9a9da9c1383fd4011c9d934467ce94b00b04cdfb58faa0a531fa4b71d956b45cc1e6b9afc9011a2dad60fadd3a0c1fce7eda5de1e6eeabd53cc9f541ed48029
 

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

2021-11-13 Thread Sam James
commit: 8ea8829fc69c9a36da3ebcfd765dae99dc7b4635
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 05:24:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea8829f

dev-util/ccache: add 4.5

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

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

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index de030f992e6b..350ed7ee59cf 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -2,3 +2,4 @@ DIST ccache-4.3.tar.xz 433508 BLAKE2B 
6ab48aa587b4dc86020e3b0f722003dc5c03709626
 DIST ccache-4.4.1.tar.xz 509916 BLAKE2B 
54fec9480c37c144667ae2dd969cabc1526a01312200b2b9b26ef1d5533836e2070d28e6a7fbc580f232b22dbd6f1a56a43494b8960d96c5a97d8f041e8f31ca
 SHA512 
820c0b05d2b0209e8478c7409da0e27de8e9621c683aa0f147f9c025b8ac7bc3d06d6945d346143790168da79dfbd14b0ccfb284c7ac05c35f85b492be07d676
 DIST ccache-4.4.2.tar.xz 510260 BLAKE2B 
f0d8b9ac6e1972592ce5a51a392279a01f01c09e6bffc498ff0b20aa46acb6d7f949ae9f4c6006e20b15cdea9fa2fa057c78b69ef66c2e13b3ddee13367e91b1
 SHA512 
afcec4806b1e307ec16006ecd9e39eb69fc1376407877f024c882926725d41f2b08eccdcfb3efd8dac9e481d07f9c08c043b8cea5ea563a0f49b2f587325e4a7
 DIST ccache-4.4.tar.xz 509516 BLAKE2B 
6c4519d3cd93be49dfff09f22ada798894c9f4475395443e0dcfcf768178f1520cf26bc5c2e0ea22e06cc3ebd6ddaf930a2d1b517593a10c3253f7faa3131f43
 SHA512 
a857d1aded9c352eabba9c0f31b43fd17ae91672dabdfc086851448867c9dff6ad6dd7ee60f8e39102d41b7d8cf7866c6bf104e0214e865de45e75a8df7626f0
+DIST ccache-4.5.tar.xz 512772 BLAKE2B 
6cfd80aeee140c18e0b6c1e30c15d717caeaa6ef17ebf6400773fc957e02285242cd8f8861cf137b542272258a81fe8fd128ee69eea0fe6ecd12cf20acc5b2d8
 SHA512 
c05dd4280c68f64e799cee5704d879df1348f970ff4bbee2278a15ce99c2c52c337ee64713edbd8111634484e9159c1ce3d93fe9351ef388b65a9cbd6c0fc6ab

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



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

2021-11-13 Thread Sam James
commit: 4a153d2644a4108e8f3c8bcfe9b9413cceea7033
Author: James Beddek  posteo  de>
AuthorDate: Sun Oct 31 02:38:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a153d26

dev-libs/liborcus: add 0.17.0

Signed-off-by: James Beddek  posteo.de>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/liborcus/Manifest |  1 +
 ...liborcus-.ebuild => liborcus-0.17.0.ebuild} | 25 +-
 dev-libs/liborcus/liborcus-.ebuild | 11 +-
 3 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest
index 570800afb042..2f82c613714c 100644
--- a/dev-libs/liborcus/Manifest
+++ b/dev-libs/liborcus/Manifest
@@ -1 +1,2 @@
 DIST liborcus-0.16.1.tar.xz 1805436 BLAKE2B 
7df89da5a175daa6fcf759d28f8a0eaebf3db6405af3b06a01b8dad41c7706acedc74876a0b68ff9cabd5780bb7cb311cd7c98390c9ecd265e62513eadde81eb
 SHA512 
6d75591820af65181dd3a418f051a359695083f29c7d9c77edbcab3e89d9ea367824be0b19f27a31267525f446936145f5780a0ce3c6ee2d89823742837d4739
+DIST liborcus-0.17.0.tar.xz 1826696 BLAKE2B 
4cab8696f698510de6c995aa6a3e59a8407297d6a60bac89ca7ffa1f74576de555c69a38de97eac63e2aed1817a3377ec7e15b1da7b5c01b49d049092d8756ff
 SHA512 
1ac24f3c10973d0e0f6e3db7982391434631ec998ae07bb011fa8e000e48ca430c07a0c2588871a93b6d9bf7a19e30d4f05d34aef699dfce1f59a4556c7727e8

diff --git a/dev-libs/liborcus/liborcus-.ebuild 
b/dev-libs/liborcus/liborcus-0.17.0.ebuild
similarity index 70%
copy from dev-libs/liborcus/liborcus-.ebuild
copy to dev-libs/liborcus/liborcus-0.17.0.ebuild
index 85508fc2f047..f8f315cf8e63 100644
--- a/dev-libs/liborcus/liborcus-.ebuild
+++ b/dev-libs/liborcus/liborcus-0.17.0.ebuild
@@ -1,10 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-single-r1
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit autotools python-single-r1
 
 DESCRIPTION="Standalone file import filter library for spreadsheet documents"
 HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
@@ -12,18 +13,20 @@ 
HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
 if [[ ${PV} == ** ]]; then
MDDS_SLOT="1/"
EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git;
-   inherit git-r3 autotools
+   inherit git-r3
 else
-   MDDS_SLOT="1/1.5"
+   MDDS_SLOT="1/2.0"
SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   # Unkeyworded while libreoffice has no release making use of this slot
+   # KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"
-SLOT="0/0.16" # based on SONAME of liborcus.so
-IUSE="python +spreadsheet-model tools"
+SLOT="0/0.17" # based on SONAME of liborcus.so
+IUSE="python +spreadsheet-model test tools"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/boost:=[zlib(+)]
@@ -40,8 +43,11 @@ pkg_setup() {
 }
 
 src_prepare() {
+   # bug 713586
+   use test && eapply "${FILESDIR}/${P}-test-fix.patch"
+
default
-   [[ ${PV} == * ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {
@@ -58,5 +64,4 @@ src_configure() {
 src_install() {
default
find "${D}" -name '*.la' -type f -delete || die
-   use python && python_optimize
 }

diff --git a/dev-libs/liborcus/liborcus-.ebuild 
b/dev-libs/liborcus/liborcus-.ebuild
index 85508fc2f047..b923d9595f82 100644
--- a/dev-libs/liborcus/liborcus-.ebuild
+++ b/dev-libs/liborcus/liborcus-.ebuild
@@ -1,10 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit python-single-r1
+
+inherit autotools python-single-r1
 
 DESCRIPTION="Standalone file import filter library for spreadsheet documents"
 HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
@@ -12,7 +13,7 @@ 
HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
 if [[ ${PV} == ** ]]; then
MDDS_SLOT="1/"
EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git;
-   inherit git-r3 autotools
+   inherit git-r3
 else
MDDS_SLOT="1/1.5"
SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
@@ -20,7 +21,7 @@ else
 fi
 
 LICENSE="MIT"
-SLOT="0/0.16" # based on SONAME of liborcus.so
+SLOT="0/0.17" # based on SONAME of liborcus.so
 IUSE="python +spreadsheet-model tools"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -41,7 +42,7 @@ pkg_setup() {
 
 src_prepare() {
default
-   [[ ${PV} == * ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2021-11-13 Thread Sam James
commit: be87fd465f6937d9dd7721c25855e282b53dd42f
Author: James Beddek  posteo  de>
AuthorDate: Sat Nov 13 10:47:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be87fd46

app-office/libreoffice: update mdds/liborcus slots

Signed-off-by: James Beddek  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/22770
Signed-off-by: Sam James  gentoo.org>

 app-office/libreoffice/libreoffice-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index dfd813483da6..6e95a9c0abd7 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -162,7 +162,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/icu:=
dev-libs/libassuan
dev-libs/libgpg-error
-   dev-libs/liborcus:0/0.16
+   dev-libs/liborcus:0/0.17
dev-libs/librevenge
dev-libs/libxml2
dev-libs/libxslt
@@ -251,7 +251,7 @@ DEPEND="${COMMON_DEPEND}
dev-perl/Archive-Zip
>=dev-util/cppunit-1.14.0
>=dev-util/gperf-3.1
-   dev-util/mdds:1/1.5
+   dev-util/mdds:1/2.0
media-libs/glm
sys-devel/ucpp
x11-base/xorg-proto



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

2021-11-13 Thread Sam James
commit: bf19acd92c91042669578bf32770a912b301a830
Author: James Beddek  posteo  de>
AuthorDate: Sun Oct 31 02:39:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf19acd9

dev-libs/libixion: add 0.17.0

Signed-off-by: James Beddek  posteo.de>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libixion/Manifest|  1 +
 .../libixion/{libixion-.ebuild => libixion-0.17.0.ebuild} | 11 ++-
 dev-libs/libixion/libixion-.ebuild|  7 ---
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
index 55952aeb461e..aff640dd2314 100644
--- a/dev-libs/libixion/Manifest
+++ b/dev-libs/libixion/Manifest
@@ -1 +1,2 @@
 DIST libixion-0.16.1.tar.xz 482500 BLAKE2B 
26075c819a952f48c4e136fa28b4ef5075b455dea52d51940e4fc55344e19e404d70b44222631d0b0f85280d09bb8a05955bfcbe0a228b97d72d8f00f1639248
 SHA512 
979c631e9536f6d2c3ae32f7892756ac8889d27c551d80eb9d519bf912bd323da4b6ecd363fe2719e74e04bc3661e5d56e03a582f68f5293ffcac59b74f4c7de
+DIST libixion-0.17.0.tar.xz 499836 BLAKE2B 
c8c31b07ad14dd49be259686af3e39e6f5d4aeeb8680030ea7bd2697c8baa72123f2659b3087f224f956612dc444c97e6a6d331fd3deff780981bab4d5b6ad25
 SHA512 
0acdb2eae5250236a94b1a3344ca990058ea8db7b1e741545bcb7160f9e28d21a3c2ec336621fd590df10188a4d5feadfbb3a63f57e9bfd2cc1bffc04009ffad

diff --git a/dev-libs/libixion/libixion-.ebuild 
b/dev-libs/libixion/libixion-0.17.0.ebuild
similarity index 82%
copy from dev-libs/libixion/libixion-.ebuild
copy to dev-libs/libixion/libixion-0.17.0.ebuild
index d9195a2f1d42..806058a7ae4f 100644
--- a/dev-libs/libixion/libixion-.ebuild
+++ b/dev-libs/libixion/libixion-0.17.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8,9} )
 inherit python-single-r1
 
 DESCRIPTION="General purpose formula parser & interpreter"
@@ -14,13 +14,14 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git;
inherit git-r3 autotools
 else
-   MDDS_SLOT="1/1.5"
+   MDDS_SLOT="1/2.0"
SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   # Unkeyworded while libreoffice has no release making use of this slot
+   # KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"
-SLOT="0/0.16" # based on SONAME of libixion.so
+SLOT="0/0.17" # based on SONAME of libixion.so
 IUSE="debug python +threads"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

diff --git a/dev-libs/libixion/libixion-.ebuild 
b/dev-libs/libixion/libixion-.ebuild
index d9195a2f1d42..c9e0cbbd5438 100644
--- a/dev-libs/libixion/libixion-.ebuild
+++ b/dev-libs/libixion/libixion-.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+
 inherit python-single-r1
 
 DESCRIPTION="General purpose formula parser & interpreter"
@@ -14,13 +15,13 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git;
inherit git-r3 autotools
 else
-   MDDS_SLOT="1/1.5"
+   MDDS_SLOT="1/2.0"
SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 LICENSE="MIT"
-SLOT="0/0.16" # based on SONAME of libixion.so
+SLOT="0/0.17" # based on SONAME of libixion.so
 IUSE="debug python +threads"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-11-13 Thread Sam James
commit: 9f6727ef1b4673be4f9c0884bafd52c2acf55836
Author: James Beddek  posteo  de>
AuthorDate: Sun Oct 31 02:40:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6727ef

app-text/libetonyek: fix build with dev-util/mdds:1/2.0

Signed-off-by: James Beddek  posteo.de>
Signed-off-by: Sam James  gentoo.org>

 .../{libetonyek-.ebuild => libetonyek-0.1.10-r1.ebuild}| 10 +++---
 app-text/libetonyek/libetonyek-.ebuild |  7 +--
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
similarity index 84%
copy from app-text/libetonyek/libetonyek-.ebuild
copy to app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
index a9b34322cd7f..e8b2ff71f53d 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild
@@ -1,14 +1,17 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV} == * ]]; then
+   MDDS_VER=""

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git;
inherit autotools git-r3
 else
+   MDDS_VER="2.0"
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   # Unkeyworded while libreoffice has no release making use of this slot
+   # KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 DESCRIPTION="Library parsing Apple Keynote presentations"
 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek;
@@ -26,7 +29,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.5:1=
+   >=dev-util/mdds-${MDDS_VER}:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -45,6 +48,7 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--disable-werror
+   --with-mdds="${MDDS_VER}"
$(use_with doc docs)
$(use_enable static-libs static)
$(use_enable test tests)

diff --git a/app-text/libetonyek/libetonyek-.ebuild 
b/app-text/libetonyek/libetonyek-.ebuild
index a9b34322cd7f..7493c2947bb9 100644
--- a/app-text/libetonyek/libetonyek-.ebuild
+++ b/app-text/libetonyek/libetonyek-.ebuild
@@ -1,12 +1,14 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV} == * ]]; then
+   MDDS_VER=""

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git;
inherit autotools git-r3
 else
+   MDDS_VER="2.0"
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
@@ -26,7 +28,7 @@ RDEPEND="
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
-   >=dev-util/mdds-1.5:1=
+   >=dev-util/mdds-${MDDS_VER}:1=
sys-libs/zlib
 "
 DEPEND="${RDEPEND}
@@ -45,6 +47,7 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--disable-werror
+   --with-mdds="${MDDS_VER}"
$(use_with doc docs)
$(use_enable static-libs static)
$(use_enable test tests)



[gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/files/, dev-libs/liborcus/

2021-11-13 Thread Sam James
commit: 6d2facc6865eeebf112e7690c28504ed687dbe8f
Author: James Beddek  posteo  de>
AuthorDate: Sun Oct 31 02:37:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2facc6

dev-libs/liborcus: fix build failure with USE=-tools

Closes: https://bugs.gentoo.org/713586
Signed-off-by: James Beddek  posteo.de>
Signed-off-by: Sam James  gentoo.org>

 .../liborcus/files/liborcus-0.17.0-test-fix.patch  | 51 ++
 dev-libs/liborcus/liborcus-0.16.1.ebuild   | 13 --
 2 files changed, 60 insertions(+), 4 deletions(-)

diff --git a/dev-libs/liborcus/files/liborcus-0.17.0-test-fix.patch 
b/dev-libs/liborcus/files/liborcus-0.17.0-test-fix.patch
new file mode 100644
index ..1de33a7e3f4c
--- /dev/null
+++ b/dev-libs/liborcus/files/liborcus-0.17.0-test-fix.patch
@@ -0,0 +1,51 @@
+# https://bugs.gentoo.org/713586
+
+[PATCH] Build orcus-env-dump unconditionally
+
+The rule for `orcus-env-dump.o` is guarded by `if WITH_TOOLS` however,
+the rule for the executable `orcus-env-dump` is not. This leads to
+linking errors when running the test suite without tools.
+
+Move the rule for `orcus-env-dump.o` out of the if WITH_TOOLS block to
+always build it.
+---
+ src/Makefile.am | 20 ++--
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -25,6 +25,16 @@ orcus_test_xml_LDADD = \
+ 
+ orcus_test_xml_CPPFLAGS = -I$(top_builddir)/lib/liborcus/liborcus.la 
$(AM_CPPFLAGS) -DSRCDIR=\""$(top_srcdir)"\"
+ 
++#
++
++# orcus-env-dump
++
++orcus_env_dump_SOURCES = orcus_env_dump.cpp
++orcus_env_dump_LDADD = \
++  parser/liborcus-parser-@ORCUS_API_VERSION@.la \
++  liborcus/liborcus-@ORCUS_API_VERSION@.la
++orcus_env_dump_CPPFLAGS = -I$(top_builddir)/lib/liborcus/liborcus.la 
$(AM_CPPFLAGS)
++
+ 
+ TESTS = \
+   orcus-test-xml \
+@@ -136,16 +146,6 @@ orcus_detect_CPPFLAGS = 
-I$(top_builddir)/lib/liborcus/liborcus.la $(AM_CPPFLAGS
+ 
+ #
+ 
+-# orcus-env-dump
+-
+-orcus_env_dump_SOURCES = orcus_env_dump.cpp
+-orcus_env_dump_LDADD = \
+-  parser/liborcus-parser-@ORCUS_API_VERSION@.la \
+-  liborcus/liborcus-@ORCUS_API_VERSION@.la
+-orcus_env_dump_CPPFLAGS = -I$(top_builddir)/lib/liborcus/liborcus.la 
$(AM_CPPFLAGS)
+-
+-#
+-
+ if BUILD_SPREADSHEET_MODEL
+ 
+ orcus_json_LDADD += \

diff --git a/dev-libs/liborcus/liborcus-0.16.1.ebuild 
b/dev-libs/liborcus/liborcus-0.16.1.ebuild
index 11e425439697..18b38d862e5e 100644
--- a/dev-libs/liborcus/liborcus-0.16.1.ebuild
+++ b/dev-libs/liborcus/liborcus-0.16.1.ebuild
@@ -4,7 +4,8 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit python-single-r1
+
+inherit autotools python-single-r1
 
 DESCRIPTION="Standalone file import filter library for spreadsheet documents"
 HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
@@ -12,7 +13,7 @@ 
HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md;
 if [[ ${PV} == ** ]]; then
MDDS_SLOT="1/"
EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git;
-   inherit git-r3 autotools
+   inherit git-r3
 else
MDDS_SLOT="1/1.5"
SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
@@ -21,9 +22,10 @@ fi
 
 LICENSE="MIT"
 SLOT="0/0.16" # based on SONAME of liborcus.so
-IUSE="python +spreadsheet-model tools"
+IUSE="python +spreadsheet-model test tools"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/boost:=[zlib(+)]
@@ -42,8 +44,11 @@ pkg_setup() {
 }
 
 src_prepare() {
+   # bug 713586
+   use test && eapply "${FILESDIR}/${PN}-0.17.0-test-fix.patch"
+
default
-   [[ ${PV} == * ]] && eautoreconf
+   eautoreconf
 }
 
 src_configure() {



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

2021-11-13 Thread Sam James
commit: a35a8d18a245de438825c68aeeab5b44375e8abe
Author: James Beddek  posteo  de>
AuthorDate: Sun Oct 31 02:36:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:24:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35a8d18

dev-util/mdds: add 2.0.0

Signed-off-by: James Beddek  posteo.de>
Signed-off-by: Sam James  gentoo.org>

 dev-util/mdds/Manifest|  1 +
 dev-util/mdds/{mdds-.ebuild => mdds-2.0.0.ebuild} | 11 ++-
 dev-util/mdds/mdds-.ebuild|  6 +++---
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest
index bbcf1672121a..bd6171d8e4f7 100644
--- a/dev-util/mdds/Manifest
+++ b/dev-util/mdds/Manifest
@@ -1 +1,2 @@
 DIST mdds-1.7.0.tar.xz 313220 BLAKE2B 
02ab09ad1338223da2911c05fc8d67c9d0d5414d1dcedac066dc95a2b0853f3801347c9791a5fc5700d666933be78efc52f735453769f9f2123ce06eca1fa67f
 SHA512 
ac2bfe5186d499a79f4379c1dc7cc869bbbd9a59d4943399409dd4dd1ef7e3567a993deda5d5a06ad67dbd94b0a534439805837f2f405c5aca0aeb197178291a
+DIST mdds-2.0.0.tar.xz 409984 BLAKE2B 
39c8e6946f53d0cb51d1ce9b47c036eae78b0c276e50718f1837836caab3ffa341d8df3908ca332dec3549eb9541a50c1870b17f70b29c46162ff8a721cb10b2
 SHA512 
bc6b7629d69cb8a685c611e371c998579eea66ac006cfe3d7a39d216714767093832cc0978d1bfb73912c7f200921a44c477dadd311cd6e28586af55ae678f14

diff --git a/dev-util/mdds/mdds-.ebuild b/dev-util/mdds/mdds-2.0.0.ebuild
similarity index 80%
copy from dev-util/mdds/mdds-.ebuild
copy to dev-util/mdds/mdds-2.0.0.ebuild
index 37a5d8728339..58f1c940cdf9 100644
--- a/dev-util/mdds/mdds-.ebuild
+++ b/dev-util/mdds/mdds-2.0.0.ebuild
@@ -1,14 +1,15 @@
-# 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
 
-if [[ ${PV} == * ]]; then
+if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git;
inherit git-r3
 else
SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+   # Unkeyworded while libreoffice has no release making use of this slot
+   # KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 fi
 inherit autotools toolchain-funcs
 
@@ -16,7 +17,7 @@ DESCRIPTION="Collection of multi-dimensional data structure 
and indexing algorit
 HOMEPAGE="https://gitlab.com/mdds/mdds;
 
 LICENSE="MIT"
-SLOT="1/${PV%.*}" # Check API version on version bumps!
+SLOT="1/2.0" # Check API version on version bumps!
 IUSE="doc openmp valgrind test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-util/mdds/mdds-.ebuild b/dev-util/mdds/mdds-.ebuild
index 37a5d8728339..dc57a4506ee2 100644
--- a/dev-util/mdds/mdds-.ebuild
+++ b/dev-util/mdds/mdds-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-if [[ ${PV} == * ]]; then
+if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git;
inherit git-r3
 else



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

2021-11-13 Thread Sam James
commit: e00407bee34a39f5d209e7e59a2d02406a5ce1e6
Author: James Beddek  posteo  de>
AuthorDate: Sun Nov 14 05:19:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 05:22:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00407be

media-libs/svt-av1: drop -x86 keyword

Signed-off-by: James Beddek  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/22942
Signed-off-by: Sam James  gentoo.org>

 media-libs/svt-av1/svt-av1-0.8.7.ebuild | 2 +-
 media-libs/svt-av1/svt-av1-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/svt-av1/svt-av1-0.8.7.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
index 992968a36aa0..6a3a498cd40a 100644
--- a/media-libs/svt-av1/svt-av1-0.8.7.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.com/AOMediaCodec/SVT-AV1.git;
 else

SRC_URI="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${PV}/SVT-AV1-v${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc -x86" # 
-x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+   KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc"
S="${WORKDIR}/SVT-AV1-v${PV}"
 fi
 

diff --git a/media-libs/svt-av1/svt-av1-.ebuild 
b/media-libs/svt-av1/svt-av1-.ebuild
index fc254194ce68..16b50d3407b7 100644
--- a/media-libs/svt-av1/svt-av1-.ebuild
+++ b/media-libs/svt-av1/svt-av1-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.com/AOMediaCodec/SVT-AV1.git;
 else

SRC_URI="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${PV}/SVT-AV1-v${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc 
-x86" # -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc"
S="${WORKDIR}/SVT-AV1-v${PV}"
 fi
 



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

2021-11-13 Thread Sam James
commit: 29568d3292eab896c48faab2f0877b231360c4bd
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 04:49:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 04:49:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29568d32

dev-lang/spidermonkey: Stabilize 78.15.0 arm, #822954

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

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

diff --git a/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
index 93ed19bdd4aa..0de3589e789d 100644
--- a/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
@@ -61,7 +61,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++"
 
HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey;
 
-KEYWORDS="amd64 ~arm arm64 ~mips ~ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc64 ~riscv ~s390 x86"
 
 SLOT="78"
 LICENSE="MPL-2.0"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/, profiles/arch/powerpc/ppc64/

2021-11-13 Thread Sam James
commit: 152f206623d2848e2220bad786cc413b90b79653
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 04:04:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 04:42:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152f2066

profiles/arch/powerpc/ppc64: stable-mask USE=openexr

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

 profiles/arch/powerpc/ppc64/64le/use.stable.mask | 5 +
 profiles/arch/powerpc/ppc64/use.stable.mask  | 5 +
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask 
b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
index 8e2f205d60b7..ea967fc953b8 100644
--- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
@@ -1,6 +1,11 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-11-14)
+# media-libs/openexr is not marked stable on ppc64
+# (it's broken on BE and it's more convenient to keep it at ~arch here for now)
+openexr
+
 # Michał Górny  (2021-05-04)
 # Python 3.10 is not yet stable (and will not be until it's out of beta,
 # around September.

diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask 
b/profiles/arch/powerpc/ppc64/use.stable.mask
index 270d61458e3c..013b344a472d 100644
--- a/profiles/arch/powerpc/ppc64/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/use.stable.mask
@@ -4,6 +4,11 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Sam James  (2021-11-14)
+# media-libs/openexr is not marked stable on ppc64
+# (it's broken on BE and it's more convenient to keep it at ~arch here for now)
+openexr
+
 # Michał Górny  (2021-05-04)
 # Python 3.10 is not yet stable (and will not be until it's out of beta,
 # around September.



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

2021-11-13 Thread Sam James
commit: 3c1fdfbd693349f06ad3f03472a544a97c2963e3
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 04:22:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 04:42:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1fdfbd

media-libs/ctl: destabilize for ppc64

[Same as for openexr:

We already had to mask this on ppc64be and mark it -ppc
entirely and I don't usually do testing on ppc64le.

Let's see if we can drop the stable keyword
entirely here to make life easier.]

Bug: https://bugs.gentoo.org/787452
Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22940
Signed-off-by: Sam James  gentoo.org>

 media-libs/ctl/ctl-1.5.2-r1.ebuild | 2 +-
 media-libs/ctl/ctl-1.5.2-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/ctl/ctl-1.5.2-r1.ebuild 
b/media-libs/ctl/ctl-1.5.2-r1.ebuild
index 068acadc2a9e..7562ed9c901c 100644
--- a/media-libs/ctl/ctl-1.5.2-r1.ebuild
+++ b/media-libs/ctl/ctl-1.5.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ampas/CTL/archive/${P}.tar.gz;
 
 LICENSE="AMPAS"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc64 x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 x86"
 
 RDEPEND="media-libs/ilmbase:=
media-libs/openexr:=

diff --git a/media-libs/ctl/ctl-1.5.2-r2.ebuild 
b/media-libs/ctl/ctl-1.5.2-r2.ebuild
index 3989ebd3bda8..45d613f9e712 100644
--- a/media-libs/ctl/ctl-1.5.2-r2.ebuild
+++ b/media-libs/ctl/ctl-1.5.2-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/CTL-ctl-${PV}"
 
 LICENSE="AMPAS"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc64 x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2021-11-13 Thread Sam James
commit: ffcf0f8824fe88f79bb0cb9f7695b30b36acd083
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:35:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 04:42:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcf0f88

media-libs/openexr: destabilize 2.5.6 for ~ppc64

We already had to mask this on ppc64be and mark it -ppc
entirely and I don't usually do testing on ppc64le.

Let's see if we can drop the stable keyword
entirely here to make life easier.

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

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

diff --git a/media-libs/openexr/openexr-2.5.6.ebuild 
b/media-libs/openexr/openexr-2.5.6.ebuild
index 0583348afc4f..639ad56563a2 100644
--- a/media-libs/openexr/openexr-2.5.6.ebuild
+++ b/media-libs/openexr/openexr-2.5.6.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P}/OpenEXR"
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
 # -ppc -sparc because broken on big endian, bug #818424
-KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ppc64 -sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 -sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-dbase/

2021-11-13 Thread Thomas Deutschmann
commit: e1b12dd6c803b665446c7f546a5ad1c1a38f9e76
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 03:57:44 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:57:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b12dd6

dev-php/pecl-dbase: bump to v7.1.1

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

 dev-php/pecl-dbase/Manifest|  1 +
 dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-php/pecl-dbase/Manifest b/dev-php/pecl-dbase/Manifest
index b70037f64574..e37a4352985a 100644
--- a/dev-php/pecl-dbase/Manifest
+++ b/dev-php/pecl-dbase/Manifest
@@ -1,2 +1,3 @@
 DIST dbase-7.0.1.tgz 33588 BLAKE2B 
50cc5b4e0096dbdd7067e9c05cb7b580ff5a9d548ec6acb8a777fa3ba62ac4fa06b30e040bdec2a77b87736cdd0684a662aab344db11806e6ca2c6824cee6908
 SHA512 
8aa743545e807773be6a3f74cd9ae686a982a5455e494ff2bc0e3fe6f1fdf25574702054253eaefc55a6e9529b3e70c8390a02bd317b74db17bfe6b7797d4ba2
 DIST dbase-7.1.0.tgz 36986 BLAKE2B 
d5baa2165f41afcfe4faee60565ee1003abe069e2fff0b84421926c3436e1af20fa1e6d7a8641d2984399328e76a1e072b766c9c1d938d82ed546b25a750
 SHA512 
3adf45dbaa183933761065d8320c556585878514684bb3e848b8fc4d9bbaa9808f74994b4c49f0e107c10baee4ab54eb5b85b721002873dc6c978332400fae4c
+DIST dbase-7.1.1.tgz 37583 BLAKE2B 
7131e6219aa263259e7892b8a4bb29051bf3b9688532e73c77032f6d0ef86c94bc6a4f75461c8901995383e86fcc4828d175132064cb181e3de9f9e57f502282
 SHA512 
bdcd0be903fec5760e23ba9cbaef9a0f21c8a5388c7ccee56b4932a0cbb1e35ec5424f1130fd94068c4074d38c4ecc387ff93f7f01f6249fce7a64af494af0bc

diff --git a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild 
b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
new file mode 100644
index ..b288ecca45e0
--- /dev/null
+++ b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+USE_PHP="php7-2 php7-3 php7-4 php8-0"
+
+MY_PV="${PV/_rc/RC}"
+PHP_EXT_PECL_FILENAME="dbase-${MY_PV}.tgz"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="dBase database file access functions"
+LICENSE="PHP-3.01"
+SLOT="7"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
+PHP_EXT_S="${S}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/composer/

2021-11-13 Thread Thomas Deutschmann
commit: c37ae150700099dd9a880d1fe47138c905622f9d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 03:56:09 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:56:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37ae150

dev-php/composer: bump to v2.1.12

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

 dev-php/composer/Manifest   |  1 +
 dev-php/composer/composer-2.1.12.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest
index 2a6067d2a1dc..25cc2064e2e7 100644
--- a/dev-php/composer/Manifest
+++ b/dev-php/composer/Manifest
@@ -4,6 +4,7 @@ DIST composer-2.0.14.tar.gz 498661 BLAKE2B 
0b454ed6a00b5cab169a4ff82e9a3d7ceb0d8
 DIST composer-2.1.1.tar.gz 513391 BLAKE2B 
9177eb7d1acfb3557dde0382e0d0b6fd367a16f4c2de30739c40a1fae396e7f188173c5ef9356c6f55922457ea52c7c3e19e9040c37e86fdb4575016aac07808
 SHA512 
22105ab3f831ab89cf80e247c6e6f6263f3116a24394b9367b7e7c1e1aebfdcf9bb833add4763c34c621714dd8f22c87327ccf6c8eeef113f753ba800a111a5c
 DIST composer-2.1.10.tar.gz 533734 BLAKE2B 
d5ea19e81e71c009062fbca43bd33b5e4e6d60049444a1f46cebeb7dabf239726e83d9a1d68deecac0a172d2e8a6946bde1ea7b304f95acacd539759e90f8a9f
 SHA512 
179d40b4f56b7559d377936f5fa712ee733b5c3b503a7988eba4fd411d8eca7f4070108e3cdfc68b17b2acd8da296dbe1d46f984aefe9867acf0f7f650238315
 DIST composer-2.1.11.tar.gz 534246 BLAKE2B 
fc4ff9ef3c0c3a58ef3dcf76e527f6208d8592aaf518b3ffacd9af4210060734f2d73d64e3d8d9b2de0c43280641cb064c76f7e7984dc0c5d71d7092a0373188
 SHA512 
e4cd092cd10b570fda597d50dd8c4b751e4c05cca9b3436e8badca31bd115e5748b3a09ca26c566cdd3e18703a7aaa6e60c62873140c7925c6db28651f5a128c
+DIST composer-2.1.12.tar.gz 535017 BLAKE2B 
1eb0f7266f81efacbb0a9607828ebd8baf7147a161c478c75968ac02b5e32688601a8be53ef03f66162847b3e2f15b47398f6f57b7e3d9da7743d34c1a19cd7c
 SHA512 
5848a686568cf2bf587b4f4c21fc095b2e6578c2a4897329411e473ce6250e6304726a47078f70f19fb168359fb991109ec975241b868f8b71dcf30c32a888c5
 DIST composer-2.1.2.tar.gz 513790 BLAKE2B 
cc1c807ae4d69537541acf3ec384dbad64bf3196067c5ad016b03903e9b47460a6757c0fe692600f3042650c030b323f0a0b5ef4c3933049899843cbdc8266dc
 SHA512 
1835daeb943af2ff58e5f5b3966b59356c14ac740689779c05fa0021174a7d0ac2a45aae7f54fade0695ca7eedf59f7ac4c9c14ae4aa1e4a5fbfb1650aae8ca9
 DIST composer-2.1.3.tar.gz 514147 BLAKE2B 
3abf64aceea5b95b72419b60fc74d23e42c652036690c2e31b4250eb4a0e3607a1b4080745642fb085be75dd1174073164f9a8a1422745b4bff5887df694fd99
 SHA512 
d3214f39651e323b419979ed150d5239f992a6b643048a73a777ece0a1b3d5e3dc2c58a5084b3e825834acc258c18947b0c6461c47960a10552617c8f541df86
 DIST composer-2.1.5.tar.gz 515243 BLAKE2B 
078b14727aba1d6278e046e0a1a7b90edae6532ae5874093824db39bb10a0f663543944fe0bb17ddad3dbf40736eef1bb1a8049f5e4dd557f6f01e0d854c213b
 SHA512 
cd4f166d3d1ca7edc8b473ac47775caca98dc2a8bc758b34e6fdd4669ffbe0aa71f900a366e40ff73f830aa602377a5ef3f40022006138e216f0127c75120b96

diff --git a/dev-php/composer/composer-2.1.12.ebuild 
b/dev-php/composer/composer-2.1.12.ebuild
new file mode 100644
index ..1eb058b7a474
--- /dev/null
+++ b/dev-php/composer/composer-2.1.12.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Dependency Manager for PHP"
+HOMEPAGE="https://github.com/composer/composer;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-php/theseer-Autoload"
+
+RDEPEND="dev-lang/php:*[curl]
+   >=dev-php/ca-bundle-1.0
+   dev-php/fedora-autoloader
+   >=dev-php/jsonlint-1.4
+   >=dev-php/json-schema-5.2.11
+   >=dev-php/metadata-minifier-1.0
+   >=dev-php/phar-utils-1.0
+   >=dev-php/psr-log-1.0
+   >=dev-php/reactphp-promise-2.7
+   >=dev-php/semver-3.0
+   >=dev-php/spdx-licenses-1.2
+   >=dev-php/symfony-console-2.8.52
+   >=dev-php/symfony-filesystem-2.8.52
+   >=dev-php/symfony-finder-2.8.52
+   >=dev-php/symfony-process-2.8.52
+   >=dev-php/xdebug-handler-2"
+
+src_prepare() {
+   default
+
+   mkdir vendor || die
+
+   phpab \
+   --output vendor/autoload.php \
+   --template "${FILESDIR}"/autoload.php.tpl \
+   --basedir src \
+   src \
+   || die
+
+   cat >> vendor/autoload.php <

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

2021-11-13 Thread Thomas Deutschmann
commit: d0179befb5aca2fff02032ca7214825d8fafe44b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 03:53:28 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:53:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0179bef

media-gfx/imagemagick: drop old

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

 media-gfx/imagemagick/Manifest |   6 -
 media-gfx/imagemagick/imagemagick-6.9.12.20.ebuild | 262 
 media-gfx/imagemagick/imagemagick-6.9.12.21.ebuild | 262 
 media-gfx/imagemagick/imagemagick-6.9.12.25.ebuild | 262 
 media-gfx/imagemagick/imagemagick-7.1.0.10.ebuild  | 269 -
 media-gfx/imagemagick/imagemagick-7.1.0.5.ebuild   | 269 -
 media-gfx/imagemagick/imagemagick-7.1.0.6.ebuild   | 269 -
 7 files changed, 1599 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 646883d04885..ae8708bf637a 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,8 +1,2 @@
-DIST ImageMagick-6.9.12-20.tar.xz 9174816 BLAKE2B 
ccdb4775867224d08871b7147fa20e6b09305f6501a07de85ad53b862c47921c5b6b39eaf62fa86258c1a6fea1abe417817b4a4887a981a6f5a786636fa57946
 SHA512 
2ba849ef7212b0255f1db6509b718f7dd3825d16e45ea115a77ecf6b8afc41cb823ba0c124aa0afe5605f1aa5e2865daa00da88568bf5874225de6620fe3
-DIST ImageMagick-6.9.12-21.tar.xz 9173096 BLAKE2B 
0d8e0a414f2026539be16873ada2d097ce11beb0becf1e132eb6f7d9e4a69063a46eef4834c55268f5af5abbb87e17bb79c5f1182291d144e5155e5f68393070
 SHA512 
1ec038d555f0e72b79f830602047019819e36ffeb9053317685ac13a84e83d8d694980ff7203139e222568adab812d7f7b113793031e87cafb94aa75737b0b5d
-DIST ImageMagick-6.9.12-25.tar.xz 9177972 BLAKE2B 
d115f6722bdb4122d022182849b7fb40f13320f82909e00675806621511356651f3e9c3f1189fde69276509c0e7916a5127e76b9294da591b8dd963bc8fceec3
 SHA512 
34b25bb9c46960ffd4258d7476d9111fb2334819dd7bb68e08749c6ac483e0403bd36f8da0ab5ea0fc5838a3cffbd9622649ab95272f9fb56a0092fe0257b8ff
 DIST ImageMagick-6.9.12-28.tar.xz 9181044 BLAKE2B 
2efc03da9e4c53b82479badfcc9a25f05e2d9766031807500a6bb39cba2a800c39a93a16864ca9af3a0b33d0c1c95cb2f33264c7e00149204ca742673c3d07ff
 SHA512 
ec96fca6b385379873ead007b011d87fb3939ed4e3631d2a9401f1467db59d1d1ced072fd4fefe1577d04302a1060dbc324631b420f41a99bf32465b540ec979
-DIST ImageMagick-7.1.0-10.tar.xz 10304648 BLAKE2B 
8688c52387c185fd190e98d84d9c285191b9a827058c8e1200a7676399e43b8950a2f8f1cefc99dcfbf967ed3f803d67f2a8677a48932fa7c44ebe5c01ac6993
 SHA512 
72ef704460473af9c8fbd0d49cb264fc23eaaf24ce3e319916e7f23ad715d45f44f4ecebc02b9edba55a584b59c407f0a777fa9add2e49f7c69341bcac169c4b
 DIST ImageMagick-7.1.0-13.tar.xz 10311564 BLAKE2B 
7cb3e58f548cbe0b9e1239df47ff4f42af2cd0b6ff4c417a62515ff9bd434ecabed2cc7f7cb7cf8880f20af3f6d7de33d7368f146b9ac7668149959966a463d8
 SHA512 
dac1fc229599a63703fc3aa1378de313dc94dfbfa71913dc408ef65c88ef33820b5ddab4c9a064a86cc35c0abb0136f0adb626bff9e227b52ed0d90993688044
-DIST ImageMagick-7.1.0-5.tar.xz 10308228 BLAKE2B 
c65f0bb04133a6390770cb06ed4a102fef58647b6d03c09ad840a0b0abf18a5875c244c5d8fb10492f5ccc62d976c170659ead93ad7b8a8178c88fe3778dfa20
 SHA512 
1fc66c57e4dbe01c2730508c42cd8a8e94be087751b3ad460318e1d4a7aa2c1af95d22b2f432037590af5e7f4a8e3cdeb276278423ed30d485267a907c7006d6
-DIST ImageMagick-7.1.0-6.tar.xz 10316740 BLAKE2B 
a0b6591300d48b648004c9701d2cb21afbb652760230384b4711a8d741875ba28d31b0c1b468f93c8278a01aeef94eed0dbe14a3670ae7207704bb0eda1a
 SHA512 
951541ad24095a2ac03fa26bfb38363795d7e86f1cae90ede9ab5991b28090dd05cc6c5bec62a0c3d664fa5191021fa01b760cfa7ccd94c80d93f24484afa5d3

diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.20.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.12.20.ebuild
deleted file mode 100644
index 69de151f32bc..
--- a/media-gfx/imagemagick/imagemagick-6.9.12.20.ebuild
+++ /dev/null
@@ -1,262 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic libtool perl-functions toolchain-funcs multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick6.git;
-   inherit git-r3
-   MY_P="imagemagick-"
-else
-   MY_PV="$(ver_rs 3 '-')"
-   MY_P="ImageMagick-${MY_PV}"
-   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-fi
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="https://www.imagemagick.org/;
-
-LICENSE="imagemagick"
-SLOT="0/6.9.11-60"
-IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png 

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

2021-11-13 Thread Thomas Deutschmann
commit: b027904c49f1ca9d1885035f7912f97e3602212e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 03:52:42 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:52:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b027904c

media-gfx/imagemagick: copy stable keywords

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

 media-gfx/imagemagick/imagemagick-6.9.12.28.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-7.1.0.13.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.28.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.12.28.ebuild
index 2475294ebb28..8c0ec1fe1979 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.12.28.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.12.28.ebuild
@@ -13,7 +13,7 @@ else
MY_PV="$(ver_rs 3 '-')"
MY_P="ImageMagick-${MY_PV}"
SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A collection of tools and libraries for many image formats"

diff --git a/media-gfx/imagemagick/imagemagick-7.1.0.13.ebuild 
b/media-gfx/imagemagick/imagemagick-7.1.0.13.ebuild
index d47b238fb192..18d26de38e7a 100644
--- a/media-gfx/imagemagick/imagemagick-7.1.0.13.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.1.0.13.ebuild
@@ -13,7 +13,7 @@ else
MY_PV="$(ver_rs 3 '-')"
MY_P="ImageMagick-${MY_PV}"
SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A collection of tools and libraries for many image formats"



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

2021-11-13 Thread Thomas Deutschmann
commit: b371389e75d5bb829cf2dbdeaff56e154178a432
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 13 19:56:17 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b371389e

dev-db/mysql: bump to v8.0.27

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

 dev-db/mysql/Manifest|2 +
 dev-db/mysql/mysql-8.0.27.ebuild | 1224 ++
 2 files changed, 1226 insertions(+)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 709e33edbfe5..0f1742475e73 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -8,6 +8,7 @@ DIST mysql-8.0.23-patches-01.tar.xz 7568 BLAKE2B 
222120dcb5556457f382eefbb10f66f
 DIST mysql-8.0.25-patches-01.tar.xz 3604 BLAKE2B 
09cccab204c30d16bdc374bcd01d4a8e6298955f86f479b8e287aab74fb6bd9857547e360be725dfc66acb56e1bb5665277d340761d0110a8823763ad4d2d1f4
 SHA512 
6d90a34a20e9cbc7e7a9b5b63a1408f33ac8523f2be6c9ab6d9ad7589c3ded83c87e460d782d4d8c33f11b337151fd8db994099e371260ecf204933e844eb50e
 DIST mysql-8.0.25-patches-02.tar.xz 6456 BLAKE2B 
c9c1020a505ebcee836f8dc3bbe540ff924a0174daf36c37b852df267a81919d37581d1c9be037d52cdcd34c27c5c34d3f0af6160857b22d8ab4d8ece37798e0
 SHA512 
3c3726b397f3a6fb1d84396bb571b4903a167c9a47273b9d5996949e1d3febc96d3528bfa8dfaeea073a245051ae10c983f2ad258268babc91649563ce3cfc00
 DIST mysql-8.0.26-patches-01.tar.xz 6980 BLAKE2B 
5fc86125b622ac978dc7ec3d6954a1d366315a57b6f56ca8dade9ad4a255b4b793ad33736404b29ab2db12f726897f014aeec9232dc52954087e7533d0f593d2
 SHA512 
00e6478716cf857b8ab768ec481dc1e7d809db17a9d899a52822f61dcc18797e87c0eecfafb1bb9065895c1b261c03c87fe0593b59dc86fb40853b0c660c9bfb
+DIST mysql-8.0.27-patches-01.tar.xz 7072 BLAKE2B 
9d41cef859770b6ea42c7c493688630b2735ec5a2b8a04e2bf259a573134bdd0bfda3c7bf03fb5de0479f6d0379c6bfae11279190085dcd63175854b56a58c9b
 SHA512 
535f2347530eab69f731fb5153d671cba1ca1b1f29610c89e2654810af6c0239cd9c55618677b92c58db71b56856e65466185e37ddf5a8521ef87f086e967d8f
 DIST mysql-boost-5.7.32.tar.gz 52882168 BLAKE2B 
dd112fa1d8bd29d86fba076675b5b7c9c98b6fb876aed45a00e8a25be716102fc9aa688b7170bef07b1c9f975173724d8fb2c64c21e181ecae58f89b4a8a
 SHA512 
33a617d040efd065ea1c2ad84be537f851480abd5cc8a6879b7f170bc4e6db9432bd03f2a6bc680b71f17839c508cab0e7ef1a3aba032197da1b7943c916c77a
 DIST mysql-boost-5.7.33.tar.gz 52912380 BLAKE2B 
bca09314ae73932f6095799faa016998e65655cf5ea74d5596dcdc785e77014fe0b29a6c123e8618771f4a20a19978df00f7b79eea329aeb4b536ae71a4bef94
 SHA512 
1d1e1e5934fb17ff731fea45b88d4af6a394c2fbf0177a87803b18cb0eb4fb8d4939f82fc22b6cbc2af64022a44e206cd23e2e88ce11cc119c3ea22129d54e7a
 DIST mysql-boost-5.7.34.tar.gz 52891142 BLAKE2B 
986fe106d73495ea9acb837f699ef2b1ffd123d9728b61da42f990d670569f1f7c12dc0a8611c3a7b6e3ed7be9fc277e1a977fa6c6d06f7d156a2f492951d9c7
 SHA512 
4eab7e90477b75643df743d806d5abcfb56572a2aa003a354980287c9148209f4fb7f0158ba969fb0462c32e49fcb4cf2a79f0330ab1bd2b243725dbf6f31d6d
@@ -16,3 +17,4 @@ DIST mysql-boost-8.0.22.tar.gz 285934450 BLAKE2B 
1ba0c9bb9a0cb74af4842d3b746f8b6
 DIST mysql-boost-8.0.23.tar.gz 291039175 BLAKE2B 
3a7d3e05c774085d6078d0d3effd58d2df47521615356a2aa5efc2ea2ef8457e19ad57a054926ccff0a4752ca71d0464daa7fe9a3ac6c1b1d3bd86a9a82dfc58
 SHA512 
b8c2e2ac772b7b730f8b3bac7a5afb205da173b3639500606e7d1fac74832a0134027951855a2dc81af015e6158c924927ad63b9e1f2e7c823d45d4c4961c3f8
 DIST mysql-boost-8.0.25.tar.gz 290265324 BLAKE2B 
5393a2a2525a886d9ece19777deae01e6c0b24b9ff5a0a5ffb9075740ed912d0df59a165b6ec9ceb60c7c28f3062cda5cceb4da3a8280f42549984c846f1ce5c
 SHA512 
af653ccff66a9d87221b46ad4f7bcc629700549f758998b9a7fb22e4573b9495a28624e031f016f9ad8fe0dfcf481b82f1ffe224aa48c2d45531570026b26081
 DIST mysql-boost-8.0.26.tar.gz 291285918 BLAKE2B 
6198ca8982a8c9df7e6ee4df5e2c1e0d64d2eb4d83cb7265317b58d55f6787c3240c8e40d196f2326ff3d66926ad7dab0705edd92e5a82881ce6ddb7f0c510b9
 SHA512 
63d47cb52407a816dc9f4330b99924624dfee46e57e7fdce19eff32909dd9e23251e2439d1807b002a1661b547173222c77465a3ca4dbb312414a84927809cfc
+DIST mysql-boost-8.0.27.tar.gz 292184025 BLAKE2B 
177209f3c62b0326ca9d021c751a701dec84c1b15c946ab0a68b1b4cf0620468eb3a1df77a918284007a0fde1aaa6a9767d0baed57936612813ef583df51c35e
 SHA512 
6ef2426c0bee46bdf8e2fa5cb159d5ae19f0bed4f7c9bea9b33e0dd922b568c3c68ca063dcbcd7ea6904aaea31877c10064ea10b4bc63fb40d9f31778e3a7891

diff --git a/dev-db/mysql/mysql-8.0.27.ebuild b/dev-db/mysql/mysql-8.0.27.ebuild
new file mode 100644
index ..bdc11e879fa0
--- /dev/null
+++ b/dev-db/mysql/mysql-8.0.27.ebuild
@@ -0,0 +1,1224 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit check-reqs cmake flag-o-matic linux-info \
+   multiprocessing prefix toolchain-funcs
+
+MY_PV="${PV//_pre*}"
+MY_P="${PN}-${MY_PV}"
+
+# Patch version

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/files/, dev-db/mysql-connector-c/

2021-11-13 Thread Thomas Deutschmann
commit: 9486cc4679e8dde3d02a577f43b03570c0609e5e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 13 20:50:09 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9486cc46

dev-db/mysql-connector-c: bump to v8.0.27

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

 dev-db/mysql-connector-c/Manifest  |   1 +
 ...nector-c-8.0.27-add-OpenSSL-3.0.0-support.patch | 296 +
 .../mysql-connector-c-8.0.27.ebuild| 122 +
 3 files changed, 419 insertions(+)

diff --git a/dev-db/mysql-connector-c/Manifest 
b/dev-db/mysql-connector-c/Manifest
index 0f9c928a3587..c3a4a68bf2a4 100644
--- a/dev-db/mysql-connector-c/Manifest
+++ b/dev-db/mysql-connector-c/Manifest
@@ -2,3 +2,4 @@ DIST mysql-boost-8.0.22.tar.gz 285934450 BLAKE2B 
1ba0c9bb9a0cb74af4842d3b746f8b6
 DIST mysql-boost-8.0.23.tar.gz 291039175 BLAKE2B 
3a7d3e05c774085d6078d0d3effd58d2df47521615356a2aa5efc2ea2ef8457e19ad57a054926ccff0a4752ca71d0464daa7fe9a3ac6c1b1d3bd86a9a82dfc58
 SHA512 
b8c2e2ac772b7b730f8b3bac7a5afb205da173b3639500606e7d1fac74832a0134027951855a2dc81af015e6158c924927ad63b9e1f2e7c823d45d4c4961c3f8
 DIST mysql-boost-8.0.25.tar.gz 290265324 BLAKE2B 
5393a2a2525a886d9ece19777deae01e6c0b24b9ff5a0a5ffb9075740ed912d0df59a165b6ec9ceb60c7c28f3062cda5cceb4da3a8280f42549984c846f1ce5c
 SHA512 
af653ccff66a9d87221b46ad4f7bcc629700549f758998b9a7fb22e4573b9495a28624e031f016f9ad8fe0dfcf481b82f1ffe224aa48c2d45531570026b26081
 DIST mysql-boost-8.0.26.tar.gz 291285918 BLAKE2B 
6198ca8982a8c9df7e6ee4df5e2c1e0d64d2eb4d83cb7265317b58d55f6787c3240c8e40d196f2326ff3d66926ad7dab0705edd92e5a82881ce6ddb7f0c510b9
 SHA512 
63d47cb52407a816dc9f4330b99924624dfee46e57e7fdce19eff32909dd9e23251e2439d1807b002a1661b547173222c77465a3ca4dbb312414a84927809cfc
+DIST mysql-boost-8.0.27.tar.gz 292184025 BLAKE2B 
177209f3c62b0326ca9d021c751a701dec84c1b15c946ab0a68b1b4cf0620468eb3a1df77a918284007a0fde1aaa6a9767d0baed57936612813ef583df51c35e
 SHA512 
6ef2426c0bee46bdf8e2fa5cb159d5ae19f0bed4f7c9bea9b33e0dd922b568c3c68ca063dcbcd7ea6904aaea31877c10064ea10b4bc63fb40d9f31778e3a7891

diff --git 
a/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.27-add-OpenSSL-3.0.0-support.patch
 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.27-add-OpenSSL-3.0.0-support.patch
new file mode 100644
index ..fe702159410a
--- /dev/null
+++ 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.27-add-OpenSSL-3.0.0-support.patch
@@ -0,0 +1,296 @@
+From 9936c93ee95a4d62a238aa4515be07ef14267932 Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Tue, 22 Jun 2021 23:56:54 +0200
+Subject: [PATCH 6/6] Add OpenSSL 3.0.0 support
+
+Signed-off-by: Thomas Deutschmann 
+---
+ cmake/ssl.cmake   | 59 +--
+ mysys/my_md5.cc   |  2 +
+ .../xcom_network_provider_ssl_native_lib.cc   |  4 ++
+ plugin/x/client/xconnection_impl.cc   |  4 ++
+ sql-common/client.cc  |  2 +
+ sql/mysqld.cc |  2 +
+ sql/sys_vars.cc   | 18 +-
+ vio/viosslfactories.cc|  2 +
+ 8 files changed, 74 insertions(+), 19 deletions(-)
+
+diff --git a/cmake/ssl.cmake b/cmake/ssl.cmake
+index 293281cf1..4732d8bf4 100644
+--- a/cmake/ssl.cmake
 b/cmake/ssl.cmake
+@@ -205,34 +205,59 @@ MACRO (MYSQL_CHECK_SSL)
+  NAMES crypto libcrypto libeay32
+  HINTS ${OPENSSL_ROOT_DIR}/lib)
+ 
+-IF(OPENSSL_INCLUDE_DIR)
++IF(OPENSSL_INCLUDE_DIR AND EXISTS 
"${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h")
+   # Verify version number. Version information looks like:
+   #   #define OPENSSL_VERSION_NUMBER 0x1000103fL
+   # Encoded as MNNFFPPS: major minor fix patch status
+   FILE(STRINGS "${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h"
+ OPENSSL_VERSION_NUMBER
+-REGEX "^#[ ]*define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*"
+-)
+-  STRING(REGEX REPLACE
+-"^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9]).*$" "\\1"
+-OPENSSL_MAJOR_VERSION "${OPENSSL_VERSION_NUMBER}"
+-)
+-  STRING(REGEX REPLACE
+-"^.*OPENSSL_VERSION_NUMBER[\t ]+0x[0-9]([0-9][0-9]).*$" "\\1"
+-OPENSSL_MINOR_VERSION "${OPENSSL_VERSION_NUMBER}"
+-)
+-  STRING(REGEX REPLACE
+-"^.*OPENSSL_VERSION_NUMBER[\t ]+0x[0-9][0-9][0-9]([0-9][0-9]).*$" 
"\\1"
+-OPENSSL_FIX_VERSION "${OPENSSL_VERSION_NUMBER}"
++REGEX "^#[\t ]*define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*"
+ )
++
++  IF(OPENSSL_VERSION_NUMBER)
++STRING(REGEX REPLACE
++  "^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9]).*$" "\\1"
++  OPENSSL_MAJOR_VERSION "${OPENSSL_VERSION_NUMBER}"
++  )
++STRING(REGEX REPLACE
++  

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

2021-11-13 Thread Thomas Deutschmann
commit: 4bdc1a708b13ad21a291f7459b59c2022b4721be
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 03:45:40 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdc1a70

dev-db/percona-server: bump to v8.0.26-15

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

 dev-db/percona-server/Manifest |2 +
 .../percona-server/percona-server-8.0.26.16.ebuild | 1276 
 2 files changed, 1278 insertions(+)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 4ba376190db0..534ab19c2607 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,3 +1,5 @@
 DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 
5995ff6ca21f45988b187b94bf743795cca97531baa8355f488be0987b9426289dd85d6ce25b7eb03ccd690109f05ba56252a95bca50505ad9cd66f4e0e234e8
 SHA512 
86c296511c0766145097625a62bf099c3d155284d250ad6e528e788bc90b2945838498dfe473c6c6c78d1694b6fba8e19f7dee0d064a043841e6231603fff668
 DIST percona-server-8.0.25-15.tar.gz 531072362 BLAKE2B 
aa6867a8ac72325596393723cf8735329f638cfe11f790c7690dc5f45dcf01f99f9f999c551b2ad6b9f287f8763e8b262fef7c9327b82882493b576acd8d7a69
 SHA512 
500fc4ab5d275d7d1d2b048920d22d725074450d9f356b4ea739a4c276bfe767db76e2b52a358867d77805ef288cfdb80ab6e230bfa77a84b97536bf153c443f
 DIST percona-server-8.0.25.15-patches-01.tar.xz 7624 BLAKE2B 
b06495859f3df546bc42e69ec77007a335103020313524ed728309764fea8ca2ea6f246938852ab2fb5ea12b4d901af5ebb9abff4d99b7e56d6ffd501d10bd38
 SHA512 
69b2d47804d7c5dbffe662f4e000fd1c2c8789bcaeea72b8bb229ad85d8cd54a293c74440f93c56dc07a06143553ff989711787e6cd610a8e23bb353a1df
+DIST percona-server-8.0.26-16.tar.gz 532328971 BLAKE2B 
bef32f7a26261f3b0d89bd9b95b826101e2e84c662ce2200a2d9d8a612d949804d233905db71bfab5aa04458e7773231659d67ea09e08e68df8ef5eca4391f39
 SHA512 
9ae60e2d81dfaabc214692cd0919c2fc3ba698bd0a399e42df662766c1d67714f6f3cfe6416019b26e7866bc59b78d99fc5767f64ede1ca8e5a344995c1ff4c0
+DIST percona-server-8.0.26.16-patches-01.tar.xz 8144 BLAKE2B 
28a4eaec657c09a6f8290b654dd5316d44a4cbf94e418edee3754742f21df56a058de9332c15abbb7c8bbd3ed6fc63e48e6c5fa77524dccf44ff1d5a89085a6b
 SHA512 
4a128a89abc1f48582b0c6ab841643fa0b7e018eaa32414e775705cd1e8c2dcacecd334face9db33775ca3a2a862528e1cc7f2bfd8b259b7367f0f2ebdee52c4

diff --git a/dev-db/percona-server/percona-server-8.0.26.16.ebuild 
b/dev-db/percona-server/percona-server-8.0.26.16.ebuild
new file mode 100644
index ..c8fd325a9307
--- /dev/null
+++ b/dev-db/percona-server/percona-server-8.0.26.16.ebuild
@@ -0,0 +1,1276 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit check-reqs cmake flag-o-matic linux-info \
+   multiprocessing prefix toolchain-funcs
+
+MY_BOOST_VERSION="1.73.0"
+MY_PV=$(ver_rs 3 '-')
+MY_PV="${MY_PV//_pre*}"
+MY_PN="Percona-Server"
+MY_P="${PN}-${MY_PV}"
+MY_MAJOR_PV=$(ver_cut 1-2)
+MY_RELEASE_NOTES_URI="https://www.percona.com/doc/percona-server/${MY_MAJOR_PV}/;
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/percona-server/${PN}-8.0.26.16-patches-01.tar.xz;
+
+SRC_URI="https://www.percona.com/downloads/${MY_PN}-${MY_MAJOR_PV}/${MY_PN}-${MY_PV}/source/tarball/${PN}-${MY_PV}.tar.gz
+   
https://dl.bintray.com/boostorg/release/${MY_BOOST_VERSION}/source/boost_$(ver_rs
 1- _ ${MY_BOOST_VERSION}).tar.bz2
+   ${PATCH_SET}
+"
+
+HOMEPAGE="https://www.percona.com/software/mysql-database/percona-server 
https://github.com/percona/percona-server;
+DESCRIPTION="Fully compatible, enhanced and open source drop-in replacement 
for MySQL"
+LICENSE="GPL-2"
+SLOT="8.0"
+IUSE="cjk cracklib debug jemalloc latin1 ldap numa pam +perl profiling
+   rocksdb router selinux +server tcmalloc test tokudb 
tokudb-backup-plugin"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="?? ( tcmalloc jemalloc )
+   cjk? ( server )
+   jemalloc? ( server )
+   numa? ( server )
+   profiling? ( server )
+   router? ( server )
+   tcmalloc? ( server )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are version-dependant
+# These are used for both runtime and compiletime
+COMMON_DEPEND="
+   >=app-arch/lz4-0_p131:=
+   app-arch/zstd:=
+   sys-libs/ncurses:0=
+   >=sys-libs/zlib-1.2.3:0=
+   >=dev-libs/openssl-1.0.0:0=
+   server? (
+   dev-libs/icu:=
+   dev-libs/libevent:=[ssl,threads]
+   >=dev-libs/protobuf-3.8:=
+   net-libs/libtirpc:=
+   

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

2021-11-13 Thread Thomas Deutschmann
commit: 427f5c3db37e7349d300f1e92832ff68e2b4cfd3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 13 20:30:47 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427f5c3d

dev-db/mysql: bump to v5.7.36

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

 dev-db/mysql/Manifest|2 +
 dev-db/mysql/mysql-5.7.36.ebuild | 1293 ++
 2 files changed, 1295 insertions(+)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 0f1742475e73..86ccd72ca756 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -3,6 +3,7 @@ DIST mysql-5.7.33-patches-01.tar.xz 6672 BLAKE2B 
cfa410f9ba5a4ba7e43923e7b5940c2
 DIST mysql-5.7.34-patches-01.tar.xz 6676 BLAKE2B 
b925880bfbb991fcba81964ff658a2ecab38da637a6093270a724ab8e405ab092d5fb9684f53f44d001e34287366df234b841d9ebcae62d49becdb93a3c3e324
 SHA512 
80a89f4b4a7ecc04f3115c6aaa0b0013e38c2813fa6dea095e826ef3944298715a48e0deacb691d23526b1524b207c83176290faea2461d3fcd94edabe3d8943
 DIST mysql-5.7.34-patches-02.tar.xz 6408 BLAKE2B 
fdb36247832b6282af94ce2f61b5dd77f6b45f9efca4b438ecd5fed8d810d9d51547d0ae3de085e7f5dcc8795b4bc4f1210902495b92859e1d5aec3048256ef3
 SHA512 
f0513eb7f0c9e415aa972a53af668939934ea4f4fa438f468f32a46ccc2aa3b84ba8edd999e4786256ada34851ad64c81e9dd0e36c2a21da641987dfd18635c3
 DIST mysql-5.7.35-patches-01.tar.xz 6408 BLAKE2B 
ddead9d6f5570f23433ffaef0188a8e93c0220b3d59ae24b870927e9e5908619f357725c1ab2d16905f39dd9d5f6cd23d3aabf6a1df2abdc865683f603912b8f
 SHA512 
6374536299c691fd12a3f8b7cd27291e6f3b0b6d159284b2866caaed6a7f124439c16e659e6da5aae9e72d613de2a1e1b80066c961e122e90ad644e9a32633cc
+DIST mysql-5.7.36-patches-01.tar.xz 6396 BLAKE2B 
ed9783f207d40fc220992c4193bdd8e96523f69414daa756f1f30306c1aedff9e96216ba2294a4c41eefbaf39c8bb37784bf1e7cce656c93f829c9cf0682fa6d
 SHA512 
b0fbd41ebb2d32067e6c81707dffa91fece2d368f4b2fa47951492936509972d425b64d7613748c42b31cf9ba9dab697efeff70debe7268855a90d322d3f3158
 DIST mysql-8.0.22-patches-02.tar.xz 7580 BLAKE2B 
a50704c3c58b1f67ca86edb233544137927b0ae5fdf302687b48f6fd30fbbd26798e8ef8282662586b25a7240b47278b44f944a8ca59f1a198bc228dd74459c9
 SHA512 
59f864452e9fdebe4d3990eff8b756e9bbfad58da216b74fa8b7e8391cb0d9d543ca2828591b9ed1ee276c1dec9e1851a8c2683507f0a326c85054e31cc3f950
 DIST mysql-8.0.23-patches-01.tar.xz 7568 BLAKE2B 
222120dcb5556457f382eefbb10f66f46fe1673c64730c8c8a5566942031bc98bab1f1182f747e79e23fccfb6b09197d5c2874aa2087104b6f1eaa25ea9fd60c
 SHA512 
54222c420d57c1b206d920f22738746925ed1e0d78683f01c97cac5bd1d3450f70f784a7f603304b8595fb58120e691f94e28fa1d1884a7cc8bea1d7b177470f
 DIST mysql-8.0.25-patches-01.tar.xz 3604 BLAKE2B 
09cccab204c30d16bdc374bcd01d4a8e6298955f86f479b8e287aab74fb6bd9857547e360be725dfc66acb56e1bb5665277d340761d0110a8823763ad4d2d1f4
 SHA512 
6d90a34a20e9cbc7e7a9b5b63a1408f33ac8523f2be6c9ab6d9ad7589c3ded83c87e460d782d4d8c33f11b337151fd8db994099e371260ecf204933e844eb50e
@@ -13,6 +14,7 @@ DIST mysql-boost-5.7.32.tar.gz 52882168 BLAKE2B 
dd112fa1d8bd29d86fba076675b5b7c9
 DIST mysql-boost-5.7.33.tar.gz 52912380 BLAKE2B 
bca09314ae73932f6095799faa016998e65655cf5ea74d5596dcdc785e77014fe0b29a6c123e8618771f4a20a19978df00f7b79eea329aeb4b536ae71a4bef94
 SHA512 
1d1e1e5934fb17ff731fea45b88d4af6a394c2fbf0177a87803b18cb0eb4fb8d4939f82fc22b6cbc2af64022a44e206cd23e2e88ce11cc119c3ea22129d54e7a
 DIST mysql-boost-5.7.34.tar.gz 52891142 BLAKE2B 
986fe106d73495ea9acb837f699ef2b1ffd123d9728b61da42f990d670569f1f7c12dc0a8611c3a7b6e3ed7be9fc277e1a977fa6c6d06f7d156a2f492951d9c7
 SHA512 
4eab7e90477b75643df743d806d5abcfb56572a2aa003a354980287c9148209f4fb7f0158ba969fb0462c32e49fcb4cf2a79f0330ab1bd2b243725dbf6f31d6d
 DIST mysql-boost-5.7.35.tar.gz 52959014 BLAKE2B 
02cbc2201176773516479636ab40828a98bbc6bc1e90060e36d36af5c20a84b4b415d6e467328890ecff044834c81458fff8b717fd8942196dcf35e0ae85f298
 SHA512 
2469c8e13a236aee327bc0828804ba189e3abf78b6e0b3ef65b2343210f9c0cd5313d18b57ae3b76ca1487dc1d70854c8a12e6da61a6fffbce95854dcc792482
+DIST mysql-boost-5.7.36.tar.gz 52968383 BLAKE2B 
4d5e4fcf8d56f4a1d1d54ee889d432ee3265f55ff9c0ecf6fe216e67790a49ed052b94457680daef4cb42df29f14db7b0e678e0f0443c20b7e2324c772c24313
 SHA512 
a95580efd5b87776ee7f1aae9b50d50d88c70a48c16e7a2d8c6ada0b1cadc5ec6074a859291a65caa1b50a00e08a9e350df342bb0c6ef74edaf21055331c081b
 DIST mysql-boost-8.0.22.tar.gz 285934450 BLAKE2B 
1ba0c9bb9a0cb74af4842d3b746f8b690c122cfbf2c6d5201ce95e59a257427a8683dd8d5c2be31dfe9ece4761366c1287fa7b841c45db222725bf76b0639bc6
 SHA512 
792f2ada93ec67a4679228478c6b798e81d9e9f6d13c7f4977cb7682738a4aae3cb483294edc6b2fde16c3960e51af8786216c063ab500840afd39a609e4b612
 DIST mysql-boost-8.0.23.tar.gz 291039175 BLAKE2B 
3a7d3e05c774085d6078d0d3effd58d2df47521615356a2aa5efc2ea2ef8457e19ad57a054926ccff0a4752ca71d0464daa7fe9a3ac6c1b1d3bd86a9a82dfc58
 SHA512 

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

2021-11-13 Thread Thomas Deutschmann
commit: ae3b1f5490cc2fee0357e602c5e77fdfdd16e899
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 01:45:56 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3b1f54

dev-python/mysql-connector-python: bump to v8.0.27

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

 dev-python/mysql-connector-python/Manifest |  1 +
 .../mysql-connector-python-8.0.27.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/mysql-connector-python/Manifest 
b/dev-python/mysql-connector-python/Manifest
index 4f171f1d7da1..4741b1fa5ab5 100644
--- a/dev-python/mysql-connector-python/Manifest
+++ b/dev-python/mysql-connector-python/Manifest
@@ -1 +1,2 @@
 DIST mysql-connector-python-8.0.26.tar.gz 15180658 BLAKE2B 
e964728d5f39b9ca5abc72ab84780b463708d1a1cf90507330e73be4837cd30befe245ddd70783490660c70da1b7c162803eee743a0e668cfa6b82773bea4fef
 SHA512 
204021e08b21c5efe87c0f59a6ff3b949cc1d01005121dfe5dde7fea12852a3e28c35b68e06e04f2c0ac4f911bfc14893e6509c99d0c5bf2c30fa32d4131c630
+DIST mysql-connector-python-8.0.27.tar.gz 15202354 BLAKE2B 
dd9d3b931d88955af3e0d9ec1e12136dabc475ac45ed3d7d0fec42d6f966b38d69c1ee13a96f7173e4c8754656255279c5ab7e41cc5a31b3b7129b20cc617ba9
 SHA512 
3ba5beff16e743f7098e211cbde35bea7bc7451cf77c544b60beeebcb2c9724f3afd5ab6ff6f9d9809075f4cf29e42f40cd326be944408942d06d357f6a95a23

diff --git 
a/dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild 
b/dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild
new file mode 100644
index ..454f690c682b
--- /dev/null
+++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.27.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Python client library for MariaDB/MySQL"
+HOMEPAGE="https://dev.mysql.com/downloads/connector/python/;
+SRC_URI="https://github.com/mysql/mysql-connector-python/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="examples test"
+
+BDEPEND=">=dev-libs/protobuf-3.6.1"
+
+RDEPEND="
+   >=dev-db/mysql-connector-c-8.0
+   >=dev-python/protobuf-python-3.6.1[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+# tests/mysqld.py does not like MariaDB version strings.
+# See the regex MySQLServerBase._get_version.
+DEPEND="${RDEPEND} test? ( dev-db/mysql[server(+)] )"
+
+# Tests currently fail.
+# mysql.connector.errors.DatabaseError: 1300 (HY000): Invalid utf8 character 
string: ''
+RESTRICT="test"
+
+DOCS=( README.txt CHANGES.txt README.rst )
+
+python_test() {
+   "${EPYTHON}" unittests.py --with-mysql="${EPREFIX}/usr" 
--unix-socket="${T}" --mysql-topdir="${T}"
+}
+
+# Yeah, this is really broken, but the extension will only build this way 
during "install"
+python_install() {
+   distutils-r1_python_install \
+   --with-mysql-capi="${EPREFIX}/usr" \
+   
--with-protobuf-include-dir="${EPREFIX}/usr/include/google/protobuf/" \
+   --with-protobuf-lib-dir="${EPREFIX}/usr/$(get_libdir)" \
+   --with-protoc="${EPREFIX}/usr/bin/protoc"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples ; then
+   dodoc -r examples
+   fi
+}



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

2021-11-13 Thread Thomas Deutschmann
commit: 5285c8f5b145344fcdd00cab216982319245ed5d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 01:47:34 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5285c8f5

dev-db/percona-server: drop old

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

 dev-db/percona-server/Manifest |4 -
 .../percona-server/percona-server-8.0.22.13.ebuild | 1211 ---
 .../percona-server/percona-server-8.0.23.14.ebuild | 1214 
 3 files changed, 2429 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index c827fc6678e6..4ba376190db0 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,7 +1,3 @@
 DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 
5995ff6ca21f45988b187b94bf743795cca97531baa8355f488be0987b9426289dd85d6ce25b7eb03ccd690109f05ba56252a95bca50505ad9cd66f4e0e234e8
 SHA512 
86c296511c0766145097625a62bf099c3d155284d250ad6e528e788bc90b2945838498dfe473c6c6c78d1694b6fba8e19f7dee0d064a043841e6231603fff668
-DIST percona-server-8.0.22-13.tar.gz 530806570 BLAKE2B 
256e5afa2e3908617c41ffcab591ccdbfd932a8ba3ce25fbf2a0be2cdfa80991b0c2d090c11ffae64e4bb3d8cf9f3011b70974ab22cbab023f6625ac422f3c73
 SHA512 
9b7a1d06885eb4412361bb3920adc9f050f8da95584eb910c97c8877a433ead04d02f2908e5e9648b1d79cdba677727fdb745377feac3c958339588d5f0cdf2b
-DIST percona-server-8.0.22.13-patches-02.tar.xz 9620 BLAKE2B 
c04e97ed422719bec5008b668e2ce3ecd5b848338a9f2f2ecd2fc867307b7fce9bae4cb0efd44f9b950f74d7f31394c06248d1c72784e9c0790378e2ea4d7934
 SHA512 
2476ee2f4096eaee211017609f82cf8fa9817cda6345336f478257711b64b8c37340b482a02f3d0b19e16e01055cf619cdd1b66d5fbfa0fd1d8edbd529c4096f
-DIST percona-server-8.0.23-14.tar.gz 528227168 BLAKE2B 
c497e69d3e7f370e6ffd71ef8129fccb35d8814e713bf78da04b7517f56e7d733d0b54543e86a24568587ae270bd7ca7add36646845e8f7dc5c288aebd1db8c7
 SHA512 
199669fc53b80426be709a2d7026f6aa821f2d98e5763b3311f564550687cc6401def191f56c615ffed69264a09aaec78ca8371d35a6a69386832f24f30df71b
-DIST percona-server-8.0.23.14-patches-01.tar.xz 5908 BLAKE2B 
968fbe0f8e3666ada008d81e9e07a5149dc6137908bf955bdf37c6bc6703cdb7a1d9a7395435d6b8772865b08d6d6716690331968069e4c1d3059a38b3c8ca49
 SHA512 
31983837d7fbd42b5e227f6617e2b59303ce185c613f620a61a9b9d26cd075feaf58969e3d8b415c70ee796bd1e912204cd5780e6d07cf6e2b0dc28ca41b6f70
 DIST percona-server-8.0.25-15.tar.gz 531072362 BLAKE2B 
aa6867a8ac72325596393723cf8735329f638cfe11f790c7690dc5f45dcf01f99f9f999c551b2ad6b9f287f8763e8b262fef7c9327b82882493b576acd8d7a69
 SHA512 
500fc4ab5d275d7d1d2b048920d22d725074450d9f356b4ea739a4c276bfe767db76e2b52a358867d77805ef288cfdb80ab6e230bfa77a84b97536bf153c443f
 DIST percona-server-8.0.25.15-patches-01.tar.xz 7624 BLAKE2B 
b06495859f3df546bc42e69ec77007a335103020313524ed728309764fea8ca2ea6f246938852ab2fb5ea12b4d901af5ebb9abff4d99b7e56d6ffd501d10bd38
 SHA512 
69b2d47804d7c5dbffe662f4e000fd1c2c8789bcaeea72b8bb229ad85d8cd54a293c74440f93c56dc07a06143553ff989711787e6cd610a8e23bb353a1df

diff --git a/dev-db/percona-server/percona-server-8.0.22.13.ebuild 
b/dev-db/percona-server/percona-server-8.0.22.13.ebuild
deleted file mode 100644
index 8b514bd03ae3..
--- a/dev-db/percona-server/percona-server-8.0.22.13.ebuild
+++ /dev/null
@@ -1,1211 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-CMAKE_MAKEFILE_GENERATOR=emake
-
-inherit check-reqs cmake flag-o-matic linux-info \
-   multiprocessing prefix toolchain-funcs
-
-MY_BOOST_VERSION="1.73.0"
-MY_PV=$(ver_rs 3 '-')
-MY_PV="${MY_PV//_pre*}"
-MY_PN="Percona-Server"
-MY_P="${PN}-${MY_PV}"
-MY_MAJOR_PV=$(ver_cut 1-2)
-MY_RELEASE_NOTES_URI="https://www.percona.com/doc/percona-server/${MY_MAJOR_PV}/;
-
-# Patch version
-PATCH_SET="https://dev.gentoo.org/~whissi/dist/percona-server/${PN}-8.0.22.13-patches-02.tar.xz;
-
-SRC_URI="https://www.percona.com/downloads/${MY_PN}-${MY_MAJOR_PV}/${MY_PN}-${MY_PV}/source/tarball/${PN}-${MY_PV}.tar.gz
-   
https://dl.bintray.com/boostorg/release/${MY_BOOST_VERSION}/source/boost_$(ver_rs
 1- _ ${MY_BOOST_VERSION}).tar.bz2
-   ${PATCH_SET}
-"
-
-HOMEPAGE="https://www.percona.com/software/mysql-database/percona-server 
https://github.com/percona/percona-server;
-DESCRIPTION="Fully compatible, enhanced and open source drop-in replacement 
for MySQL"
-LICENSE="GPL-2"
-SLOT="8.0"
-IUSE="cjk cracklib debug jemalloc latin1 ldap numa pam +perl profiling
-   rocksdb router selinux +server tcmalloc test tokudb 
tokudb-backup-plugin"
-
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="?? ( tcmalloc jemalloc )
-   cjk? ( server )
-   jemalloc? ( server )
-   numa? ( server )
-   profiling? ( server )
-   router? ( server )
-   tcmalloc? ( server )"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa 

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

2021-11-13 Thread Thomas Deutschmann
commit: b83f314ad278954dcdc7806355251e0af51b9436
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 13 19:54:48 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83f314a

www-apps/nextcloud-notify_push: bump to v0.3.0

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

 www-apps/nextcloud-notify_push/Manifest|  80 ++
 .../nextcloud-notify_push-0.3.0.ebuild | 317 +
 2 files changed, 397 insertions(+)

diff --git a/www-apps/nextcloud-notify_push/Manifest 
b/www-apps/nextcloud-notify_push/Manifest
index 4f00f3f05fb6..9f6192c5169a 100644
--- a/www-apps/nextcloud-notify_push/Manifest
+++ b/www-apps/nextcloud-notify_push/Manifest
@@ -1,11 +1,13 @@
 DIST addr2line-0.14.1.crate 31201 BLAKE2B 
52564dd603a9c02694ea41bafc91bf20aaf6837321407d2fdf3e7a0db9f92726c73735fb7d8424295bda9db016d319bd6ab1b3ffcd79df60656a0524006732eb
 SHA512 
f665deccae566ec2754cd43fc1d8fc05db11320af54d0561a612faad769234e8b3b8c0235f90f86027a4db9b7ef2915c86398005c949e2c096fac8e53f3f441e
 DIST addr2line-0.15.2.crate 32966 BLAKE2B 
471658962dc1ce9dbc44a6e44173114eea110c3ef5673d90d4e12935263ce99f7dcd9bf474e5e7d8d1bb458b914d1ab50ed3a55a17cfc3afc990d05c7a5c6d0f
 SHA512 
9c36be4a476a54da90cff00ddc1621e827c995bacc04e3e382a6d22e724e6e03abc5228d24e13073c5cde63ffc2ed4f26a66c3814e8d183cc062ba6c6cb178d7
 DIST addr2line-0.16.0.crate 33440 BLAKE2B 
b59a006ba732935d408d0574799037ef0a424ad3c27b894fbd7a9c91664460972a8c464aaad4e9b82b94e4cc35ee9016490bd469fa21358e11e6d78126378038
 SHA512 
7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c
+DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST ahash-0.4.7.crate 51474 BLAKE2B 
0974b90539398d61903ce7fcbecdfcd802fcb5c7ed631be919ec17be6951e68bc80787876cafebd33e40a80605f6e2352a86047077bc40575420bb6ee1a4915a
 SHA512 
2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126
 DIST ahash-0.6.3.crate 53912 BLAKE2B 
65fea8e66df2d6c29f2173b5c01b8df1ba41a2bc4b03b3a2950b84f81a099e4cee004bcacc296603f0a4b2afacf7faf77cdec56e6bb6d8ae0d7c55e802b8f73a
 SHA512 
9d7b31b6da2999757f64d7963dcc9af946a70bac7b528ca103dad992a8e14f643e1c51843c77256919403b470b9591fab0c476bb511197a5608645c0e3ec2dc5
 DIST ahash-0.7.2.crate 37192 BLAKE2B 
a2ea98d408f6ac72b96a7e14b22999d52a6839d724f3e8fc82f67ea985a110d8dc17847087e6aaeca477ef93afadda3488ee77cc5425cab5f77c00cd67ff4463
 SHA512 
77886a994102c1edf93b133e27658e3c84152c83597191d58c571dc7dfc765d41c2879ea55d64e04e3af804a4f10aeb1c10e33a924fd967b288e6d0b12728b34
 DIST ahash-0.7.4.crate 37072 BLAKE2B 
3b82cc45993fd48d9eed018e14af005e2513938f34b195d4f33bc0d4031bc8027b082aa155b14e20e0e1e34b0f829849e8c614458805ce830652f34477b1d6a4
 SHA512 
f84e16f3b2764be95b4d82c9ef4bcd4c80983e977b33e1d4cc3c119398de6084428a0e7bccc1b182bccc21aa97855fa30b6a4041b961b58bff79b75dcc788005
+DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
 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
@@ -26,6 +28,7 @@ DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91
 

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

2021-11-13 Thread Thomas Deutschmann
commit: bf352d7d38df2ede0095f4b6e73ab7253865cdaa
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 14 03:48:41 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Nov 14 03:49:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf352d7d

dev-db/myodbc: bump to v8.0.27

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

 dev-db/myodbc/Manifest |   1 +
 dev-db/myodbc/myodbc-8.0.27.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/dev-db/myodbc/Manifest b/dev-db/myodbc/Manifest
index ff45a554d0ce..56321487fce9 100644
--- a/dev-db/myodbc/Manifest
+++ b/dev-db/myodbc/Manifest
@@ -2,3 +2,4 @@ DIST mysql-connector-odbc-8.0.22-src.tar.gz 3726015 BLAKE2B 
055920446767b0c9a30a
 DIST mysql-connector-odbc-8.0.23-src.tar.gz 3726277 BLAKE2B 
21b5e6f3f7e77d6107268800441675a230c79071e52db39093fade6e02031c12c96371d165af9459e9739e069e5b4196f0169dff54c0fa300e7a3023e8a82722
 SHA512 
2f66b5e1796176d638b1209b7d3381c2600a11cc88fa0dfb1f29b16a6c59386926674d5581d4843036d061af09312d58620484730bd7cdad36c0a0dcd45d49a9
 DIST mysql-connector-odbc-8.0.25-src.tar.gz 3736461 BLAKE2B 
888219340ed2ea86194b2aeab04719c58f2bdfaedb4364492eab2d8cce4b7617a259ae075fada3f55f2bd475d310b5a98642a791ac1efff22a8ceda31bbdf89c
 SHA512 
b2df4134d89600708f30866ded6d915246d36eea087a5c86c0030ba55a1a96c7ee37f023183a28e2f731851969ee802846012e4435fb86a38f7a0f09571d32ac
 DIST mysql-connector-odbc-8.0.26-src.tar.gz 3760542 BLAKE2B 
e0da539743335bc70a7b809759121d5186782df27c301dc9bb34a73d5584540906df72f0e2b2bfa8af47587693063286cd3eadd3b69f77398264463e69a20e35
 SHA512 
caed3db20fb42df5123356a973e4f8cc1b162be0ada1de881981237e9a7b39d95f3f0aa48fceeff23139c3d05fc24115bf900206db7a497f4ed734a2234eb528
+DIST mysql-connector-odbc-8.0.27-src.tar.gz 3849283 BLAKE2B 
6a2500cdd706c0f8cda83dd04d3e573baa0bfbad59c931e20bb25a3f09dd78d2380079d0a20e075c3f44482d58acb6e727f4cbcf490e9d4d7817dd26f98061ee
 SHA512 
4f907b7647425c274d3bd1c3b3ebbb83ac2360f2ee56733dabb501c17b800a26ef1117e16e5b05180ff904bfc642d25393baa861b96a79edf9d35f186a8689b2

diff --git a/dev-db/myodbc/myodbc-8.0.27.ebuild 
b/dev-db/myodbc/myodbc-8.0.27.ebuild
new file mode 100644
index ..49e7ed8c3c63
--- /dev/null
+++ b/dev-db/myodbc/myodbc-8.0.27.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+
+inherit cmake-multilib
+
+MAJOR="$(ver_cut 1-2)"
+MY_PN="mysql-connector-odbc"
+MY_P="${MY_PN}-${PV/_p/r}-src"
+
+DESCRIPTION="ODBC driver for MySQL"
+HOMEPAGE="https://dev.mysql.com/downloads/connector/odbc/;
+SRC_URI="https://dev.mysql.com/get/Downloads/Connector-ODBC/${MAJOR}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="${MAJOR}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-db/unixODBC[${MULTILIB_USEDEP}]
+   >=dev-db/mysql-connector-c-8.0:0=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+S=${WORKDIR}/${MY_P}
+
+# Careful!
+DRIVER_NAME="${PN}-${SLOT}"
+
+# Patch document path so it doesn't install files to /usr
+PATCHES=(
+   "${FILESDIR}/${MAJOR}-cmake-doc-path.patch"
+   "${FILESDIR}/${PN}-8.0.19-cxxlinkage.patch"
+)
+
+src_prepare() {
+   # Remove Tests
+   sed -i -e "s/ADD_SUBDIRECTORY(test)//" \
+   "${S}/CMakeLists.txt"
+
+   cmake_src_prepare
+}
+
+multilib_src_configure() {
+   CMAKE_BUILD_TYPE="RelWithDebInfo"
+
+   mycmakeargs+=(
+   -DCMAKE_C_FLAGS_RELWITHDEBINFO=-DNDEBUG
+   -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-DNDEBUG
+   -DMYSQLCLIENT_STATIC_LINKING=OFF
+   -DMYSQL_CXX_LINKAGE=YES
+   -DWITH_UNIXODBC=YES
+   -DWITH_DOCUMENTATION_INSTALL_PATH=${EPREFIX}/usr/share/doc/${PF}
+   -DLIB_SUBDIR="$(get_libdir)/${PN}-${MAJOR}"
+   -DMYSQLCLIENT_NO_THREADS=ON
+   -DDISABLE_GUI=ON
+   # Don't build "libmysql_strings.so" and "libmysql_sys.so" which 
are only
+   # used internally
+   -DBUILD_SHARED_LIBS=OFF
+   # The NUMA and LIBWRAP options are not really used.
+   # They are just copied from the server code
+   -DWITH_NUMA=OFF
+   -DWITH_LIBWRAP=OFF
+   )
+
+   cmake_src_configure
+}
+
+multilib_src_install_all() {
+   debug-print-function ${FUNCNAME} "$@"
+
+   dodir /usr/share/${PN}-${SLOT}
+   for i in odbc.ini odbcinst.ini; do
+   einfo "Building $i"
+   sed \
+   -e "s,__PN__,${DRIVER_NAME},g" \
+   -e "s,__PF__,${MAJOR},g" \
+   -e 
"s,lib/libmyodbc3.so,$(get_libdir)/${PN}-${MAJOR}/libmyodbc${SLOT:0:1}a.so,g" \
+   >"${D}"/usr/share/${PN}-${SLOT}/${i} \
+   <"${FILESDIR}"/${i}.m4 \
+   || die "Failed to build 

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

2021-11-13 Thread Sam James
commit: d32c2982b3cd578e408cbba7eb084453ae37a080
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:44:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:44:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32c2982

app-text/ansifilter: keyword 2.18 for ~hppa

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

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

diff --git a/app-text/ansifilter/ansifilter-2.18.ebuild 
b/app-text/ansifilter/ansifilter-2.18.ebuild
index f016eddcddc3..1a9bac6deb2f 100644
--- a/app-text/ansifilter/ansifilter-2.18.ebuild
+++ b/app-text/ansifilter/ansifilter-2.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~s390 sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~x64-macos"
 IUSE="qt5"
 
 RDEPEND="



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

2021-11-13 Thread Sam James
commit: e8babd822ee82d002df4bc1f50126d3bd2bf9bd7
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8babd82

dev-python/nbclient: Keyword 0.5.5 ia64, #808378

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

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

diff --git a/dev-python/nbclient/nbclient-0.5.5.ebuild 
b/dev-python/nbclient/nbclient-0.5.5.ebuild
index 28d2acc95455..bbd5cc247ca7 100644
--- a/dev-python/nbclient/nbclient-0.5.5.ebuild
+++ b/dev-python/nbclient/nbclient-0.5.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: 92d53310c3033863d69edddf18c6b5cec0d846d0
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d53310

dev-python/notebook: Keyword 6.4.5 ia64, #808378

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

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

diff --git a/dev-python/notebook/notebook-6.4.5.ebuild 
b/dev-python/notebook/notebook-6.4.5.ebuild
index cacbe7d854e3..25e3627fcd15 100644
--- a/dev-python/notebook/notebook-6.4.5.ebuild
+++ b/dev-python/notebook/notebook-6.4.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-libs/mathjax-2.4



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

2021-11-13 Thread Sam James
commit: aba9f7006bf90250fa879b896a01acbe5c355838
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba9f700

dev-python/terminado: Keyword 0.12.1 ia64, #808378

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

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

diff --git a/dev-python/terminado/terminado-0.12.1.ebuild 
b/dev-python/terminado/terminado-0.12.1.ebuild
index bd491020dfe7..c20cd073e7b0 100644
--- a/dev-python/terminado/terminado-0.12.1.ebuild
+++ b/dev-python/terminado/terminado-0.12.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/ptyprocess[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: 82b8e0fb0a99ffdbde5e404b6957015d1b1ac6da
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b8e0fb

dev-python/pandocfilters: Keyword 1.5.0 ia64, #808378

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

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

diff --git a/dev-python/pandocfilters/pandocfilters-1.5.0.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.5.0.ebuild
index ae5de1bf748c..2ce77c817585 100644
--- a/dev-python/pandocfilters/pandocfilters-1.5.0.ebuild
+++ b/dev-python/pandocfilters/pandocfilters-1.5.0.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"



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

2021-11-13 Thread Sam James
commit: fb4df13d2f76b75ecf9cce467f0bc431aee1e424
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4df13d

dev-libs/mathjax: Keyword 2.7.7 ia64, #808378

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

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

diff --git a/dev-libs/mathjax/mathjax-2.7.7.ebuild 
b/dev-libs/mathjax/mathjax-2.7.7.ebuild
index a2422b3da3c3..dc8a8bfb197b 100644
--- a/dev-libs/mathjax/mathjax-2.7.7.ebuild
+++ b/dev-libs/mathjax/mathjax-2.7.7.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/MathJax-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc examples"
 
 RDEPEND="doc? ( app-doc/mathjax-docs:${SLOT} )"



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

2021-11-13 Thread Sam James
commit: 7b7b8bfcdcd6dc4e5566afd5c096cd3a18f1f5b5
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7b8bfc

dev-python/argon2-cffi: Keyword 21.1.0-r1 ia64, #808378

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

 dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild 
b/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild
index dac404e2713e..bc3869760785 100644
--- a/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-21.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 DEPEND="
app-crypt/argon2:=



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

2021-11-13 Thread Sam James
commit: 395cdd5b9b205d08ba4ee0dd72697d3301aad0b4
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395cdd5b

dev-python/send2trash: Keyword 1.8.0 ia64, #808378

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

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

diff --git a/dev-python/send2trash/send2trash-1.8.0.ebuild 
b/dev-python/send2trash/send2trash-1.8.0.ebuild
index 2741150b31a4..8da3d6117e30 100644
--- a/dev-python/send2trash/send2trash-1.8.0.ebuild
+++ b/dev-python/send2trash/send2trash-1.8.0.ebuild
@@ -16,6 +16,6 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 distutils_enable_tests pytest



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

2021-11-13 Thread Sam James
commit: 171b4b14736d4a205512625f62cf328ecade0d34
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171b4b14

dev-python/nbconvert: Keyword 6.3.0 ia64, #808378

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

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

diff --git a/dev-python/nbconvert/nbconvert-6.3.0.ebuild 
b/dev-python/nbconvert/nbconvert-6.3.0.ebuild
index b95596254e03..8e4eb02e1206 100644
--- a/dev-python/nbconvert/nbconvert-6.3.0.ebuild
+++ b/dev-python/nbconvert/nbconvert-6.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/bleach[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: 6e90040ab1a662f0f9165fc32861baaa6ca9f451
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e90040a

dev-python/ipywidgets: Keyword 7.6.5 ia64, #808378

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

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

diff --git a/dev-python/ipywidgets/ipywidgets-7.6.5.ebuild 
b/dev-python/ipywidgets/ipywidgets-7.6.5.ebuild
index 428e238e8aaf..b79b40d8a8d4 100644
--- a/dev-python/ipywidgets/ipywidgets-7.6.5.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-7.6.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/

2021-11-13 Thread Sam James
commit: 6b85db1f0a4f55faf445f7cb5bb67503a452be44
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b85db1f

app-doc/mathjax-docs: Keyword 2.7.7 ia64, #808378

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

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild 
b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index efa529306357..5cba155ddde5 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
dev-python/sphinx



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

2021-11-13 Thread Sam James
commit: 164926f12d98bd25bf9c5d32b63484069474ff7e
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164926f1

dev-python/prometheus_client: Keyword 0.12.0 ia64, #808378

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

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

diff --git a/dev-python/prometheus_client/prometheus_client-0.12.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.12.0.ebuild
index 5c5d5c77db1b..2ab3d65275ef 100644
--- a/dev-python/prometheus_client/prometheus_client-0.12.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.12.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/client_python-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"
 



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

2021-11-13 Thread Sam James
commit: c502297351f4dfe9cad39ae00a92927a2f7848f5
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5022973

dev-python/nbformat: Keyword 5.1.3 ia64, #808378

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

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

diff --git a/dev-python/nbformat/nbformat-5.1.3.ebuild 
b/dev-python/nbformat/nbformat-5.1.3.ebuild
index f93a457bf92b..eafe2a16dfee 100644
--- a/dev-python/nbformat/nbformat-5.1.3.ebuild
+++ b/dev-python/nbformat/nbformat-5.1.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: f4bfba46f4447020eb8261f41e808b1cca904a5d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4bfba46

dev-python/pytest-tornado: Keyword 0.8.1 ia64, #808378

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

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

diff --git a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild 
b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
index 1ad9bc29a921..7f12b4e691b1 100644
--- a/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
+++ b/dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/eugeniy/pytest-tornado/archive/refs/tags/v${PV}.tar.
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~riscv sparc x86"
+KEYWORDS="amd64 ~ia64 ~riscv sparc x86"
 
 RDEPEND="
>=dev-python/pytest-3.6[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: 5af648050ccbc8a27d7a54a5822ed2202b4baa78
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af64805

dev-python/fastjsonschema: Keyword 2.15.1 ia64, #808378

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

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

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
index 7536e754b01d..beaf6ed60013 100644
--- a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
+++ b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-11-13 Thread Sam James
commit: 4f757c060bf5d9920b4e75d45300c8fb73d2ccd4
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f757c06

dev-python/pebble: Keyword 4.6.3 ia64, #808378

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

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

diff --git a/dev-python/pebble/pebble-4.6.3.ebuild 
b/dev-python/pebble/pebble-4.6.3.ebuild
index e0bf181b3773..83f8a8a7d113 100644
--- a/dev-python/pebble/pebble-4.6.3.ebuild
+++ b/dev-python/pebble/pebble-4.6.3.ebuild
@@ -17,6 +17,6 @@ S=${WORKDIR}/${P^}
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 
 distutils_enable_tests pytest



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

2021-11-13 Thread Sam James
commit: e9ca2a4673ffee5091dbb33708f5bb57bc9404e8
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ca2a46

dev-python/ipykernel: Keyword 5.5.4-r1 ia64, #808378

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

 dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild 
b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
index cabbd9e137fe..0359a0de1683 100644
--- a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
+++ b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2021-11-13 Thread Sam James
commit: 9ce85c44528aa47b997bd5a54e5b2722b21a4ccf
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce85c44

dev-python/widgetsnbextension: Keyword 3.5.1-r1 ia64, #808378

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

 dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
index 864dd7c7a9b6..1c4a6c188cf4 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/notebook[${PYTHON_USEDEP}]"



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

2021-11-13 Thread Sam James
commit: 1ceccd299d1c92cf0b9b862e90c80fe0a7fe339b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ceccd29

dev-python/xmltodict: Keyword 0.12.0-r1 ia64, #808378

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

 dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
index 53d692c08fc3..f34175759383 100644
--- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 distutils_enable_tests nose



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

2021-11-13 Thread Sam James
commit: 9a322b5a5a63c38ca4aec86986f6ea046d4a08d6
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a322b5a

dev-python/jupyterlab_pygments: Keyword 0.1.2 ia64, #808378

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

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

diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild 
b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
index 39527b2e29f9..6f1b20331e2c 100644
--- a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
+++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/jupyterlab/jupyterlab_pygments/archive/${PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"



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

2021-11-13 Thread Sam James
commit: 5e6f874118e9d9c3c844fe2ddc168229b62426f7
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6f8741

dev-python/ipyparallel: Keyword 7.1.0 ia64, #808378

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

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

diff --git a/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild 
b/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild
index 254e36f5040c..5c708589464c 100644
--- a/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-7.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 sparc x86"
+KEYWORDS="amd64 ~ia64 sparc x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: ca9a3daef58a83c1383841314c56bacc73689ed2
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:42:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:42:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9a3dae

dev-python/pyzmq: Keyword 22.1.0 ia64, #808378

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

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

diff --git a/dev-python/pyzmq/pyzmq-22.1.0.ebuild 
b/dev-python/pyzmq/pyzmq-22.1.0.ebuild
index 06bc4012a9ee..195837bc5370 100644
--- a/dev-python/pyzmq/pyzmq-22.1.0.ebuild
+++ b/dev-python/pyzmq/pyzmq-22.1.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="+draft"
 
 DEPEND="



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

2021-11-13 Thread Sam James
commit: 5528cb3b098ece3e72ba0dc0901585f7f156de55
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5528cb3b

dev-python/nest_asyncio: Keyword 1.5.1 ia64, #808378

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

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

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
index 16f0e405b919..421152b3846a 100644
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-11-13 Thread Sam James
commit: 7b98167e4e52b30728bf7470a1046ce9cd57a576
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b98167e

dev-python/jupyter_client: Keyword 6.1.12 ia64, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild 
b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 3050b2596a5c..232e3c794b99 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-11-13 Thread Sam James
commit: a5cc69c17ac608ce01e85ac4334f9167f88ed909
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5cc69c1

dev-python/nose_warnings_filters: Keyword 0.1.5-r3 ia64, #808378

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

 dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild 
b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
index d948984478d1..a3e29bb4b751 100644
--- a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
+++ b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
 



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

2021-11-13 Thread Sam James
commit: c364eaa2e574deb0385d5807efa381913c2bc3fb
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:43:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:43:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c364eaa2

dev-python/jupyter_client: Keyword 7.0.6 ia64, #808378

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

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
index 2d79f708df4f..5e3bbe37f0f6 100644
--- a/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/entrypoints[${PYTHON_USEDEP}]



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

2021-11-13 Thread Zac Medico
commit: c4bada4e38c218803fa8b984386ec48fd51c0c1e
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 14 03:39:30 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 14 03:40:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bada4e

dev-db/rqlite: Bump to version 6.8.1

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

 dev-db/rqlite/Manifest|   1 +
 dev-db/rqlite/rqlite-6.8.1.ebuild | 230 ++
 2 files changed, 231 insertions(+)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index 170613823c68..76f61df70af1 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -436,5 +436,6 @@ DIST rqlite-5.10.2.tar.gz 363210 BLAKE2B 
b3200b7e945cef01dfba20aa29cd36789fcf325
 DIST rqlite-6.1.0.tar.gz 380849 BLAKE2B 
87f7d0531e3abe4a574672e17921f4a7bec76dee9ebf192f7c6d303bd8796a14c8cf7d8884eea956453a4116817423b7b0f8f8c62fbc0d92c67b828a996acf7c
 SHA512 
e1f9a4b90a09b45953924686386e5d43e8df3a7082ee3ad204c8ea06469aaf1cf6ce40f8c8158253c55c33e3d3714deb62d84962f63ac565d36f95a474af67c8
 DIST rqlite-6.7.0.tar.gz 405614 BLAKE2B 
9845acc7310d0c5611b3922215db473f04f0828d7267c6f84607ca7cae744ff8fe0eccd3f4d4d0617e89b0490e00a0136e1959a2ec70a608c05d4af79b05d5e1
 SHA512 
c0df563216062fae9b2751d9417133fdd5c02834d3b388e3132902a921ed04b9fa43a41d750bd763882bbd0369ba51f454282f071f893a03b02e2f60c6d9494e
 DIST rqlite-6.8.0.tar.gz 405944 BLAKE2B 
74b7feae8c26e2cbd3537df1a5de995ed63c403b54d9ceba46f914bb62ae7c486ee0b7b0e8d6ca05518b26d4ce25170c6e6760eade6cecd965ebe91ef2a02f12
 SHA512 
26648b411ca8a8af436400dfd0d2316fa8a0ac86de1427b4e810d05fa809c3457b7e31f321e8e28840dd671530216b9a2a3e611785d7863f6212ee2bd2b028cb
+DIST rqlite-6.8.1.tar.gz 406206 BLAKE2B 
edf0450e443c7da683b02bc3eb87e82ee900519a030e1b579e8849b417de006b219df0d322c6efc26ec2f7cb70ecf617d4b1bbe174d42a52d3bb3f7e4cd8356e
 SHA512 
c2015637ee1f2ac1611e2b0ebf1adc44ef7bdc136b0253f99a89e33877851d688b15bda1c5e5d2b4906b8bd987522d5cc91e7b56efb85aeb4215ea3afd6e35ea
 DIST xorm.io%2Fbuilder%2F@v%2Fv0.3.6.mod 146 BLAKE2B 
2db3e352ea5e2e318fe56cfa165d5345f4d85f0523ef6cc495c7f4596bedfb4dc3730c1842a62b75e532cb50505db10162dce1dee8ce5860a3e7b17c83a37910
 SHA512 
05161f20c13095943f26bbddf4e8ecf60a79121edef21567e51366fe13f5ac24ed8a5ff836484a23d27ccc5b5345a780973097218e2fbf43847cdc94d45ab7ec
 DIST xorm.io%2Fcore%2F@v%2Fv0.7.2-0.20190928055935-90aeac8d08eb.mod 193 
BLAKE2B 
ee37149b40933dc6446d105468e577643ff324821320be45bb82bcedc13882e5e1236dd89eaec2d883db33ccc60584dd9a4c5309b60822b778a393897478bb22
 SHA512 
5af3eed4c6cfb8f258f0fd2e8fc924aa15e16431298e1d79ffc9701fb37b8393dfa4dcf922d8ce704df7dbf6b36684540eb0972da3f13ddc4c5f3bdb07dc7090

diff --git a/dev-db/rqlite/rqlite-6.8.1.ebuild 
b/dev-db/rqlite/rqlite-6.8.1.ebuild
new file mode 100644
index ..cbcfbe0fe7d7
--- /dev/null
+++ b/dev-db/rqlite/rqlite-6.8.1.ebuild
@@ -0,0 +1,230 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+EGIT_COMMIT=58413c9cb9bf65a956f73fd2e04925d99c6e7d36
+
+DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
+HOMEPAGE="https://github.com/rqlite/rqlite 
https://www.philipotoole.com/tag/rqlite/;
+
+EGO_SUM=(
+"github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75"
+"github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75/go.mod"
+"github.com/DataDog/datadog-go v2.2.0+incompatible/go.mod"
+"github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod"
+"github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod"
+"github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod"
+"github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod"
+"github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod"
+"github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod"
+"github.com/armon/go-metrics v0.3.9"
+"github.com/armon/go-metrics v0.3.9/go.mod"
+"github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod"
+"github.com/beorn7/perks v1.0.0/go.mod"
+"github.com/beorn7/perks v1.0.1/go.mod"
+"github.com/boltdb/bolt v1.3.1"
+"github.com/boltdb/bolt v1.3.1/go.mod"
+"github.com/cespare/xxhash/v2 v2.1.1/go.mod"
+"github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod"
+"github.com/circonus-labs/circonusllhist v0.1.3/go.mod"
+"github.com/davecgh/go-spew v1.1.0/go.mod"
+"github.com/davecgh/go-spew v1.1.1"
+"github.com/davecgh/go-spew v1.1.1/go.mod"
+"github.com/fatih/color v1.7.0/go.mod"
+"github.com/fatih/color v1.12.0"
+"github.com/fatih/color v1.12.0/go.mod"
+"github.com/go-kit/kit v0.8.0/go.mod"
+"github.com/go-kit/kit v0.9.0/go.mod"
+"github.com/go-logfmt/logfmt v0.3.0/go.mod"
+"github.com/go-logfmt/logfmt v0.4.0/go.mod"
+"github.com/go-stack/stack v1.8.0/go.mod"
+"github.com/gogo/protobuf v1.1.1/go.mod"
+"github.com/golang/protobuf v1.2.0/go.mod"
+"github.com/golang/protobuf 

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

2021-11-13 Thread Sam James
commit: 5b6d1e9989274f348ffdb6de84ece09233d3d291
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:27:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:27:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6d1e99

sys-fs/libeatmydata: stabilize 129-r1 for amd64

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

 sys-fs/libeatmydata/libeatmydata-129-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild 
b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
index 71b725cd15a6..23978b1c2fc4 100644
--- a/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
+++ b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stewartsmith/${PN}/releases/download/v${PV}/${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-11-13 Thread Sam James
commit: ce9a302cc3e48342ad0f8f41660c6100e6d1f996
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:27:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:27:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9a302c

sys-fs/libeatmydata: keyword 129-r1 for arm, arm64

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

 sys-fs/libeatmydata/libeatmydata-129-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild 
b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
index 23978b1c2fc4..e35d9419d8ab 100644
--- a/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
+++ b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/stewartsmith/${PN}/releases/download/v${PV}/${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 arm arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-11-13 Thread Sam James
commit: f29a87daa760faad86255eb2bd5c02c3bf7aa272
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:23:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:23:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29a87da

dev-python/pybind11: Keyword 2.8.1 hppa, #804115

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

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

diff --git a/dev-python/pybind11/pybind11-2.8.1.ebuild 
b/dev-python/pybind11/pybind11-2.8.1.ebuild
index 073a3768e9c0..34b65faf8ef3 100644
--- a/dev-python/pybind11/pybind11-2.8.1.ebuild
+++ b/dev-python/pybind11/pybind11-2.8.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
dev-cpp/eigen:3



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2021-11-13 Thread Sam James
commit: 267f5f45d2259cfd50469be2f4ee7afe1a3655c1
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:23:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:23:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267f5f45

dev-vcs/git: Stabilize 2.32.0-r1 hppa, #807367

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

 dev-vcs/git/git-2.32.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.32.0-r1.ebuild b/dev-vcs/git/git-2.32.0-r1.ebuild
index d9b4b7cd33ed..50b3cfccc709 100644
--- a/dev-vcs/git/git-2.32.0-r1.ebuild
+++ b/dev-vcs/git/git-2.32.0-r1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2021-11-13 Thread Sam James
commit: 19e41eeecf2d1dab906f1521e7145dc189416e94
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:23:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:23:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e41eee

dev-cpp/eigen: Keyword 3.4.0-r1 hppa, #804115

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

 dev-cpp/eigen/eigen-3.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/eigen/eigen-3.4.0-r1.ebuild 
b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
index 59a2a982583c..a787eecd0008 100644
--- a/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
+++ b/dev-cpp/eigen/eigen-3.4.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="MPL-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug 
doc openmp test" #zvector
 
 # Tests failing again because of compiler issues



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

2021-11-13 Thread Sam James
commit: e8f2dcda97e4dc66512a41dd6baaaf41a2b46e05
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:23:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:23:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f2dcda

dev-python/scipy: Keyword 1.7.2 hppa, #804115

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

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

diff --git a/dev-python/scipy/scipy-1.7.2.ebuild 
b/dev-python/scipy/scipy-1.7.2.ebuild
index 7290265e9ab7..1b2be2e758ea 100644
--- a/dev-python/scipy/scipy-1.7.2.ebuild
+++ b/dev-python/scipy/scipy-1.7.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~riscv ~s390 ~sparc ~x86"
 IUSE="doc +pythran sparse"
 
 DEPEND="



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

2021-11-13 Thread Sam James
commit: 15c89564578709f14e29c5cd0c239256652b11ed
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:20:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:20:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c89564

media-libs/svt-av1: Stabilize 0.8.7 arm, #823029

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

 media-libs/svt-av1/svt-av1-0.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/svt-av1/svt-av1-0.8.7.ebuild 
b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
index 1e5096e5b839..992968a36aa0 100644
--- a/media-libs/svt-av1/svt-av1-0.8.7.ebuild
+++ b/media-libs/svt-av1/svt-av1-0.8.7.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.com/AOMediaCodec/SVT-AV1.git;
 else

SRC_URI="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${PV}/SVT-AV1-v${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc -x86" 
# -x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
+   KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc -x86" # 
-x86: https://github.com/AOMediaCodec/SVT-AV1/issues/1231
S="${WORKDIR}/SVT-AV1-v${PV}"
 fi
 



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

2021-11-13 Thread Sam James
commit: 7fa826587b29ac980cee45165d9fb8c80b080308
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:20:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:20:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa82658

dev-python/pyenchant: Stabilize 3.2.2 arm, #823542

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

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

diff --git a/dev-python/pyenchant/pyenchant-3.2.2.ebuild 
b/dev-python/pyenchant/pyenchant-3.2.2.ebuild
index 88a87cef6cf1..56bbbacff53c 100644
--- a/dev-python/pyenchant/pyenchant-3.2.2.ebuild
+++ b/dev-python/pyenchant/pyenchant-3.2.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND="app-text/enchant:*"
 BDEPEND="



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

2021-11-13 Thread Sam James
commit: 1bdd8bb97b0cd2e8549ac4378ede25eaa90e6ca7
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:20:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:20:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdd8bb9

dev-python/uritemplate: Stabilize 4.1.0 arm, #823584

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

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

diff --git a/dev-python/uritemplate/uritemplate-4.1.0.ebuild 
b/dev-python/uritemplate/uritemplate-4.1.0.ebuild
index 62f72b8d1cc4..980421f2a773 100644
--- a/dev-python/uritemplate/uritemplate-4.1.0.ebuild
+++ b/dev-python/uritemplate/uritemplate-4.1.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2021-11-13 Thread Sam James
commit: 7d4dafda53844601ce558a97e3412134900bc756
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:20:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:20:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4dafda

dev-python/pillow: Stabilize 8.3.2 ppc64, #811453

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

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

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



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

2021-11-13 Thread Sam James
commit: d0f2186d12487f90eb4d7dcfeae0937adb8df5ac
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:20:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:20:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f2186d

dev-python/pillow: Stabilize 8.3.2 ppc, #811453

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

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

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



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

2021-11-13 Thread Sam James
commit: c6aa7f301b8721c17146b3e95d6c5ed4dbab4ba9
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:19:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:19:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6aa7f30

sys-kernel/gentoo-kernel-bin: add 5.10.79-r1 for arm64

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index d18808e39d0c..63cb148f07ff 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -54,6 +54,7 @@ DIST gentoo-kernel-5.10.78-1.amd64.xpak 65516317 BLAKE2B 
444139b73822a88abf4ff03
 DIST gentoo-kernel-5.10.78-1.arm64.xpak 60916561 BLAKE2B 
4994d703ca272c6ad296cf50c498e992a799e5129ff758c9797fbc4d29c5ddef3a865b529360b189c27c751213ac5f7d3822a9473f0596494c739ddedbdc6f95
 SHA512 
f1c9eb8fe6f3997ff90ddbcc9b7dcd6c7544edd69301da9e2e803a01d288c503269ec1295883975da3dbdc6928bd7a8e27f4037cfcb890545fe7d86db7df90d9
 DIST gentoo-kernel-5.10.78-1.x86.xpak 57263133 BLAKE2B 
d4f3ade0de191584fb2022aadf5223a917d77f8e0aaa885d919d22477230661a47c1e8849d5c78f3fd283097c2f509bf1e7db9e6a02bb8aa745a4a4fb45a1436
 SHA512 
340d4a59b417e872f0a2aab2b8b0a2ddaefd29abd3c51882f08bce93cfd72e44d2a4798e688a33e36162fb9cfc33b8c173fe0d4551e956ad7d4fec2ae7d2286b
 DIST gentoo-kernel-5.10.79-1.amd64.xpak 65535104 BLAKE2B 
110338738477cce7cceedc9f7e5df68f781e8b1e44c579cb8b8ed6b9b20021e2c8e7820c61863c0a99a450dff50348872043a26229858e9686dbe108aa27d8e6
 SHA512 
3c3907b560206227df9b1b97e7f35e172a2e9ab98e1387da9d27964c4567783c22a21b870b11cf1bdea7a10f34debc9f100dd0875b6eea6af3dfa26072973bc5
+DIST gentoo-kernel-5.10.79-1.arm64.xpak 60978468 BLAKE2B 
759f9f78e81b2bafe617b555a5164a8964e4a3abecff38e1de74b6e8103f30bf0110d698ba8979d628aebaa07cca9cc9b19993b02a02b489f2e5c138f02c408b
 SHA512 
6a5763d65a5bca550abe52c7c846a41a1d2a3f3c914d08a7c7157b267efd614bc40377a19640891764bb4ce2f472327de00d1211bf856906dda1da4deb8700fd
 DIST gentoo-kernel-5.10.79-1.x86.xpak 57295318 BLAKE2B 
a3ce89be878ba48ebbe236532a0662897915ba9e84da4dd006e805def3039527ef39efe4d1d9c70d4e85f3c670dbe2a40dbae488b71c2e9b4ed3975ac802ffbc
 SHA512 
b1abb1b5bdda8660ba461b7b21f9745705209c9aee994ff855ef609b982c23e01a6c055c7c3e14efa16b63f957b996a0b446fa9cdc098ebe34fa17465d66dd58
 DIST gentoo-kernel-5.13.19-1.amd64.xpak 67338326 BLAKE2B 
d9e718a94bf9a341f5b57063cbde2f3f1f0ea6d03f1805051c084b792388789494a49786d643f1570871ca2b6366a206497aed83f9ed00837c542ac970a71fc6
 SHA512 
aea74f6f39861752f7a5dae16d955d541f65d3e7b8a0e5fba593011d9ca8583f3dd0964e76aa21daa6583d5d26e3616885aeca8a04dbba222e0aae2a85062b40
 DIST gentoo-kernel-5.13.19-1.arm64.xpak 62747957 BLAKE2B 
1981ddb4e35d2210e1c678856ac58e088cd100ecbd70d2b5c88ffe8eb25b56f3f0c90e45d12adb74c7a0fb881dfd36b1d46d6fdfb837dbdff1881ded066b906d
 SHA512 
d8c1e524a3e58def5352b3faae07c42074a2d67015cc62b9601e20bb9b7f29d44d2843e7771e0399e9150be1de2be2b28776f96f7fe75ba7ec4e8f2c31e1f715

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

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

2021-11-13 Thread Sam James
commit: 2af99f2429522cf528af6f8ad851e90183b405dd
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:19:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:19:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af99f24

sys-kernel/gentoo-kernel-bin: add 5.14.18-r1 for arm64

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 63cb148f07ff..80f7bbb8f920 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -72,6 +72,7 @@ DIST gentoo-kernel-5.14.17-1.amd64.xpak 68122630 BLAKE2B 
dbb41103b0ae03250cb34a1
 DIST gentoo-kernel-5.14.17-1.arm64.xpak 63025950 BLAKE2B 
63750480efdf04c30f54230907d5f193e031582dd94c199213ccd3ced454359f4ffaf4b514571b1c5908a4b4fc5238d45ba088f4aceef8bb3306424d4f5378b7
 SHA512 
29dc5b65dcd6e7e688ead7eb61023f8181f485a593511cd27a82211a071ff9c52af38855fb022451c082e1d94e3cc06202685948620666e8be88287bea47
 DIST gentoo-kernel-5.14.17-1.x86.xpak 59184354 BLAKE2B 
d00d9aaf98e69f7d5345074b54f1af2340b78a26042aa09b7cac1da6d2573f553a65a9d72428467b51a2392e678585ca1413172a3facc7260ecd0355f3468e04
 SHA512 
50889944c47482fe3fd3a65ac2a9b45045d313f4410e4532900b57184122ac8b8494f2bff4b3168b4f6c803a507a09bcbbf7d47892a537dd8c06b795071d7a11
 DIST gentoo-kernel-5.14.18-1.amd64.xpak 68092395 BLAKE2B 
bfde18b37d493f50858550b84037bf156ecf0a05b1a7e894940ecc0fca5741f95cbaa8ae59ee93cf9a0d37af88a1e42fcd74dec166334148e1025b4fd329ff63
 SHA512 
c491f7cc5866cd215e1baa61a48aeb463b489f209161284a88289031cba21ae56bcdef0eb54390a09468a29776dc391359fa0c62ed8210e56a6648f9568d
+DIST gentoo-kernel-5.14.18-1.arm64.xpak 63088036 BLAKE2B 
49e0b73ba0c6d2e06497b76d3478dfad40aa8ce303a05feb064c04d411ee6ea11270bd96bec6a405d4de657a72f2faa604d573e427f30376084ea9195fa26a2f
 SHA512 
f357b7b07285c88d29cb83421816358bad95bf2436db05126557c3aba5fe6c97b11e90dd97c34e1b32e2ca6d99313606228decd8636aa4f3af650f72bcdc44fe
 DIST gentoo-kernel-5.14.18-1.x86.xpak 59188901 BLAKE2B 
130d30b9d22ea59a1dcc78080f03cb195d6474c3b33fa648933db9459001e5ecf1b55406ff2f92d5902238ae627f596890080a769474b5a5406212169d2de68c
 SHA512 
1def84f0cb7e5c2a560ec88a859cf9eaca5fc8c799552cb2d90ab761b52e02a2e7e41334665aa0867187b75cfc6585d730d54b8b9a1dc9424cf4e4eefc3a4f42
 DIST gentoo-kernel-5.15.1-1.amd64.xpak 68887176 BLAKE2B 
b431ba6e360cb987f6f72ec643762ffa9e77997c9eec3713be51105e362ececcc338410630383070c72b8a41a06b1660e414d41349e3dea0c6a9f2ce80383200
 SHA512 
80785b528d89c71c6e9ac4af3806c117025e6d21ff6bb5433fcbb1132c83341a9ef3cd6aa7914088a0f2d353f485d681d0311fa46fbdd0faaedb856e0cd03bd7
 DIST gentoo-kernel-5.15.1-1.x86.xpak 59745113 BLAKE2B 
a21641e1d691abbfd6a70b0f1b40d75480c43ba2a9625ce62945eae5685f39da0ef92f164fa443cfd0096bb670b4e7a537f2b566218cd2deb9c41cfc7cf8afc5
 SHA512 
4bcb87087cc1afdf6a3d8e61546ad03c231d0d24048029b684a307e4b7bae431156f9d46f03c0e35a62e0524dc0f8e4d7146c5c8010d484814e42af3ad3f8e2b

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

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

2021-11-13 Thread Sam James
commit: d3762958056fad6be6ff981a5fdb1c1525645b8f
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 03:19:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 03:19:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3762958

sys-kernel/gentoo-kernel-bin: add 5.4.159-r1 for arm64

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 4d6d7b675d0c..d18808e39d0c 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -92,6 +92,7 @@ DIST gentoo-kernel-5.4.158-1.amd64.xpak 61365744 BLAKE2B 
985463752628a98755f7765
 DIST gentoo-kernel-5.4.158-1.arm64.xpak 57629591 BLAKE2B 
75bfe916311d6b16bf2b8a8f7a641b359b1f94b24fd35cc728e424f1df4e66579dc614f52b1fddd2cb1c2929b40dec26993fba8933a054a4d412078eca7a8eac
 SHA512 
6b7cf2d6796dcdb567fe2c84a968726145e492799c7f40a92e501a84df385ca7da213ffd72799bae483558e7528029a97fb68757a9685272690dc2c88d70abe0
 DIST gentoo-kernel-5.4.158-1.x86.xpak 53194465 BLAKE2B 
4419edde2a05c5c375e085026a85b314800cbe571fd0e30f0a2123adb6db1aff60f1c0ed60611ffd756c22a8b42b69382c15c4a59d9046781bf57b9cd83e764e
 SHA512 
c8695b6a312bde4a9f2807f79547d58f678865bf7c18435f1fc98ea285b9428de6e60885b12310d92d2f0f50a694ec583ea42a69956e5d5e1496efb33d7de3d6
 DIST gentoo-kernel-5.4.159-1.amd64.xpak 61385281 BLAKE2B 
9f9abff5de177f6018088753df8b7f1a49c2718f23bcc3d4a5590216b01908221af85e2615a51301eb83db1fde9c38762ee36696aaf51656e7ad4a716713aab2
 SHA512 
c2fc90e5b7cc16406d07c43b80e7a4d6a5be625864f7408d536ee1de4d78fd8d54d7b86e7daf82d45b502746e63acbe2d49d44d8474453623880c973c738c1db
+DIST gentoo-kernel-5.4.159-1.arm64.xpak 57715438 BLAKE2B 
45f12cda3a8742ee8a44e0565edf1eb56b2e50c34cf1a5f32485a711863d89c5d72b24df14e5827b40c4a9d572129542d95f8cbdeeea08fa7ea94218303baee8
 SHA512 
174d0b91da733724f5233e5def4a58139a5e93b831b43e66c3ae1563c43a2da624fbf3e1404cd04c376ac5058964eb6d85cafa88be75ca84ab0e4a05ad97d0e2
 DIST gentoo-kernel-5.4.159-1.x86.xpak 53208509 BLAKE2B 
dcea0c9257b9544db7afff76c6776fd3e6873dcc0af5893017da56ed4ec5cb885bc43e5bcada3a01d9f3647a89a43aa44b431ec28866ef8152949731099e7c96
 SHA512 
d69849f4953fb9fda75c34478ee26cd651721bca291108ba0ab39f5f5902b3ab39a94e7ec6af958707103c08609424e0c744407316e480cb9c80017fda397163
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.13.tar.xz 119297284 BLAKE2B 
9c4c12e2394dec064adff51f7ccdf389192eb27ba7906db5eda543afe3d04afca6b9ea0848a057571bf2534eeb98e1e3a67734deff82c0d3731be205ad995668
 SHA512 
a8edf97e9d38a49f1be2bde1e29ad96274bb2c6f7e8a2bebaa1161dd4df9cabcbaec4ff644c45bee94f86ae47725087d6deed0cd954209cec717621d137db85e

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

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

2021-11-13 Thread Matthew Thode
commit: eb92a576ec84dc783d578527c28aaa869d67fdae
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov 14 02:23:45 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Nov 14 02:23:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb92a576

net-analyzer/icinga2: 2.13.2 bump

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

 net-analyzer/icinga2/Manifest  |   1 +
 net-analyzer/icinga2/icinga2-2.13.2.ebuild | 147 +
 2 files changed, 148 insertions(+)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index e62b0f3dde8b..4365b10d153a 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1 +1,2 @@
 DIST icinga2-2.13.1.tar.gz 7585070 BLAKE2B 
5a81d627728f8afb0c19761972d45606db246c132dfeb92d2fb32479631add8aaeb1d0dea66f354d3638ca346a3e8bcc266e8397e5246f984566f75c2b5e8003
 SHA512 
450df3ee36457006c78ca244331d111f65642ba5e232be28e60f189de998f5bb8ed70f2e1d46ea61374ae7bd6a5cf950e487bada1c7af7064970a149cc86baa7
+DIST icinga2-2.13.2.tar.gz 7589357 BLAKE2B 
6e1ba570e0286f09f37b3cea3b1cd833fd3005c5788e24b750edb100346c46958e97ed5df05947dc47c2bbf856cc6090d661e741072f473b8308aee5e1c0e94e
 SHA512 
39a6f996bca671a2a22fc04e5995714b874e027888a7c9e479d5b526b23104915b7f99afb1220d440af482013043e5b969b0a0145041ac55009d1a81053e2906

diff --git a/net-analyzer/icinga2/icinga2-2.13.2.ebuild 
b/net-analyzer/icinga2/icinga2-2.13.2.ebuild
new file mode 100644
index ..de80eb55dfc4
--- /dev/null
+++ b/net-analyzer/icinga2/icinga2-2.13.2.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake systemd
+
+if [[ ${PV} !=  ]]; then
+   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
+fi
+
+DESCRIPTION="Distributed, general purpose, network monitoring engine"
+HOMEPAGE="https://icinga.com/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="console jumbo-build lto mail mariadb minimal +mysql nano-syntax +plugins 
postgres systemd +vim-syntax"
+
+# Add accounts to DEPEND because of fowners in src_install
+DEPEND="
+   dev-libs/openssl:0=
+   >=dev-libs/boost-1.66.0:=[context]
+   console? ( dev-libs/libedit )
+   mariadb? ( dev-db/mariadb-connector-c:= )
+   mysql? ( dev-db/mysql-connector-c:= )
+   postgres? ( dev-db/postgresql:= )
+   dev-libs/yajl:=
+   acct-user/icinga
+   acct-group/icinga
+   acct-group/icingacmd"
+BDEPEND="
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35"
+RDEPEND="
+   ${DEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )
+   mail? ( virtual/mailx )
+   acct-group/nagios"
+
+REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
+
+PATCHES=(
+   # https://github.com/Icinga/icinga2/issues/8185#issuecomment-680875875
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DICINGA2_UNITY_BUILD=$(usex jumbo-build)
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
+   -DICINGA2_PLUGINDIR="/usr/$(get_libdir)/nagios/plugins"
+   -DICINGA2_USER=icinga
+   -DICINGA2_GROUP=icingacmd
+   -DICINGA2_COMMAND_GROUP=icingacmd
+   -DICINGA2_RUNDIR=/run
+   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=ON
+   -DUSE_SYSTEMD=$(usex systemd)
+   -DLOGROTATE_HAS_SU=ON
+   -DICINGA2_LTO_BUILD=$(usex lto)
+   )
+   # default to off if minimal, allow the flags to be set otherwise
+   if use minimal; then
+   mycmakeargs+=(
+   -DICINGA2_WITH_MYSQL=OFF
+   -DICINGA2_WITH_PGSQL=OFF
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_WITH_PGSQL=$(usex postgres)
+   -DICINGA2_WITH_MYSQL=$(usex mysql yes $(usex mariadb))
+   )
+   fi
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   newinitd "${FILESDIR}"/icinga2.initd-3 icinga2
+
+   if use mysql || use mariadb; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/mysql.sql mysql.sql
+   docinto schema/upgrade
+   dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/upgrade/*
+   fi
+   if use postgres; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/pgsql.sql pgsql.sql
+   docinto schema/upgrade
+   dodoc 

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

2021-11-13 Thread Sam James
commit: 106384960eafe580c282b68e27422992f02f335b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10638496

dev-util/spirv-headers: Stabilize 20210817 arm, #823077

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

 dev-util/spirv-headers/spirv-headers-20210817.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-20210817.ebuild 
b/dev-util/spirv-headers/spirv-headers-20210817.ebuild
index cac83cb1c2c5..45ad49402dfb 100644
--- a/dev-util/spirv-headers/spirv-headers-20210817.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-20210817.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
 
 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2021-11-13 Thread Sam James
commit: 9c653650c2ec67b64bb7412e305118ce6419617b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c653650

dev-util/vulkan-tools: Stabilize 1.2.189-r1 arm, #823077

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

 dev-util/vulkan-tools/vulkan-tools-1.2.189-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.2.189-r1.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.2.189-r1.ebuild
index 6e0e48aefd8c..94a48325353a 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.2.189-r1.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.2.189-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-11-13 Thread Sam James
commit: 9a88ed69d94ec442fe9eca24852d814d7894cc8b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a88ed69

media-libs/vulkan-loader: Stabilize 1.2.189-r1 arm, #823077

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

 media-libs/vulkan-loader/vulkan-loader-1.2.189-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.189-r1.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.189-r1.ebuild
index 0c787e907408..03865b90bc5a 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.189-r1.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.189-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-11-13 Thread Sam James
commit: 63d2ae6c19c3012711a4d9bb19f934f0c7bf3dc1
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d2ae6c

dev-util/glslang: Stabilize 11.6.0 arm, #823077

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

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

diff --git a/dev-util/glslang/glslang-11.6.0.ebuild 
b/dev-util/glslang/glslang-11.6.0.ebuild
index 6697926a6212..096a8a122d03 100644
--- a/dev-util/glslang/glslang-11.6.0.ebuild
+++ b/dev-util/glslang/glslang-11.6.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
 else
SNAPSHOT_COMMIT="${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}/${PN}-${SNAPSHOT_COMMIT}"
 fi
 



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

2021-11-13 Thread Sam James
commit: 2d9df1d8e37773b882a53cc62ea4088f0b3ac53d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9df1d8

dev-libs/nspr: Stabilize 4.32 arm, #822957

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

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

diff --git a/dev-libs/nspr/nspr-4.32.ebuild b/dev-libs/nspr/nspr-4.32.ebuild
index 3ae7ae518f28..b2616298c7b6 100644
--- a/dev-libs/nspr/nspr-4.32.ebuild
+++ b/dev-libs/nspr/nspr-4.32.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz;
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE="debug elibc_musl"
 
 MULTILIB_CHOST_TOOLS=(



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

2021-11-13 Thread Sam James
commit: 8efffbae5796ee98d4837a68683a12b9422e7797
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efffbae

media-libs/vulkan-layers: Stabilize 1.2.189-r1 arm, #823077

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

 media-libs/vulkan-layers/vulkan-layers-1.2.189-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.189-r1.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.2.189-r1.ebuild
index cbdae86c6fea..6acb231ab91e 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.2.189-r1.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.2.189-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-11-13 Thread Sam James
commit: 4104996d7174c2148364d91fcb1ec1aaedaf4333
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4104996d

dev-util/spirv-tools: Stabilize 20210825 arm, #823077

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

 dev-util/spirv-tools/spirv-tools-20210825.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-20210825.ebuild 
b/dev-util/spirv-tools/spirv-tools-20210825.ebuild
index 824b23848803..da3b15e80c54 100644
--- a/dev-util/spirv-tools/spirv-tools-20210825.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-20210825.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="1fbed83c8aab8517d821fcb4164c08567951938f"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2021-11-13 Thread Sam James
commit: 5351ad76ea6b737bd814d3e995703d9ee1cb4a5b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:15:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:15:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5351ad76

dev-python/pocketlint: Stabilize 0.22 arm, #823530

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

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

diff --git a/dev-python/pocketlint/pocketlint-0.22.ebuild 
b/dev-python/pocketlint/pocketlint-0.22.ebuild
index d9e50f988334..64716f3826d5 100644
--- a/dev-python/pocketlint/pocketlint-0.22.ebuild
+++ b/dev-python/pocketlint/pocketlint-0.22.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE=""



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

2021-11-13 Thread Sam James
commit: 510b4259129776e8a3d8a3692cc6d353942f8596
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510b4259

dev-libs/nss: Stabilize 3.68 arm, #822957

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

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

diff --git a/dev-libs/nss/nss-3.68.ebuild b/dev-libs/nss/nss-3.68.ebuild
index 9c16f8eb783e..f3a82e5a9be6 100644
--- a/dev-libs/nss/nss-3.68.ebuild
+++ b/dev-libs/nss/nss-3.68.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="cacert utils cpu_flags_ppc_altivec cpu_flags_ppc_vsx"
 # pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND
 RDEPEND="



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

2021-11-13 Thread Sam James
commit: 381a600a5b8da9d7c634e2676cb346e9f139c90e
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381a600a

dev-util/vulkan-headers: Stabilize 1.2.189 arm, #823077

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

 dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild
index c9511160c2e4..78c590a6eb0c 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.189.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-11-13 Thread Sam James
commit: 755755a8ec3cd57c5b0ad2e7593d8747a98caa83
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:15:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:15:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755755a8

dev-python/blosc: Stabilize 1.10.5 arm, #823482

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

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

diff --git a/dev-python/blosc/blosc-1.10.5.ebuild 
b/dev-python/blosc/blosc-1.10.5.ebuild
index 31d98d79a3b3..0234d1976cd0 100644
--- a/dev-python/blosc/blosc-1.10.5.ebuild
+++ b/dev-python/blosc/blosc-1.10.5.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2021-11-13 Thread Sam James
commit: 1adfe7a31246b49060b12d4414777b556bcce00d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 14 02:14:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 14 02:14:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adfe7a3

app-antivirus/clamav: Stabilize 0.103.4 arm, #822984

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

 app-antivirus/clamav/clamav-0.103.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.103.4.ebuild 
b/app-antivirus/clamav/clamav-0.103.4.ebuild
index 232af95e06e5..3128b1c31043 100644
--- a/app-antivirus/clamav/clamav-0.103.4.ebuild
+++ b/app-antivirus/clamav/clamav-0.103.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamonacc clamdtop clamsubmit iconv ipv6 libclamav-only milter 
metadata-analysis-api selinux systemd test uclibc xml"
 
 REQUIRED_USE="libclamav-only? ( !clamonacc !clamdtop !clamsubmit !milter 
!metadata-analysis-api )"



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

2021-11-13 Thread Georgy Yakovlev
commit: 63a2a556b28fbddc7ed87f6f38cfa455718a070f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 02:00:35 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 02:00:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a2a556

dev-cpp/abseil-cpp: enable py3.10

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

 dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
index 9cdd6d9c970f..5b33742102d1 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit cmake flag-o-matic python-any-r1 toolchain-funcs
 



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

2021-11-13 Thread Georgy Yakovlev
commit: 67f9f6adcc62757dc994eb4385c6638a2ff580ec
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 02:01:00 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 02:01:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f9f6ad

dev-cpp/abseil-cpp: remove unused eclasses

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

 dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
index 5b33742102d1..fc4916e27e71 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..10} )
 
-inherit cmake flag-o-matic python-any-r1 toolchain-funcs
+inherit cmake python-any-r1
 
 # yes, it needs SOURCE, not just installed one
 # and no, 1.11.0 is not enough



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

2021-11-13 Thread Georgy Yakovlev
commit: 34366390abe503c4945e1c146c4d67d16a98e811
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Nov 14 01:26:04 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Nov 14 01:28:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34366390

dev-python/grpcio: add 1.41.1

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

 dev-python/grpcio/Manifest |  1 +
 dev-python/grpcio/grpcio-1.41.1.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/grpcio/Manifest b/dev-python/grpcio/Manifest
index 6f5c5f725b3..0230ea85f95 100644
--- a/dev-python/grpcio/Manifest
+++ b/dev-python/grpcio/Manifest
@@ -1 +1,2 @@
 DIST grpcio-1.41.0.tar.gz 21214188 BLAKE2B 
ac534e34cc5ccf810c1d2006d11d18dd067f0eff68724375f68710dcfe63f016adc467d2c1453e310ac531ec03f2dfd5b0dd8ccc14a6dab94b1c5815b6e3a0ee
 SHA512 
714c1da865864df994540ccc48e73e709f63ceb8617119e67b463f647783d65222b8ef760e2ac1ebaab0fe43442382c2859d796c8a30d6e1eaf511b7dac515a7
+DIST grpcio-1.41.1.tar.gz 21241107 BLAKE2B 
28600650352c92e215c9cfa150e73835b4dff3946628192bff7f5848c5e2600c37f563c7d1403fb119bebbdcaef4f5e36ac43c4f8609a8338983978501bc21f9
 SHA512 
555ab9e2524108efb60ec957d419e80e4abc07752bbd265cd1dee5ccd7c55141d9f2f88db6ba5c03d606e266cd72e4650d38316215da8d70358dad971be52fff

diff --git a/dev-python/grpcio/grpcio-1.41.1.ebuild 
b/dev-python/grpcio/grpcio-1.41.1.ebuild
new file mode 100644
index 000..cf5915184db
--- /dev/null
+++ b/dev-python/grpcio/grpcio-1.41.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 multiprocessing prefix
+
+DESCRIPTION="High-performance RPC framework (python libraries)"
+HOMEPAGE="https://grpc.io;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-libs/openssl-1.0.2:0=[-bindist(-)]
+   >=dev-libs/re2-0.2021.04.01:=
+   >=dev-python/cython-0.28.3[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   net-dns/c-ares:=
+   sys-libs/zlib:=
+"
+
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/1.37.1-cc-flag-test-fix.patch" )
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   hprefixify setup.py
+}
+
+python_configure_all() {
+   # os.environ.get('GRPC_BUILD_WITH_BORING_SSL_ASM', True)
+   export GRPC_BUILD_WITH_BORING_SSL_ASM=
+   export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1
+   export GRPC_PYTHON_BUILD_SYSTEM_CARES=1
+   export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
+   export GRPC_PYTHON_BUILD_WITH_SYSTEM_RE2=1
+   export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
+   export GRPC_PYTHON_BUILD_WITH_CYTHON=1
+   export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$(makeopts_jobs)"
+}



  1   2   3   4   5   >