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

2022-05-27 Thread Sam James
commit: 13528f9ad215f461802f832277ec64ed146276c3
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:59:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:59:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13528f9a

dev-util/diffoscope: add 214

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

 dev-util/diffoscope/Manifest  |   1 +
 dev-util/diffoscope/diffoscope-214.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index d0dd9cf0db64..a124aa8c97b5 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -2,3 +2,4 @@ DIST diffoscope-207.tar.gz 2707223 BLAKE2B 
e20f21c9e0acc78cadfce082f874b3e3cbbbd
 DIST diffoscope-210.tar.gz 2709384 BLAKE2B 
86b88dacf1d777bc63f7698197bc26abe638a25857fa43eac48051b91c07699d7beb9c0ac6bef6baf23fda895a07ca69342c9469a1853a38276f93fac11ea8fa
 SHA512 
b0bd05ffb6112f5f6cdd7f9567ecbbda286226cc6874dfdded39b5d7221d2dbab4b01f02741f7e10a219bf03f94bc803c651963deebb67308a134b8e97fb3b05
 DIST diffoscope-211.tar.gz 2709392 BLAKE2B 
c3570f88bcca7193a9650d970f2d943ebe33cc428c5ce3d4c5812588cbb57ae83dd795674e364d5acbb2d1504bd218036a6b04d9431786668386f28bdd6939b7
 SHA512 
8d674f41e955bd7537ba0cf7df0c886ff87b017a7d756246a183d9ec5ac3b286a798d60d29aadda550de6838b264a9e27fb37cf472b6e93caab7fce2fb65a1b1
 DIST diffoscope-212.tar.gz 2710499 BLAKE2B 
b941e16ab4520998ddfc039f1d68cc28f60415a1d9adc462651598b0e009cfcb9c5247f05be959a4a044647823b1a4987e6a40d1c1811ba039e67056b833fa8e
 SHA512 
85dfc4dc4fc3bf78432de1782800db5c94a0d9d1d8369071cd2cfce0b0352cfbe51c4746bb2073ade47237911f08b86a2bb22529e13c19e91935c0126e2aadb8
+DIST diffoscope-214.tar.gz 2710707 BLAKE2B 
6acd7fa9c69ad831c6d362b805c2094b2f55d57fa87f69e9e153a99a71c90a67884796696df0d24d6b3c94c0b9a41736292d44208f4d8de4262eaa5f2eec6c90
 SHA512 
67a9b68ce5f7934747e30e41506d7e30f018673314b777ab86af89e3dd56212c442abe6e246741f7b842b5c58f14006442167cf9089823ba4ef1ba07e78eaaa7

diff --git a/dev-util/diffoscope/diffoscope-214.ebuild 
b/dev-util/diffoscope/diffoscope-214.ebuild
new file mode 100644
index ..154291db075f
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-214.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..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 

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

2022-05-27 Thread Sam James
commit: eb13b52c31974c0a05ffc6a032d493b7d3ca75b7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:51:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:51:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb13b52c

dev-python/libarchive-c: enable py3.11

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

 dev-python/libarchive-c/libarchive-c-4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libarchive-c/libarchive-c-4.0.ebuild 
b/dev-python/libarchive-c/libarchive-c-4.0.ebuild
index 58a8bcd5595f..60ae1296caf4 100644
--- a/dev-python/libarchive-c/libarchive-c-4.0.ebuild
+++ b/dev-python/libarchive-c/libarchive-c-4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="A Python interface to libarchive"



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

2022-05-27 Thread Sam James
commit: c816d85b82349594da6dc358112a31ae2725702f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:47:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:47:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c816d85b

app-arch/brotli: add missing BDEPEND for Python

Bug: https://github.com/pkgcore/pkgcheck/issues/388
Signed-off-by: Sam James  gentoo.org>

 app-arch/brotli/brotli-1.0.9-r4.ebuild | 1 +
 app-arch/brotli/brotli-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-arch/brotli/brotli-1.0.9-r4.ebuild 
b/app-arch/brotli/brotli-1.0.9-r4.ebuild
index f206ce927497..c61d17cd14ae 100644
--- a/app-arch/brotli/brotli-1.0.9-r4.ebuild
+++ b/app-arch/brotli/brotli-1.0.9-r4.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
 DEPEND="
${RDEPEND}
 "
+BDEPEND="python? ( ${DISTUTILS_DEPS} )"
 
 DOCS=( README.md CONTRIBUTING.md )
 

diff --git a/app-arch/brotli/brotli-.ebuild 
b/app-arch/brotli/brotli-.ebuild
index f206ce927497..c61d17cd14ae 100644
--- a/app-arch/brotli/brotli-.ebuild
+++ b/app-arch/brotli/brotli-.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
 DEPEND="
${RDEPEND}
 "
+BDEPEND="python? ( ${DISTUTILS_DEPS} )"
 
 DOCS=( README.md CONTRIBUTING.md )
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/

2022-05-27 Thread Sam James
commit: 2800aec87dfee078feb06417aa84c392fde10ae2
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:45:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2800aec8

x11-terms/gnome-terminal: Stabilize 3.44.0 arm64, #843794

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

 x11-terms/gnome-terminal/gnome-terminal-3.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.44.0.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.44.0.ebuild
index feb6317fb0cc..de2616fb840b 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.44.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.44.0.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="debug +gnome-shell +nautilus vanilla"
 SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.44.0-cntr-ntfy-autottl-ts.patch.xz
 )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
 RDEPEND="



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

2022-05-27 Thread Sam James
commit: c552895f1b1f6d3bb70e65e399dda9df44401138
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c552895f

net-libs/glib-networking: Stabilize 2.72.0-r1 arm64, #843794

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

 net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild 
b/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
index 8ca625598a83..b84366f8e644 100644
--- a/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.69.0:2[${MULTILIB_USEDEP}]



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

2022-05-27 Thread Sam James
commit: b5e62d26ee552a00631e8ca31fb42fc11ea7aaf1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e62d26

media-video/totem: Stabilize 42.0-r1 arm64, #843794

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

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

diff --git a/media-video/totem/totem-42.0-r1.ebuild 
b/media-video/totem/totem-42.0-r1.ebuild
index ced3e6493cb0..a91d7e1bcf24 100644
--- a/media-video/totem/totem-42.0-r1.ebuild
+++ b/media-video/totem/totem-42.0-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
 "
 RESTRICT="!test? ( test )"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2022-05-27 Thread Sam James
commit: 3edd13938ec99c125184a1d3d34c51a0b2a63908
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:45:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edd1393

x11-themes/gnome-backgrounds: Stabilize 42.0 arm64, #843794

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

 x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild
index 2d8136b4e80d..f35589d4838f 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-42.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
 
 LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 DEPEND=""



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

2022-05-27 Thread Sam James
commit: 9892f4d9df707509617d59331ee84f87336bbbdf
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9892f4d9

media-sound/gnome-music: Stabilize 42.1 arm64, #843794

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

 media-sound/gnome-music/gnome-music-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnome-music/gnome-music-42.1.ebuild 
b/media-sound/gnome-music/gnome-music-42.1.ebuild
index a4d3f4225ee1..61bf800171da 100644
--- a/media-sound/gnome-music/gnome-music-42.1.ebuild
+++ b/media-sound/gnome-music/gnome-music-42.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 DEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.67.1:2



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

2022-05-27 Thread Sam James
commit: 33e57b3527e848c8d3c789a635f59ad725d8f0ad
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:45:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e57b35

www-client/epiphany: Stabilize 42.2 arm64, #843794

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

 www-client/epiphany/epiphany-42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/epiphany/epiphany-42.2.ebuild 
b/www-client/epiphany/epiphany-42.2.ebuild
index f8d856d191fa..19e7f2c4789c 100644
--- a/www-client/epiphany/epiphany-42.2.ebuild
+++ b/www-client/epiphany/epiphany-42.2.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.67.4:2



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

2022-05-27 Thread Sam James
commit: 48db892e488e4875ccecc23d0df35871f334413f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48db892e

media-libs/libmediaart: Stabilize 1.9.5 arm64, #843794

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

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

diff --git a/media-libs/libmediaart/libmediaart-1.9.5.ebuild 
b/media-libs/libmediaart/libmediaart-1.9.5.ebuild
index 467a853d15ac..56bc6cbb41b6 100644
--- a/media-libs/libmediaart/libmediaart-1.9.5.ebuild
+++ b/media-libs/libmediaart/libmediaart-1.9.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libmediaart;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk gtk-doc +introspection qt5 vala"
 REQUIRED_USE="
^^ ( gtk qt5 )



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

2022-05-27 Thread Sam James
commit: 89ee376c99fc2b68abb69f7538079ecc52fece3f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:45:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ee376c

sys-apps/baobab: Stabilize 42.0 arm64, #843794

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

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

diff --git a/sys-apps/baobab/baobab-42.0.ebuild 
b/sys-apps/baobab/baobab-42.0.ebuild
index df8b4d468ff9..4f8edab65309 100644
--- a/sys-apps/baobab/baobab-42.0.ebuild
+++ b/sys-apps/baobab/baobab-42.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2022-05-27 Thread Sam James
commit: ac6896ff3b718869e5882aa3117f797f3e8ded3b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:45:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6896ff

sys-apps/gnome-disk-utility: Stabilize 42.0 arm64, #843794

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

 sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild
index 301b7466cbc2..40d5fcad3ceb 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-42.0.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="fat elogind gnome systemd"
 REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=media-libs/libdvdread-4.2.0:0=



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

2022-05-27 Thread Sam James
commit: 1a01c64942980ce387c0f68bf611a0c166a319b0
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a01c649

net-vpn/networkmanager-openconnect: Stabilize 1.2.8 arm64, #843794

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

 .../networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild 
b/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild
index 8e59ba98920e..9d7f4bac2ba7 100644
--- a/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild
+++ b/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager 
https://gitlab.gnome.or
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="gtk"
 
 DEPEND="



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

2022-05-27 Thread Sam James
commit: af205e2ad589ffcf6e46ac20c79d6ba3dfc90620
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af205e2a

media-plugins/gst-plugins-libnice: Stabilize 0.1.18 arm64, #843794

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

 media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild 
b/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild
index 36c73a9fe3f8..88425f65b5b8 100644
--- a/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild
+++ b/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://nice.freedesktop.org/releases/${MY_P}.tar.gz;
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/

2022-05-27 Thread Sam James
commit: 4b385075e4fbdcaf4e24d437a42bf648ccb4fe05
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:45:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b385075

x11-libs/vte: Stabilize 0.68.0 arm64, #843794

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

 x11-libs/vte/vte-0.68.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/vte-0.68.0.ebuild b/x11-libs/vte/vte-0.68.0.ebuild
index a015dee29994..c7d8c979dd51 100644
--- a/x11-libs/vte/vte-0.68.0.ebuild
+++ b/x11-libs/vte/vte-0.68.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE 
https://gitlab.gnome.org/GNOM
 LICENSE="LGPL-3+ GPL-3+"
 SLOT="2.91"
 IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 # Upstream is hostile and refuses to upload tarballs.



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

2022-05-27 Thread Sam James
commit: 94ecf9c24b2f7dd0327804c59ec6d72fe1140362
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ecf9c2

media-gfx/shotwell: Stabilize 0.30.15 arm64, #843794

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

 media-gfx/shotwell/shotwell-0.30.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.30.15.ebuild 
b/media-gfx/shotwell/shotwell-0.30.15.ebuild
index dc4d39be64c1..378b625ed7dd 100644
--- a/media-gfx/shotwell/shotwell-0.30.15.ebuild
+++ b/media-gfx/shotwell/shotwell-0.30.15.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



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

2022-05-27 Thread Sam James
commit: 8c0361ef08a13695c68438806c5ab412ba9935c7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0361ef

net-libs/libnice: Stabilize 0.1.18 arm64, #843794

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

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

diff --git a/net-libs/libnice/libnice-0.1.18.ebuild 
b/net-libs/libnice/libnice-0.1.18.ebuild
index 3e10b9f6f2d4..abfac2c0fc2a 100644
--- a/net-libs/libnice/libnice-0.1.18.ebuild
+++ b/net-libs/libnice/libnice-0.1.18.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://nice.freedesktop.org/releases/${P}.tar.gz;
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+gnutls +introspection +upnp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/

2022-05-27 Thread Sam James
commit: a3e5d19cda5b582a44519f9d737076df867aeeb3
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e5d19c

media-gfx/gnome-font-viewer: Stabilize 42.0 arm64, #843794

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

 media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild
index e496caafd5b1..3b3d7ec9f33e 100644
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp/

2022-05-27 Thread Sam James
commit: a135fd2d941c7c574fd49099754dc0e9e60e8d8a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a135fd2d

gnome-extra/yelp: Stabilize 42.1 arm64, #843794

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

 gnome-extra/yelp/yelp-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp/yelp-42.1.ebuild 
b/gnome-extra/yelp/yelp-42.1.ebuild
index 927aa550d497..e87454464d17 100644
--- a/gnome-extra/yelp/yelp-42.1.ebuild
+++ b/gnome-extra/yelp/yelp-42.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 RDEPEND="
app-arch/bzip2:=



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

2022-05-27 Thread Sam James
commit: a5a943a0aaed3f7d8ef2bed12fdffc320658a67b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a943a0

media-gfx/gnome-photos: Stabilize 42.0 arm64, #843794

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

 media-gfx/gnome-photos/gnome-photos-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-42.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-42.0.ebuild
index fd79c5da35ab..69c57dce0b5a 100644
--- a/media-gfx/gnome-photos/gnome-photos-42.0.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-42.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
 
 LICENSE="GPL-3+ LGPL-2+ CC0-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="flickr test upnp-av"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/

2022-05-27 Thread Sam James
commit: 2b8021b38e552e9bf86b1d1ae8c2004c05a1d568
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8021b3

gui-libs/gdk-pixbuf-loader-webp: Stabilize 0.0.4 arm64, #843794

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

 gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild 
b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
index 7e4db82091a5..a45d61dbab87 100644
--- a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
+++ b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/webp-pixbuf-loader-${PV}"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/

2022-05-27 Thread Sam James
commit: 61fccbe823b680e4d40c43dc4992a507bba084e1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fccbe8

mail-client/evolution: Stabilize 3.44.1 arm64, #843794

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

 mail-client/evolution/evolution-3.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/evolution/evolution-3.44.1.ebuild 
b/mail-client/evolution/evolution-3.44.1.ebuild
index 29a140216b3e..2b66eef3b27e 100644
--- a/mail-client/evolution/evolution-3.44.1.ebuild
+++ b/mail-client/evolution/evolution-3.44.1.ebuild
@@ -14,7 +14,7 @@ SLOT="2.0"
 
 IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently



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

2022-05-27 Thread Sam James
commit: 50c448deea5d0d3d584c0ad54993dec80216cec5
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c448de

media-gfx/eog: Stabilize 42.1 arm64, #843794

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

 media-gfx/eog/eog-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog/eog-42.1.ebuild b/media-gfx/eog/eog-42.1.ebuild
index 190ea0887d7f..bb56eb7315ce 100644
--- a/media-gfx/eog/eog-42.1.ebuild
+++ b/media-gfx/eog/eog-42.1.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/

2022-05-27 Thread Sam James
commit: 19feb6cb14b56f7892d7ab8e40a776bc9ca35943
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19feb6cb

gnome-extra/gnome-weather: Stabilize 42.0 arm64, #843794

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

 gnome-extra/gnome-weather/gnome-weather-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-weather/gnome-weather-42.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-42.0.ebuild
index 4b05b55bb318..0012f418f914 100644
--- a/gnome-extra/gnome-weather/gnome-weather-42.0.ebuild
+++ b/gnome-extra/gnome-weather/gnome-weather-42.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
 
 LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.32:2



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-docs/

2022-05-27 Thread Sam James
commit: d5dd900b850f6e9612f9aab82e1a75efd4197711
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dd900b

gnome-extra/gnome-user-docs: Stabilize 42.0 arm64, #843794

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

 gnome-extra/gnome-user-docs/gnome-user-docs-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-42.0.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-42.0.ebuild
index fd2db1d95fd8..69360df4152a 100644
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-42.0.ebuild
+++ b/gnome-extra/gnome-user-docs/gnome-user-docs-42.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs;
 
 LICENSE="CC-BY-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 
 BDEPEND="test? ( dev-libs/libxml2 )"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/

2022-05-27 Thread Sam James
commit: 69a19d3dd9f38403b24f021c81395d5c09741f0b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a19d3d

gnome-extra/sushi: Stabilize 41.2 arm64, #843794

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

 gnome-extra/sushi/sushi-41.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/sushi/sushi-41.2.ebuild 
b/gnome-extra/sushi/sushi-41.2.ebuild
index 9a0c5a3e38bc..45d17675ad3e 100644
--- a/gnome-extra/sushi/sushi-41.2.ebuild
+++ b/gnome-extra/sushi/sushi-41.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="office wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/

2022-05-27 Thread Sam James
commit: 97f5df71c98fb829efa18600e2a1c181f79be956
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f5df71

gnome-extra/gucharmap: Stabilize 14.0.3 arm64, #843794

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

 gnome-extra/gucharmap/gucharmap-14.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild 
b/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
index b0f884fe0dee..babeb6a8574e 100644
--- a/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="2.90"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 UNICODE_VERSION="14.0"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/

2022-05-27 Thread Sam James
commit: 0b355e6a669c2b9ac6cacaae26b1ae187ad0071d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:40:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:44:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b355e6a

gnome-extra/gnome-tweaks: Stabilize 40.10 arm64, #843794

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

 gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild
index 9f51025bf504..883e664b39ae 100644
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-40.10.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 DEPEND="${PYTHON_DEPS}"
 # See README.md for list of deps



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

2022-05-27 Thread Hans de Graaff
commit: a8c65c7b640f82c297ad8d0f856bf5b1569b5b6c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 28 05:42:06 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 28 05:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c65c7b

dev-ruby/nokogiri: drop 1.13.4, 1.13.5

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/nokogiri/Manifest   |  2 -
 dev-ruby/nokogiri/nokogiri-1.13.4.ebuild | 95 
 dev-ruby/nokogiri/nokogiri-1.13.5.ebuild | 95 
 3 files changed, 192 deletions(-)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 3d02cf1af05d..ecdd13919424 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,3 +1 @@
-DIST nokogiri-1.13.4-git.tgz 6249271 BLAKE2B 
bc8569a0c80e4efcedd6c5bb8a46c8504cc33ec3d2acdcefe2718047ffabef9404c76003cd279ac55e5a5fb17243af12c335b7d9e300b90d8a97e84015cf92bc
 SHA512 
cca3e8558f8739cca2424e461a5e048a3675a23bcb6549f1c71ecfea0729859cda84ef3bf09a81d2b419e1a7b8ff2616a8dd84ac12f6e1f32b9626a0bd3e1bc4
-DIST nokogiri-1.13.5-git.tgz 6249007 BLAKE2B 
6fc7eed6c10f74105917a94e5e8acb0576fbe8e64fecad70e4256d352e1e4fc9cb101be2d518420c7351f72fd03ab385c3dccc3d6442638fe9e6ecfda581eb21
 SHA512 
a5608c137f60ec3302810154cbe8176bcf281ddae1ac075c08b71d23fd124ac6bc3ca349f326232090475e80524bd53927449cbcba0c6087917c270ddf9e6eb2
 DIST nokogiri-1.13.6-git.tgz 6249974 BLAKE2B 
db6a7fd70cd88fa784e70fd33102ad2a0d65a848a713bd93907d3c77b7ecc101a4f0a38febf3265b25967e045bf9091e46cf319702c08319e32f94d57a946985
 SHA512 
96f4e52332052bfae0d88d8c93cf334f8484b51290cafe8c1d43c820ba6ac5aa74b187c37e7177e62435d6101d859c16555b715fa88fcb06da742c84fd0e7486

diff --git a/dev-ruby/nokogiri/nokogiri-1.13.4.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.13.4.ebuild
deleted file mode 100644
index c125f5d9de48..
--- a/dev-ruby/nokogiri/nokogiri-1.13.4.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md SECURITY.md"
-
-RUBY_FAKEGEM_GEMSPEC="nokogiri.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/nokogiri/extconf.rb)
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
-HOMEPAGE="https://www.nokogiri.org/;
-LICENSE="MIT"
-SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${RDEPEND}
-   >=dev-libs/libxml2-2.9.13:=
-   >=dev-libs/libxslt-1.1.35
-   sys-libs/zlib
-   virtual/libiconv"
-DEPEND="${DEPEND}
-   >=dev-libs/libxml2-2.9.13
-   >=dev-libs/libxslt-1.1.35
-   sys-libs/zlib
-   virtual/libiconv"
-
-ruby_add_rdepend ">=dev-ruby/racc-1.4:0"
-
-ruby_add_bdepend "
-   dev-ruby/mini_portile2:2.8
-   >=dev-ruby/rexical-1.0.7
-   dev-ruby/rdoc
-   test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/tasks\/cross_compile/s:^:#:' \
-   -e '/:test.*prerequisites/s:^:#:' \
-   -e '/license/ s:^:#:' \
-   Rakefile || die
-   # Remove the cross compilation options since they interfere with
-   # native building.
-   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
-   sed -i -e '/cross_config_options/d' Rakefile || die
-
-   sed -e '/simplecov/,/^end/ s:^:#:' \
-   -e '/reporters/I s:^:#:' \
-   -i test/helper.rb || die
-
-   # There is no need for mini_portile2 to be a runtime dependency on 
Gentoo
-   sed -i -e '/mini_portile2/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
-   ${RUBY} -Cext/${PN} extconf.rb \
-   --with-zlib-include="${EPREFIX}"/usr/include \
-   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
-   --with-iconv-include="${EPREFIX}"/usr/include \
-   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
-   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
-   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
-   --with-xslt-dir="${EPREFIX}"/usr \
-   --with-iconvlib=iconv \
-   || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
-   ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical 
failed"
-   fi
-
-   if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
-   ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed"
-   fi
-
-   emake -Cext/${PN} \
-   V=1 \
-   CFLAGS="${CFLAGS} -fPIC" \
-   archflag="${LDFLAGS}" || die "make 

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

2022-05-27 Thread Hans de Graaff
commit: d31c10a37006f98396290f7a50c6970fd5c69936
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 28 05:09:34 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 28 05:39:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31c10a3

dev-ruby/octokit: add 4.23.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/octokit/Manifest  |  1 +
 dev-ruby/octokit/octokit-4.23.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index 947a0a2b2d2f..191cb036217e 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -1 +1,2 @@
 DIST octokit-4.22.0.tar.gz 3141531 BLAKE2B 
c852f34dc99b10fb06194bda9f15bffb4242a2b5ee7909e74defa2a7ca6b90962fd30232eb8850d97af872bfb036c87f7623acd9088efa3afd07f01cad525fe4
 SHA512 
e8696176227c81d5f80080fbb3c660b7b6e1b28b149b664b20d7e8cf333450988ac2fb9f5327c5e4e46528dbf7eea1246e82c94b265e6008f8fd7cd98f87423c
+DIST octokit-4.23.0.tar.gz 3149606 BLAKE2B 
a948f8ad114dd892ee98f18f00104008fb2877eaecd250da834a59fbc24560e1eea5df0aaaf0a25cf2fb980a3c72fc12955d75c7c4348ea60a392abb78e92c92
 SHA512 
0cd039a8137d3153ca8dbbed9ea1e6eadb9fde8c447b8f5457c05a88b2dfcd6d4b3bcd4c4a828850809146fec588fdacf96e025d0e82ee61ea3abfffdc61

diff --git a/dev-ruby/octokit/octokit-4.23.0.ebuild 
b/dev-ruby/octokit/octokit-4.23.0.ebuild
new file mode 100644
index ..dd9c4336fc38
--- /dev/null
+++ b/dev-ruby/octokit/octokit-4.23.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby toolkit for the Github API"
+HOMEPAGE="https://github.com/octokit/octokit.rb;
+SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RUBY_S=octokit.rb-${PV}
+
+ruby_add_rdepend "
+   dev-ruby/faraday:1
+   =dev-ruby/sawyer-0.9*
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/jwt
+   dev-ruby/mime-types
+   >=dev-ruby/netrc-0.7.7
+   >=dev-ruby/rbnacl-7.1.1:6
+   dev-ruby/vcr[json]
+   dev-ruby/webmock:3 )"
+
+all_ruby_prepare() {
+   sed -e '/if RUBY_ENGINE/,/^end/ s:^:#: ; 1igem "webmock", "~>3.0"' \
+   -e '/pry/ s:^:#:' \
+   -i spec/helper.rb || die
+}



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

2022-05-27 Thread Hans de Graaff
commit: 24a24893cd4de6670cd50aa0bef87e4da9a2a64a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 28 05:07:17 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 28 05:39:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a24893

dev-ruby/msgpack: add 1.5.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/msgpack/Manifest |  1 +
 dev-ruby/msgpack/msgpack-1.5.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 7bfad11ae906..294a72bfe240 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,2 +1,3 @@
 DIST msgpack-1.4.5.gem 86016 BLAKE2B 
590226923fd0017a8916b78d87a0a87a006caf1758d563f338371493af2c11ba586a13c7fe1f920e4cfda4a2cf8caa43c679b2709c31cf023f472184234c26c4
 SHA512 
e750c49c481dbd6bc9c25242f81a86d6ed35895275062cf0928c2929e6c8c354917fa2fcd2a23969cebd650911cf2d244d5d0809ce8252b463c66317f930c64f
 DIST msgpack-1.5.1.gem 91136 BLAKE2B 
b5e75c9788cb02c6b96a8543c90d1e601a188943c971d8acc594031e76b4836d543960a5fb4377f609d0c9ec9411a80653eb4167f07df4cad8f695fb69cbf278
 SHA512 
8104eae39b3bae29849d05fa34574e0bbc2d29a99665a20f867d4c01b2ce1aa126486bcb7cd7e01733d3ca683f56b93e651e06cf71229f2bc6f6c8e3f4ff39b7
+DIST msgpack-1.5.2.gem 91136 BLAKE2B 
fbbadcb82f327f991016e96eb89440dcc3522d67be69cb53a24f7df07d7314edd07dc7f248d26327133fbdf0be44f8b08daca7763af396b55ef7578b19659eb0
 SHA512 
0a28fbde62527c4344e20181f9538f99281c7b24e1f69d7b9386f1f79486d7ec39bbbde82794d1bac9d827cd3710a672ed5ee411dd02cad5ec5f5ebb5d81f89b

diff --git a/dev-ruby/msgpack/msgpack-1.5.2.ebuild 
b/dev-ruby/msgpack/msgpack-1.5.2.ebuild
new file mode 100644
index ..7a785b90e317
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-1.5.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/msgpack/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/msgpack"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
+HOMEPAGE="https://msgpack.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove jruby-specific specs that are run also for other rubies.
+   rm -rf spec/jruby || die
+
+   sed -i -e 's/git ls-files/find * -print/' msgpack.gemspec || die
+}



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

2022-05-27 Thread Hans de Graaff
commit: 3cd74861f4cca70d9b69d40ec67b1341dc4304e0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 28 05:05:48 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 28 05:39:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd74861

dev-ruby/msgpack: drop 1.4.3, 1.4.4

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/msgpack/Manifest |  2 --
 dev-ruby/msgpack/msgpack-1.4.3.ebuild | 31 ---
 dev-ruby/msgpack/msgpack-1.4.4.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 66e53815222e..7bfad11ae906 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,4 +1,2 @@
-DIST msgpack-1.4.3.gem 84992 BLAKE2B 
70610107a956416dbc861141cad6f0552f1729d50085a23bb1b3dc8d79c7892488e1cc4e3f3029f770065714effa5c56909df922c96866b2524f02377c8a
 SHA512 
4ec79dbac8ba4a954757575279b2ea705c81771f65215103149722964ede661e9ceba23ec15b471214cca798861a39122d6bb766f89c2fb1bad3784e7052a37c
-DIST msgpack-1.4.4.gem 84992 BLAKE2B 
41cdb4042bc3ca833d2e1f7c3682c06b2dbf6928a814a48d87e08b0f40e092ad295f268f9a0d473de141dcb63b699ea2b3a223c9437e2b3799d8ec056123ed6f
 SHA512 
0ee58d5c334f7ee3e8b890d480b71141603bd5951b188ef162d2ca03f51ef40316ff386c505ccd9dc8a6e667359b9fd8934263b1200a4ee8a399c220e95156b0
 DIST msgpack-1.4.5.gem 86016 BLAKE2B 
590226923fd0017a8916b78d87a0a87a006caf1758d563f338371493af2c11ba586a13c7fe1f920e4cfda4a2cf8caa43c679b2709c31cf023f472184234c26c4
 SHA512 
e750c49c481dbd6bc9c25242f81a86d6ed35895275062cf0928c2929e6c8c354917fa2fcd2a23969cebd650911cf2d244d5d0809ce8252b463c66317f930c64f
 DIST msgpack-1.5.1.gem 91136 BLAKE2B 
b5e75c9788cb02c6b96a8543c90d1e601a188943c971d8acc594031e76b4836d543960a5fb4377f609d0c9ec9411a80653eb4167f07df4cad8f695fb69cbf278
 SHA512 
8104eae39b3bae29849d05fa34574e0bbc2d29a99665a20f867d4c01b2ce1aa126486bcb7cd7e01733d3ca683f56b93e651e06cf71229f2bc6f6c8e3f4ff39b7

diff --git a/dev-ruby/msgpack/msgpack-1.4.3.ebuild 
b/dev-ruby/msgpack/msgpack-1.4.3.ebuild
deleted file mode 100644
index 40f2113bb7ce..
--- a/dev-ruby/msgpack/msgpack-1.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/msgpack/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/msgpack"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
-HOMEPAGE="https://msgpack.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-   # Remove jruby-specific specs that are run also for other rubies.
-   rm -rf spec/jruby || die
-
-   sed -i -e '/git ls-files/d' msgpack.gemspec || die
-}

diff --git a/dev-ruby/msgpack/msgpack-1.4.4.ebuild 
b/dev-ruby/msgpack/msgpack-1.4.4.ebuild
deleted file mode 100644
index 40f2113bb7ce..
--- a/dev-ruby/msgpack/msgpack-1.4.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/msgpack/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/msgpack"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
-HOMEPAGE="https://msgpack.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-   # Remove jruby-specific specs that are run also for other rubies.
-   rm -rf spec/jruby || die
-
-   sed -i -e '/git ls-files/d' msgpack.gemspec || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/

2022-05-27 Thread Sam James
commit: f849a60237ab8ae4ce7cab60af3152f464cd8723
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f849a602

x11-libs/vte: Stabilize 0.68.0 sparc, #843794

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

 x11-libs/vte/vte-0.68.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/vte-0.68.0.ebuild b/x11-libs/vte/vte-0.68.0.ebuild
index 31a8f8603bef..a015dee29994 100644
--- a/x11-libs/vte/vte-0.68.0.ebuild
+++ b/x11-libs/vte/vte-0.68.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE 
https://gitlab.gnome.org/GNOM
 LICENSE="LGPL-3+ GPL-3+"
 SLOT="2.91"
 IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 # Upstream is hostile and refuses to upload tarballs.



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

2022-05-27 Thread Sam James
commit: 45f472eeeb99ec09c823594059464bd8c76ddd1b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f472ee

media-fonts/cantarell: Stabilize 0.303.1 sparc, #843794

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

 media-fonts/cantarell/cantarell-0.303.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cantarell/cantarell-0.303.1.ebuild 
b/media-fonts/cantarell/cantarell-0.303.1.ebuild
index beb3bc661dca..c1c198a4381a 100644
--- a/media-fonts/cantarell/cantarell-0.303.1.ebuild
+++ b/media-fonts/cantarell/cantarell-0.303.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/

2022-05-27 Thread Sam James
commit: 95dedca50e4ac47242f570766560c5e75454c523
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dedca5

net-misc/mobile-broadband-provider-info: Stabilize 20220315 sparc, #843794

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

 .../mobile-broadband-provider-info-20220315.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
index 8fcccadc338b..038eb154a95f 100644
--- 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband;
 
 LICENSE="CC-PD"
 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"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-05-27 Thread Sam James
commit: 6217c0b342c414955f61711ff30d3fe1a63c6be7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6217c0b3

net-libs/glib-networking: Stabilize 2.72.0-r1 sparc, #843794

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

 net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild 
b/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
index 24e8e8f29b0e..8ca625598a83 100644
--- a/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.69.0:2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-05-27 Thread Sam James
commit: df934b05737b8a5686e45826f81224410aa7c74d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df934b05

gnome-extra/libgsf: Stabilize 1.14.49 sparc, #843794

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

 gnome-extra/libgsf/libgsf-1.14.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.49.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
index 6f3a792424e7..ea1e0fa73581 100644
--- a/gnome-extra/libgsf/libgsf-1.14.49.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



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

2022-05-27 Thread Sam James
commit: be238f4e9bd96ad2e331df48c68091fc6569cd3f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be238f4e

media-libs/libgphoto2: Stabilize 2.5.29 sparc, #843794

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

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

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild
index 9f9654ab5f91..02abc172e02d 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 # FIXME: should we also bump for libgphoto2_port.so soname version?
 SLOT="0/6" # libgphoto2.so soname version
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples exif gd jpeg nls serial"
 
 # By default, drivers for all supported cameras will be compiled.



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

2022-05-27 Thread Sam James
commit: 3f1a4d00f491d276b7d574566ef933fb860cf162
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1a4d00

media-libs/gexiv2: Stabilize 0.14.0 sparc, #843794

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

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

diff --git a/media-libs/gexiv2/gexiv2-0.14.0.ebuild 
b/media-libs/gexiv2/gexiv2-0.14.0.ebuild
index 709415ce3be3..bec998179a6b 100644
--- a/media-libs/gexiv2/gexiv2-0.14.0.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.14.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc 
x86"
 fi
 
 LICENSE="LGPL-2.1+ GPL-2"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp-xsl/

2022-05-27 Thread Sam James
commit: 62f868d8cb19504142270a10e5ca1171b9d082e7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f868d8

gnome-extra/yelp-xsl: Stabilize 42.0 sparc, #843794

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

 gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild 
b/gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild
index 3b2be34eda73..c9c494462d17 100644
--- a/gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild
+++ b/gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/yelp-xsl;
 
 LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/libxml2-2.6.12:=



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/

2022-05-27 Thread Sam James
commit: 9806119b2be69432c6509ef94b39980c780859fd
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9806119b

gnome-base/gvfs: Stabilize 1.50.1-r1 sparc, #843794

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

 gnome-base/gvfs/gvfs-1.50.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild 
b/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild
index d48759cc263f..3d26c6268fdc 100644
--- a/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.70.0:2



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

2022-05-27 Thread Sam James
commit: 514f088fe5361e37bedf402404a072bf21708b49
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514f088f

net-libs/libnice: Stabilize 0.1.18 sparc, #843794

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

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

diff --git a/net-libs/libnice/libnice-0.1.18.ebuild 
b/net-libs/libnice/libnice-0.1.18.ebuild
index e4e7693e4fbd..3e10b9f6f2d4 100644
--- a/net-libs/libnice/libnice-0.1.18.ebuild
+++ b/net-libs/libnice/libnice-0.1.18.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://nice.freedesktop.org/releases/${P}.tar.gz;
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+gnutls +introspection +upnp"
 
 RDEPEND="



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

2022-05-27 Thread Sam James
commit: 48d0d966ad192a9f3fc36bef6e78c79db041eb83
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d0d966

dev-util/umockdev: Stabilize 0.17.9 sparc, #843794

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

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

diff --git a/dev-util/umockdev/umockdev-0.17.9.ebuild 
b/dev-util/umockdev/umockdev-0.17.9.ebuild
index bc0796c75d8f..43fa668bbf13 100644
--- a/dev-util/umockdev/umockdev-0.17.9.ebuild
+++ b/dev-util/umockdev/umockdev-0.17.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/martinpitt/umockdev/releases/download/${PV}/${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/

2022-05-27 Thread Sam James
commit: 6ca9fe3bb525c75790023aa957477c50482c28a8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca9fe3b

gnome-extra/gucharmap: Stabilize 14.0.3 sparc, #843794

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

 gnome-extra/gucharmap/gucharmap-14.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild 
b/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
index dbd631953e40..b0f884fe0dee 100644
--- a/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="2.90"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 UNICODE_VERSION="14.0"
 



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

2022-05-27 Thread Sam James
commit: 6ed5a176d9b47c135779345e11c64852867d5e7b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed5a176

app-text/yelp-tools: Stabilize 42.0 sparc, #843794

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

 app-text/yelp-tools/yelp-tools-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/yelp-tools/yelp-tools-42.0.ebuild 
b/app-text/yelp-tools/yelp-tools-42.0.ebuild
index b180548c675a..30f2f262275d 100644
--- a/app-text/yelp-tools/yelp-tools-42.0.ebuild
+++ b/app-text/yelp-tools/yelp-tools-42.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp/Tools;
 
 LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely 
distributable
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



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

2022-05-27 Thread Sam James
commit: 74fa036796a6183fe2cc75604db78854d85e52ce
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fa0367

dev-cpp/gtkmm: Stabilize 3.24.6 sparc, #843794

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

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

diff --git a/dev-cpp/gtkmm/gtkmm-3.24.6.ebuild 
b/dev-cpp/gtkmm/gtkmm-3.24.6.ebuild
index e211ae1e4eb2..9c95fe759f4a 100644
--- a/dev-cpp/gtkmm/gtkmm-3.24.6.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-3.24.6.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org 
https://gitlab.gnome.org/GNOME/gtkmm;
 
 LICENSE="LGPL-2.1+"
 SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 IUSE="aqua doc test wayland X"
 REQUIRED_USE="|| ( aqua wayland X )"



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

2022-05-27 Thread Sam James
commit: 5fcc257e1dc3783f877265174a142864acaea8c1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcc257e

app-text/enchant: Stabilize 2.3.3-r1 sparc, #843794

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

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

diff --git a/app-text/enchant/enchant-2.3.3-r1.ebuild 
b/app-text/enchant/enchant-2.3.3-r1.ebuild
index fe4224546a60..1abc8b15549d 100644
--- a/app-text/enchant/enchant-2.3.3-r1.ebuild
+++ b/app-text/enchant/enchant-2.3.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 IUSE="aspell +hunspell nuspell test voikko"
 RESTRICT="!test? ( test )"



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

2022-05-27 Thread Sam James
commit: 24ac2d80a175c37a95aea2ae5de95946eddd06e9
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ac2d80

dev-cpp/glibmm: Stabilize 2.66.4 sparc, #843794

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

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

diff --git a/dev-cpp/glibmm/glibmm-2.66.4.ebuild 
b/dev-cpp/glibmm/glibmm-2.66.4.ebuild
index 618c7c542833..70d4f14bdb7e 100644
--- a/dev-cpp/glibmm/glibmm-2.66.4.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.66.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org 
https://gitlab.gnome.org/GNOME/glibmm;
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc debug test"
 RESTRICT="!test? ( test )"
 



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

2022-05-27 Thread Sam James
commit: 521e7480b6a43c69e605c5d6cadbf30dbc0f6a1a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521e7480

dev-libs/gmime: Stabilize 3.2.11 sparc, #843794

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

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

diff --git a/dev-libs/gmime/gmime-3.2.11.ebuild 
b/dev-libs/gmime/gmime-3.2.11.ebuild
index 36b736cff49f..0504c9da170e 100644
--- a/dev-libs/gmime/gmime-3.2.11.ebuild
+++ b/dev-libs/gmime/gmime-3.2.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jstedfast/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 SLOT="3.0"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE="crypt doc idn test +vala"
 RESTRICT="!test? ( test )"
 



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

2022-05-27 Thread Sam James
commit: 131a102dab6e653a537763ebc5974a2026d411de
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131a102d

app-crypt/libsecret: Stabilize 0.20.5-r3 sparc, #843794

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

 app-crypt/libsecret/libsecret-0.20.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild 
b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild
index 11eaa12c24a7..e1ea0fca0a0d 100644
--- a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild
+++ b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild
@@ -20,7 +20,7 @@ REQUIRED_USE="
gtk-doc? ( crypt )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc 
x86"
 
 DEPEND="
>=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]



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

2022-05-27 Thread Sam James
commit: 3b53613c09d1cd0cdc54a42cb45e73c656fe43f2
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b53613c

dev-cpp/glibmm: Stabilize 2.72.1 sparc, #843794

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

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

diff --git a/dev-cpp/glibmm/glibmm-2.72.1.ebuild 
b/dev-cpp/glibmm/glibmm-2.72.1.ebuild
index e021518b7f37..1d9cd2cd5a9c 100644
--- a/dev-cpp/glibmm/glibmm-2.72.1.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.72.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.68"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc debug test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/

2022-05-27 Thread Sam James
commit: d76fa29b4b1e74157b050c6d70aeb548b83d45bf
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:37:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76fa29b

gnome-base/gsettings-desktop-schemas: Stabilize 42.0 sparc, #843794

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

 .../gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild
index db3eaba6473f..6b2840d00b41 100644
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
 
 BDEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.54:= )



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/

2022-05-27 Thread Sam James
commit: 90e471f4f3253fcad24bc85fad596cbbb825f6f4
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e471f4

x11-libs/gtk+: Stabilize 3.24.34 sparc, #843794

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

 x11-libs/gtk+/gtk+-3.24.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.34.ebuild 
b/x11-libs/gtk+/gtk+-3.24.34.ebuild
index d91ffbfa91d5..68f72384d0b8 100644
--- a/x11-libs/gtk+/gtk+-3.24.34.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.34.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



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

2022-05-27 Thread Sam James
commit: e4e4675defb85d054f7bfe2f924d3b4b1c8f818f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e4675d

dev-lang/vala: Stabilize 0.56.1 sparc, #843794

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

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

diff --git a/dev-lang/vala/vala-0.56.1.ebuild b/dev-lang/vala/vala-0.56.1.ebuild
index cc915bba6a20..b01f44013480 100644
--- a/dev-lang/vala/vala-0.56.1.ebuild
+++ b/dev-lang/vala/vala-0.56.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.56"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2022-05-27 Thread Sam James
commit: 74910b57ef7ac6604c31589a80fd7252af616077
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74910b57

dev-python/pygobject: Stabilize 3.42.1 sparc, #843794

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

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

diff --git a/dev-python/pygobject/pygobject-3.42.1.ebuild 
b/dev-python/pygobject/pygobject-3.42.1.ebuild
index cc44f12e2382..53dccf1d46e3 100644
--- a/dev-python/pygobject/pygobject-3.42.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.42.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/;
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~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 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-05-27 Thread Sam James
commit: 4590277869e0c9d862adc01c11badfe46aadadd8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45902778

dev-libs/vala-common: Stabilize 0.56.1 sparc, #843794

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

 dev-libs/vala-common/vala-common-0.56.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/vala-common/vala-common-0.56.1.ebuild 
b/dev-libs/vala-common/vala-common-0.56.1.ebuild
index 0f2ee1638a12..594754e7837f 100644
--- a/dev-libs/vala-common/vala-common-0.56.1.ebuild
+++ b/dev-libs/vala-common/vala-common-0.56.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
 RDEPEND=""
 DEPEND=""



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

2022-05-27 Thread Sam James
commit: 1cdd217bc7a4ae802bb1b83085e9f16a49516492
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:36:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:37:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdd217b

dev-lang/vala: Stabilize 0.54.7 sparc, #843794

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

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

diff --git a/dev-lang/vala/vala-0.54.7.ebuild b/dev-lang/vala/vala-0.54.7.ebuild
index b114ca46483a..69c104ac2c48 100644
--- a/dev-lang/vala/vala-0.54.7.ebuild
+++ b/dev-lang/vala/vala-0.54.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.54"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
 IUSE="test valadoc"
 RESTRICT="!test? ( test )"
 



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

2022-05-27 Thread Michał Górny
commit: 62b8f6febfd78798a960c68a2173c0fba893f0f4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 05:29:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:36:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b8f6fe

dev-libs/libgit2: Fix test regression due to time passing

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

 dev-libs/libgit2/files/libgit2-1.4.3-test.patch | 30 +
 dev-libs/libgit2/libgit2-1.4.3.ebuild   |  4 
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/libgit2/files/libgit2-1.4.3-test.patch 
b/dev-libs/libgit2/files/libgit2-1.4.3-test.patch
new file mode 100644
index ..23349e6307ef
--- /dev/null
+++ b/dev-libs/libgit2/files/libgit2-1.4.3-test.patch
@@ -0,0 +1,30 @@
+From c013fca6b091e36805659ebb26ccaaffae8806dc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= 
+Date: Tue, 3 May 2022 09:28:43 +0200
+Subject: [PATCH] revparse: adjust reflog test as we move away from the dates
+
+The dates we use in `refs::revparse::date` has just passed the ten years, so
+now everything is beyond ten years, leading to an unexpected commit being
+returned.
+
+Adjust it to 11 years so it all looks fine again.
+---
+ tests/refs/revparse.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/refs/revparse.c b/tests/refs/revparse.c
+index 0bd2ae5bc..93d7ce6db 100644
+--- a/tests/refs/revparse.c
 b/tests/refs/revparse.c
+@@ -399,7 +399,7 @@ void test_refs_revparse__date(void)
+* a65fedf HEAD@{1335806603 -0900}: commit:
+* be3563a HEAD@{1335806563 -0700}: clone: from 
/Users/ben/src/libgit2/tests/resour
+*/
+-  test_object("HEAD@{10 years ago}", 
"be3563ae3f795b2b4353bcce3a527ad0a4f7f644");
++  test_object("HEAD@{11 years ago}", 
"be3563ae3f795b2b4353bcce3a527ad0a4f7f644");
+ 
+   test_object("HEAD@{1 second}", 
"a65fedf39aefe402d3bb6e24df4d4f5fe4547750");
+   test_object("HEAD@{1 second ago}", 
"a65fedf39aefe402d3bb6e24df4d4f5fe4547750");
+-- 
+2.35.1
+

diff --git a/dev-libs/libgit2/libgit2-1.4.3.ebuild 
b/dev-libs/libgit2/libgit2-1.4.3.ebuild
index bc04415f6bc1..15e6de4156f8 100644
--- a/dev-libs/libgit2/libgit2-1.4.3.ebuild
+++ b/dev-libs/libgit2/libgit2-1.4.3.ebuild
@@ -35,6 +35,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-test.patch
+)
+
 src_prepare() {
cmake_src_prepare
# relying on forked http-parser to support some obscure URI form



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

2022-05-27 Thread Michał Górny
commit: e5278ce11f100f57e96fd18f2e9bb381428f1d1f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 05:30:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:36:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5278ce1

dev-libs/libgit2: Enable py3.11

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

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

diff --git a/dev-libs/libgit2/libgit2-1.4.3.ebuild 
b/dev-libs/libgit2/libgit2-1.4.3.ebuild
index 15e6de4156f8..cb5e17026c9e 100644
--- a/dev-libs/libgit2/libgit2-1.4.3.ebuild
+++ b/dev-libs/libgit2/libgit2-1.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit cmake python-any-r1
 
 DESCRIPTION="A linkable library for Git"



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

2022-05-27 Thread Sam James
commit: 1cc08f3f2c6514182ca627689da2b5472c1035a7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:28:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:28:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc08f3f

media-libs/tiff: add 4.4.0, drop 4.4.0_rc1

Bug: https://bugs.gentoo.org/830981
Bug: https://bugs.gentoo.org/837560
Closes: https://bugs.gentoo.org/821925
Signed-off-by: Sam James  gentoo.org>

 media-libs/tiff/Manifest | 4 ++--
 media-libs/tiff/{tiff-4.4.0_rc1.ebuild => tiff-4.4.0.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/tiff/Manifest b/media-libs/tiff/Manifest
index a5238360727a..554c52b9fd82 100644
--- a/media-libs/tiff/Manifest
+++ b/media-libs/tiff/Manifest
@@ -1,3 +1,3 @@
 DIST tiff-4.3.0.tar.gz 2808254 BLAKE2B 
433a087249541f6142dd25b6dc807018639908175b0d73b4af3aa301af2dee3d76184e4689e7b2f1f9b73567ac78d50456ee94fffe00bad6da05375cf2d94d92
 SHA512 
e04a4a6c542e58a174c1e9516af3908acf1d3d3e1096648c5514f4963f73e7af27387a76b0fbabe43cf867a18874088f963796a7cd6e45deb998692e3e235493
-DIST tiff-4.4.0rc1.tar.xz 1929292 BLAKE2B 
d05a2fb293557d1e7cdec116c65c8338d7714af7b6abd8dd3bb2b476d62e044adc7d6c298843649d63c6bc09f6ce4660ee23638f9beb716937ccf236c2829dcf
 SHA512 
c9611faadc9b1199f3aba9a43bfa160c77c11558d1fa358b42115ed78db73c8387531c0668cc9021842c58f1c02f8d84264d3600e1039dfe6f866822ad91cff9
-DIST tiff-4.4.0rc1.tar.xz.sig 310 BLAKE2B 
00dc8ff9c232ec4cca8b294659e6379b9bb512b58cd3d2f9231e7c10111510ac56aff3c6fc133a47f9fafc27595e099297c25940414495d8ea7f5a75aa43e9d2
 SHA512 
4ffdcbf5a8ce4a3be543d0ad43101ddcdb6ef22c3da5768c86660a40cc0cab48032a65c5e7bb0667f43d55dad5aa09dc0df302e2f9dbc9f24b8ccac643a0408c
+DIST tiff-4.4.0.tar.xz 1929292 BLAKE2B 
d05a2fb293557d1e7cdec116c65c8338d7714af7b6abd8dd3bb2b476d62e044adc7d6c298843649d63c6bc09f6ce4660ee23638f9beb716937ccf236c2829dcf
 SHA512 
c9611faadc9b1199f3aba9a43bfa160c77c11558d1fa358b42115ed78db73c8387531c0668cc9021842c58f1c02f8d84264d3600e1039dfe6f866822ad91cff9
+DIST tiff-4.4.0.tar.xz.sig 310 BLAKE2B 
00dc8ff9c232ec4cca8b294659e6379b9bb512b58cd3d2f9231e7c10111510ac56aff3c6fc133a47f9fafc27595e099297c25940414495d8ea7f5a75aa43e9d2
 SHA512 
4ffdcbf5a8ce4a3be543d0ad43101ddcdb6ef22c3da5768c86660a40cc0cab48032a65c5e7bb0667f43d55dad5aa09dc0df302e2f9dbc9f24b8ccac643a0408c

diff --git a/media-libs/tiff/tiff-4.4.0_rc1.ebuild 
b/media-libs/tiff/tiff-4.4.0.ebuild
similarity index 100%
rename from media-libs/tiff/tiff-4.4.0_rc1.ebuild
rename to media-libs/tiff/tiff-4.4.0.ebuild



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

2022-05-27 Thread Sam James
commit: ada2612541b164426afe02da7fd77804ed797ea5
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada26125

sys-block/gparted: Stabilize 1.4.0 ppc64, #843794

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

 sys-block/gparted/gparted-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/gparted/gparted-1.4.0.ebuild 
b/sys-block/gparted/gparted-1.4.0.ebuild
index f3419570bd35..f459c427b2ad 100644
--- a/sys-block/gparted/gparted-1.4.0.ebuild
+++ b/sys-block/gparted/gparted-1.4.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+ FDL-1.2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
 IUSE="kde policykit wayland"
 
 DEPEND="



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

2022-05-27 Thread Sam James
commit: 6c3f18c9f68766e170768b14c5a48ecff685dabe
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3f18c9

net-misc/modemmanager: Stabilize 1.18.8 ppc64, #843794

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

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

diff --git a/net-misc/modemmanager/modemmanager-1.18.8.ebuild 
b/net-misc/modemmanager/modemmanager-1.18.8.ebuild
index b34882b5fad4..a0a6ccf87dc9 100644
--- a/net-misc/modemmanager/modemmanager-1.18.8.ebuild
+++ b/net-misc/modemmanager/modemmanager-1.18.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.ta
 
 LICENSE="GPL-2+"
 SLOT="0/1" # subslot = dbus interface version, i.e. N in 
org.freedesktop.ModemManager${N}
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86"
 
 IUSE="elogind +introspection mbim policykit +qmi systemd test +udev vala"
 REQUIRED_USE="



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

2022-05-27 Thread Sam James
commit: 050593ed62ec85a37a58e2b281259face5f8da3c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050593ed

media-libs/gexiv2: Stabilize 0.14.0 ppc64, #843794

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

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

diff --git a/media-libs/gexiv2/gexiv2-0.14.0.ebuild 
b/media-libs/gexiv2/gexiv2-0.14.0.ebuild
index bd56df0c9dd0..709415ce3be3 100644
--- a/media-libs/gexiv2/gexiv2-0.14.0.ebuild
+++ b/media-libs/gexiv2/gexiv2-0.14.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="mirror://gnome/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc 
x86"
 fi
 
 LICENSE="LGPL-2.1+ GPL-2"



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

2022-05-27 Thread Sam James
commit: f65c54b7217f497ddc0b250cabe95f5254dc6a85
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65c54b7

net-libs/glib-networking: Stabilize 2.72.0-r1 ppc64, #843794

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

 net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild 
b/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
index 0040ee752d7f..24e8e8f29b0e 100644
--- a/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.72.0-r1.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.69.0:2[${MULTILIB_USEDEP}]



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

2022-05-27 Thread Sam James
commit: 2c787e29b0c6edc9417fe5c954bf8cabd180904e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c787e29

net-libs/libnice: Stabilize 0.1.18 ppc64, #843794

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

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

diff --git a/net-libs/libnice/libnice-0.1.18.ebuild 
b/net-libs/libnice/libnice-0.1.18.ebuild
index 3433a4d7628d..e4e7693e4fbd 100644
--- a/net-libs/libnice/libnice-0.1.18.ebuild
+++ b/net-libs/libnice/libnice-0.1.18.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://nice.freedesktop.org/releases/${P}.tar.gz;
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+gnutls +introspection +upnp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2022-05-27 Thread Sam James
commit: e03950e711260e3c43a4a167ae4c3dbab15db54a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03950e7

app-i18n/ibus: Stabilize 1.5.26-r1 ppc64, #843794

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

 app-i18n/ibus/ibus-1.5.26-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.26-r1.ebuild 
b/app-i18n/ibus/ibus-1.5.26-r1.ebuild
index 7353c081eee5..9c2fb6208342 100644
--- a/app-i18n/ibus/ibus-1.5.26-r1.ebuild
+++ b/app-i18n/ibus/ibus-1.5.26-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv x86"
 IUSE="X appindicator +emoji gtk2 +gtk3 +gtk4 +gui +introspection nls +python 
systemd test +unicode vala wayland"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



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

2022-05-27 Thread Sam James
commit: 68a2a298364d308c5662c2703ace3fa5c965e008
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a2a298

sys-apps/accountsservice: Stabilize 22.08.8 ppc64, #843794

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

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

diff --git a/sys-apps/accountsservice/accountsservice-22.08.8.ebuild 
b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
index 501a5fb35a37..67aaf623df95 100644
--- a/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
+++ b/sys-apps/accountsservice/accountsservice-22.08.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 IUSE="doc elogind gtk-doc +introspection selinux systemd test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/

2022-05-27 Thread Sam James
commit: d54cb4149d9995f3c722618012ff68f23cd43bc6
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54cb414

x11-libs/vte: Stabilize 0.68.0 ppc64, #843794

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

 x11-libs/vte/vte-0.68.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/vte-0.68.0.ebuild b/x11-libs/vte/vte-0.68.0.ebuild
index 95943f1b7ee0..31a8f8603bef 100644
--- a/x11-libs/vte/vte-0.68.0.ebuild
+++ b/x11-libs/vte/vte-0.68.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE 
https://gitlab.gnome.org/GNOM
 LICENSE="LGPL-3+ GPL-3+"
 SLOT="2.91"
 IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 # Upstream is hostile and refuses to upload tarballs.



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

2022-05-27 Thread Sam James
commit: 0d73f44f0056fbb84cdd45afff9b0e2ec7db21ce
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d73f44f

media-gfx/simple-scan: Stabilize 42.1 ppc64, #843794

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

 media-gfx/simple-scan/simple-scan-42.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/simple-scan/simple-scan-42.1.ebuild 
b/media-gfx/simple-scan/simple-scan-42.1.ebuild
index 41bc44ae1f2b..d24be5225422 100644
--- a/media-gfx/simple-scan/simple-scan-42.1.ebuild
+++ b/media-gfx/simple-scan/simple-scan-42.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/simple-scan;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="colord webp"
 
 DEPEND="



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

2022-05-27 Thread Sam James
commit: d92ab8127e9847899e1a85f5c2bb639c16900764
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92ab812

sys-apps/bubblewrap: Stabilize 0.6.1 ppc64, #843794

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

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

diff --git a/sys-apps/bubblewrap/bubblewrap-0.6.1.ebuild 
b/sys-apps/bubblewrap/bubblewrap-0.6.1.ebuild
index a21f738e270d..ea0e940f6a76 100644
--- a/sys-apps/bubblewrap/bubblewrap-0.6.1.ebuild
+++ b/sys-apps/bubblewrap/bubblewrap-0.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/containers/${PN}/releases/download/v${PV}/${P}.tar.x
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
 IUSE="selinux +suid"
 
 RDEPEND="



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

2022-05-27 Thread Sam James
commit: 8b6a506d8e60981b5b4d93aa5e16497abbd5c58c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6a506d

media-plugins/gst-plugins-libnice: Stabilize 0.1.18 ppc64, #843794

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

 media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild 
b/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild
index 2e920e4d795b..36c73a9fe3f8 100644
--- a/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild
+++ b/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://nice.freedesktop.org/releases/${MY_P}.tar.gz;
 
 LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/

2022-05-27 Thread Sam James
commit: a4c479167ae3387b942280b8c1ff7cf9c9cc59a0
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c47916

gui-libs/gdk-pixbuf-loader-webp: Stabilize 0.0.4 ppc64, #843794

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

 gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild 
b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
index 93a9e5d11232..7e4db82091a5 100644
--- a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
+++ b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/webp-pixbuf-loader-${PV}"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2022-05-27 Thread Sam James
commit: 6fc11a0fb3d9f9ee1363e25c21eb38d6cd265706
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc11a0f

net-libs/libnma: Stabilize 1.8.38 ppc64, #843794

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

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

diff --git a/net-libs/libnma/libnma-1.8.38.ebuild 
b/net-libs/libnma/libnma-1.8.38.ebuild
index 2eba5c5f584b..d11bdd8f8641 100644
--- a/net-libs/libnma/libnma-1.8.38.ebuild
+++ b/net-libs/libnma/libnma-1.8.38.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 # pkcs11 default enabled as it's a small dep often already present by libnma 
users, and it was default enabled as IUSE=+gcr in nm-applet before
 IUSE="gtk-doc +introspection +pkcs11 vala"
 REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=gui-libs/gtk-4.0:4



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

2022-05-27 Thread Sam James
commit: e31c9f68a9ba7d5f24cffcd1b06d349a0ae7ea82
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31c9f68

net-misc/networkmanager: Stabilize 1.36.4 ppc64, #843794

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

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

diff --git a/net-misc/networkmanager/networkmanager-1.36.4.ebuild 
b/net-misc/networkmanager/networkmanager-1.36.4.ebuild
index 2397dcc2aa38..7b9cb073cbba 100644
--- a/net-misc/networkmanager/networkmanager-1.36.4.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.36.4.ebuild
@@ -30,7 +30,7 @@ REQUIRED_USE="
?? ( syslog systemd )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 COMMON_DEPEND="
sys-apps/util-linux[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/

2022-05-27 Thread Sam James
commit: cb640a2069133c5c23f35c661c21eaed064f5ff4
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb640a20

gui-libs/libhandy: Stabilize 1.6.2 ppc64, #843794

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

 gui-libs/libhandy/libhandy-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libhandy/libhandy-1.6.2.ebuild 
b/gui-libs/libhandy/libhandy-1.6.2.ebuild
index 01d3182ef882..cbcc4716c565 100644
--- a/gui-libs/libhandy/libhandy-1.6.2.ebuild
+++ b/gui-libs/libhandy/libhandy-1.6.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libhandy/;
 
 LICENSE="LGPL-2.1+"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 IUSE="examples glade gtk-doc +introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/

2022-05-27 Thread Sam James
commit: a75cb661a0f7f47b36d2b14fb70ac51960ca1400
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75cb661

gnome-extra/nm-applet: Stabilize 1.26.0 ppc64, #843794

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

 gnome-extra/nm-applet/nm-applet-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nm-applet/nm-applet-1.26.0.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.26.0.ebuild
index eb67a78d694b..c93cf7dd2a3c 100644
--- a/gnome-extra/nm-applet/nm-applet-1.26.0.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.26.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="appindicator modemmanager selinux teamd"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.38:2



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

2022-05-27 Thread Sam James
commit: 5147eedd8741233f623e5a41b3d2991dd83fbfc5
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5147eedd

net-libs/libmbim: Stabilize 1.26.4 ppc64, #843794

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

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

diff --git a/net-libs/libmbim/libmbim-1.26.4.ebuild 
b/net-libs/libmbim/libmbim-1.26.4.ebuild
index 3fc113294e03..293ccc7e9c4f 100644
--- a/net-libs/libmbim/libmbim-1.26.4.ebuild
+++ b/net-libs/libmbim/libmbim-1.26.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~riscv x86"
 
 RDEPEND=">=dev-libs/glib-2.56:2"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/

2022-05-27 Thread Sam James
commit: 6cb5a1c504000b305fd444d5c6bebb8e8d1a7e96
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb5a1c5

net-misc/mobile-broadband-provider-info: Stabilize 20220315 ppc64, #843794

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

 .../mobile-broadband-provider-info-20220315.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
index e96a0f48b9b4..8fcccadc338b 100644
--- 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220315.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband;
 
 LICENSE="CC-PD"
 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"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-05-27 Thread Sam James
commit: 16904f06d8fed05ee0d8320744cddc3571a85d5e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16904f06

media-fonts/cantarell: Stabilize 0.303.1 ppc64, #843794

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

 media-fonts/cantarell/cantarell-0.303.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/cantarell/cantarell-0.303.1.ebuild 
b/media-fonts/cantarell/cantarell-0.303.1.ebuild
index 81767aed5c9c..beb3bc661dca 100644
--- a/media-fonts/cantarell/cantarell-0.303.1.ebuild
+++ b/media-fonts/cantarell/cantarell-0.303.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts;
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/

2022-05-27 Thread Sam James
commit: 3ccac40cd47a2e2ae438b0f85b0d5a2cfc8b7545
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ccac40c

gnome-extra/gucharmap: Stabilize 14.0.3 ppc64, #843794

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

 gnome-extra/gucharmap/gucharmap-14.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild 
b/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
index 715da2c7ca75..dbd631953e40 100644
--- a/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
+++ b/gnome-extra/gucharmap/gucharmap-14.0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="2.90"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 UNICODE_VERSION="14.0"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2022-05-27 Thread Sam James
commit: 5409a4e9a566a6a8677caed2d0885f36bf0c5419
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5409a4e9

gnome-extra/libgsf: Stabilize 1.14.49 ppc64, #843794

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

 gnome-extra/libgsf/libgsf-1.14.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.49.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
index b9dd51e36e8d..6f3a792424e7 100644
--- a/gnome-extra/libgsf/libgsf-1.14.49.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.49.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libgsf;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/

2022-05-27 Thread Sam James
commit: 69f385b875267b98fb8d754c021d22b0f2a6
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f385b8

gnome-base/gvfs: Stabilize 1.50.1-r1 ppc64, #843794

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

 gnome-base/gvfs/gvfs-1.50.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild 
b/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild
index fbdcb1c95fa2..d48759cc263f 100644
--- a/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.50.1-r1.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
mtp? ( udev )
udisks? ( udev )
 "
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.70.0:2



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

2022-05-27 Thread Sam James
commit: e46a199ba95fca61c7b22c599031008baf4eb3f1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46a199b

net-libs/libqmi: Stabilize 1.30.6 ppc64, #843794

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

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

diff --git a/net-libs/libqmi/libqmi-1.30.6.ebuild 
b/net-libs/libqmi/libqmi-1.30.6.ebuild
index da8b90c379c7..7410504ee000 100644
--- a/net-libs/libqmi/libqmi-1.30.6.ebuild
+++ b/net-libs/libqmi/libqmi-1.30.6.ebuild
@@ -7,7 +7,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools

EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqmi.git;
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ppc ppc64 ~riscv x86"
SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz;
 fi
 



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

2022-05-27 Thread Sam James
commit: e59fb56aeda0979f37eda87e7247c8f16143c646
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59fb56a

media-libs/libgphoto2: Stabilize 2.5.29 ppc64, #843794

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

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

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild
index 6b6fb68842a9..9f9654ab5f91 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.29.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 # FIXME: should we also bump for libgphoto2_port.so soname version?
 SLOT="0/6" # libgphoto2.so soname version
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples exif gd jpeg nls serial"
 
 # By default, drivers for all supported cameras will be compiled.



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/

2022-05-27 Thread Sam James
commit: ad5a4093ea9d14ba33832cc238970d1b1662567f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 05:04:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 05:04:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5a4093

gnome-base/gsettings-desktop-schemas: Stabilize 42.0 ppc64, #843794

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

 .../gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild
index ca58b7660b96..db3eaba6473f 100644
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-42.0.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
 
 BDEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.54:= )



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

2022-05-27 Thread Michał Górny
commit: 1923e0046fac9f7bc0257de68fdd7fbd254d4df0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:45:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1923e004

dev-python/pykka: Bump to 3.1.1

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

 dev-python/pykka/Manifest   |  1 +
 dev-python/pykka/metadata.xml   |  2 +-
 dev-python/pykka/pykka-3.1.1.ebuild | 32 
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/dev-python/pykka/Manifest b/dev-python/pykka/Manifest
index 5b13f600a17f..7c121746aa6b 100644
--- a/dev-python/pykka/Manifest
+++ b/dev-python/pykka/Manifest
@@ -1 +1,2 @@
 DIST pykka-3.0.2.gh.tar.gz 0 BLAKE2B 
8649e4b5134d902a459cd7f43ced59fb88bf6e9f7435aaf89a3c68fd349b941eea8154703107611a027c39b9eaca374d39497dd4f0dea72a1edfc4df99153539
 SHA512 
0e10366739839d792ac8866b2dc5f7a2d352b04f896ffa1c1922b215e8907f6fb9300ec955d5ed5f8c19d0714720b7f20569177cd1a9f2c98fbd27e42a9bd3f5
+DIST pykka-3.1.1.gh.tar.gz 44312 BLAKE2B 
cb50f01e27ca7b6aec10b61fb41d59e1d4fec29b65595afbab1e931137ef35efe8860bab0ce3b7a6a30a44aa215deb237a4e13abc541c537dab062b7d14acf0d
 SHA512 
0cb5ca7924f77d9d0ba8b2f288e2a635f7ce70ae49bd5f5ddf574f37f76252b575cb95898ab244d27b96090345bcbbe82bad1c97f5cca73fb8fffa707e553e55

diff --git a/dev-python/pykka/metadata.xml b/dev-python/pykka/metadata.xml
index abd70e879547..f001f2e1068c 100644
--- a/dev-python/pykka/metadata.xml
+++ b/dev-python/pykka/metadata.xml
@@ -6,7 +6,7 @@
Python


-   Pykka
+   pykka
jodal/pykka

 

diff --git a/dev-python/pykka/pykka-3.1.1.ebuild 
b/dev-python/pykka/pykka-3.1.1.ebuild
new file mode 100644
index ..03afb4608dbb
--- /dev/null
+++ b/dev-python/pykka/pykka-3.1.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python implementation of the actor model"
+HOMEPAGE="
+   https://pykka.org/en/latest/
+   https://github.com/jodal/pykka/
+   https://pypi.org/project/pykka/
+"
+SRC_URI="
+   https://github.com/jodal/pykka/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-27 Thread Michał Górny
commit: cb87d9b0a8b684b136be31d919a9921ed1bad0dd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:47:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb87d9b0

dev-python/autopage: Bump to 0.5.1

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

 dev-python/autopage/Manifest  |  1 +
 dev-python/autopage/autopage-0.5.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/autopage/Manifest b/dev-python/autopage/Manifest
index 32d43131a845..e4205c56a82a 100644
--- a/dev-python/autopage/Manifest
+++ b/dev-python/autopage/Manifest
@@ -1 +1,2 @@
 DIST autopage-0.5.0.gh.tar.gz 21403 BLAKE2B 
1c20123bd7ac9dcfc53d5531ea5cec5dcb2d4b8f4c433ab958b96b769540084989ee841f963d24d1b01c3c4deed9933ab213e3838a898a8fc3261096a272d83d
 SHA512 
b40bf0c432a8ecf82f56cf9679191bf13e5fbf478f1236d197df05e29ac27a1d33bffbf3f66fedbf93548e7314ee1a8f1687fa7c696b35f944f8f5dfd2b2dd19
+DIST autopage-0.5.1.gh.tar.gz 21406 BLAKE2B 
45d67443fa882d6f824ea71a8f9d20eb1ae789a271d84dc566a2535de631b5ce644aa28f51c5be1db818194e39628b6526ac087cd6eccc425132f15fafda10e9
 SHA512 
3d6e10c222566fd5f5e07e3247ebe19ce7ffe3b4baf9948741ee9a8aaafbefb0fcfaf4b26f0a4a6392615e73c7e8539c9bcbff1112a291c193c0b653f33e8657

diff --git a/dev-python/autopage/autopage-0.5.1.ebuild 
b/dev-python/autopage/autopage-0.5.1.ebuild
new file mode 100644
index ..8ee86b0e8ad2
--- /dev/null
+++ b/dev-python/autopage/autopage-0.5.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to provide automatic paging for console output"
+HOMEPAGE="
+   https://github.com/zaneb/autopage/
+   https://pypi.org/project/autopage/
+"
+SRC_URI="
+   https://github.com/zaneb/autopage/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+   unset LESS PAGER
+   eunittest
+}



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

2022-05-27 Thread Michał Górny
commit: 0aa6c8fd7fb91c25f5c43927332875801ab1c5b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:05:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa6c8fd

dev-python/boto3: Bump to 1.23.10

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.23.10.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 115b608953e7..5a2ac0ce24a2 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,6 +1,7 @@
 DIST boto3-1.22.9.tar.gz 497262 BLAKE2B 
c3fad6d556c62403578347600f2781b5fbf34a5ba975b596878f892cd1981bd06e25e50e4c67e5b5b27d6a0fec3aa8af0ea6e30a38277dcf1ae157719d95b3c5
 SHA512 
f32d6b9b2a8f2d6fcf975446f2c3530a8ba29dc8a3d55ed7b675bc7fb68694c3e6e1f0c54c3f6a715923f9c10268c7db04d897b73add7098f0e43062d2f28775
 DIST boto3-1.23.0.tar.gz 499085 BLAKE2B 
d606370e274564f909be46cfac838212de3213fd8407f1f2ac26afc3287feaa4aec8bf25ac6db4f1058739b2cbefc99c8e16c9dd0c12a5bdeaacf4700e9b0015
 SHA512 
c44237239cadb98f257796e152b13514839d2003d2a8157bf5f8a41c726401a3e248ff021ccfcd3e6b8099939744fb309c6f1ba342ff066e84632f1ac97dbaf8
 DIST boto3-1.23.1.tar.gz 499867 BLAKE2B 
1ea53a7bf5f453a202347f29f0278d5397d6d10cfb52253a64a09ccb6ddfe1a95631045ecf7b526016f314c8773db04d25ed8cd2a539ae20776629079c168b61
 SHA512 
a1cc49cd53444bbda3fe0bbb1ec6e7e445a53d94af1eda0ed2984f7e0ddc4af14eed09b269cb4b4e62a15d647071bd9a9e5182b7049da745c19ba8da74e5c9b8
+DIST boto3-1.23.10.gh.tar.gz 504080 BLAKE2B 
1840715ec72b10131a430abdb303adf7619fb4dc542cb22acefffe378c96d094eb7d024c068df1df48882a22fc52e3883791da39d0e4fb34abdddad4d78c0ce8
 SHA512 
88d0abfc990eba2118698c27fe9f556a2b2ef27d0e287c2b3d65a1d485d4be264a5e9ccc02c017c404941c34efdb5f9d480ceb7c5752f99ebf95d3fab184dded
 DIST boto3-1.23.2.tar.gz 500287 BLAKE2B 
b997f18cfb2b5c03eab7decd14a60d70546eb60fb2d52f02d94ee478686bd520e4e8111757e9e073f17f7f415d9eb7243fdcd9ac2e0f2b98f6bd6d34473dc794
 SHA512 
6a774199b719496143af79b1a8a0612441a4f1d9ce426dfc3d495679bb0fda3856b7b0e81e8403d050de52bf8363dec9f0242cca6b32cf39d172d559d6ddf548
 DIST boto3-1.23.3.tar.gz 501196 BLAKE2B 
8fbe6ec091e249bf675b9245a3ad73416bfae77de8c197f6b5bc6d919e7082aa36b53a93034d5658d7f27c928c932b0f077fc9beea6bbc9015c26e925cc565c2
 SHA512 
96fa0382a4841901eb961a1135799823710af24c236c4be6def180597bdb53a852fa2c0ea34cf6d1b8cfba0e5c5a2b10f361677a993b733bc14729ee68af16f2
 DIST boto3-1.23.4.tar.gz 501445 BLAKE2B 
f38c963558c99fade5b55c0b8d96221de7af7a215f7be2a4863285152720318f05cbaf996f8f0910f68830fdbb214b242d2e8e2e538ae345e4877a0ed733c148
 SHA512 
85298ddbb4a305354c50f4f63e9e6d0a1c821ac18e15dfaaf3d8ea3e03fd86fb6ea913402c6ac5cde4305895f387cf25eca928b7f00403198ad2eb5efe965eb7

diff --git a/dev-python/boto3/boto3-1.23.10.ebuild 
b/dev-python/boto3/boto3-1.23.10.ebuild
new file mode 100644
index ..73f2eea33612
--- /dev/null
+++ b/dev-python/boto3/boto3-1.23.10.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest 

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

2022-05-27 Thread Michał Górny
commit: 6378f9ea2767792799024ec4390aa9daea0cb2d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:49:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6378f9ea

net-misc/electrum: Bump to 4.2.2

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

 net-misc/electrum/Manifest  |  1 +
 net-misc/electrum/electrum-4.2.2.ebuild | 99 +
 2 files changed, 100 insertions(+)

diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index 305abd47b912..656adb310ef9 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -1 +1,2 @@
 DIST electrum-4.2.1.gh.tar.gz 5066728 BLAKE2B 
66b1ef4ec21f74f2f5c25de97a31c2ec23f907526df2ac661fdcb563e1e857ca88f4f534f2373e809ba978c66b78af72260af27944ac7aa8a92e86531827fef6
 SHA512 
b32ee5f8779bdb9bcda6a163f3f0a4cd95e91efb37418734c9f08930221ad15e54868fca0d5d0fb1dd3b1fac91b8cdea6c6ec822d98ad6b3d6ee01c841972e88
+DIST electrum-4.2.2.gh.tar.gz 5071636 BLAKE2B 
a13ae03e513736e5f24ded46a9b6ce13312a7d9243082f1d5b1948e7519f40f1fab238ec73550f72607ff2463a54a31f47c6ab8e511efddfcec362d5e427c6c1
 SHA512 
ae39ca0b548f3e4c7454096a7a05f9400a738e3b1c217ae9d41bf6156f7d642d3f1911f97829bfadbf6fdb6873538f38525363d256b363dac41d378c6b41002d

diff --git a/net-misc/electrum/electrum-4.2.2.ebuild 
b/net-misc/electrum/electrum-4.2.2.ebuild
new file mode 100644
index ..24459edb0784
--- /dev/null
+++ b/net-misc/electrum/electrum-4.2.2.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="ncurses?"
+
+inherit desktop distutils-r1 xdg-utils
+
+DESCRIPTION="User friendly Bitcoin client"
+HOMEPAGE="https://electrum.org/;
+SRC_URI="
+   https://github.com/spesmilo/electrum/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cli ncurses qrcode +qt5"
+REQUIRED_USE="|| ( cli ncurses qt5 )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libsecp256k1
+   >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}]
+   =dev-python/aiorpcX-0.22*[${PYTHON_USEDEP}]
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   dev-python/bitstring[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/dnspython-2[${PYTHON_USEDEP}]
+   dev-python/pbkdf2[${PYTHON_USEDEP}]
+   dev-python/PySocks[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/protobuf-python-3.12[${PYTHON_USEDEP}]
+   qrcode? ( media-gfx/zbar[v4l] )
+   qt5? (
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   ncurses? ( $(python_gen_impl_dep 'ncurses') )
+"
+BDEPEND="
+   test? (
+   dev-python/pyaes[${PYTHON_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   eapply "${FILESDIR}/3.1.2-no-user-root.patch"
+
+   # Prevent data files from being installed in the wrong location
+   sed -i -e '/icons_dirname/d' -e '/applications/d' setup.py || die
+
+   # use backwards-compatible cryptodome API
+   sed -i -e 's:Cryptodome:Crypto:' electrum/crypto.py || die
+
+   # make qdarkstyle dep optional
+   sed -i -e '/qdarkstyle/d' contrib/requirements/requirements.txt || die
+
+   local bestgui
+   if use qt5; then
+   bestgui=qt
+   elif use ncurses; then
+   bestgui=text
+   else
+   bestgui=stdio
+   fi
+   sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = 
.*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' 
${PN}/${PN} || die
+
+   eapply_user
+
+   xdg_environment_reset
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   doicon -s 128 electrum/gui/icons/${PN}.png
+   domenu electrum.desktop
+   dodoc RELEASE-NOTES
+   distutils-r1_src_install
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2022-05-27 Thread Michał Górny
commit: 7f4ba6d5bb309a76d37861b54a86c301c61c56fd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:47:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4ba6d5

dev-python/fakeredis: Bump to 1.8

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

 dev-python/fakeredis/Manifest |  1 +
 dev-python/fakeredis/fakeredis-1.8.ebuild | 93 +++
 dev-python/fakeredis/metadata.xml |  2 +-
 3 files changed, 95 insertions(+), 1 deletion(-)

diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index 7fcbc6919a70..b549654c4d62 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -2,3 +2,4 @@ DIST fakeredis-1.7.1.gh.tar.gz 71151 BLAKE2B 
87877c94a4c03ad6ff4b55f307526f712da
 DIST fakeredis-py-1.7.4.gh.tar.gz 73024 BLAKE2B 
d3d18611d846a0dabb52d74ca53cad997b37e794ef320bc800ab5339f70710bc30f9e33c0820db941064fbf9dca0dde3e72c78298895b8c2510a93353898b355
 SHA512 
71c9ffe7c208453bc8f5e719b3647a9b9fc5406c5fe3856ef1dc42c019bd7128355d260be468b62dcb764a918a3510f193fb1aaf374bb3866e352c9c2bae90c6
 DIST fakeredis-py-1.7.5.gh.tar.gz 72932 BLAKE2B 
3965df2d238e70f362e5e43a52fe763b2fec34ecc87d4bf38cb8fdf5e8f58b6bad87b59353a932d5e7e12ac243f3c884a19079752c48b6230795c53f7512d345
 SHA512 
bcefaa8e425cb47d7881c2f91d35e5ec5b46a94f3189b1ffbd71a92cd202a5fcc3d82df8250cf683475bacbbbec088f1e49545f71f2c98638adca58063cc0fa2
 DIST fakeredis-py-1.7.6.1.gh.tar.gz 100750 BLAKE2B 
aeaf9e38b173d169a8108c6559b3900ac3232690513a735f2592790bfd3866cefa5dff663672fb2fbeae96fd40c203d5a6d86c4ccc0336f54f5f68f7d0f3d38a
 SHA512 
6a92ae7fa60ce7a6913e40b5c6b9bcbbb286f44f8602ff4bcbfb0739d8fd18d772291124a56d9dbff1fd0f69f0605a5a5f524161f8661b1529d9fe4f5f2481fd
+DIST fakeredis-py-1.8.gh.tar.gz 101156 BLAKE2B 
e799b5636a89edd8795fdc79811689cd308f8a7dae55d7ac4045352f370f428d96fdfed7886598e856c203bcc44d58236a8bf5229ee49a9cec90324f0778ce78
 SHA512 
7bd553dc724b9d664ff1c403fd9a234ad7a8e95f81a3761eef28c7e6d919b7756040a70382e61d9ff54f8bd8f778130c035e9384707403ca9a4340051a4cf861

diff --git a/dev-python/fakeredis/fakeredis-1.8.ebuild 
b/dev-python/fakeredis/fakeredis-1.8.ebuild
new file mode 100644
index ..7b846fe8e9e0
--- /dev/null
+++ b/dev-python/fakeredis/fakeredis-1.8.ebuild
@@ -0,0 +1,93 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{9..10} )
+
+inherit distutils-r1 optfeature
+
+MY_P=fakeredis-py-${PV}
+DESCRIPTION="Fake implementation of redis API for testing purposes"
+HOMEPAGE="
+   https://github.com/dsoftwareinc/fakeredis-py/
+   https://pypi.org/project/fakeredis/
+"
+SRC_URI="
+   https://github.com/dsoftwareinc/fakeredis-py/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/redis-py[${PYTHON_USEDEP}]
+   >=dev-python/six-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/aioredis[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin redis
+   sed -i -e '/redis/s:<=[0-9.]*:*:' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # also lupa
+   test/test_aioredis2.py::test_failed_script_error
+   # TODO
+   "test/test_fakeredis.py::test_set_get_nx[StrictRedis]"
+   "test/test_fakeredis.py::test_lpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_rpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_zadd_minus_zero[StrictRedis]"
+   )
+   local EPYTEST_IGNORE=(
+   # these tests fail a lot...
+   test/test_hypothesis.py
+   )
+   local args=(
+   # tests requiring lupa (lua support)
+   -k 'not test_eval and not test_lua and not test_script'
+   )
+   epytest "${args[@]}"
+}
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="
+   daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   "${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+

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

2022-05-27 Thread Michał Górny
commit: 4b06a6aeb967336e9d4a7c91a11a2ee3003f1c88
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:50:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b06a6ae

dev-python/django-cacheops: Bump to 6.1

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

 dev-python/django-cacheops/Manifest|  1 +
 .../django-cacheops/django-cacheops-6.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/django-cacheops/Manifest 
b/dev-python/django-cacheops/Manifest
index aebea256451f..f0d6fb486eba 100644
--- a/dev-python/django-cacheops/Manifest
+++ b/dev-python/django-cacheops/Manifest
@@ -1 +1,2 @@
 DIST django-cacheops-6.0.tar.gz 70280 BLAKE2B 
9efe5a10d86f9ad25ad67701005de962185d2c491305bb56920203718c2d5fd0b28d43f2463e28c7c00c7592a78a3adea66090b398a205d5e361dfbcf90ae887
 SHA512 
54ecec62ff255a867b382bb1157117c8d14d7185891aacaae33ea11283beeae2fae60659621699a52f86d536b5a582d31f24f3b00f16c2e81c1a78ea4079504e
+DIST django-cacheops-6.1.gh.tar.gz 52972 BLAKE2B 
bdcd045912100ebdfdfd9add23b0df634b029cc2ffe41c351176e327f1e21c90457cfca9e45348dddce60e39fee5c431428ff7f2c954194e4c06c8bc09d78945
 SHA512 
43dcd4f302afee1acf73125aae7c2e2eece560cc6f07f3374391ac54e0438fd59b80a24e65f52bd7aa4978fd8a428939a8d607c7aa4b25f47d68373cfc12772f

diff --git a/dev-python/django-cacheops/django-cacheops-6.1.ebuild 
b/dev-python/django-cacheops/django-cacheops-6.1.ebuild
new file mode 100644
index ..9b7a1f421dc7
--- /dev/null
+++ b/dev-python/django-cacheops/django-cacheops-6.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="ORM cache with automatic granular event-driven invalidation for 
Django"
+HOMEPAGE="
+   https://github.com/Suor/django-cacheops/
+   https://pypi.org/project/django-cacheops/
+"
+SRC_URI="
+   https://github.com/Suor/django-cacheops/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.8[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
+   >=dev-python/funcy-1.8[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-db/redis
+   dev-python/dill[${PYTHON_USEDEP}]
+   )
+"
+
+src_prepare() {
+   # Remove test dependent on unpackaged before_after
+   sed -e 's/test_lock/_&/' -i tests/test_extras.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local -x DJANGO_SETTINGS_MODULE=tests.settings
+   local -x PYTHONPATH=.
+   django-admin test -v 2 || die
+}
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   "${EPREFIX}"/usr/sbin/redis-server - <<-EOF || die
+   daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   EOF
+
+   # Run the tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



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

2022-05-27 Thread Michał Górny
commit: 90aef924131e1a67fbf3f45d898e9fbf33432931
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:05:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90aef924

dev-python/botocore: Bump to 1.26.10

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.26.10.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 6b1d6dabaaad..09ef0463627f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,6 +1,7 @@
 DIST botocore-1.25.9.tar.gz 8962451 BLAKE2B 
5930499f514d5e9b9f0fa0c87a2461071a0432bb3957779a4669448bd7b34e94a5339598703419f36c01e505c8487217a4f525ce63832bc97ad35ef584ef45f3
 SHA512 
533c5ff383e53aa2b00a83b182207e9dd2d40ea000c7a0f1e74e30989c6c15f54fd26eb67375ceeb90c1a6ab158bda7de75ac40fe6b14614209ebb7063b9e2a1
 DIST botocore-1.26.0.tar.gz 8968864 BLAKE2B 
fc07441c4a759273a1abe6826048082b0e2ce38964de507a9091d5898d998ffb30e9bab835c9a6be2d3d01c15813230fda3a1d0457c5e7aa8573fc262cd9e4d4
 SHA512 
2bc8cd2c7db5549fa1f8f1364d42a4a6463b1fc8d0a80cd5026ec5f765b2a02108274eb33a6d5d00b3bb07a30351b458e1829b547c07134420a6aed343526990
 DIST botocore-1.26.1.tar.gz 8972136 BLAKE2B 
cf5d18d87fe5e78f6bb623e82dea9ec712867301e7b1fdd46724eb3aa37b7395d91dc206bc9329df96bab9c8072c8b071eaaea767848794db349982c630ab0d2
 SHA512 
c18160d1eb6f9feb6b4db2441c360112c1d8f88d8d2a3624f89b6ee4815c200c68d70601fbea1c93682af506cc6809a7e34568f543a25adbfd7ca09c309236ff
+DIST botocore-1.26.10.tar.gz 9008316 BLAKE2B 
a05078ec5732015cbd8ea4da2d2d82e28f4241b7c3164f3410ae396a19f79c116f7a9059a3361e99eacc952f860a516b187375dbf64ee5e4e5648e8c3b0f95a5
 SHA512 
b12e9002dc8e0912a9681938f343b51d628f0b2798693dc81636fe7ede01d006d5bc8a901f92edf10a88d97c3c6311aaf97206a6f55070e645747536fe39b144
 DIST botocore-1.26.2.tar.gz 8990271 BLAKE2B 
95ddae48b54ba0455959a95eb4dc992bf1a28b5b0004c8004298bea30eb729cc20d0bf7b189a0e62a12939365fd106ccfc06a00092b3229077b665bdcaebd86f
 SHA512 
df478a29511a9436bcab16dca448d4d196988402a326fd8be8f0dd4fbfab0b97ef16b31f241c44e9f9973bbeafc99d79f317838e0e6a83f25299218fd5fce1ac
 DIST botocore-1.26.3.tar.gz 8992054 BLAKE2B 
74937d1a12f4c7509e0835ad273850a6de6df2f67d594cc30ea4bac7ef0b920e8d606aa39e4f47ec3a08fd0e47867cf7832db9218d9eebf4f2a08194ece63f4a
 SHA512 
aae80723446a9f3ac4beb1fdd3690f62c2eb87cf41c2d5106d5ad1679507c7ac82da8b375a5c67a773057f7c1692e85d723952edb4ba62fe378788324b758b55
 DIST botocore-1.26.4.tar.gz 8993009 BLAKE2B 
4d968ed094a8581efa08ce7b51ea8967937e41192e1d7ef71a8d26220250c1534f3c9f4753913ce2763c3bb90305a31823507a7ff9f1c318b4c7b0fff06a59dc
 SHA512 
80f2205e86e36e7c5ae7e29626fc5ff9b6e92741d752b68e37d835255d0a58663169232a7a57b57eb09dc84c6050b2d96fb1d17f571f894fe7a2f31135cc2a4f

diff --git a/dev-python/botocore/botocore-1.26.10.ebuild 
b/dev-python/botocore/botocore-1.26.10.ebuild
new file mode 100644
index ..2fb86c59b25e
--- /dev/null
+++ b/dev-python/botocore/botocore-1.26.10.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/botocore-1.26.0-py311.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   epytest tests/{functional,unit} -n 

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

2022-05-27 Thread Michał Górny
commit: 08cf237786ef77451b4a6d338bbb908749a8ef0d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 04:06:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 05:00:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cf2377

app-admin/awscli: Bump to 1.24.10

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.24.10.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 056de8a3f640..92a0599d7a74 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,6 +1,7 @@
 DIST aws-cli-1.23.9.gh.tar.gz 2204177 BLAKE2B 
6f3b975ffa10b027a4ccd07bb27ec9a9c0b1e5151fe2e33685c6eb15eafd551afde3a619e7b2f60cf42328b5f53ff0de2c2e41f1c105807e13fa77ebe957d5cb
 SHA512 
75e9222bc3fb26c2f8c5cbe7c32ee06a48163517e14d23e8432178af8a702e26444cee78336703a1bfa7f6963d7fd05cf2581d887382daf1650cfb9c8bc2eeb8
 DIST aws-cli-1.24.0.gh.tar.gz 2206596 BLAKE2B 
5b73eca17e16dec43bfdee4271fc29f3dd7194c2de6cc27d00ec3fab5f0dc968b46312a490eb6b53760ceb12370a247f95f0a1b433d3e16b09f09c6d594c51a0
 SHA512 
d9c5778352d9ca787db305905214fc7b71b5bbc36ee0de4815bbc7d0bcac549c11e5b480090f5fac904aa8bf7735850a3151912abdceb225bd4a998100f48a3d
 DIST aws-cli-1.24.1.gh.tar.gz 2213336 BLAKE2B 
2d442ac650b524c8b52be2288aefa76693221a3becbbc752d1add748d731887cbac6b96b0a30e48587714e31d399830fef848598b2104e749de40a52e96917d5
 SHA512 
097ac7b3d64f017ca5c3c979ed5bc191860cb7431cc9eea81e4f9f760f8760e4884ea04d3c93fbc839f1d0c03c3431c3041f32508026f869b27e25c280ef458b
+DIST aws-cli-1.24.10.gh.tar.gz 2219050 BLAKE2B 
9655429a65c81b5c6436f0bafb293243d8f6d2160573902bbd3f2b10ab69ef24796ac0c1bd112000afc3d15cc4d8560fc95f774c38739cf8e2d3303a4512e3ec
 SHA512 
592564ff501ff52572655973c518366928a20371333ccf4f7234d414070343a38287a8870a5652bbbe6a8c35c8cd8731439f1520c0988100ade22d842f11ad2d
 DIST aws-cli-1.24.2.gh.tar.gz 2214514 BLAKE2B 
93c2e58377f302435c078a0ad4a8b3f465631965633ce51a2993ce57152026b99eb9599620c1400ced0ddd6d1024258d93dca3c4f3bfa3a6f59c3ff56a98a897
 SHA512 
5f58967714c1285ca065e90aa567370c3b3b11619e812fa271aaeb1e1c5af55a2388fad441a808e6cf73275c3cffbba86699dc4cbd86f09fbcf20c7f1734
 DIST aws-cli-1.24.3.gh.tar.gz 2215539 BLAKE2B 
b571cac95eed696dd3a9242d8291d42ab9c66d192bf090c8df02cdccfe2ab84bdbf73fa145d9ca30cdf3313f39c5b66a931bf5aa3745ad56202aaff787b827d8
 SHA512 
e9eadd4e82d3fe56eb227eff0fa6bb0080755f4f7ae4219340c73dabbca5b6e6256bdd3a9ff116878becd47e7a245752ad6ea25c7908d9429c41a12b14ab2c59
 DIST aws-cli-1.24.4.gh.tar.gz 2215845 BLAKE2B 
9b95b53feba4d61e44276c7ee1587a45f91d4171ba102327bb23b308b801a7322873a8e48e420c66a72123fa6ed3e49f54d8d63eaac638d1bd0f80d27a9f1013
 SHA512 
345e6fc02c04e6a1c2635a29e4c2a00a2ba14ccf2f1de6167ac8113a05cee01b33add850b4bf95ce9ca22449101c0b49993841097d4d3bc7836ca9fd9f80748d

diff --git a/app-admin/awscli/awscli-1.24.10.ebuild 
b/app-admin/awscli/awscli-1.24.10.ebuild
new file mode 100644
index ..acabee851193
--- /dev/null
+++ b/app-admin/awscli/awscli-1.24.10.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp 

[gentoo-commits] repo/gentoo:master commit in: net-print/cups/

2022-05-27 Thread Sam James
commit: 7bb6276e59fd32e8045283f6801b9eb9ea75f143
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 04:56:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 04:56:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb6276e

net-print/cups: update upstream metadata

No idea what the new CPE is though.

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

 net-print/cups/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups/metadata.xml b/net-print/cups/metadata.xml
index 92c73dd18d5d..d4081ef99041 100644
--- a/net-print/cups/metadata.xml
+++ b/net-print/cups/metadata.xml
@@ -10,6 +10,6 @@


cpe:/a:apple:cups
-   apple/cups
+   OpenPrinting/cups

 



[gentoo-commits] repo/gentoo:master commit in: net-print/cups/

2022-05-27 Thread Sam James
commit: 02e55008b4808689eb038d5797c1bddb890a9efb
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 04:54:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 04:56:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e55008

net-print/cups: add openssl support

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

 .../{cups-2.4.2.ebuild => cups-2.4.2-r1.ebuild}| 28 +++---
 net-print/cups/cups-.ebuild| 28 +++---
 net-print/cups/metadata.xml| 19 ---
 3 files changed, 51 insertions(+), 24 deletions(-)

diff --git a/net-print/cups/cups-2.4.2.ebuild 
b/net-print/cups/cups-2.4.2-r1.ebuild
similarity index 91%
rename from net-print/cups/cups-2.4.2.ebuild
rename to net-print/cups/cups-2.4.2-r1.ebuild
index 11e9e6c732a6..8583dd21407e 100644
--- a/net-print/cups/cups-2.4.2.ebuild
+++ b/net-print/cups/cups-2.4.2-r1.ebuild
@@ -10,13 +10,11 @@ MY_PV="${MY_PV/_rc/rc}"
 MY_PV="${MY_PV/_p/op}"
 MY_P="${PN}-${MY_PV}"
 
-if [[ ${PV} == * ]]; then
+if [[ ${PV} == * ]] ; then
inherit git-r3
-   #EGIT_REPO_URI="https://github.com/apple/cups.git;
EGIT_REPO_URI="https://github.com/OpenPrinting/cups.git;
[[ ${PV} !=  ]] && EGIT_BRANCH=branch-${PV/.}
 else
-   
#SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz;

SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz;
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
@@ -28,10 +26,11 @@ HOMEPAGE="https://www.cups.org/ 
https://github.com/OpenPrinting/cups;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="acl dbus debug kerberos pam selinux +ssl static-libs systemd usb X 
xinetd zeroconf"
+IUSE="acl dbus debug kerberos openssl pam selinux +ssl static-libs systemd 
test usb X xinetd zeroconf"
 
-# Upstream includes an interactive test which is a nono for Gentoo
-RESTRICT="test"
+# As of 2.4.2, they don't actually seem to be interactive (they pass some flags
+# by default to input for us), but they fail on some greyscale issue w/ 
poppler?
+RESTRICT="!test? ( test ) test"
 
 BDEPEND="
acct-group/lp
@@ -51,7 +50,10 @@ DEPEND="
kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
pam? ( sys-libs/pam )
!pam? ( virtual/libcrypt:= )
-   ssl? ( >=net-libs/gnutls-2.12.23-r6:0=[${MULTILIB_USEDEP}] )
+   ssl? (
+   !openssl? ( >=net-libs/gnutls-2.12.23-r6:0=[${MULTILIB_USEDEP}] 
)
+   openssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
+   )
systemd? ( sys-apps/systemd )
usb? ( virtual/libusb:1 )
X? ( x11-misc/xdg-utils )
@@ -145,6 +147,7 @@ multilib_src_configure() {
--enable-sync-on-close
#
--with-rundir="${EPREFIX}"/run/cups
+   --with-pkgconfpath="${EPREFIX}"/usr/$(get_libdir)/pkgconfig
--with-cups-user=lp
--with-cups-group=lp
--with-docdir="${EPREFIX}"/usr/share/cups/html
@@ -158,7 +161,10 @@ multilib_src_configure() {
$(use_enable kerberos gssapi)
$(multilib_native_use_enable pam)
$(use_enable static-libs static)
-   $(use_with ssl tls gnutls)
+   $(use_enable test unit-tests)
+   # USE="ssl" => gnutls
+   # USE="ssl openssl" => openssl
+   $(use_with ssl tls $(usex openssl openssl gnutls))
$(use_with systemd ondemand systemd)
$(multilib_native_use_enable usb libusb)
$(use_with zeroconf dnssd avahi)
@@ -206,6 +212,12 @@ multilib_src_compile() {
 }
 
 multilib_src_test() {
+   # Avoid using /tmp
+   export CUPS_TESTBASE="${T}"/cups-tests
+
+   mkdir "${T}"/cups-tests || die
+
+   # We only build some of CUPS for multilib, so can't run the tests.
multilib_is_native_abi && default
 }
 

diff --git a/net-print/cups/cups-.ebuild b/net-print/cups/cups-.ebuild
index 11e9e6c732a6..8583dd21407e 100644
--- a/net-print/cups/cups-.ebuild
+++ b/net-print/cups/cups-.ebuild
@@ -10,13 +10,11 @@ MY_PV="${MY_PV/_rc/rc}"
 MY_PV="${MY_PV/_p/op}"
 MY_P="${PN}-${MY_PV}"
 
-if [[ ${PV} == * ]]; then
+if [[ ${PV} == * ]] ; then
inherit git-r3
-   #EGIT_REPO_URI="https://github.com/apple/cups.git;
EGIT_REPO_URI="https://github.com/OpenPrinting/cups.git;
[[ ${PV} !=  ]] && EGIT_BRANCH=branch-${PV/.}
 else
-   
#SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz;

SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz;
if [[ ${PV} != *_beta* 

[gentoo-commits] repo/gentoo:master commit in: net-print/cups/files/, net-print/cups/

2022-05-27 Thread Sam James
commit: 66e451177a6d28cfa24a3fdcdeaac7e8196c19fc
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 04:25:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 04:25:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e45117

net-print/cups: add 2.4.2

While at it, cleanup a bunch of obsolete seds and such. Checked upstream
changes to ensure they really are obsolete.

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

 net-print/cups/Manifest|  1 +
 .../cups/{cups-.ebuild => cups-2.4.2.ebuild}   | 57 ++
 net-print/cups/cups-.ebuild| 57 ++
 .../files/cups-2.4.2-no-fortify-override.patch | 18 +++
 4 files changed, 69 insertions(+), 64 deletions(-)

diff --git a/net-print/cups/Manifest b/net-print/cups/Manifest
index 0dc21ac8d17e..70e6ff821ff8 100644
--- a/net-print/cups/Manifest
+++ b/net-print/cups/Manifest
@@ -1,2 +1,3 @@
 DIST cups-2.3.3op2-source.tar.gz 7993205 BLAKE2B 
8c115b91ec185a4820578561aaf681238280b22b5c68b68c484ffbd0fa3c4ec1beb4d426e3f0e33192e32bce78aa8b7f50ed6799732a467fa9e75c34787057ee
 SHA512 
db27dd6fb616bd7ad895b2bdf4ea7b010501358a50dc8f2e7e29558d1cfc088a572b1b35ac512654d3ed410c84df87dc34ca636533a4499117253915d4763117
 DIST cups-2.4.1-source.tar.gz 8113914 BLAKE2B 
690d9d92f9bc84c2bb360699191cd67e1489ffc3ab219376dfc1a8795379950c95bf58c2033a0dbd2918262c5d104e21e31c4585cb35d229b0fac6cf4967bfd7
 SHA512 
74e83728fcc3baf709176442b26711250fd4d4ede1e81e35b02a5607711067e28cd5a05d5bc3337953f6b2236c5a429b13f3a7f1218a08a2d3c30a8c9b0d96fd
+DIST cups-2.4.2-source.tar.gz 8128785 BLAKE2B 
97053feb502d4fdc28810b806000b6c84a6795d5adcec0789e73e5477d5802d46a99381366d16219f627166df088f6decde5c144bd0c38b5745815dc1e426bc5
 SHA512 
07474643bffe11c79b3226b70d28f1bb803dc19daa10711938cea303feacdcce3945ba8ff0334d94fdd5922ea7d6bf37a28c1ea62cce8ce946c2f90a0faf002f

diff --git a/net-print/cups/cups-.ebuild b/net-print/cups/cups-2.4.2.ebuild
similarity index 84%
copy from net-print/cups/cups-.ebuild
copy to net-print/cups/cups-2.4.2.ebuild
index bd33925c49a8..11e9e6c732a6 100644
--- a/net-print/cups/cups-.ebuild
+++ b/net-print/cups/cups-2.4.2.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 inherit autotools linux-info xdg multilib-minimal optfeature pam 
toolchain-funcs
 
 MY_PV="${PV/_beta/b}"
@@ -11,13 +12,13 @@ MY_P="${PN}-${MY_PV}"
 
 if [[ ${PV} == * ]]; then
inherit git-r3
-#  EGIT_REPO_URI="https://github.com/apple/cups.git;
+   #EGIT_REPO_URI="https://github.com/apple/cups.git;
EGIT_REPO_URI="https://github.com/OpenPrinting/cups.git;
[[ ${PV} !=  ]] && EGIT_BRANCH=branch-${PV/.}
 else
-#  
SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz;
+   
#SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz;

SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz;
-   if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *_rc* ]] ; then
+   if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
 fi
@@ -29,7 +30,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="acl dbus debug kerberos pam selinux +ssl static-libs systemd usb X 
xinetd zeroconf"
 
-# upstream includes an interactive test which is a nono for gentoo
+# Upstream includes an interactive test which is a nono for Gentoo
 RESTRICT="test"
 
 BDEPEND="
@@ -67,6 +68,7 @@ PDEPEND=">=net-print/cups-filters-1.0.43"
 PATCHES=(
"${FILESDIR}/${PN}-2.4.1-nostrip.patch"
"${FILESDIR}/${PN}-2.4.1-user-AR.patch"
+   "${FILESDIR}/${PN}-2.4.2-no-fortify-override.patch"
 )
 
 MULTILIB_CHOST_TOOLS=(
@@ -82,7 +84,7 @@ pkg_setup() {
ewarn "Can't check the linux kernel configuration."
ewarn "You might have some incompatible options 
enabled."
else
-   # recheck that we don't have usblp to collide with 
libusb; this should now work in most cases (bug 501122)
+   # Recheck that we don't have usblp to collide with 
libusb; this should now work in most cases (bug #501122)
if use usb; then
if linux_chkconfig_present USB_PRINTER; then
elog "Your USB printers will be managed 
via libusb. In case you run into problems, "
@@ -91,7 +93,6 @@ pkg_setup() {
elog "Alternatively, just disable the 
usb useflag for cups (your printer will still work)."
fi
else
-   #here we should warn user that he should enable 
it 

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

2022-05-27 Thread WANG Xuerui
commit: 9dac7586a15c6dadf11221cc90b596a0969c205b
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 28 03:58:21 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 28 04:05:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dac7586

profiles/arch/loong: undo the global perl-5.36 mask for wider testing

Signed-off-by: WANG Xuerui  gentoo.org>

 profiles/arch/loong/package.unmask | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/profiles/arch/loong/package.unmask 
b/profiles/arch/loong/package.unmask
new file mode 100644
index ..d649daa66178
--- /dev/null
+++ b/profiles/arch/loong/package.unmask
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# WANG Xuerui  (2022-05-28)
+# Confirmed working on real hardware, so unmask for wider testing.
+# Remove once the global masks are removed.
+=dev-lang/perl-5.36*
+~virtual/perl-Archive-Tar-2.400.0
+~virtual/perl-Attribute-Handlers-1.20.0
+~virtual/perl-bignum-0.650.0
+~virtual/perl-Compress-Raw-Zlib-2.105.0
+~virtual/perl-CPAN-2.330.0
+~virtual/perl-Data-Dumper-2.184.0
+~virtual/perl-DB_File-1.857.0
+~virtual/perl-Devel-PPPort-3.680.0
+~virtual/perl-Digest-1.200.0
+~virtual/perl-Encode-3.170.0
+~virtual/perl-Exporter-5.770.0
+~virtual/perl-ExtUtils-MakeMaker-7.640.0
+~virtual/perl-ExtUtils-ParseXS-3.450.0
+~virtual/perl-File-Spec-3.840.0
+~virtual/perl-HTTP-Tiny-0.80.0
+~virtual/perl-if-0.61.0
+~virtual/perl-IO-1.500.0
+~virtual/perl-IO-Compress-2.106.0
+~virtual/perl-JSON-PP-4.70.0
+~virtual/perl-libnet-3.140.0
+~virtual/perl-Locale-Maketext-1.310.0
+~virtual/perl-Math-BigInt-1.999.830
+~virtual/perl-Math-BigInt-FastCalc-0.501.200
+~virtual/perl-Math-BigRat-0.262.100
+~virtual/perl-Module-CoreList-5.202.205.200
+~virtual/perl-Pod-Simple-3.430.0
+~virtual/perl-Scalar-List-Utils-1.620.0
+~virtual/perl-Socket-2.33.0
+~virtual/perl-Storable-3.260.0
+~virtual/perl-Test-Harness-3.440.0
+~virtual/perl-Test-Simple-1.302.190
+~virtual/perl-Text-ParseWords-3.310.0
+~virtual/perl-Text-Tabs+Wrap-2021.81.400
+~virtual/perl-threads-2.270.0
+~virtual/perl-threads-shared-1.640.0
+~virtual/perl-Time-HiRes-1.977.0
+~virtual/perl-Unicode-Collate-1.310.0
+~virtual/perl-Unicode-Normalize-1.310.0
+~virtual/perl-version-0.992.900
+~virtual/perl-XSLoader-0.310.0



[gentoo-commits] repo/proj/guru:dev commit in: net-p2p/ipfs-cluster/, net-p2p/ipfs-cluster/files/

2022-05-27 Thread Tony Olagbaiye
commit: 68f11a1a711fe0c4a93565e10004708772fbb252
Author: Tony Olagbaiye  fron  io>
AuthorDate: Sat May 28 03:40:43 2022 +
Commit: Tony Olagbaiye  fron  io>
CommitDate: Sat May 28 03:40:43 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68f11a1a

net-p2p/ipfs-cluster: add services

Signed-off-by: Tony Olagbaiye  fron.io>

 net-p2p/ipfs-cluster/files/ipfs-cluster.init| 21 +
 net-p2p/ipfs-cluster/files/ipfs-cluster.service | 18 ++
 net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild  | 13 +
 3 files changed, 48 insertions(+), 4 deletions(-)

diff --git a/net-p2p/ipfs-cluster/files/ipfs-cluster.init 
b/net-p2p/ipfs-cluster/files/ipfs-cluster.init
new file mode 100644
index 0..11a5bc62e
--- /dev/null
+++ b/net-p2p/ipfs-cluster/files/ipfs-cluster.init
@@ -0,0 +1,21 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+source /etc/conf.d/ipfs
+
+export IPFS_PATH=${IPFS_PATH:-/var/lib/ipfs/.ipfs}
+
+pidfile="/run/ipfs-cluster.pid"
+command="/usr/bin/ipfs-cluster-service"
+command_args="daemon"
+command_user="ipfs:ipfs"
+command_background=true
+start_stop_daemon_args="--wait 1000 -b -m \
+-1 /var/log/ipfs/ipfs-cluster.log \
+-2 /var/log/ipfs/ipfs-cluster.log"
+
+depend() {
+   need net
+   want ipfs
+}

diff --git a/net-p2p/ipfs-cluster/files/ipfs-cluster.service 
b/net-p2p/ipfs-cluster/files/ipfs-cluster.service
new file mode 100644
index 0..31576a3f9
--- /dev/null
+++ b/net-p2p/ipfs-cluster/files/ipfs-cluster.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=IPFS Cluster
+After=ipfs.service
+
+[Service]
+CPUSchedulingPolicy=batch
+Environment=IPFS_PATH=/var/lib/ipfs/.ipfs
+ExecStart=/usr/bin/ipfs-cluster-service daemon
+Group=ipfs
+LimitNOFILE=8192
+PrivateTmp=yes
+ProtectSystem=full
+Restart=on-failure
+Type=simple
+User=ipfs
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild 
b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
index 455b766b7..7e0c64e89 100644
--- a/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
+++ b/net-p2p/ipfs-cluster/ipfs-cluster-1.0.1.ebuild
@@ -47,12 +47,17 @@ src_install() {
dobin ipfs-cluster-service
einstalldocs
 
-   #systemd_dounit "${FILESDIR}/ipfs-cluster-service.service"
-   #systemd_newunit "${FILESDIR}/ipfs-cluster-service.service" 
"ipfs-cluster-service@.service"
+   systemd_dounit "${FILESDIR}/ipfs-cluster.service"
+   systemd_newunit "${FILESDIR}/ipfs-cluster.service" 
"ipfs-cluster@.service"
 
-   #newinitd "${FILESDIR}/ipfs-cluster-service.init" ipfs
-   #newconfd "${FILESDIR}/ipfs-cluster-service.confd" ipfs
+   newinitd "${FILESDIR}/ipfs-cluster.init" ipfs-cluster
+   newconfd /dev/null ipfs-cluster
 
keepdir /var/log/ipfs-cluster
fowners -R ipfs:ipfs /var/log/ipfs-cluster
 }
+
+pkg_postinst() {
+   elog 'To be able to use the ipfs-cluster service you will need to setup 
the configuration'
+   elog '(eg: su -s /bin/sh -c "ipfs-cluster init" ipfs)'
+}



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

2022-05-27 Thread Sam James
commit: b0356a26e7f91315a692202dbd9e890c30cde87e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 03:11:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 03:38:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0356a26

dev-libs/openssl: use edo.eclass in 1.1.1o

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

 dev-libs/openssl/openssl-1.1.1o.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-libs/openssl/openssl-1.1.1o.ebuild 
b/dev-libs/openssl/openssl-1.1.1o.ebuild
index d31226dd3168..78897bc1821c 100644
--- a/dev-libs/openssl/openssl-1.1.1o.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1o.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit flag-o-matic toolchain-funcs multilib-minimal verify-sig
+inherit edo flag-o-matic toolchain-funcs multilib-minimal verify-sig
 
 MY_P=${P/_/-}
 
@@ -160,7 +160,6 @@ multilib_src_configure() {
tc-export CC AR RANLIB RC
 
use_ssl() { usex $1 "enable-${2:-$1}" "no-${2:-$1}" " ${*:3}" ; }
-   echoit() { echo "$@" ; "$@" ; }
 
local krb5=$(has_version app-crypt/mit-krb5 && echo "MIT" || echo 
"Heimdal")
 
@@ -182,8 +181,7 @@ multilib_src_configure() {
# Don't set it without thorough revdeps testing.
# Make sure user flags don't get added *yet* to avoid duplicated
# flags.
-   CFLAGS= LDFLAGS= echoit \
-   ./${config} \
+   CFLAGS= LDFLAGS= edo ./${config} \
${sslout} \
$(use cpu_flags_x86_sse2 || echo "no-sse2") \
enable-camellia \
@@ -208,8 +206,7 @@ multilib_src_configure() {
--prefix="${EPREFIX}"/usr \
--openssldir="${EPREFIX}"${SSL_CNF_DIR} \
--libdir=$(get_libdir) \
-   shared threads \
-   || die
+   shared threads
 
# Clean out hardcoded flags that openssl uses
local DEFAULT_CFLAGS=$(grep ^CFLAGS= Makefile | LC_ALL=C sed \



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

2022-05-27 Thread Sam James
commit: 28be5de27112e3f7dbd2c993a2651a8ce08da9c1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 28 03:36:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 28 03:38:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28be5de2

sys-devel/gcc: add 9.5.0

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

 sys-devel/gcc/Manifest |  1 +
 sys-devel/gcc/gcc-9.5.0.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 16a56843a439..d5349853e288 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -28,3 +28,4 @@ DIST gcc-9.4.0-musl-patches-1.tar.bz2 2337 BLAKE2B 
7bddc631c9f0e68884acb2bb603e2
 DIST gcc-9.4.0-patches-1.tar.bz2 14012 BLAKE2B 
d5fbfd73d9c3a5b66be5b124d981fe5a7468363c83784989a50731f87931435f4b6302e4c20a64b20680581ed40005eff7bdd5855526a093f73a04c3c1ddab31
 SHA512 
b84884c7d2197cb14229d3321b98cd66c783cf9ebf7e5d1b1186e6cf32ee9e47d004ebad26118f9c848f9bc0a3783ceb23d9b65101d98c3bfa99874e66ee7cbc
 DIST gcc-9.4.0.tar.xz 72411232 BLAKE2B 
4bb000d33d6bd2d6cc91c040713f27f79dcf726ef8ab1542c711e0c25651507628510b1373bc73aef71ffb660afddb2eb8d8c8540f5f1498ee243cfff6c0be67
 SHA512 
dfd3500bf21784b8351a522d53463cf362ede66b0bc302edf350bb44e94418497a8b4b797b6af8ca9b2eeb746b3b115d9c3698381b989546e9151b4496415624
 DIST gcc-9.5.0-RC-20220520.tar.xz 72549960 BLAKE2B 
78dbb1c90d5966498ebc07fdcbb27bf487f92e3dacbcbac82e7b535596a30d06f3d7c58638cceaaf2db09799731e4faa3f8c9259a5be1ea46bf29f63c530a5a5
 SHA512 
6dd2472a9d949bdd8beec63a73b5626903621e8d66f4df6b3e90cd8b7e1aa8535889c3a6ca9257f23ca13114c99418789a745d1d8094ce4172abcf485d08c48f
+DIST gcc-9.5.0.tar.xz 72462752 BLAKE2B 
69e39314ee6bb46e3be491ba9c3cbc4914cb716f732c6d3f2b14d9382750b40c4f14b5d3051225b81f936ef8297b0ba8cb5439512e961dae5815d3bee2b0bfdb
 SHA512 
cdd144ce4f747e051480410afc8506c90a57cb45da89071ddae377b1453bca3014422455ade9fe4563ebe51f4b6348cbc0c61905a9b8801cd597d51ad0ec62b3

diff --git a/sys-devel/gcc/gcc-9.5.0.ebuild b/sys-devel/gcc/gcc-9.5.0.ebuild
new file mode 100644
index ..e6b946217759
--- /dev/null
+++ b/sys-devel/gcc/gcc-9.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PATCH_GCC_VER="9.4.0"
+PATCH_VER="1"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   toolchain_src_prepare
+}



  1   2   3   4   5   6   >