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

2022-12-07 Thread Sergey Popov
commit: 7345215e2b03801e6fb7f880748078e866a2f3bf
Author: Egor Martynov  yandex  ru>
AuthorDate: Sat Dec  3 12:33:03 2022 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Dec  8 07:45:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7345215e

net-misc/yandex-disk: add 0.1.6.1080_p1

Signed-off-by: Egor Martynov  yandex.ru>
Signed-off-by: Sergey Popov  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/28522

 net-misc/yandex-disk/Manifest  |  2 +
 .../yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild   | 50 ++
 2 files changed, 52 insertions(+)

diff --git a/net-misc/yandex-disk/Manifest b/net-misc/yandex-disk/Manifest
index 6c6d5524e710..80ad95aab8ea 100644
--- a/net-misc/yandex-disk/Manifest
+++ b/net-misc/yandex-disk/Manifest
@@ -2,3 +2,5 @@ DIST yandex-disk-0.1.5.1039-1.fedora.i386.rpm 4556176 BLAKE2B 
5ade043c21a13e678c
 DIST yandex-disk-0.1.5.1039-1.fedora.x86_64.rpm 4743384 BLAKE2B 
626a7e921567640b88d33fd426cc230bb92846a252b0960c51da9367f300b8622104db14c8788749e0f5cb484dffd9c9407994568449be769c24d2730cd0936a
 SHA512 
9128d59f426de44b8c953d61ad07ffe886b5e864c5f20ba7ab1a69a47ab3269e5d4e39f4b92675f0ccaea43db1711184892a5e3178694bc453bc96e932045fa9
 DIST yandex-disk-0.1.6.1074-1.fedora.i386.rpm 4613237 BLAKE2B 
fa6c1643f11efb2cbbcda81cbc95c867abccf997f75352dbfcc93349e29694a0aa7c2d778847d77a6572fb4253dbb650564c5d744b3d9ea4320519d7bfc54ee5
 SHA512 
afb9d1e4896cecbedd005c6383bc44cc67e8b0df95dc1866e8d7540e3f9e73ad0584db93f987eb108c383f9ec6790d5cf80f804634f4d776b4b3459eb80c0bad
 DIST yandex-disk-0.1.6.1074-1.fedora.x86_64.rpm 4799146 BLAKE2B 
e51c7f39aa9fad7ad3316629b36e917d9555290168e3e58706c6f5b88ac4443286ebf741ae5aed36f39fd433710d2010eeba53199837598ee2821afec23c2cb5
 SHA512 
dab523455c6355ccb0b72019c9b8ea4c3e7f07e55081ae614866ad21927eef7026b3348eb46ede30dfe492ec37c11450484bee65cce829ab972badbb54c0d4cc
+DIST yandex-disk-0.1.6.1080-1.fedora.i386.rpm 4613067 BLAKE2B 
1d893b0420d6146aea7d10d4603c28fccd6e6c93eb3c6c414d5c91b3ebd77dd770fc20445b5c0e5892994a32d9fdfa18d3aa5cc011be3894381e63b833b76630
 SHA512 
68f8952556b822d1de0b99827f4667257caab8ff3c744c280da682d7bf9647877dcbad5547946f92d230bd8dd27b50f5695e5af6cdd6c8c4ed20ca22cbe5e914
+DIST yandex-disk-0.1.6.1080-1.fedora.x86_64.rpm 4799367 BLAKE2B 
cc0fabe1479c0c66b06dd7fab943de32e1ad9477b3c03bc39c0859ba5b802bad8909d721b5fc2445943e86213bcc9ce68bf5f37eb6c151d5c211243176ae126c
 SHA512 
d0845a825b1d4db773947c1101fa6aee38df43167486e4fae1d2db1e7fc7a49326882848eb742b069b3b2f6c1e9d617f6203dd8a3f67dd136dfa1f7bc1c8bfea

diff --git a/net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild 
b/net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild
new file mode 100644
index ..b8c324f9da4e
--- /dev/null
+++ b/net-misc/yandex-disk/yandex-disk-0.1.6.1080_p1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 rpm
+
+MY_P="${PN}-${PV/_p/-}"
+
+DESCRIPTION="CLI to access Yandex Disk file storage service"
+HOMEPAGE="https://disk.yandex.ru;
+SRC_URI="
+   amd64? ( 
https://repo.yandex.ru/yandex-disk/rpm/stable/x86_64/${MY_P}.fedora.x86_64.rpm )
+   x86? ( 
https://repo.yandex.ru/yandex-disk/rpm/stable/i386/${MY_P}.fedora.i386.rpm )
+"
+
+LICENSE="YDSLA"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+DEPEND="app-arch/gzip"
+RDEPEND="sys-libs/zlib"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="opt/bin/yandex-disk"
+
+src_prepare() {
+   # bug #526312
+   sed -i \
+   -e '/have /d' \
+   -e 's/+o nospace/-o nospace/' \
+   -e '/^complete/s/-X //' \
+   etc/bash_completion.d/yandex-disk-completion.bash || die
+
+   # Uncompress man pages to prevent QA warnings, bug #731684
+   find usr/share/man -type f -name *.gz | xargs gunzip
+
+   eapply_user
+}
+
+src_install() {
+   exeinto /opt/bin
+   doexe usr/bin/yandex-disk
+   newbashcomp etc/bash_completion.d/yandex-disk-completion.bash "${PN}"
+   insinto /usr/share/man
+   doins -r usr/share/man/*
+   insinto /usr/share
+   doins -r usr/share/locale
+}



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

2022-12-07 Thread Sergey Popov
commit: 5960af8e1da40d11942d3cd1462a34f200a46e09
Author: Sergey Popov  gentoo  org>
AuthorDate: Thu Dec  8 07:37:20 2022 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Thu Dec  8 07:45:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5960af8e

net-misc/yandex-disk-0.1.6.1074_p1: stable on amd64/x86, drop old version

Signed-off-by: Sergey Popov  gentoo.org>

 net-misc/yandex-disk/Manifest  |  2 -
 .../yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild   | 50 --
 .../yandex-disk/yandex-disk-0.1.6.1074_p1.ebuild   |  2 +-
 3 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/net-misc/yandex-disk/Manifest b/net-misc/yandex-disk/Manifest
index 80ad95aab8ea..81cc20050746 100644
--- a/net-misc/yandex-disk/Manifest
+++ b/net-misc/yandex-disk/Manifest
@@ -1,5 +1,3 @@
-DIST yandex-disk-0.1.5.1039-1.fedora.i386.rpm 4556176 BLAKE2B 
5ade043c21a13e678ca11b3074fb1392b99f461ef5a7bd7205b3d6ea984b20dec0ba086adb8b881eaf52888f04cf371dd63ce73432c3f82f31c895e03f31f073
 SHA512 
3c323e6aaa5fa669ef7efa80e4b899cd732a6b29235d81f635dce67d0ff59dafd01da8d9ea7b040242882f0e5e153f7cd623f4b993dfc390bc0a18d2811c1719
-DIST yandex-disk-0.1.5.1039-1.fedora.x86_64.rpm 4743384 BLAKE2B 
626a7e921567640b88d33fd426cc230bb92846a252b0960c51da9367f300b8622104db14c8788749e0f5cb484dffd9c9407994568449be769c24d2730cd0936a
 SHA512 
9128d59f426de44b8c953d61ad07ffe886b5e864c5f20ba7ab1a69a47ab3269e5d4e39f4b92675f0ccaea43db1711184892a5e3178694bc453bc96e932045fa9
 DIST yandex-disk-0.1.6.1074-1.fedora.i386.rpm 4613237 BLAKE2B 
fa6c1643f11efb2cbbcda81cbc95c867abccf997f75352dbfcc93349e29694a0aa7c2d778847d77a6572fb4253dbb650564c5d744b3d9ea4320519d7bfc54ee5
 SHA512 
afb9d1e4896cecbedd005c6383bc44cc67e8b0df95dc1866e8d7540e3f9e73ad0584db93f987eb108c383f9ec6790d5cf80f804634f4d776b4b3459eb80c0bad
 DIST yandex-disk-0.1.6.1074-1.fedora.x86_64.rpm 4799146 BLAKE2B 
e51c7f39aa9fad7ad3316629b36e917d9555290168e3e58706c6f5b88ac4443286ebf741ae5aed36f39fd433710d2010eeba53199837598ee2821afec23c2cb5
 SHA512 
dab523455c6355ccb0b72019c9b8ea4c3e7f07e55081ae614866ad21927eef7026b3348eb46ede30dfe492ec37c11450484bee65cce829ab972badbb54c0d4cc
 DIST yandex-disk-0.1.6.1080-1.fedora.i386.rpm 4613067 BLAKE2B 
1d893b0420d6146aea7d10d4603c28fccd6e6c93eb3c6c414d5c91b3ebd77dd770fc20445b5c0e5892994a32d9fdfa18d3aa5cc011be3894381e63b833b76630
 SHA512 
68f8952556b822d1de0b99827f4667257caab8ff3c744c280da682d7bf9647877dcbad5547946f92d230bd8dd27b50f5695e5af6cdd6c8c4ed20ca22cbe5e914

diff --git a/net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild 
b/net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild
deleted file mode 100644
index 1943426e7658..
--- a/net-misc/yandex-disk/yandex-disk-0.1.5.1039_p1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 rpm
-
-MY_P="${PN}-${PV/_p/-}"
-
-DESCRIPTION="CLI to access Yandex Disk file storage service"
-HOMEPAGE="https://disk.yandex.ru;
-SRC_URI="
-   amd64? ( 
https://repo.yandex.ru/yandex-disk/rpm/stable/x86_64/${MY_P}.fedora.x86_64.rpm )
-   x86? ( 
https://repo.yandex.ru/yandex-disk/rpm/stable/i386/${MY_P}.fedora.i386.rpm )
-"
-
-LICENSE="YDSLA"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-DEPEND="app-arch/gzip"
-RDEPEND="sys-libs/zlib"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="opt/bin/yandex-disk"
-
-src_prepare() {
-   # bug #526312
-   sed -i \
-   -e '/have /d' \
-   -e 's/+o nospace/-o nospace/' \
-   -e '/^complete/s/-X //' \
-   etc/bash_completion.d/yandex-disk-completion.bash || die
-
-   # Uncompress man pages to prevent QA warnings, bug #731684
-   find usr/share/man -type f -name *.gz | xargs gunzip
-
-   eapply_user
-}
-
-src_install() {
-   exeinto /opt/bin
-   doexe usr/bin/yandex-disk
-   newbashcomp etc/bash_completion.d/yandex-disk-completion.bash "${PN}"
-   insinto /usr/share/man
-   doins -r usr/share/man/*
-   insinto /usr/share
-   doins -r usr/share/locale
-}

diff --git a/net-misc/yandex-disk/yandex-disk-0.1.6.1074_p1.ebuild 
b/net-misc/yandex-disk/yandex-disk-0.1.6.1074_p1.ebuild
index b8c324f9da4e..a0f7e45880f7 100644
--- a/net-misc/yandex-disk/yandex-disk-0.1.6.1074_p1.ebuild
+++ b/net-misc/yandex-disk/yandex-disk-0.1.6.1074_p1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="YDSLA"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 DEPEND="app-arch/gzip"
 RDEPEND="sys-libs/zlib"



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

2022-12-07 Thread WANG Xuerui
commit: ec65d93b949202155ab2db1f6c1e4424cb9ef20c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:08:17 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec65d93b

x11-libs/neXtaw: keyword 0.15.1-r4 for ~loong

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

 x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild 
b/x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild
index 8c84f2ff0848..b99ad9f930f5 100644
--- a/x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild
+++ b/x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://siag.nu/pub/neXtaw/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 
 RDEPEND="
x11-libs/libICE



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

2022-12-07 Thread WANG Xuerui
commit: e956f79e5e72d69c5199ba59744d6316bad613e7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:49 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e956f79e

dev-perl/List-MoreUtils: keyword 0.430.0 for ~loong

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

 dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
index e2b5313373ed..fb774591d281 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
 IUSE="+xs"
 
 # See MoreUtils.pm/LICENSE



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

2022-12-07 Thread WANG Xuerui
commit: eb12eda4a7a6b820a8e2072f558035020be1d192
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:54 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb12eda4

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

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

 app-text/texi2html/texi2html-5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/texi2html/texi2html-5.0-r1.ebuild 
b/app-text/texi2html/texi2html-5.0-r1.ebuild
index 6a6e7f94de22..884da901cc17 100644
--- a/app-text/texi2html/texi2html-5.0-r1.ebuild
+++ b/app-text/texi2html/texi2html-5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+ || ( GPL-2 CC-BY-SA-1.0 ) Texinfo-manual LGPL-2+ MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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="unicode"
 RESTRICT="test" #411523
 



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

2022-12-07 Thread WANG Xuerui
commit: 1fe35634bc1261a908ae22d1941326ecaecfc727
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:57 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe35634

app-text/texlive: keyword 2021 for ~loong

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

 app-text/texlive/texlive-2021.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/texlive/texlive-2021.ebuild 
b/app-text/texlive/texlive-2021.ebuild
index 0e5a1a02a93b..8a26c0091664 100644
--- a/app-text/texlive/texlive-2021.ebuild
+++ b/app-text/texlive/texlive-2021.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -8,7 +8,7 @@ HOMEPAGE="http://tug.org/texlive/;
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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="cjk context extra games graphics humanities luatex metapost music 
pdfannotextractor png pstricks publishers science tex4ht texi2html truetype 
xetex xml X"
 
 LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he



[gentoo-commits] repo/gentoo:master commit in: dev-tex/tex4ht/

2022-12-07 Thread WANG Xuerui
commit: 3c83c57840dc0d5afbf5a4e6a143b8a8ae43675a
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:37 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c83c578

dev-tex/tex4ht: keyword 20090611_p1038_p20210603 for ~loong

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

 dev-tex/tex4ht/tex4ht-20090611_p1038_p20210603.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210603.ebuild 
b/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210603.ebuild
index 9f1c09ac8863..dc6cefe6eb9e 100644
--- a/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210603.ebuild
+++ b/dev-tex/tex4ht/tex4ht-20090611_p1038_p20210603.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,7 @@ 
SRC_URI="http://www.cse.ohio-state.edu/~gurari/TeX4ht/fix/${MY_P}.tar.gz
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc java"
 
 RDEPEND="app-text/ghostscript-gpl



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/

2022-12-07 Thread WANG Xuerui
commit: 3c4f593fef1ef7dd909dad0ccd8b39463d361a38
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:26 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4f593f

dev-tex/latex-beamer: keyword 3.68 for ~loong

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

 dev-tex/latex-beamer/latex-beamer-3.68.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex-beamer/latex-beamer-3.68.ebuild 
b/dev-tex/latex-beamer/latex-beamer-3.68.ebuild
index e9db7486bc89..3926fbc4d207 100644
--- a/dev-tex/latex-beamer/latex-beamer-3.68.ebuild
+++ b/dev-tex/latex-beamer/latex-beamer-3.68.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/beamer-${PV}"
 
 LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~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="doc"
 
 BDEPEND="dev-texlive/texlive-latex"



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

2022-12-07 Thread WANG Xuerui
commit: b309cea66df5a39685aea9a9e0f1c5ad7b7ad28c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:53 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b309cea6

dev-perl/libintl-perl: keyword 1.320.0 for ~loong

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

 dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild 
b/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild
index 443f4ddd4a0e..22d77437a817 100644
--- a/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild
+++ b/dev-perl/libintl-perl/libintl-perl-1.320.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ HOMEPAGE="http://guido-flohr.net/projects/libintl-perl 
https://metacpan.org/rele
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/List-MoreUtils-XS/

2022-12-07 Thread WANG Xuerui
commit: f93c3ac258cd662d649065cc8739899cc25c5240
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:47 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93c3ac2

dev-perl/List-MoreUtils-XS: keyword 0.430.0 for ~loong

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

 dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild 
b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
index dbc5b14ecd0e..2ba53b03461c 100644
--- a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compiled List::MoreUtils functions"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # See XS.pm/LICENSE
 LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"



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

2022-12-07 Thread WANG Xuerui
commit: 3af98245ce5780ea4f30a28e616e89d230690e5d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:45 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af98245

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

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

 dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild 
b/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild
index 9165f2cc8aa7..1947a83478cf 100644
--- a/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild
+++ b/dev-texlive/texlive-langchinese/texlive-langchinese-2021.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Chinese"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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=""
 DEPEND=">=dev-texlive/texlive-langcjk-2021"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir-Install/

2022-12-07 Thread WANG Xuerui
commit: e9d595a06f7e771e42a0c919cc7f732d9026b032
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:16 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d595a0

dev-perl/File-ShareDir-Install: keyword 0.140.0 for ~loong

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

 dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.140.0.ebuild 
b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.140.0.ebuild
index c4d72d6daf32..5d3d56b2e4d2 100644
--- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.140.0.ebuild
+++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.140.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Install shared files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-12-07 Thread WANG Xuerui
commit: ecc4037daf4c72dfe6e4f08ac2d1fd4d97b6ff68
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:15 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc4037d

dev-perl/Class-Inspector: keyword 1.360.0 for ~loong

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

 dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild 
b/dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild
index dc6225aabf1e..5d313bfe5f71 100644
--- a/dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild
+++ b/dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provides information about Classes"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-12-07 Thread WANG Xuerui
commit: ffc6a52f4ec668f3fc76d976d79ac69608dee59d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:43 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc6a52f

dev-texlive/texlive-langkorean: keyword 2021 for ~loong

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

 dev-texlive/texlive-langkorean/texlive-langkorean-2021.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-langkorean/texlive-langkorean-2021.ebuild 
b/dev-texlive/texlive-langkorean/texlive-langkorean-2021.ebuild
index cd3cbb181051..1097092bb7c1 100644
--- a/dev-texlive/texlive-langkorean/texlive-langkorean-2021.ebuild
+++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2021.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Korean"
 
 LICENSE=" FDL-1.1 GPL-2 LPPL-1.3 LPPL-1.3c OFL TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~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=""
 DEPEND=">=dev-texlive/texlive-langcjk-2021"
 



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

2022-12-07 Thread WANG Xuerui
commit: 1942b219989671966b6c200b9aa8c5c6b1c68b0e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:41 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1942b219

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

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

 dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild 
b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild
index 9b6ebd1b6316..6ce5a3861e44 100644
--- a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild
+++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2021.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Japanese"
 
 LICENSE=" BSD BSD-2 GPL-1 GPL-2 LPPL-1.3 MIT OFL public-domain TeX 
TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2021
 >=dev-texlive/texlive-latexextra-2021



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

2022-12-07 Thread WANG Xuerui
commit: 0af9f63d6ae815ec33b11bc1baa12bbdeeb65bf0
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:51 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af9f63d

dev-perl/File-ShareDir: keyword 1.118.0 for ~loong

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

 dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
index fbed5682e51b..b2c8da8621b0 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.118.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2022-12-07 Thread WANG Xuerui
commit: 78fef8df1646eeb2df258b8007a09885c8a975e5
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:28 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fef8df

app-text/dvisvgm: keyword 2.14-r1 for ~loong

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

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

diff --git a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
index fe67fc06d6c9..be882c95b84c 100644
--- a/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.14-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 
 # Tests don't work from ${WORKDIR}: kpathsea tries to search in relative



[gentoo-commits] repo/gentoo:master commit in: dev-tex/glossaries/

2022-12-07 Thread WANG Xuerui
commit: 46aec789c94bddd7198435bdc4b8bdd536ba7a08
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:33 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46aec789

dev-tex/glossaries: keyword 4.46 for ~loong

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

 dev-tex/glossaries/glossaries-4.46.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/glossaries/glossaries-4.46.ebuild 
b/dev-tex/glossaries/glossaries-4.46.ebuild
index 31e91bf5686d..15461363fd7b 100644
--- a/dev-tex/glossaries/glossaries-4.46.ebuild
+++ b/dev-tex/glossaries/glossaries-4.46.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="http://mirrors.ctan.org/macros/latex/contrib/glossaries.zip -> ${P}.zip
 
 LICENSE="LPPL-1.2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc examples"
 
 RDEPEND="dev-lang/perl



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

2022-12-07 Thread WANG Xuerui
commit: 2d268819e50e8fcd4c52e2fb430a494458fc
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:39 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d26

dev-texlive/texlive-langczechslovak: keyword 2021 for ~loong

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

 .../texlive-langczechslovak/texlive-langczechslovak-2021.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2021.ebuild 
b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2021.ebuild
index 9e8efd677c06..3bc6ad656397 100644
--- a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2021.ebuild
+++ b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2021.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Czech/Slovak"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~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=""
 DEPEND=">=dev-texlive/texlive-basic-2021
 >=dev-texlive/texlive-latex-2021



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2022-12-07 Thread WANG Xuerui
commit: 3629df64aeb87055b3a022bd23d2d564d3f63122
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:30 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3629df64

dev-tex/latexdiff: keyword 1.3.2 for ~loong

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

 dev-tex/latexdiff/latexdiff-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latexdiff/latexdiff-1.3.2.ebuild 
b/dev-tex/latexdiff/latexdiff-1.3.2.ebuild
index 7476556f2b0e..d7097100bdd9 100644
--- a/dev-tex/latexdiff/latexdiff-1.3.2.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.3.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git;
 else
SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 LICENSE="GPL-3"



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

2022-12-07 Thread WANG Xuerui
commit: 10adfb0a5b8162fce90054647afaf2c5f3c66013
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:24 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10adfb0a

app-text/xdvik: keyword 22.87.03-r4 for ~loong

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

 app-text/xdvik/xdvik-22.87.03-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xdvik/xdvik-22.87.03-r4.ebuild 
b/app-text/xdvik/xdvik-22.87.03-r4.ebuild
index 3e6355994b24..cb3b471d4d4c 100644
--- a/app-text/xdvik/xdvik-22.87.03-r4.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03-r4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://xdvi.sourceforge.net/;
 SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz"
 S="${WORKDIR}"/${P}/texk/xdvik
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="motif neXt Xaw3d emacs"



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexmk/

2022-12-07 Thread WANG Xuerui
commit: 439ffcd5b6ab58dfdefce28db3ba7f4bda733e54
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:32 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439ffcd5

dev-tex/latexmk: keyword 470b for ~loong

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

 dev-tex/latexmk/latexmk-470b.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/latexmk/latexmk-470b.ebuild 
b/dev-tex/latexmk/latexmk-470b.ebuild
index 78e68eeaf3c8..590510a61fc0 100644
--- a/dev-tex/latexmk/latexmk-470b.ebuild
+++ b/dev-tex/latexmk/latexmk-470b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P}.zip;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="virtual/latex-base
dev-lang/perl"



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

2022-12-07 Thread WANG Xuerui
commit: 2d77d0467e82252bd255a9ca3f4df60d831d71de
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:35 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d77d046

dev-texlive/texlive-context: keyword 2021 for ~loong

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

 dev-texlive/texlive-context/texlive-context-2021.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-context/texlive-context-2021.ebuild 
b/dev-texlive/texlive-context/texlive-context-2021.ebuild
index 100b85d72980..16f74525f918 100644
--- a/dev-texlive/texlive-context/texlive-context-2021.ebuild
+++ b/dev-texlive/texlive-context/texlive-context-2021.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive ConTeXt and packages"
 
 LICENSE=" BSD BSD-2 GPL-1 GPL-2 GPL-3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2021
 >=dev-texlive/texlive-latex-2010



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

2022-12-07 Thread WANG Xuerui
commit: f493b7add0278c3703c603fcecad3853f28bbc9c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:20 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f493b7ad

app-text/lcdf-typetools: keyword 2.108-r1 for ~loong

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

 app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild 
b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
index 8117ec68bdda..254bfe7e8b3d 100644
--- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://lcdf.org/type/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~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="+kpathsea"
 
 RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea:= )"



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

2022-12-07 Thread WANG Xuerui
commit: 9f6115d8690ec61b365a9a06f0acb3649c3da473
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:18 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6115d8

dev-perl/Exporter-Tiny: keyword 1.2.2 for ~loong

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

 dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild 
b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
index 2b66897b9e1a..52787ba67d9c 100644
--- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
+++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An exporter with the features of Sub::Exporter but only core 
dependencies"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-12-07 Thread WANG Xuerui
commit: d9423bed450f3674cc8dd30925be565e5d4e6b1f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:22 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9423bed

app-text/ttf2pk2: keyword 2.0_p20210325 for ~loong

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

 app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild 
b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
index d4e043026b38..2508e29afbae 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://dev.gentoo.org/~zlogene/texlive/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



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

2022-12-07 Thread WANG Xuerui
commit: b8d12578f5a1e129a7af340630c939ef965c0ff8
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 07:03:13 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 07:36:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d12578

dev-perl/Unicode-EastAsianWidth: keyword 12.0.0 for ~loong

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

 dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild 
b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild
index 153b25649c2b..7d3d4536f41f 100644
--- a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild
+++ b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-12.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="East Asian Width properties"
 
 LICENSE="CC0-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-File-Spec



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

2022-12-07 Thread Ulrich Müller
commit: 3c34f4a8e373256f2ea06e8f0e899ec108e36326
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Dec  8 07:32:05 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Dec  8 07:35:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c34f4a8

dev-vcs/git-merge-changelog: add 20221207

Closes: https://bugs.gentoo.org/884723
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-vcs/git-merge-changelog/Manifest   |  1 +
 .../git-merge-changelog-20221207.ebuild| 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-vcs/git-merge-changelog/Manifest 
b/dev-vcs/git-merge-changelog/Manifest
index 4a3fe9cb454e..34df048efd2a 100644
--- a/dev-vcs/git-merge-changelog/Manifest
+++ b/dev-vcs/git-merge-changelog/Manifest
@@ -1 +1,2 @@
 DIST git-merge-changelog-20170131.tar.xz 315000 BLAKE2B 
a2a9e35d5973b43ebe1ae481cb59b0a8a43d517f82d5eb69f33c0a10ee1c32c1df3b25c93629dccc15f8d5bf28d9849dba1986f8443d6c4c0079314335d7de42
 SHA512 
4d7a5d9edf7bf52fcdd0934e842297364fc0ae0972b309d7221059856e0c87abd437edc1451a61ee4a6924f77d95c1c743b3a6a31b3bc039e2278fc38039c786
+DIST git-merge-changelog-20221207.tar.xz 387656 BLAKE2B 
0003c204bad0f0f99127a6c651cf7a03ffbcce0feda33c4be63fae4cc00405cfbb843c1b38512a226497944ce33b7025da8d8526db929b819b3715534975a708
 SHA512 
00cc855742f23adb109f7edb57be2dbb1a90dd549e46b165064aaaf6ba94470ffa16bb4aa05dbec6bbd2de9a61a77bb9c150a3447328ea0fea78b92c61b96004

diff --git a/dev-vcs/git-merge-changelog/git-merge-changelog-20221207.ebuild 
b/dev-vcs/git-merge-changelog/git-merge-changelog-20221207.ebuild
new file mode 100644
index ..46bde6e2626b
--- /dev/null
+++ b/dev-vcs/git-merge-changelog/git-merge-changelog-20221207.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# snapshot extracted from git://git.savannah.gnu.org/gnulib.git using
+# ./gnulib-tool --create-testdir --without-tests --dir=${PN} ${PN};
+# cd ${PN}; ./configure; make maintainer-clean
+
+EAPI=8
+
+DESCRIPTION="Git merge driver for GNU style ChangeLog files"
+HOMEPAGE="https://www.gnu.org/software/gnulib/;
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+   emake DESTDIR="${D}" install
+   sed -n "/README/{h;:x;n;/^#/!{H;bx;};g;s/\n*$//;\
+   s:/usr/local:${EPREFIX}/usr:g;p;q;}" 
gllib/git-merge-changelog.c \
+   | newdoc - README; assert
+}



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

2022-12-07 Thread Hans de Graaff
commit: 4964ccb9e0dd41205cecd584ac92a095677a4186
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec  8 07:26:44 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec  8 07:30:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4964ccb9

dev-ruby/nokogiri: add 1.13.10

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

 dev-ruby/nokogiri/Manifest|  1 +
 dev-ruby/nokogiri/nokogiri-1.13.10.ebuild | 95 +++
 2 files changed, 96 insertions(+)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index bb36ceed322b..261b627265d8 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,3 +1,4 @@
+DIST nokogiri-1.13.10-git.tgz 6236674 BLAKE2B 
043a08ab969aac1f1fada730b8df11c295b28c9b9c41bd311cedc1d20064c61b2838489c67b8513c98736377defe33cd171b9ff3846f56af450caee4327e7727
 SHA512 
c9a4b14cb92c4920872048991c958036d5f09b8e231a6f6408e5d3c5df78b70e206cc12b8ed8aaae012e51f6f87adcbe46273cd1feca082ec17f42114f5a1172
 DIST nokogiri-1.13.6-git.tgz 6249974 BLAKE2B 
db6a7fd70cd88fa784e70fd33102ad2a0d65a848a713bd93907d3c77b7ecc101a4f0a38febf3265b25967e045bf9091e46cf319702c08319e32f94d57a946985
 SHA512 
96f4e52332052bfae0d88d8c93cf334f8484b51290cafe8c1d43c820ba6ac5aa74b187c37e7177e62435d6101d859c16555b715fa88fcb06da742c84fd0e7486
 DIST nokogiri-1.13.7-git.tgz 6250903 BLAKE2B 
b8756a8af2428518451acabf629e5f634a526bcd184c6884ff90f3014ae71d700895527ff571f743929e168e39c1fd9a83cb55a8327c3b12e069c0804f765579
 SHA512 
34f406681fab399221306366ba8c82a2030164641bd9ec8502c8e0ecfd02423b5635517d2c6015f97cc80bcc2be83d81bda6038f61b59352d7348b591c411711
 DIST nokogiri-1.13.8-git.tgz 6251962 BLAKE2B 
122f82b1e00c0b4ae889c72a5c47f543cec70dde5ef814665ac63e795dd1b761806b62f719300b85d9de141d509533d132c34156e5073e717670c6c4aee3bbef
 SHA512 
61ed70b5493a3c54d0c272d75cad60f6c8bc86592e9cf9455ca0b1b9a8830564ffe102f0cbcc816b90297aa8e27e1c31f19e5d553c6998fb19a1fd32aa39daf3

diff --git a/dev-ruby/nokogiri/nokogiri-1.13.10.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.13.10.ebuild
new file mode 100644
index ..275f8e0224cb
--- /dev/null
+++ b/dev-ruby/nokogiri/nokogiri-1.13.10.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="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 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.10.3:=
+   >=dev-libs/libxslt-1.1.37
+   sys-libs/zlib
+   virtual/libiconv"
+DEPEND="${DEPEND}
+   >=dev-libs/libxml2-2.10.3
+   >=dev-libs/libxslt-1.1.37
+   >=sys-libs/zlib-1.2.13
+   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 

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

2022-12-07 Thread WANG Xuerui
commit: ea9118c9ad3717e05948d4aec6fe41c188af732c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:26:08 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:26:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9118c9

profiles/arch/loong: unmask USE=gtk-doc

dev-util/gi-docgen is keyworded now.

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

 profiles/arch/loong/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index 652a240349f9..041840e8f5c6 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -62,7 +62,6 @@ doc
 elogind
 emacs
 fam
-gtk-doc
 kde
 ldap
 mpi



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

2022-12-07 Thread WANG Xuerui
commit: dc1d929ba7e5c47fd8020016b9974edda0d3d024
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:24:53 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:24:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1d929b

dev-cpp/mm-common: keyword 1.0.5 for ~loong

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

 dev-cpp/mm-common/mm-common-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/mm-common/mm-common-1.0.5.ebuild 
b/dev-cpp/mm-common/mm-common-1.0.5.ebuild
index 6c75fe90f747..5fb89678ed38 100644
--- a/dev-cpp/mm-common/mm-common-1.0.5.ebuild
+++ b/dev-cpp/mm-common/mm-common-1.0.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 
 BDEPEND="${PYTHON_DEPS}"
 



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

2022-12-07 Thread WANG Xuerui
commit: 612e006484be063486cde1e1bbc5ed524227cfb5
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:32:13 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:49:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612e0064

profiles/arch/loong: unmask USE=sctp

net-misc/lksctp-tools is now keyworded.

Closes: https://github.com/gentoo/gentoo/pull/28598
Signed-off-by: WANG Xuerui  gentoo.org>

 profiles/arch/loong/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index 21f3ab5606e0..b37c5038aef1 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -64,7 +64,6 @@ emacs
 fam
 ldap
 mpi
-sctp
 systemtap
 tk
 tpm



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

2022-12-07 Thread WANG Xuerui
commit: bd36ba2d68fc1721a393cba1dddfd51c1934c6de
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:32:01 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:32:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd36ba2d

net-misc/lksctp-tools: keyword 1.0.19-r1 for ~loong

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

 net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild 
b/net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild
index bfe0d0720d9c..7bd9ae882e39 100644
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild
+++ b/net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sctp/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="static-libs"
 
 # This is only supposed to work with Linux to begin with.



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

2022-12-07 Thread WANG Xuerui
commit: b3b9a4048746f17f217c634b213d0efcde4b8c62
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:22:19 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b9a404

dev-util/gi-docgen: keyword 2022.2 for ~loong

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

 dev-util/gi-docgen/gi-docgen-2022.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gi-docgen/gi-docgen-2022.2.ebuild 
b/dev-util/gi-docgen/gi-docgen-2022.2.ebuild
index 45a483f5486b..eb34af090b04 100644
--- a/dev-util/gi-docgen/gi-docgen-2022.2.ebuild
+++ b/dev-util/gi-docgen/gi-docgen-2022.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 GPL-3+ ) CC0-1.0 OFL-1.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~sparc ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



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

2022-12-07 Thread WANG Xuerui
commit: 964c750afdd8f4a6fd479f3d2a3780af96757783
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:12:42 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:12:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964c750a

profiles/arch/loong: unmask USE=efl

dev-libs/efl is keyworded now.

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

 profiles/arch/loong/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index a5b9f22f9d39..9fcf56c45dcf 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -60,7 +60,6 @@ valgrind
 # Temporarily masked during initial keywording
 audit
 doc
-efl
 elogind
 emacs
 fam



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

2022-12-07 Thread WANG Xuerui
commit: c8d9de6bc5f9d43e7073e5d858ea25d1218ff68c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:22:17 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:22:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d9de6b

dev-python/typogrify: keyword 2.0.7-r1 for ~loong

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

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

diff --git a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild 
b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
index 523c52bbe2fc..3a077d4a7c19 100644
--- a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
+++ b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
sparc x86"
 
 RDEPEND="
>=dev-python/smartypants-1.8.3[${PYTHON_USEDEP}]



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

2022-12-07 Thread WANG Xuerui
commit: 855ebb4f34c18589fc1a7e919ba9d42f8ccacecb
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:22:15 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:22:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855ebb4f

dev-python/smartypants: keyword 2.0.1-r1 for ~loong

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

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

diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild 
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index 773d6e56c5d0..84f73934e0fc 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
sparc x86"
 
 distutils_enable_sphinx docs
 distutils_enable_tests unittest



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

2022-12-07 Thread WANG Xuerui
commit: 4461b97f694d3d823a73b29db2dfc2b1f01abaa2
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:15:24 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:15:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4461b97f

profiles/arch/loong: unmask USE=audit

sys-process/audit is now keyworded.

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

 profiles/arch/loong/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index 9fcf56c45dcf..a7a603501041 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -58,7 +58,6 @@ opencl
 valgrind
 
 # Temporarily masked during initial keywording
-audit
 doc
 elogind
 emacs



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

2022-12-07 Thread WANG Xuerui
commit: 887dd760bc921aa704f93c747fa102e102dbfe8d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:16:32 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:16:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887dd760

profiles/arch/loong: unmask USE=gtk4

gui-libs/gtk:4 is keyworded for a while now.

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

 profiles/arch/loong/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index a7a603501041..652a240349f9 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -62,7 +62,6 @@ doc
 elogind
 emacs
 fam
-gtk4
 gtk-doc
 kde
 ldap



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

2022-12-07 Thread WANG Xuerui
commit: a7cdc666f501941fd360fed42ba2f4c07606650d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:27:48 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:27:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cdc666

profiles/arch/loong: unmask USE=kde

kde-plasma/plasma-meta has been keyworded for a while.

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

 profiles/arch/loong/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index 041840e8f5c6..21f3ab5606e0 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -62,7 +62,6 @@ doc
 elogind
 emacs
 fam
-kde
 ldap
 mpi
 sctp



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

2022-12-07 Thread WANG Xuerui
commit: 0152e399f545c1472cc86fbe22d5f383fdef8ff2
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:11:57 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:11:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0152e399

profiles/arch/loong: unmask USE=latex

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

 profiles/arch/loong/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask
index ebba09f941cd..a5b9f22f9d39 100644
--- a/profiles/arch/loong/use.mask
+++ b/profiles/arch/loong/use.mask
@@ -67,7 +67,6 @@ fam
 gtk4
 gtk-doc
 kde
-latex
 ldap
 mpi
 sctp



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

2022-12-07 Thread WANG Xuerui
commit: 203004b3f15857770cb3d3ff862c98a248aa7c94
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Dec  8 06:14:57 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  8 06:14:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203004b3

sys-process/audit: keyword 3.0.9 for ~loong

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

 sys-process/audit/audit-3.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-3.0.9.ebuild 
b/sys-process/audit/audit-3.0.9.ebuild
index 56685122fd9f..90e75d045abb 100644
--- a/sys-process/audit/audit-3.0.9.ebuild
+++ b/sys-process/audit/audit-3.0.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 IUSE="gssapi ldap python static-libs test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2022-12-07 Thread Ionen Wolkens
commit: 82a74308c834a3d6f4ceef2be940b12c37e9e52e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec  8 04:55:35 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec  8 05:30:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a74308

dev-util/maturin: drop 0.14.3

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/maturin/Manifest  |   2 -
 dev-util/maturin/maturin-0.14.3.ebuild | 481 -
 2 files changed, 483 deletions(-)

diff --git a/dev-util/maturin/Manifest b/dev-util/maturin/Manifest
index 77b6e0a4f310..945cd9280823 100644
--- a/dev-util/maturin/Manifest
+++ b/dev-util/maturin/Manifest
@@ -191,7 +191,6 @@ DIST lzxd-0.1.4.crate 21891 BLAKE2B 
8271b79bdf6c65a17b5fe77a4d8b7d3a96ccf1752d21
 DIST mailparse-0.13.8.crate 36008 BLAKE2B 
8112658b4ceb5b3528375f4f8a178a26c18b5494ba582c333e09de6263769869b5a4903ec2d62cab7a032635fa5d28f00f3f80337b968221e386e252f842cf36
 SHA512 
c7557f741c170c421d5ccef8cb771fce544b3f3da0475b170f82116c00cdd7522fe29fc8bb4dfa20735345b2c72e12af0bcc4317d9ada412b59f9ff4266e14ac
 DIST matchers-0.1.0.crate 6948 BLAKE2B 
ec3a5d01d2fedbb4dbf5bb185afbb9401410463a61f51674e0df6a571db352b2bbabfb99cdbdcfb4e511ae783165bf0258f5163f240a229b9087f9edbd0df41a
 SHA512 
84214c1a84952d85631aa1ab5115df7cda223ac64e2acf055b6129ba1aa26ddc87615a8b51ca890ce3fee0419053fa7fe1599ae128f1d211b58c07b0c4af3b19
 DIST maturin-0.13.7.gh.tar.gz 335508 BLAKE2B 
fef8ad495208109b867d1ca9700cef149b799bdb372d5110480a035ee5ed52b569f5cb3ca7dffa7d69db3fd4a593d3b894027eb1538e25deddd68146640cdde7
 SHA512 
509564719aa7b25c1464036b6830518129b24a285075ef551fbb65c42aa2e3c2cfb1bfcefa55cd9b99c7dcec07795ea08fef0a33a55c14030f49afb392face7d
-DIST maturin-0.14.3.gh.tar.gz 384759 BLAKE2B 
c787ad0311c4a497f53615bd19e6ec9f37c5acd20ac0dedc5c18a12011ae7191e5ca3b9c0fa2f94c405260ea2805c7c1c32e0453f1c21beaa719d66079083539
 SHA512 
6a2d8cf0284e0cd4a118be0ec3c7e02baf9852881b12558f78a3c91a88e8fdd2a873ad69449254d3ce5166f6033871d214c08b5f3e6edbd632a6fa2c2501ecb4
 DIST maturin-0.14.4.gh.tar.gz 385372 BLAKE2B 
5adf50a8128925f4177dd448dbf575ec5a8ea0a30f7ec9b239502e85a4790b6d63c21651e53787304f3425567047fc6ebb03aac132afd451ec3ddc969b6b32a9
 SHA512 
58191a77cdcc4f7ba032df789f75ce21ae42ba66923374a328096183ad16aa0fb638cb48be209537817b41432b6695405474ed3ffdbae746d5d41f10b039e6ab
 DIST memchr-2.5.0.crate 65812 BLAKE2B 
57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab
 SHA512 
444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
 DIST memoffset-0.6.5.crate 7686 BLAKE2B 
9a797388702389076c426052c3d54dc62802d5db8bc5c9c83990429f2ffaec4fab4c7dd3f09cd0704d1ea555e87976563bb43408ba54b5e66ce7e406d4604009
 SHA512 
11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f
@@ -367,7 +366,6 @@ DIST strsim-0.10.0.crate 11355 BLAKE2B 
bcb25ad0a7284e24e4f17ebe0ccb621bdc4118e49
 DIST subtle-2.4.1.crate 12630 BLAKE2B 
05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1cf775d0b1c8358fc7c4d0559b2b899126b6688b8ef77b8b7580b3b300f74a599a7ee77f99c064a3917693b
 SHA512 
7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a
 DIST syn-1.0.102.crate 235699 BLAKE2B 
b29d1b0ab878eda45c486bce03e1b341eb2c69718201e662d81c131ead2bb5c5abffad848d9cd8d2e45a995dbb4d6a185173b5680973971e0c33bdd9fe43dfe8
 SHA512 
c9a2b2cf216c3d821decd488ebb49743f2f43940a879856e3a15d2352843c405e6f164c11225e904d18b32a5cd2bd7fcdfa74df40ec5567faeedffe5f523989c
 DIST syn-1.0.103.crate 236495 BLAKE2B 
fd139b1a8b4449e9be6eddf0036c19b93b876182a03f36954f79eaf79abd5e53667a8a9fcb5c872c96639779307fa293f597831ff838a41d90e1ea201f8a4797
 SHA512 
3dc0f564ac1a4ce85060926c0897158da0baa127a46bb318506f4fdc79e53d9439295e8ed6a2d5ffcf15d9f6651081b7602cc2a091538e8df061b545f7e3bfe7
-DIST syn-1.0.104.crate 236683 BLAKE2B 
865904923ecac469f1d92bab04ea9ee384be0592c7a303d9d0f2f4bc755744bd883372c215a8f1add8bc2728d7c2c27489ab292fc8a89bdce918fc4a32deae44
 SHA512 
8feabd8e6b1b5eb15077d7c92f0b3269e848d33b1f233b3df343b6d445ed332fb23e0222911a13edfd82cee969d25c43434268cd7a20ce1c0a608a1bbe327b29
 DIST syn-1.0.105.crate 237549 BLAKE2B 
14e3187e9e1300c3c62d47504d61f154d4f3f22284fd1a44a5149764eb5b8937d74783e42d48380e1a31920a9319e8e7af8a86e8e9e8bb46bee839964bc4029e
 SHA512 
4e2475853587ec669d43890c88074c00c0fd45a84631f8a0b513f8eeeb78cacc297976121af9488419d2979b33579c5d2b782e18e3fd32dcee35227e767cae0d
 DIST syn-1.0.94.crate 236697 BLAKE2B 
e3e37de7ed5fe8ec78e3e65de9e64e7328769c5352e4db9c92d00095607fbdfec0a662deba507af5a173c3c1b99d101268c4692752100198cfaffdda1a64
 SHA512 
2bdde4584b9d95f93f629083fbedc4a7148aab702775513a602ba2d122ae57a84e6d42c38da820b15ff66743dc49624287daa0c9b6d1fcaeee102b2879ac7a1b
 DIST syn-1.0.95.crate 236676 BLAKE2B 

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

2022-12-07 Thread Ionen Wolkens
commit: 484607ec0ec55fd844ba694d231350859ceb5327
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec  8 04:59:13 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec  8 05:30:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484607ec

dev-util/maturin: add 0.14.5

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/maturin/Manifest  |   9 +
 dev-util/maturin/maturin-0.14.5.ebuild | 482 +
 2 files changed, 491 insertions(+)

diff --git a/dev-util/maturin/Manifest b/dev-util/maturin/Manifest
index 945cd9280823..21362f632104 100644
--- a/dev-util/maturin/Manifest
+++ b/dev-util/maturin/Manifest
@@ -94,6 +94,7 @@ DIST crypto-mac-0.11.1.crate 9551 BLAKE2B 
81140107f394d969d85b77050447e7d4dbfe7b
 DIST ctor-0.1.23.crate 10581 BLAKE2B 
2b513672e4dd7310b5636fe29bdbc1978a4130c0e590829193a42397bd467ae119534375060d15b5d73e4a5f66a31ad34650faca6a3c190f6c0e9502aeea77db
 SHA512 
fdbf3e6300d8a0cd33d1938804bea8b7eebfa8226767a7ebc9a824127aa3c0ce469913a63843b8d2043de3705b8e1fb5f4dc1db4ec387356b0a2b38f07cec224
 DIST ctor-0.1.26.crate 10803 BLAKE2B 
93627949b92651243b7a763d3d45a22fafcf2147a30661c4cc017e222bfc2bc12b4071054e3079adc431fc8a5dd8b86a8d11c53c401be6db846a3d0d2076b9b5
 SHA512 
3a3d60c976ec02a9edfe04470af4b04b02601c48e2a007393cedfef5c13e22bca58630e9e885e635a71aabc3e0ad8fb70995876551cdbc6a31029d8d2bc2e86d
 DIST data-encoding-2.3.2.crate 19159 BLAKE2B 
43208abc26b243537e9a2556bc3ec5db53ff1aa0cc9c0111728d51b4fce6c6b4314ba445bbb9ac7d813bea57ab600a3a671c5167257f0c344e5e3b149a01f6dd
 SHA512 
b62d0c9a937df59f3c84d4c27bafdac9088370a250d3b85e259258cb0843ee32ccd0a9fb1a01ecc5929dcb22e36bf82f7c1edbc9981acec70f5a1a01f00731c4
+DIST data-encoding-2.3.3.crate 19117 BLAKE2B 
d77962932be4aefd5855db78379b56a9fdeb784a9916a3e4d0bf3b085a8b3286396122066ad875395bf3be3fe026422fdf5554ca67e0f1b53d9fba36c11c14cb
 SHA512 
5922cdfaaa9b4c3b2faa68e86018653dac7bccef3f2a1e16f6c599dc8c3e98a644f29c3a9082234d3a58f9feb0eb54842e57ab62ceadcf287c43f7eed1906d93
 DIST derivative-2.2.0.crate 48076 BLAKE2B 
56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887
 SHA512 
3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da
 DIST dialoguer-0.10.2.crate 25304 BLAKE2B 
12e7d1e1af1f97358c6abd8b27827ab6b528d3a5b3d7e49bb968ae59493a6a7c68e921589e41b50967ed2a09c691205bec957ef55a0591c33d7bc4ed26d5357a
 SHA512 
e9297f78b0697aad45e8ab8b76ca4a9bf07dc2a8a699b0e49eed45ee1f55300cfd67fc884406cf48ef73bde39b5235a90555d3053075a8cc04c43c7c3ffe5f1f
 DIST diff-0.1.13.crate 46216 BLAKE2B 
27ceeafb7afd45eabbbe22d1f05667f513a6062762e6b77122e267282a8f2a0bf96384989508bf10c9e13af4856bc9f58f09b10055d6fc2c32681e288ffa9f9e
 SHA512 
45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb
@@ -123,6 +124,7 @@ DIST fat-macho-0.4.5.crate 19395 BLAKE2B 
647db9fb4dae829942976a53a251b64dcb4b418
 DIST fat-macho-0.4.6.crate 19407 BLAKE2B 
765bb8a5f74e4bc96acc1d64a64648b82a5675f5cb21aff39381814f1a8647256170fe52c96321a163f84ca2e29ecfe154f54e39c89f8ed62844dedb22c07816
 SHA512 
2f5c36cffe6ee1cebf466f56e78cd312cb402fb34db53793371b992a2c5aea6af4e53f8c61ced0ad0c080663a29dd8913cf4b67acf3fce21f81731bf0f730a05
 DIST filetime-0.2.17.crate 14484 BLAKE2B 
c181cf4c3ddc5831c006917e7432620a62a0ca7aa379ea7f1aab9b99a8cf725055e8510f7f63ae5add770dc8f91c824d3b4e9e86ec0f3e7faa4e9a647c431a8b
 SHA512 
3f7cc4e64381f4076ae04bbc0adbe2ecb024719f1f2fcc2ef537b0285261e03b8af7655d2db72358185dcce109df060d4a4a4015b3168fae0f6a952878860087
 DIST filetime-0.2.18.crate 14622 BLAKE2B 
736ffe3ebadd458eeb24f8c5970d1350bbe07b179e0ad4f0d5708197bc91378939791cd331326a2cde9e03a84daba5a48a7a4a1001030fec4bcbc8af3741cb31
 SHA512 
d1631a50d0f1d3f43e316c6348a3595ea4a7d1116e904ac2bf6586b76ea5aef98ba84ff6e6d0b2a08de2515b8ad40f52fb95d6ccfaf1f316cfd7c5f6f8332129
+DIST filetime-0.2.19.crate 15028 BLAKE2B 
f157d08993d74c7cf2051de416d5904237a4af38040fb362caf3a150511bc31d95245c892ed51da2f7269c3a43bf9cb3a8d6aab8c39a8c517627a085d5088f55
 SHA512 
9a30f078ceab0f24ff63cb6b80e76f357fd15aab9ec206186ddda950370b9ed738a6817b942cfc01baf518f9eb749e3b9c749718b4581ba74f65424bc226c34d
 DIST flate2-1.0.24.crate 70191 BLAKE2B 
f5ff04557dd0a57151b4c704cce60622157be4c847fb0a42eeb5a9d531ba28d34b41632bc1b34d2f935ab576f152479f72877dc4e6b296edf125becc6e6d52b2
 SHA512 
8faf97c28dcc4553f4880295677b1269b4acbc6518d006913d32d7e319990c6631e10f1baf7199b96e03f6de95b9e2de04502522bb1eb45bc301a0fbb0bfc0c5
 DIST flate2-1.0.25.crate 70210 BLAKE2B 
992525ffeeb4433a222487cdfb0c3927ad77f914e1db94f612d80e81faef4a2c955c755c2b800251e3416d0b22726d5f7d7e432a81c3582c54b7de95ab7a324e
 SHA512 
d81a463360ee2778f609ff297e04548120d1fda1f9e020fb2f429ea51189b8fe6cae57252fcd924d71fb65ad0f93ff7cdc7235913f8b78fa82925939cf884af7
 DIST fnv-1.0.7.crate 11266 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/

2022-12-07 Thread Ionen Wolkens
commit: 01290bcb86f9942a6a68eee0f364c5e8c83d02e8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec  8 05:15:11 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec  8 05:30:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01290bcb

app-emulation/vkd3d: add 1.6

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/vkd3d/Manifest |  1 +
 app-emulation/vkd3d/vkd3d-1.6.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest
index 6701414214c5..7e6b76791c9c 100644
--- a/app-emulation/vkd3d/Manifest
+++ b/app-emulation/vkd3d/Manifest
@@ -1 +1,2 @@
 DIST vkd3d-1.5.tar.xz 776260 BLAKE2B 
c021dd03b120f3ad8da61147a12f9d581a85aaf458f34308f06a648167562adedd67073cbc5ca66c1ff6242b2add21396bbc5cce308c39482451aa5b45e5
 SHA512 
69ec33bef28334a9a55da34621c71623843995279fb5267cc56228cd343c8cf292deb848596e6f850dfee6d07cc35206fc034fc4ce2a911652a9c42c032cdc08
+DIST vkd3d-1.6.tar.xz 785844 BLAKE2B 
6dff7aaad966b378809c87969a54568b943c52bec072fa03becdb40c4ff098168924c363e642aa42049f4468ff75013175fb847cc213278a4e10ea54e906a288
 SHA512 
0f640c1b139f5ccce8e6d1986d1439c2b0d14e7ac533216d2408dbeee07172eee51549311db22464c2ae89070ca15191aaffd967749676586984561ce1d4b38f

diff --git a/app-emulation/vkd3d/vkd3d-1.6.ebuild 
b/app-emulation/vkd3d/vkd3d-1.6.ebuild
new file mode 100644
index ..f0e863b89b11
--- /dev/null
+++ b/app-emulation/vkd3d/vkd3d-1.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="D3D12 to Vulkan translation library"
+HOMEPAGE="https://gitlab.winehq.org/wine/vkd3d/;
+SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ncurses spirv-tools"
+RESTRICT="test" #838655
+
+RDEPEND="
+   media-libs/vulkan-loader[${MULTILIB_USEDEP}]
+   ncurses? ( sys-libs/ncurses:= )
+   spirv-tools? ( dev-util/spirv-tools[${MULTILIB_USEDEP}] )"
+DEPEND="
+   ${RDEPEND}
+   dev-util/spirv-headers
+   dev-util/vulkan-headers"
+BDEPEND="
+   sys-devel/flex
+   sys-devel/bison
+   virtual/pkgconfig"
+
+multilib_src_configure() {
+   local conf=(
+   $(multilib_native_use_with ncurses)
+   $(use_with spirv-tools)
+   --disable-doxygen-pdf
+   --without-xcb
+   )
+
+   ECONF_SOURCE=${S} econf "${conf[@]}"
+}
+
+multilib_src_install_all() {
+   find "${ED}" -type f -name '*.la' -delete || die
+}



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

2022-12-07 Thread Michał Górny
commit: 85224db1a895632b33ca0b1428375cb759cb5f10
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  7 16:06:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  8 05:18:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85224db1

dev-python/django: Bump to 4.1.4

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

 dev-python/django/Manifest|   2 +
 dev-python/django/django-4.1.4.ebuild | 103 ++
 2 files changed, 105 insertions(+)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index f71282342c2b..121d8a9c73c8 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -6,3 +6,5 @@ DIST Django-4.1.2.checksum.txt 2552 BLAKE2B 
3786a5824ce981fa66e4173b4fe985ccca40
 DIST Django-4.1.2.tar.gz 10509111 BLAKE2B 
a6786e214967a3a789fd42218e3422f6985efa8e0f4be807d6afb1dd293ef37a201850af1728e72ae0bf429da3aac41dbfa95926f426e9bfe4b3f7f77a6e2934
 SHA512 
734d782777269b714f6648509d010649e7df2790e438ab2439ba1c4fc1cc9d37626b77ea9d60806c215ab666feb4555b1360ebcdc8cb16e85da8c950b262bbd7
 DIST Django-4.1.3.checksum.txt 2547 BLAKE2B 
d4a0c921360871495c16c9f44c0b7fef43729d30c2f4fbdb83c73bafd91532734ec597ff67190df4b4c6a66f2c61967a4fd4a8a51d24a3509550db46f1afec49
 SHA512 
3271a7cf74d457fb740c27f0c162789d40c9e443d92cf5a63d5fc2c1d2080221732aa74a1b896ac06106d5e625f1d2f0b764f72be05062977c9aeb8fa7932497
 DIST Django-4.1.3.tar.gz 10476258 BLAKE2B 
9c4865ba86f846a017a7f382320c965fa67f56dbe660a1bf0e974d5cbde21f6c8a88f80675d884d03424e9cd4f1d89af0c9f76be135e875e003f45b1cff5b604
 SHA512 
3bc77444f22b9dc029d5f45b6481224b99afe41f43d6306db69d01ca5ba24ed05f6c3bd7b3f5320dd96e6d79a47ac1c8f45a86cd8d3822432be4e73b006026ca
+DIST Django-4.1.4.checksum.txt 2553 BLAKE2B 
18a8a5de5148f1ade673fc158c756a5b9dc70a2164d7d094ce56dae67a89ea9e8ee808f8319508a7af9229642a80215bd25980257bc78ad982ccf91722379f97
 SHA512 
d39791499b59b9912eb589a7174a012a33a61d74f5bcbaedca6bdf78cf584296a52f221affc1ddae696a114695c8d533cbbc94d2d855abae40a2b811db40f036
+DIST Django-4.1.4.tar.gz 10517427 BLAKE2B 
aee4e92dc2e87dc4281025f68274380da46661c504e65db516f0565fc225388e1fb35d7a742a19b8768a31e416bcc82db9c38f4a397c9a88c50448a09a2370e3
 SHA512 
43649665ac6235b103a3d2c1271dfa0c6177dd2eeca24cefe210809bca85b29b7ecd10de1e7a88677c7ab26b0a1c1912af013bbcbcfadcbc1f85416c10ec7d5f

diff --git a/dev-python/django/django-4.1.4.ebuild 
b/dev-python/django/django-4.1.4.ebuild
new file mode 100644
index ..f1272173237b
--- /dev/null
+++ b/dev-python/django/django-4.1.4.ebuild
@@ -0,0 +1,103 @@
+# 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} )
+PYTHON_REQ_USE='sqlite?,threads(+)'
+
+inherit bash-completion-r1 distutils-r1 optfeature verify-sig
+
+DESCRIPTION="High-level Python web framework"
+HOMEPAGE="
+   https://www.djangoproject.com/
+   https://github.com/django/django/
+   https://pypi.org/project/Django/
+"
+SRC_URI="
+   https://media.djangoproject.com/releases/$(ver_cut 1-2)/${P^}.tar.gz
+   verify-sig? ( https://media.djangoproject.com/pgp/${P^}.checksum.txt )
+"
+S="${WORKDIR}/${P^}"
+
+LICENSE="BSD"
+# admin fonts: Roboto (media-fonts/roboto)
+LICENSE+=" Apache-2.0"
+# admin icons, jquery, xregexp.js
+LICENSE+=" MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+IUSE="doc sqlite test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   =dev-python/asgiref-3.5.2[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.2.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' 3.8)
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[webp,${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/selenium[${PYTHON_USEDEP}]
+   dev-python/tblib[${PYTHON_USEDEP}]
+   sys-devel/gettext
+   !!=sec-keys/openpgp-keys-django-20201201 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.0-bashcomp.patch
+)
+
+distutils_enable_sphinx docs --no-autodoc
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/django.asc
+
+src_unpack() {
+   if use verify-sig; then
+   cd "${DISTDIR}" || die
+   verify-sig_verify_signed_checksums \
+   "${P^}.checksum.txt" sha256 "${P^}.tar.gz"
+   cd "${WORKDIR}" || die
+   fi
+
+   default
+}
+
+python_test() {
+   # Tests have non-standard assumptions about PYTHONPATH,
+   # and don't work with ${BUILD_DIR}/lib.
+   PYTHONPATH=. "${EPYTHON}" tests/runtests.py --settings=test_sqlite 

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

2022-12-07 Thread Michał Górny
commit: d132b6ee57130c2e5844d05bc4b3d671a7ac2745
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  7 15:48:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  8 05:18:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d132b6ee

dev-python/qiskit-aer: Bump to 0.11.2

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

 dev-python/qiskit-aer/Manifest |   1 +
 dev-python/qiskit-aer/qiskit-aer-0.11.2.ebuild | 104 +
 2 files changed, 105 insertions(+)

diff --git a/dev-python/qiskit-aer/Manifest b/dev-python/qiskit-aer/Manifest
index f31df6058b1b..639c3afdf999 100644
--- a/dev-python/qiskit-aer/Manifest
+++ b/dev-python/qiskit-aer/Manifest
@@ -1 +1,2 @@
 DIST qiskit-aer-0.11.1.gh.tar.gz 6699343 BLAKE2B 
3795e1f71914bbc0074a2eac10a82a28f3171d50f292a13dcb705f62daa5fa332a1eabd52391c1b168a822ca6428feb79fe08bb7c93cfd2f7ee5b0d38fed012b
 SHA512 
7880f2ee99f34eca285b9e7cd096981db2f981d41c54881c4036e2745e4af1185b740d93cd157b83ce4adaf8c207c9c063b86e9a1fa514d1388437d6f33e219f
+DIST qiskit-aer-0.11.2.gh.tar.gz 6707283 BLAKE2B 
ae32a469d23a31f202b9f970c59e9efb76c290243bce6179b0a58590d671f6dec0428245131e7cb2966b818dae9fbe7e7078a63fac107572e9e7d4a66e47a539
 SHA512 
48b28f6c54c898bb3984062ec772373e90899fd436c8e00f0c4abd57b6b98ea6c647283445fe551bd516483b66d25c9861ef519f01a0d1ddc6b3ddbce07bc56a

diff --git a/dev-python/qiskit-aer/qiskit-aer-0.11.2.ebuild 
b/dev-python/qiskit-aer/qiskit-aer-0.11.2.ebuild
new file mode 100644
index ..922051220ec2
--- /dev/null
+++ b/dev-python/qiskit-aer/qiskit-aer-0.11.2.ebuild
@@ -0,0 +1,104 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="High performance simulator for quantum circuits that includes 
noise models"
+HOMEPAGE="
+   https://github.com/Qiskit/qiskit-aer/
+   https://pypi.org/project/qiskit-aer/
+"
+SRC_URI="
+   https://github.com/Qiskit/qiskit-aer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# The reference implementation of BLAS/CBLAS is not compatible with qiskit-aer 
right now,
+# because importing library causes an error.
+# 
/usr/lib/python3.9/site-packages/qiskit/providers/aer/backends/controller_wrappers.cpython-39-x86_64-linux-gnu.so:
 undefined symbol: slamch_
+# Using sci-libs/openblas instead here,
+# with the option to switch between reference/openblas implementation runtime 
(eselect-ldso).
+DEPEND="
+   >=dev-python/numpy-1.16.3[${PYTHON_USEDEP}]
+   >=dev-cpp/nlohmann_json-3.1.1
+   >=dev-libs/spdlog-1.5.0
+   >=dev-cpp/muParserX-4.0.8
+   virtual/cblas[eselect-ldso]
+   sci-libs/openblas[eselect-ldso]
+"
+
+BDEPEND="
+   >=dev-util/cmake-3.17
+   >=dev-python/scikit-build-0.11.0[${PYTHON_USEDEP}]
+   >=dev-python/pybind11-2.6[${PYTHON_USEDEP}]
+   test? (
+   dev-python/ddt[${PYTHON_USEDEP}]
+   dev-python/fixtures[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="
+   ${DEPEND}
+   >=dev-python/qiskit-terra-0.21.0[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+# Remove cmake dependency from setup.py because of
+# invalid dependency description. We put this dependency check in BDEPEND.
+PATCHES=( "${FILESDIR}/qiskit-aer-0.10.3-remove-cmake-dependency.patch" )
+
+check_openblas() {
+   local libdir=$(get_libdir) me="openblas"
+
+   # check blas
+   local current_blas=$(eselect blas show ${libdir} | cut -d' ' -f2)
+   if [[ ${current_blas} != "${me}" ]]; then
+   eerror "Current eselect: BLAS/CBLAS ($libdir) -> 
[${current_blas}]."
+   eerror "To use qiskit-aer, you have to issue (as root):"
+   eerror "\t eselect blas set ${libdir} ${me}"
+   return 1
+   fi
+   return 0
+}
+
+pkg_setup() {
+   if use test; then
+   check_openblas
+   if [ $? -ne 0 ]; then
+   die "Set blas implementation to openblas using 'eselect 
blas set openblas'!"
+   fi
+   fi
+}
+
+python_prepare_all() {
+   export DISABLE_CONAN="ON"
+   export DISABLE_DEPENDENCY_INSTALL="ON"
+   #export SKBUILD_CONFIGURE_OPTIONS=""
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
test/terra/states/test_aer_statevector.py::TestAerStatevector::test_number_to_latex_terms
+   )
+
+   rm -rf qiskit_aer || die
+   epytest -s
+}
+
+pkg_postinst() {
+   check_openblas
+}



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

2022-12-07 Thread Matthias Maier
commit: 27e5099e6b6c1f394c82986d086e1b1cf7e951e4
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Dec  8 04:29:23 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Dec  8 04:37:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e5099e

sci-libs/dealii: add verify-sig use flag

Signed-off-by: Matthias Maier  gentoo.org>

 sci-libs/dealii/Manifest| 4 
 sci-libs/dealii/{dealii-9.4.0.ebuild => dealii-9.4.0-r1.ebuild} | 9 -
 sci-libs/dealii/{dealii-9.4.1.ebuild => dealii-9.4.1-r1.ebuild} | 9 -
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/sci-libs/dealii/Manifest b/sci-libs/dealii/Manifest
index 01f6c0097266..da0abcfa16c1 100644
--- a/sci-libs/dealii/Manifest
+++ b/sci-libs/dealii/Manifest
@@ -3,6 +3,10 @@ DIST dealii-9.3.1.tar.gz 24459280 BLAKE2B 
c7f1d461017da24efd6f3247217fd1b889e0cb
 DIST dealii-9.3.3-offline_documentation.tar.gz 346914833 BLAKE2B 
8a3661f44aef70c25837fca67175e410f1404991a5fa3698d2e732f1ae045f987a3d9c2fb21294de32768533968e94178f7537f2c3221afdb427fb10478257b5
 SHA512 
05d8c9573e8277c88f81ff318d295b099e2241c5358cc243eaae35044703a8abc8cac7b7b8049b3527d167f60b11820bd8418fde2e6a6929c03abbf6cc5b6658
 DIST dealii-9.3.3.tar.gz 24462944 BLAKE2B 
581a8c618fab96127ac95fe9ba5ea5410eb6f9193ce96b6a0d8d28dd125689fb11868115ae8163b7e223970321ddd75347ea21568ea1cdc1e783f94506f00d91
 SHA512 
31a05a2f539dd2336683c2ab887fef47f08a5127fe23163128036f3143c0c77dca08004b014704e1c7cc07d7578458636715dcbefd654e5fc4511d6d315b604d
 DIST dealii-9.4.0-offline_documentation.tar.gz 390747598 BLAKE2B 
6e8ed938b31a9e6bbbdd5baacce056edc31d489ecd3e9528283650f431d004ca122c968567fe342744d52bab8f8be53ab1b20d56636e2dc48f8cf551791a08bd
 SHA512 
703eb50150ae5bd77f0d84271babd50483c3a9b069abb5b7e8827d00efaa5d189a43ac54f0ef8b2f746b12a10dc611669f5fddd655241a66af4915ec1d458185
+DIST dealii-9.4.0-offline_documentation.tar.gz.asc 246 BLAKE2B 
cb828efcdb38b88af9abc3be95c90c126144ee1edd076e2c47c7a90dad1df3ac29ce104de7be551fb93671b0b3ffe44b737fcba3841ccb0921e1f0795360fec4
 SHA512 
59f8997f9a19580861f0c7afd06b9737519c0dbf6990c4569f5c8dbd05e7e41dce19d1b9a639504696be2f99f6e8c555086dcd85c43976ccd5c7ebf007864dc0
 DIST dealii-9.4.0.tar.gz 30297914 BLAKE2B 
6beb4c7b83f5316e703d4b77340900c376e622b1dc59c9058a8927174a8c6991994957588b6adf88238e72eec93f8941bfbfb2d0bb01070560468d051d9829f8
 SHA512 
3be740fbabff65a18870496f483ac4ed6d35c8a53b5128dd09b2dfabe82d60e4a75f02fd508b44f6c93805999aab98f551154f10ca2ad5fabede65c2d6dce320
+DIST dealii-9.4.0.tar.gz.asc 246 BLAKE2B 
972d3fa18c83ff9b3aff996efaa0e6d1db848f64a46afb80b083c4f228d42ab1a2d7c5f6172a1ad3ae8542ca9c2a351c2badf98b9104dd5448a0f3d0cbd73e2a
 SHA512 
b0754c891356bcf30d2d32b4ecc780d2ba814b720426d604c0596ebdbdb1a8ae00357b04596c03f75e809593067b022b9e7c08584f88e35f05248472dde44f3b
 DIST dealii-9.4.1-offline_documentation.tar.gz 392007419 BLAKE2B 
81404b02ba7dc97a0314f52fa9d775183981864288f4ab4ca81b550a1763d90cb5b04b32c056008ad60a7829b929c78edd80cbeeeb861e4ef638780c13d80aa7
 SHA512 
9bbaf6e9a478ac643e87f2f07918c8a5216e17b0ddaeba4beb2acde9ea54833e2f0e7d11f61b2cac8b986e442dbb181317b53e1a40a807e7c098167bfd073266
+DIST dealii-9.4.1-offline_documentation.tar.gz.asc 246 BLAKE2B 
9ace22c9b174e642cd3fba94c165d816c62814f892f5f6f272efa0301613dc55251152825e726fc6cf7e89bbfb7fa3552ec58ad426a7d58a74ecb89b9072f742
 SHA512 
50b43dd34a0687395f516f4910581df71054fa8be3c98006566ea649d0af866d38c9793da548ba6bdb7a9fec452dfb6d928d336aace943522d7c3f854209b81b
 DIST dealii-9.4.1.tar.gz 30298204 BLAKE2B 
499f542c7a7f071d04048127199c7bebf5668b6e8d13fc2701dd18e28165442e58112ee9e4926e16a592bffdd5d7b7c240eea55808e5f9c021961f7e44b7da79
 SHA512 
39089aff462d3ff4244ce75f74a4cd908f8f72a81dcc3fb02ca91b3cad2442ceb78677e72cd928b36a04d352c4baa146a25fa5e14c886ca9e2bad0be0069f7b8
+DIST dealii-9.4.1.tar.gz.asc 246 BLAKE2B 
dbb1dc7b3e8a97f29287f154d11cd3db2566fdc4c7667fa57e686e2feba33f2115546408365f0e8f490ba593cb582b12489de373da3e33e8702b6e16804c7ebf
 SHA512 
eb987d34f19b59d523d79f3c2c99f5f3125b1d0c71af0eb32b77ad5959d6197b79f1971a8a79dbc52bab698335dcb6091aac88c51d845a1e07d3681c089754c7

diff --git a/sci-libs/dealii/dealii-9.4.0.ebuild 
b/sci-libs/dealii/dealii-9.4.0-r1.ebuild
similarity index 93%
rename from sci-libs/dealii/dealii-9.4.0.ebuild
rename to sci-libs/dealii/dealii-9.4.0-r1.ebuild
index b493d369767a..23dd968667ef 100644
--- a/sci-libs/dealii/dealii-9.4.0.ebuild
+++ b/sci-libs/dealii/dealii-9.4.0-r1.ebuild
@@ -8,7 +8,7 @@ EAPI=8
 # any of these modules:
 CMAKE_REMOVE_MODULES_LIST=""
 
-inherit cmake flag-o-matic
+inherit cmake flag-o-matic verify-sig
 
 DESCRIPTION="Solving partial differential equations with the finite element 
method"
 HOMEPAGE="https://www.dealii.org/;
@@ -19,8 +19,10 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz
+   verify-sig? ( 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/, sci-libs/dealii/files/

2022-12-07 Thread Matthias Maier
commit: d0e16f9736fc7451c9a897a96b443b4b1270a20e
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Dec  8 04:31:07 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Dec  8 04:37:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e16f97

sci-libs/dealii: drop 9.3.1-r5, 9.3.3-r1

Signed-off-by: Matthias Maier  gentoo.org>

 sci-libs/dealii/Manifest   |   4 -
 sci-libs/dealii/dealii-9.3.1-r5.ebuild | 161 -
 sci-libs/dealii/dealii-9.3.3-r1.ebuild | 161 -
 .../dealii/files/dealii-9.1.1-fix_boost_177.patch  |  12 --
 .../files/dealii-9.3.3-fix_p4est_detection.patch   |  41 --
 5 files changed, 379 deletions(-)

diff --git a/sci-libs/dealii/Manifest b/sci-libs/dealii/Manifest
index da0abcfa16c1..6062fdd497e2 100644
--- a/sci-libs/dealii/Manifest
+++ b/sci-libs/dealii/Manifest
@@ -1,7 +1,3 @@
-DIST dealii-9.3.1-offline_documentation.tar.gz 342389060 BLAKE2B 
71b47816dd22f490168f91c667308ecf10d5733bb4e4d6f7f214dfa729f47e6f44bf32382167f2f6c864038d04c994cab7ef91ae647b4188c53995c5c2904bf3
 SHA512 
7ab70b7821924a4383f2d46bcb44e702858206a8444870d3e2282d726b2c1cf3009f615888206312aed34eae9595ff19664da422e33c47720cce5c5fd37c1e18
-DIST dealii-9.3.1.tar.gz 24459280 BLAKE2B 
c7f1d461017da24efd6f3247217fd1b889e0cbf2ac62c3fd305e03aed90d5ba82b58ceb84d34a84608b833b734e12abc77a63693aaa6eed767b4f5f157233ba0
 SHA512 
c3ba3e16fa4792bb4f3e85163e67b08271c84faff72c49b858a955851401adf2499e278790803061a61c4024964f6da3f0ef7b09c0370d8d0b5af16b7c3bdaef
-DIST dealii-9.3.3-offline_documentation.tar.gz 346914833 BLAKE2B 
8a3661f44aef70c25837fca67175e410f1404991a5fa3698d2e732f1ae045f987a3d9c2fb21294de32768533968e94178f7537f2c3221afdb427fb10478257b5
 SHA512 
05d8c9573e8277c88f81ff318d295b099e2241c5358cc243eaae35044703a8abc8cac7b7b8049b3527d167f60b11820bd8418fde2e6a6929c03abbf6cc5b6658
-DIST dealii-9.3.3.tar.gz 24462944 BLAKE2B 
581a8c618fab96127ac95fe9ba5ea5410eb6f9193ce96b6a0d8d28dd125689fb11868115ae8163b7e223970321ddd75347ea21568ea1cdc1e783f94506f00d91
 SHA512 
31a05a2f539dd2336683c2ab887fef47f08a5127fe23163128036f3143c0c77dca08004b014704e1c7cc07d7578458636715dcbefd654e5fc4511d6d315b604d
 DIST dealii-9.4.0-offline_documentation.tar.gz 390747598 BLAKE2B 
6e8ed938b31a9e6bbbdd5baacce056edc31d489ecd3e9528283650f431d004ca122c968567fe342744d52bab8f8be53ab1b20d56636e2dc48f8cf551791a08bd
 SHA512 
703eb50150ae5bd77f0d84271babd50483c3a9b069abb5b7e8827d00efaa5d189a43ac54f0ef8b2f746b12a10dc611669f5fddd655241a66af4915ec1d458185
 DIST dealii-9.4.0-offline_documentation.tar.gz.asc 246 BLAKE2B 
cb828efcdb38b88af9abc3be95c90c126144ee1edd076e2c47c7a90dad1df3ac29ce104de7be551fb93671b0b3ffe44b737fcba3841ccb0921e1f0795360fec4
 SHA512 
59f8997f9a19580861f0c7afd06b9737519c0dbf6990c4569f5c8dbd05e7e41dce19d1b9a639504696be2f99f6e8c555086dcd85c43976ccd5c7ebf007864dc0
 DIST dealii-9.4.0.tar.gz 30297914 BLAKE2B 
6beb4c7b83f5316e703d4b77340900c376e622b1dc59c9058a8927174a8c6991994957588b6adf88238e72eec93f8941bfbfb2d0bb01070560468d051d9829f8
 SHA512 
3be740fbabff65a18870496f483ac4ed6d35c8a53b5128dd09b2dfabe82d60e4a75f02fd508b44f6c93805999aab98f551154f10ca2ad5fabede65c2d6dce320

diff --git a/sci-libs/dealii/dealii-9.3.1-r5.ebuild 
b/sci-libs/dealii/dealii-9.3.1-r5.ebuild
deleted file mode 100644
index 78407e89e17e..
--- a/sci-libs/dealii/dealii-9.3.1-r5.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# deal.II uses its own FindLAPACK.cmake file that calls into the system
-# FindLAPACK.cmake module and does additional internal setup. Do not remove
-# any of these modules:
-CMAKE_REMOVE_MODULES_LIST=""
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Solving partial differential equations with the finite element 
method"
-HOMEPAGE="https://www.dealii.org/;
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/dealii/dealii.git;
-   SRC_URI=""
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz
-   doc? (
-   
https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}-offline_documentation.tar.gz
-   )"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="
-   adolc assimp arpack cpu_flags_x86_avx cpu_flags_x86_avx512f
-   cpu_flags_x86_sse2 cuda +debug doc +examples ginkgo gmsh +gsl hdf5
-   +lapack metis mpi muparser opencascade p4est petsc
-   scalapack slepc +sparse static-libs sundials symengine trilinos
-"
-
-# TODO: add slepc use flag once slepc is packaged for gentoo-science
-REQUIRED_USE="
-   p4est? ( mpi )
-   slepc? ( petsc )
-   trilinos? ( mpi )"
-
-RDEPEND="dev-libs/boost:=
-   app-arch/bzip2
-   sys-libs/zlib
-   dev-cpp/tbb:=
-   adolc? ( sci-libs/adolc )
-   

[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-dealii/

2022-12-07 Thread Matthias Maier
commit: 666123c2f37834fb07a660482f9681caab9b4ebe
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Dec  8 04:20:56 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Dec  8 04:23:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666123c2

sec-keys/openpgp-keys-dealii: new package, add 20221207

Signed-off-by: Matthias Maier  gentoo.org>

 sec-keys/openpgp-keys-dealii/Manifest  |  2 ++
 sec-keys/openpgp-keys-dealii/metadata.xml  | 16 +++
 .../openpgp-keys-dealii-20221207.ebuild| 23 ++
 3 files changed, 41 insertions(+)

diff --git a/sec-keys/openpgp-keys-dealii/Manifest 
b/sec-keys/openpgp-keys-dealii/Manifest
new file mode 100644
index ..53941312adb0
--- /dev/null
+++ b/sec-keys/openpgp-keys-dealii/Manifest
@@ -0,0 +1,2 @@
+DIST 1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3.asc 120415 BLAKE2B 
d82a89da6f9614db322522870dc2eb430f8a926d65512d7e9579059174da4bbe8f6e8d483435c8cbd1509740b08faa76f39cd5fa50cf82c1b78e77577be76bf5
 SHA512 
2aed5cfb1b4cae019ddd8ff6075582cddb4e28c0103ee137a52a64cfac35faf2b0770da6678b7b33d22879f188bab273bb8b81d542d6d420ecbddff8f23491de
+DIST 3D0EAB10AE6243B4BA27CE03E31EE5662371CB21.asc 5934 BLAKE2B 
650cff11b404accb902932e2aad80ee14d40e03a9f513f70ce89b409b8250870e19520689febb7214c22b1df930740d90518a1105e81a7d1c4e809875794
 SHA512 
256b7b47c558bcbc49256fdba4d8a57258670cb9a7fb4b91d53e1b3858ce4ff42de2610c28b70576de240eda3f8ec9e433fe3cf9eeaed8597eae22f3337f70ed

diff --git a/sec-keys/openpgp-keys-dealii/metadata.xml 
b/sec-keys/openpgp-keys-dealii/metadata.xml
new file mode 100644
index ..443142afa006
--- /dev/null
+++ b/sec-keys/openpgp-keys-dealii/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   
+   dealii/dealii
+   
+

diff --git a/sec-keys/openpgp-keys-dealii/openpgp-keys-dealii-20221207.ebuild 
b/sec-keys/openpgp-keys-dealii/openpgp-keys-dealii-20221207.ebuild
new file mode 100644
index ..7b909b1382ef
--- /dev/null
+++ b/sec-keys/openpgp-keys-dealii/openpgp-keys-dealii-20221207.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by dealii"
+HOMEPAGE="https://www.dealii.org/ https://github.com/dealii/dealii/;
+SRC_URI="
+   
https://keys.openpgp.org/vks/v1/by-fingerprint/1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3
+   -> 1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3.asc
+   
https://keys.openpgp.org/vks/v1/by-fingerprint/3D0EAB10AE6243B4BA27CE03E31EE5662371CB21
+   -> 3D0EAB10AE6243B4BA27CE03E31EE5662371CB21.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+
+src_install() {
+   local files=( ${A} )
+   insinto /usr/share/openpgp-keys
+   newins - dealii.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}



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

2022-12-07 Thread Michał Górny
commit: f9b7333f5aaf4058c4974de9544fe009e962f1d3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  8 04:11:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  8 04:11:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b7333f

dev-python/lmdb: Fix testing prior to installing

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

 dev-python/lmdb/lmdb-1.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/lmdb/lmdb-1.4.0.ebuild 
b/dev-python/lmdb/lmdb-1.4.0.ebuild
index c7bf4e53656f..f12ee1a1965c 100644
--- a/dev-python/lmdb/lmdb-1.4.0.ebuild
+++ b/dev-python/lmdb/lmdb-1.4.0.ebuild
@@ -36,5 +36,6 @@ src_compile() {
 }
 
 python_test() {
+   rm -rf lmdb || die
epytest tests
 }



[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/

2022-12-07 Thread John Helmert III
commit: 207288166c87e5667d590a1685e6dc8ad0b7b88b
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Dec  8 03:55:55 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Dec  8 03:57:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20728816

app-emulation/qemu: add 7.2.0_rc4, drop 7.2.0_rc3

Signed-off-by: John Helmert III  gentoo.org>

 app-emulation/qemu/Manifest | 4 ++--
 app-emulation/qemu/{qemu-7.2.0_rc3.ebuild => qemu-7.2.0_rc4.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 2b1f883139dc..b46b69fd50c7 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,4 +1,4 @@
 DIST qemu-7.1.0-docs.tar.xz 2016780 BLAKE2B 
1b84361fe58d504ab740a0b805a25d02f497ca776e7251a99f0e98e3720d1a2029b7a171f9d79dd128ba17a82c72d497e09baa1a4b2f192ba390f0f3b1950792
 SHA512 
7a328303b8af0ab63aa1f0fe07a121d3ca459d00fca817412e645416af795930dbea0a3e60f4ca006a74d1672e84fa4e626e4d83918e0b685b601043d0d8159e
 DIST qemu-7.1.0.tar.xz 121833004 BLAKE2B 
e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf
 SHA512 
c60c5ff8ec99b7552e485768908920658fdd8035ff7a6fa370fb6881957dc8b7e5f18ff1a8f49bd6aa22909ede2a7c084986d8244f12074ccd33ebe40a0c411f
-DIST qemu-7.2.0-rc3.tar.xz 122373832 BLAKE2B 
6345cd631e3de26974fc0534de9c6b55d0bcab31b440c03066a46c6dd9580b535ed8f4f8117bcfb970bcf2fe51890887a676c8600e6b699a2c053199dfbe6966
 SHA512 
4f9d1554be22456538ccae1a39673033b088e6c1b4990fa8b57ae71061086d66d3cf33fa84ac19a878d11ee3cbc810f22fb28b03e6305c211a7156549cde6669
-DIST qemu-7.2.0_rc3-docs.tar.xz 2001136 BLAKE2B 
2f20afbb24abfab580767f65f8ecd681d0b8aaf7f371aa77fca01953648d1414702e74d83f772a810aa893271e42e9b909880deff450405348ed302f0c17f467
 SHA512 
f9c2dcb993937cdf3ecff79872bd63f7dd5c0a7a8800018819e67b9ee4a6dbca6f731e1462bcdbdfc3b0cff4606bd73057ee0913926db536e886eded66c75c5e
+DIST qemu-7.2.0-rc4.tar.xz 122404044 BLAKE2B 
a5dc7e044830b12637e722035f1911a553665f7cae7e9dbdf554dcfaef116750ea06ff7501f2eb0c88ceaf072e255bf335abc80e94fe8c54a283c955d029b04f
 SHA512 
21afc2fcefffa7d4e1d602ec326dd4f0646c551fe92d90978650e9d0ce75e5b9bb6b95acfa37ee7fd1bd09cf8e4f633685c900a45cd5f629fd57ff24b93194c3
+DIST qemu-7.2.0_rc4-docs.tar.xz 1984752 BLAKE2B 
b9b2380b94e4770eb5fe43534446be982fa84366d9cc5ae87ca1b9cf1055b5fd2b2dd141b1f97fdde6cbe74e03960f2410a3ffb5e3df321b5e8ef93543a4aea5
 SHA512 
43e765e558c831bf161683be938494a5b78ed5c33d1a6176156fea3cf1d81eee064bd7ed95169a8a0edfb0e5fbc649aea809756003eb72c3f386755cb05f10e4

diff --git a/app-emulation/qemu/qemu-7.2.0_rc3.ebuild 
b/app-emulation/qemu/qemu-7.2.0_rc4.ebuild
similarity index 100%
rename from app-emulation/qemu/qemu-7.2.0_rc3.ebuild
rename to app-emulation/qemu/qemu-7.2.0_rc4.ebuild



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

2022-12-07 Thread Maciej Barć
commit: 37844ccfa07b3fd7b083c23241679a51e03ba143
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Dec  8 02:49:35 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Dec  8 02:50:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37844ccf

sys-apps/openrazer: drop old vulnerable versions

Bug: https://bugs.gentoo.org/884801
Signed-off-by: Maciej Barć  gentoo.org>

 sys-apps/openrazer/Manifest  |   2 -
 sys-apps/openrazer/openrazer-3.4.0-r3.ebuild | 160 ---
 sys-apps/openrazer/openrazer-3.5.0.ebuild| 160 ---
 3 files changed, 322 deletions(-)

diff --git a/sys-apps/openrazer/Manifest b/sys-apps/openrazer/Manifest
index 3ee4ef472e88..8465e776d599 100644
--- a/sys-apps/openrazer/Manifest
+++ b/sys-apps/openrazer/Manifest
@@ -1,3 +1 @@
-DIST openrazer-3.4.0.tar.gz 233490 BLAKE2B 
dc5236e75b998c72c4ebc2420d2c5f3d996af19e87d91d4d76dca7098c6120a12b642c314eca037973f140e4679ab42d0f25ce5225bc97d9839468f8325de56b
 SHA512 
ba9efb3ce2736365e453328e81683368df0ef894ac44ac79c7b34c5bd782b9394170a9528d58db954da880f18a5e72a3d84810ec11b5b34845eee7daa9babd22
-DIST openrazer-3.5.0.tar.gz 240079 BLAKE2B 
ac4565e01b7f8b4474d4cc2d64956dfce71a5ec96b1be1cec7d7418094d353d8156ea8ab30c7f87ccddb1fa92f18767e67ce931a4b58c7d248873bf6e86c1dbc
 SHA512 
e7fb1b056777a779978f42739cf486e17dcf64024e612b270960981cf0a03b75de0e880497842a7c90b6e7727fd3cd35d4704e9abbe7a9f764957b0949a699ea
 DIST openrazer-3.5.1.tar.gz 240254 BLAKE2B 
7f6b887c22c81c8cd3d7908f94748879aa4c89f6446e073aeaed0d33f8d58bd7b618768a9915a451d6659c0cdf428b52e055641420553a00f2cf41b0a9737487
 SHA512 
dc32f040f4b9ecbefbd2b4afc34edcc97fbda16f6dd9a64ed61d637233ea5d0e6f046685837635a177d3cab8506224c973ea26972a6ea7cc20d7bcce60065e39

diff --git a/sys-apps/openrazer/openrazer-3.4.0-r3.ebuild 
b/sys-apps/openrazer/openrazer-3.4.0-r3.ebuild
deleted file mode 100644
index 7b19f04fe4bf..
--- a/sys-apps/openrazer/openrazer-3.4.0-r3.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit readme.gentoo-r1 systemd udev xdg-utils distutils-r1 python-r1 
linux-mod
-
-DESCRIPTION="Drivers and user-space daemon to control Razer devices on 
GNU/Linux"
-HOMEPAGE="https://openrazer.github.io/
-   https://github.com/openrazer/openrazer/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+client +daemon"
-REQUIRED_USE="
-   client? ( daemon )
-   daemon? ( ${PYTHON_REQUIRED_USE} )
-   test? ( daemon )
-"
-
-RDEPEND="
-   client? ( dev-python/numpy[${PYTHON_USEDEP}] )
-   daemon? (
-   acct-group/plugdev
-   dev-python/daemonize[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/notify2[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pyudev[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   x11-libs/gtk+:3[introspection]
-   x11-misc/xautomation
-   x11-misc/xdotool
-   )
-"
-BDEPEND="
-   ${RDEPEND}
-   virtual/linux-sources
-"
-
-DOCS=( README.md )
-
-DOC_CONTENTS="To successfully use OpenRazer: load desired kernel module
-(razeraccessory, razerkbd, razerkraken and/or razermouse),
-add your user to the \"plugdev\" group and start the OpenRazer daemon.
-To automatically start up the OpenRazer daemon on session login copy
-/usr/share/openrazer/openrazer-daemon.desktop file into Your user's
-~/.config/autostart/ directory."
-
-BUILD_TARGETS="clean driver"
-BUILD_PARAMS="-C ${S} SUBDIRS=${S}/driver KERNELDIR=${KERNEL_DIR}"
-MODULE_NAMES="
-   razeraccessory(hid:${S}/driver)
-   razerkbd(hid:${S}/driver)
-   razerkraken(hid:${S}/driver)
-   razermouse(hid:${S}/driver)
-"
-
-distutils_enable_tests unittest
-
-python_compile() {
-   if use daemon ; then
-   ( cd "${S}"/daemon || die ; distutils-r1_python_compile )
-   fi
-   if use client ; then
-   ( cd "${S}"/pylib || die ; distutils-r1_python_compile )
-   fi
-}
-
-python_install() {
-   if use daemon ; then
-   ( cd "${S}"/daemon || die ; distutils-r1_python_install )
-   python_scriptinto /usr/bin
-   python_newscript "${S}"/daemon/run_openrazer_daemon.py 
${PN}-daemon
-   fi
-   if use client ; then
-   ( cd "${S}"/pylib || die ; distutils-r1_python_install )
-   fi
-}
-
-src_prepare() {
-   xdg_environment_reset
-   distutils-r1_src_prepare
-
-   # Remove bad tests.
-   rm "${S}"/daemon/tests/test_effect_sync.py || die
-}
-
-src_compile() {
-   linux-mod_src_compile
-   distutils-r1_src_compile
-
-   if use daemon 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/files/, app-emulation/qemu/

2022-12-07 Thread John Helmert III
commit: 7141cbe5b4dac76ab10d094f8a35b5b65efe343e
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Dec  8 01:21:06 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Dec  8 01:21:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7141cbe5

app-emulation/qemu: drop 7.0.0-r3

Bug: https://bugs.gentoo.org/857657
Signed-off-by: John Helmert III  gentoo.org>

 app-emulation/qemu/Manifest|   2 -
 .../files/qemu-2.11.1-capstone_include_path.patch  |  11 -
 app-emulation/qemu/files/qemu-6.1.0-strings.patch  |  26 -
 ...qemu-7.0.0-also-build-virtfs-proxy-helper.patch |  32 -
 .../qemu/files/qemu-7.0.0-glibc-2.36.patch |  90 --
 .../qemu/files/qemu-7.0.0-have-user-meson.patch|  36 -
 .../qemu-7.0.0-pci-overflow-fortify-source-3.patch |  94 --
 .../qemu/files/qemu-7.0.0-virtio-scsi-fixes.patch  | 182 
 app-emulation/qemu/qemu-7.0.0-r3.ebuild| 949 -
 9 files changed, 1422 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 92d47fc2acc5..2b1f883139dc 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,5 +1,3 @@
-DIST qemu-7.0.0-docs.tar.xz 5101176 BLAKE2B 
827d4af2b3fd229d146b47253d12a8bfd60614f5ba60e098abc58a6635bd9f8a029775932f4fc3dee3cb1f0a379133c47d819c53273547abbbf2aacd6bbd4fc5
 SHA512 
8f27b954a2f3710cee5cb78635631b035ea733f43381d378464733164b897bc0e8c6b373d80f1d97a65b761c13e342ae0c0836202d1506ec0b7c214b7388c7bb
-DIST qemu-7.0.0.tar.xz 125117636 BLAKE2B 
ceda6d9f1a585298bd49fed61e8bb35f0064ad8388a9f979c8bd68a38bfe1a47c5bb055e5f74f970c2c440957042b9de4a861524120040c56e4cd8b56c5cfb68
 SHA512 
44ecd10c018a3763e1bc87d1d35b98890d0d5636acd69fe9b5cadf5024d5af6a31684d60cbe1c3370e02986434c1fb0ad99224e0e6f6fe7eda169992508157b1
 DIST qemu-7.1.0-docs.tar.xz 2016780 BLAKE2B 
1b84361fe58d504ab740a0b805a25d02f497ca776e7251a99f0e98e3720d1a2029b7a171f9d79dd128ba17a82c72d497e09baa1a4b2f192ba390f0f3b1950792
 SHA512 
7a328303b8af0ab63aa1f0fe07a121d3ca459d00fca817412e645416af795930dbea0a3e60f4ca006a74d1672e84fa4e626e4d83918e0b685b601043d0d8159e
 DIST qemu-7.1.0.tar.xz 121833004 BLAKE2B 
e05f91ce4993c7591a2df08b5fb017f8b8ec2141ab7bfd55d14730ea6b793ac1091de539992058392a5522d4e58beee92a87752707be58e3619b8213ef9f35bf
 SHA512 
c60c5ff8ec99b7552e485768908920658fdd8035ff7a6fa370fb6881957dc8b7e5f18ff1a8f49bd6aa22909ede2a7c084986d8244f12074ccd33ebe40a0c411f
 DIST qemu-7.2.0-rc3.tar.xz 122373832 BLAKE2B 
6345cd631e3de26974fc0534de9c6b55d0bcab31b440c03066a46c6dd9580b535ed8f4f8117bcfb970bcf2fe51890887a676c8600e6b699a2c053199dfbe6966
 SHA512 
4f9d1554be22456538ccae1a39673033b088e6c1b4990fa8b57ae71061086d66d3cf33fa84ac19a878d11ee3cbc810f22fb28b03e6305c211a7156549cde6669

diff --git a/app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch 
b/app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch
deleted file mode 100644
index d79570ebb8aa..
--- a/app-emulation/qemu/files/qemu-2.11.1-capstone_include_path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 qemu-2.11.1/include/disas/capstone.h   2018-02-14 22:53:22.0 
+0100
-+++ qemu-2.11.1/include/disas/capstone.h   2018-02-17 20:12:12.754703951 
+0100
-@@ -3,7 +3,7 @@
- 
- #ifdef CONFIG_CAPSTONE
- 
--#include 
-+#include 
- 
- #else
- 

diff --git a/app-emulation/qemu/files/qemu-6.1.0-strings.patch 
b/app-emulation/qemu/files/qemu-6.1.0-strings.patch
deleted file mode 100644
index 2efe7b29330a..
--- a/app-emulation/qemu/files/qemu-6.1.0-strings.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Forward-ported from original patch for 5.2.0.
-
-diff --git a/configure b/configure
-index da2501489f..4660ee3ee5 100755
 a/configure
-+++ b/configure
-@@ -516,6 +516,7 @@ ld="${LD-${cross_prefix}ld}"
- ranlib="${RANLIB-${cross_prefix}ranlib}"
- nm="${NM-${cross_prefix}nm}"
- strip="${STRIP-${cross_prefix}strip}"
-+strings="${STRINGS-${cross_prefix}strings}"
- windres="${WINDRES-${cross_prefix}windres}"
- pkg_config_exe="${PKG_CONFIG-${cross_prefix}pkg-config}"
- query_pkg_config() {
-@@ -2380,9 +2381,9 @@ int main(int argc, char *argv[])
- EOF
- 
- if compile_prog ; then
--if strings -a $TMPE | grep -q BiGeNdIaN ; then
-+if $strings -a $TMPE | grep -q BiGeNdIaN ; then
- bigendian="yes"
--elif strings -a $TMPE | grep -q LiTtLeEnDiAn ; then
-+elif $strings -a $TMPE | grep -q LiTtLeEnDiAn ; then
- bigendian="no"
- else
- echo big/little test failed

diff --git 
a/app-emulation/qemu/files/qemu-7.0.0-also-build-virtfs-proxy-helper.patch 
b/app-emulation/qemu/files/qemu-7.0.0-also-build-virtfs-proxy-helper.patch
deleted file mode 100644
index ca2e9433792c..
--- a/app-emulation/qemu/files/qemu-7.0.0-also-build-virtfs-proxy-helper.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From c1093041466772f4b62961bcc5a354801d41355d Mon Sep 17 00:00:00 2001
-From: Matthias Maier 
-Date: Mon, 4 Apr 2022 12:56:59 +0200
-Subject: [PATCH] also 

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

2022-12-07 Thread Matt Turner
commit: b940b9844563752e162ea57e6592f9172a05ec64
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Dec  7 21:57:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec  7 22:23:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b940b984

gnome-base/gnome-shell: Version bump to 43.2

Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-shell/Manifest|   1 +
 gnome-base/gnome-shell/gnome-shell-43.2.ebuild | 182 +
 2 files changed, 183 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 0b09217ca3c7..290f662fb9ef 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-42.5.tar.xz 1930668 BLAKE2B 
0442ef92588e9891082c024d1e3b4ddb105a01ef5b7913ac8f1d2cac1af1c2ae8efd18184c511c554e41d8c0540c8712b7ef39ba1a9cac8c6c9336bb7b4cb320
 SHA512 
575559b99161b7045b04fc100cde719bbca83d90f78b673acc2189f3bb5104fd14f40da7d19611b154976f1c006e0dc2ff8cc124dc816da765c933fdda0624d9
 DIST gnome-shell-43.1.tar.xz 1947824 BLAKE2B 
d03bf5e970a92762724e5e1ab534e610f73b1c4af48b42fd676304f0d75808fcf5ba21ab9b9a0503cc2a806b826340d7d441da4b3ce51b881ffd4cb08132ae86
 SHA512 
1e41f0ce38b285aca1f9189fdb50e4d409232554da73e9c08e21b5888d35bad3e2bf4a47e93fdf20798ea6f63864223088b78cab7c63fc1105cd955701ea2e81
+DIST gnome-shell-43.2.tar.xz 1946776 BLAKE2B 
0b581ed84bb3b8804cb4b5be07ae6be479f1092abf4c018d140edc81dcf0f88dc6c3321f591bc55c16e2141b4dd59e353c1f244749de13e4571a5b5aba6ad57d
 SHA512 
f25754b60696723db3db4141eb14fda88f5d913cc8a9d7270a34b9a1493f9bd4caadf45b142fd0bd82f594d9fb47980c3b0242bb58ee184a61968f0d1f09bfc4

diff --git a/gnome-base/gnome-shell/gnome-shell-43.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-43.2.ebuild
new file mode 100644
index ..544a7e2eb14a
--- /dev/null
+++ b/gnome-base/gnome-shell/gnome-shell-43.2.ebuild
@@ -0,0 +1,182 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg
+
+DESCRIPTION="Provides core UI functions for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell 
https://gitlab.gnome.org/GNOME/gnome-shell;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="elogind gtk-doc +ibus +networkmanager systemd test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ?? ( elogind systemd )"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# libXfixes-5.0 needed for pointer barriers and #include 

+DEPEND="
+   >=gnome-extra/evolution-data-server-3.33.1:=
+   >=app-crypt/gcr-3.90.0:4=[introspection]
+   >=dev-libs/glib-2.68:2
+   >=dev-libs/gobject-introspection-1.49.1:=
+   >=dev-libs/gjs-1.73.1[cairo]
+   >=x11-libs/gtk+-3.15.0:3[introspection]
+   >=x11-wm/mutter-43.0:0/11[introspection,test?]
+   >=sys-auth/polkit-0.120_p20220509[introspection]
+   >=gnome-base/gsettings-desktop-schemas-42_beta[introspection]
+   >=x11-libs/startup-notification-0.11
+   >=app-i18n/ibus-1.5.19
+   >=gnome-base/gnome-desktop-3.35.90:3=[introspection]
+   networkmanager? (
+   >=net-misc/networkmanager-1.10.4[introspection]
+   net-libs/libnma[introspection]
+   >=app-crypt/libsecret-0.18
+   dev-libs/dbus-glib
+   )
+   systemd? (
+   >=sys-apps/systemd-242:=
+   >=gnome-base/gnome-desktop-3.34.2:3=[systemd]
+   )
+   elogind? ( >=sys-auth/elogind-237 )
+
+   app-arch/gnome-autoar
+   dev-libs/json-glib
+
+   >=app-accessibility/at-spi2-core-2.46:2[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   dev-libs/libxml2:2
+   x11-libs/libX11
+
+   >=media-libs/libpulse-2[glib]
+   dev-libs/libical:=
+   >=x11-libs/libXfixes-5.0
+
+   gui-libs/gtk:4[introspection]
+
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   media-libs/libglvnd[X]
+"
+# Runtime-only deps are probably incomplete and approximate.
+# Introspection deps generated from inspection of the output of:
+#  for i in `rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- |sort 
-u`; do echo $i ;done |cut -d, -f1 |sort -u
+# or
+#  rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 |cut -c7- | sed -e 
's:[{}]::g' | awk '{$1=$1; print}' | awk -F',' '{$1=$1;print}' | tr ' ' '\n' | 
sort -u | sed -e 's/://g'
+# These will give a lot of unnecessary things due to greedy matching (TODO), 
and `(?s).*?` doesn't seem to work as desired.
+# Compare with `grep -rhI 'imports.gi.versions' |sort -u` for any SLOT 
requirements
+# Each block:
+# 1. Introspection stuff needed via imports.gi (those that build time check 
may be listed above already)
+# 2. gnome-session needed for 

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

2022-12-07 Thread Matt Turner
commit: 339272779074bf1956216c640a8aab64a712a5c9
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Dec  7 21:49:48 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec  7 22:23:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33927277

x11-wm/mutter: Version bump to 43.2

Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/mutter/Manifest   |   1 +
 x11-wm/mutter/mutter-43.2.ebuild | 206 +++
 2 files changed, 207 insertions(+)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 2d43d744bfb4..3453a13f8a7c 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,2 +1,3 @@
 DIST mutter-42.5.tar.xz 2743636 BLAKE2B 
87ee26ccee6c21404ac069e7b35d2b93ef38d0eda0963107c08a72599915fba56a653968fe456afa42f4eeb28aed5526d23d344f7e1f9f4fdf9cf35b5a66fca5
 SHA512 
cd7ef29211a1568f5f8d43182da6569db22005c0b67204a300edb4952d9c18f73def1558843a009a7475a82d7ce9754bd8741b214a931764798dbeaaecbbec49
 DIST mutter-43.1.tar.xz 2779416 BLAKE2B 
1b7bf1ec44f6e47a859e84adb93a869be261ef3699ab773014e1497ea6c944e91d7a1766a2f126c79c1b21ba78e1ba25314c32113bc194f580d847e8617ae0d3
 SHA512 
6553ee855ebb3bb88bc12f823a5813c6b1b6ff983f1af716521b5e04903bc30112954e3e5d781516b087e247088cced1f560fce54eac28207a6cbc61d78b05b7
+DIST mutter-43.2.tar.xz 2781032 BLAKE2B 
cb4fc05ae9b53029649e9c80c8ce450d383a41f142ff1000bca6f9c1ddc707897511b5b54e8e28b4d263d19cffdfa699cef034d667cd8f166f8274c0f237d41a
 SHA512 
ae6afccdf6af99197072afabf0900e1a72f38acfa6c4d039e8db03d21e89513f8828f29eb292ca9dfdec64388dcc4a93db64139e3af66706aaac81461b5da96d

diff --git a/x11-wm/mutter/mutter-43.2.ebuild b/x11-wm/mutter/mutter-43.2.ebuild
new file mode 100644
index ..7da49c14e5e5
--- /dev/null
+++ b/x11-wm/mutter/mutter-43.2.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
+
+DESCRIPTION="GNOME compositing window manager based on Clutter"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
+
+LICENSE="GPL-2+"
+SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY gnome-shell 
(or anything using mutter-clutter-.pc) should use the subslot
+
+IUSE="doc elogind gnome input_devices_wacom +introspection screencast sysprof 
systemd test udev wayland video_cards_nvidia"
+# native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
+REQUIRED_USE="
+   wayland? ( ^^ ( elogind systemd ) udev )
+   test? ( wayland )"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# gnome-settings-daemon is build checked, but used at runtime only for 
org.gnome.settings-daemon.peripherals.keyboard gschema
+# xorg-server is needed at build and runtime with USE=wayland for Xwayland
+# v3.32.2 has many excessive or unused *_req variables declared, thus 
currently the dep order ignores those and goes via dependency() call order
+DEPEND="
+   >=media-libs/lcms-2.6:2
+   >=x11-misc/colord-1.4.5:=
+   >=x11-libs/libX11-1.7.0
+   >=media-libs/graphene-1.10.2[introspection?]
+   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/pango-1.46[introspection?]
+   >=dev-libs/fribidi-1.0.0
+   >=x11-libs/cairo-1.14[X]
+   >=gnome-base/gsettings-desktop-schemas-42.0[introspection?]
+   >=dev-libs/glib-2.69.0:2
+   gnome-base/gnome-settings-daemon
+   >=dev-libs/json-glib-0.12.0[introspection?]
+   >=x11-libs/libxkbcommon-0.4.3
+   x11-libs/libICE
+   >=app-accessibility/at-spi2-core-2.46:2[introspection?]
+   >=media-libs/libcanberra-0.26
+   sys-apps/dbus
+   gnome? ( gnome-base/gnome-desktop:3= )
+   media-libs/libglvnd[X]
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+   systemd? ( sys-apps/systemd )
+   wayland? (
+   >=dev-libs/wayland-protocols-1.26
+   >=dev-libs/wayland-1.21.0
+   x11-libs/libdrm
+   >=media-libs/mesa-21.3[egl(+),gbm(+),wayland,gles2]
+   >=dev-libs/libinput-1.18.0:=
+   elogind? ( sys-auth/elogind )
+   x11-base/xwayland
+   video_cards_nvidia? ( gui-libs/egl-wayland )
+   )
+   udev? ( >=dev-libs/libgudev-232
+   >=virtual/libudev-232-r1:=
+   )
+   x11-libs/libSM
+   input_devices_wacom? ( >=dev-libs/libwacom-0.13:= )
+   >=x11-libs/startup-notification-0.7
+   screencast? ( >=media-video/pipewire-0.3.21:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   doc? ( >=dev-util/gi-docgen-2021.1 )
+"
+# for now upstream has "have_x11 = true" in the meson.build, but sooner or 
later upstream is going to make X optional.
+#  X? (
+DEPEND+="
+   >=x11-libs/libXcomposite-0.4
+   

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

2022-12-07 Thread Conrad Kostecki
commit: aee2e5d82846abf2a60f1c061314f7167415b7ec
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Dec  7 22:12:09 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Dec  7 22:12:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee2e5d8

net-misc/sntpd: drop 3.0-r2

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/sntpd/Manifest|  1 -
 net-misc/sntpd/sntpd-3.0-r2.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/net-misc/sntpd/Manifest b/net-misc/sntpd/Manifest
index 88cb705ab5f2..d4c925c0bed8 100644
--- a/net-misc/sntpd/Manifest
+++ b/net-misc/sntpd/Manifest
@@ -1,2 +1 @@
-DIST sntpd-3.0.tar.gz 151995 BLAKE2B 
a67615c874fd119e083d99d269a92a550d875a18a973e0b2904cab1fe6631b6c4e98d86959fbd9c1a387396f1854ed1c264920e2b40e6355871cbc8a4e40a4b5
 SHA512 
664e95e590b329dc847275c99829711c159bf91fadb2a90989c2706fbd8b074480146a7a05c5532a1bbfcaebd4b489262a44e418fa8ac57362c4f7db659fd1ea
 DIST sntpd-3.1.tar.gz 157608 BLAKE2B 
3a793e50bc2ee4e5540e10b134ab945bc0993a81342735c3046798738ee14206cdcbaa4d3a316031bd39aaee3ed4c702db2cf85b8ad64ac5d90e19d35c467abf
 SHA512 
6d7693ecf0167aba59a1947c707894896e2b3caaef75354a5794341fce61062562c1c5521b60ddc6154af73837360e3946121c82e3414bb96663747cfc2ea487

diff --git a/net-misc/sntpd/sntpd-3.0-r2.ebuild 
b/net-misc/sntpd/sntpd-3.0-r2.ebuild
deleted file mode 100644
index f7b2bb80a6a1..
--- a/net-misc/sntpd/sntpd-3.0-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client and server for unix-alike 
systems"
-HOMEPAGE="https://github.com/troglobit/sntpd;
-SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="adjtimex systemd"
-
-RDEPEND="systemd? ( sys-apps/systemd )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local myeconfargs=(
-   $(use_with adjtimex)
-   $(use_with systemd systemd $(systemd_get_systemunitdir))
-   --with-ntpclient
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/sntpd.initd-r1 sntpd
-   newconfd "${FILESDIR}"/sntpd.confd sntpd
-}



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

2022-12-07 Thread Conrad Kostecki
commit: 3a4cfc4ddc0d5337bb9015394c56767d1b0e7b3d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Dec  7 22:11:18 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Dec  7 22:12:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4cfc4d

net-misc/sntpd: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/net-misc/sntpd/sntpd-3.1.ebuild b/net-misc/sntpd/sntpd-3.1.ebuild
index 4d901ec1784a..793c75480981 100644
--- a/net-misc/sntpd/sntpd-3.1.ebuild
+++ b/net-misc/sntpd/sntpd-3.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="adjtimex systemd"
 
 RDEPEND="systemd? ( sys-apps/systemd )"



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

2022-12-07 Thread Conrad Kostecki
commit: d0291a38e5ae5b430476a4981530230d1069b49e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Dec  7 22:11:47 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Dec  7 22:12:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0291a38

net-misc/sntpd: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/net-misc/sntpd/sntpd-3.1.ebuild b/net-misc/sntpd/sntpd-3.1.ebuild
index 793c75480981..f7b2bb80a6a1 100644
--- a/net-misc/sntpd/sntpd-3.1.ebuild
+++ b/net-misc/sntpd/sntpd-3.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="adjtimex systemd"
 
 RDEPEND="systemd? ( sys-apps/systemd )"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2022-12-07 Thread Mike Gilbert
commit: 046cf0003edf572a854d3942a547b6648fab5a25
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec  7 21:40:38 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec  7 21:40:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046cf000

www-plugins/chrome-binary-plugins: automated update (108.0.5359.98)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...-108.0.5359.94.ebuild => chrome-binary-plugins-108.0.5359.98.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 0592efff5792..ddfb917d99e7 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_109.0.5414.25-1_amd64.deb 92948572 BLAKE2B 
d7df7f0b2c5bef54925863e69b128b88078540007826a9d802fddb6cf1bbb69f0d1b2790d45114721ae41089a23647ac3b3a4358be91adc384e6758c3d6be9a8
 SHA512 
b533da39ffe95d79dbb8c990a365851da641d1610d9c6a509dded2a1c741b2e2356c5f881e666f19ebff6ee29a0289f3a9b5afbb080faf96e9aa65077faf2492
-DIST google-chrome-stable_108.0.5359.94-1_amd64.deb 93010300 BLAKE2B 
c6e087f3b74405e956905a846daeba05d3d68d9eb1948d250c118f4f4d160c89df4a29cbd2e5fd3b76b55e735333a4902689d64abda5b59381beac3f20b3bf12
 SHA512 
5d9dae8fe2c7a837cfe4a70891b2492df428606c673b07320eb02948c9b4ce3ace46c6a478f92b30a0c8e0df7a5570e86c2b1b5ba332fafcca3ac70f9c12dff1
+DIST google-chrome-stable_108.0.5359.98-1_amd64.deb 93009036 BLAKE2B 
816a4004b62b8b2add04ae83e70c0760f6c5def8f16cc70b986a020b7f652ae70acd55297c3a225ff5511452f4522d27170f309163fe20aeb4b4768a880ad736
 SHA512 
f9b79e501bea2a5aa251a9fa004066bed99caf84cf946353e1551f02ef0b93f112c395a198205b2a9d5d16b1e3cb0dd6575311598e16bdc4298088c93287
 DIST google-chrome-unstable_110.0.5449.0-1_amd64.deb 93306452 BLAKE2B 
272a661446158b79ee065fd8ae8457dd6993181e638f1cfa897e4123288be7cdc8cbb3d96289714a61f04edd8d625da22b079481fe00276bb4f9cbf40f47d231
 SHA512 
3c6396860397f41254122e11547f28de0a185948538ad00b5eb45543ec033ff77b6924ada78ae40579d61424c623ce478b0f0ddd90d0a2ffa571f2a7e0f830b9

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.94.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.98.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.94.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.98.ebuild



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

2022-12-07 Thread Mike Gilbert
commit: cdfbc4dbb622657d709efd72b57f3a36ba68bce0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec  7 21:40:32 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec  7 21:40:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfbc4db

www-client/google-chrome: automated update (108.0.5359.98)

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

 www-client/google-chrome/Manifest   | 2 +-
 ...e-chrome-108.0.5359.94.ebuild => google-chrome-108.0.5359.98.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index bb028dec2246..cb22bbfaef9b 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_108.0.5359.94-1_amd64.deb 93010300 BLAKE2B 
c6e087f3b74405e956905a846daeba05d3d68d9eb1948d250c118f4f4d160c89df4a29cbd2e5fd3b76b55e735333a4902689d64abda5b59381beac3f20b3bf12
 SHA512 
5d9dae8fe2c7a837cfe4a70891b2492df428606c673b07320eb02948c9b4ce3ace46c6a478f92b30a0c8e0df7a5570e86c2b1b5ba332fafcca3ac70f9c12dff1
+DIST google-chrome-stable_108.0.5359.98-1_amd64.deb 93009036 BLAKE2B 
816a4004b62b8b2add04ae83e70c0760f6c5def8f16cc70b986a020b7f652ae70acd55297c3a225ff5511452f4522d27170f309163fe20aeb4b4768a880ad736
 SHA512 
f9b79e501bea2a5aa251a9fa004066bed99caf84cf946353e1551f02ef0b93f112c395a198205b2a9d5d16b1e3cb0dd6575311598e16bdc4298088c93287

diff --git a/www-client/google-chrome/google-chrome-108.0.5359.94.ebuild 
b/www-client/google-chrome/google-chrome-108.0.5359.98.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-108.0.5359.94.ebuild
rename to www-client/google-chrome/google-chrome-108.0.5359.98.ebuild



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

2022-12-07 Thread Mike Gilbert
commit: 10eacc40e4a8224746508b40d16f9e3eb2526555
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec  7 21:39:42 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec  7 21:39:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10eacc40

sys-apps/systemd: simplify pkg_preinst check

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

 sys-apps/systemd/systemd-251.7.ebuild | 9 -
 sys-apps/systemd/systemd-251.8.ebuild | 9 -
 sys-apps/systemd/systemd-252.2.ebuild | 9 -
 sys-apps/systemd/systemd-.ebuild  | 9 -
 4 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/sys-apps/systemd/systemd-251.7.ebuild 
b/sys-apps/systemd/systemd-251.7.ebuild
index 57967cf1b395..84c6c3db0074 100644
--- a/sys-apps/systemd/systemd-251.7.ebuild
+++ b/sys-apps/systemd/systemd-251.7.ebuild
@@ -471,16 +471,15 @@ migrate_locale() {
 pkg_preinst() {
if ! use split-usr; then
local dir
-   for dir in bin sbin lib; do
-   if [[ ! ${EROOT}/${dir} -ef ${EROOT}/usr/${dir} ]]; then
-   eerror "\"${EROOT}/${dir}\" and 
\"${EROOT}/usr/${dir}\" are not merged."
-   eerror "One of them should be a symbolic link 
to the other one."
+   for dir in bin sbin lib usr/sbin; do
+   if [[ ! -L ${EROOT}/${dir} ]]; then
+   eerror "'${EROOT}/${dir}' is not a symbolic 
link."
FAIL=1
fi
done
if [[ ${FAIL} ]]; then
eerror "Migration to system layout with merged 
directories must be performed before"
-   eerror "rebuilding ${CATEGORY}/${PN} with 
USE=\"-split-usr\" to avoid run-time breakage."
+   eerror "installing ${CATEGORY}/${PN} with 
USE=\"-split-usr\" to avoid run-time breakage."
die "System layout with split directories still used"
fi
fi

diff --git a/sys-apps/systemd/systemd-251.8.ebuild 
b/sys-apps/systemd/systemd-251.8.ebuild
index 66941daa38cf..f529ba8b84df 100644
--- a/sys-apps/systemd/systemd-251.8.ebuild
+++ b/sys-apps/systemd/systemd-251.8.ebuild
@@ -466,16 +466,15 @@ migrate_locale() {
 pkg_preinst() {
if ! use split-usr; then
local dir
-   for dir in bin sbin lib; do
-   if [[ ! ${EROOT}/${dir} -ef ${EROOT}/usr/${dir} ]]; then
-   eerror "\"${EROOT}/${dir}\" and 
\"${EROOT}/usr/${dir}\" are not merged."
-   eerror "One of them should be a symbolic link 
to the other one."
+   for dir in bin sbin lib usr/sbin; do
+   if [[ ! -L ${EROOT}/${dir} ]]; then
+   eerror "'${EROOT}/${dir}' is not a symbolic 
link."
FAIL=1
fi
done
if [[ ${FAIL} ]]; then
eerror "Migration to system layout with merged 
directories must be performed before"
-   eerror "rebuilding ${CATEGORY}/${PN} with 
USE=\"-split-usr\" to avoid run-time breakage."
+   eerror "installing ${CATEGORY}/${PN} with 
USE=\"-split-usr\" to avoid run-time breakage."
die "System layout with split directories still used"
fi
fi

diff --git a/sys-apps/systemd/systemd-252.2.ebuild 
b/sys-apps/systemd/systemd-252.2.ebuild
index 03c6870db441..6a423f8c5593 100644
--- a/sys-apps/systemd/systemd-252.2.ebuild
+++ b/sys-apps/systemd/systemd-252.2.ebuild
@@ -465,16 +465,15 @@ migrate_locale() {
 pkg_preinst() {
if ! use split-usr; then
local dir
-   for dir in bin sbin lib; do
-   if [[ ! ${EROOT}/${dir} -ef ${EROOT}/usr/${dir} ]]; then
-   eerror "\"${EROOT}/${dir}\" and 
\"${EROOT}/usr/${dir}\" are not merged."
-   eerror "One of them should be a symbolic link 
to the other one."
+   for dir in bin sbin lib usr/sbin; do
+   if [[ ! -L ${EROOT}/${dir} ]]; then
+   eerror "'${EROOT}/${dir}' is not a symbolic 
link."
FAIL=1
fi
done
if [[ ${FAIL} ]]; then
eerror "Migration to system layout with merged 
directories must be performed before"
-   eerror "rebuilding ${CATEGORY}/${PN} with 
USE=\"-split-usr\" to avoid run-time breakage."
+   eerror "installing ${CATEGORY}/${PN} with 
USE=\"-split-usr\" to avoid run-time breakage."
die "System layout with split directories still used"
fi
fi

diff --git 

[gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/, app-editors/bluefish/files/

2022-12-07 Thread Sam James
commit: 56427a5412c65d71a3440415a11125ed20d58844
Author: Pascal Jäger  leimstift  de>
AuthorDate: Wed Dec  7 15:03:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 21:29:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56427a54

app-editors/bluefish: revbump, fix build for clang16

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

Signed-off-by: Pascal Jäger  leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/28589
Signed-off-by: Sam James  gentoo.org>

 app-editors/bluefish/bluefish-2.2.12-r2.ebuild | 98 ++
 .../bluefish-2.2.9-fix-incompatible-pointer.patch  | 20 +
 2 files changed, 118 insertions(+)

diff --git a/app-editors/bluefish/bluefish-2.2.12-r2.ebuild 
b/app-editors/bluefish/bluefish-2.2.12-r2.ebuild
new file mode 100644
index ..d7f7edc7d301
--- /dev/null
+++ b/app-editors/bluefish/bluefish-2.2.12-r2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+MY_P=${P/_/-}
+inherit autotools python-single-r1 xdg
+
+DESCRIPTION="GTK HTML editor for the experienced web designer or programmer"
+HOMEPAGE="https://bluefish.openoffice.nl/;
+SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2;
+
+LICENSE="GPL-3+"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+SLOT="0"
+IUSE="gucharmap nls python spell"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="sys-libs/zlib
+   x11-libs/gtk+:3
+   gucharmap? ( gnome-extra/gucharmap:2.90 )
+   python? ( ${PYTHON_DEPS} )
+   spell? ( app-text/enchant:2 )"
+DEPEND="${RDEPEND}
+   x11-libs/pango"
+BDEPEND=">=dev-libs/glib-2.24:2
+   dev-libs/libxml2:2
+   virtual/pkgconfig
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+# there actually is just some broken manpage checkup -> not bother
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.2.9-charmap_configure.patch"
+   "${FILESDIR}/${PN}-2.2.9-fix-incompatible-pointer.patch"
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # eautoreconf seems to no longer kill translation files.
+   eautoreconf
+   sed -i 's:gzip -n $< -c:gzip -n -c $<:' data/bflib/Makefile.* || die 
"Cannot fix makefile"
+}
+
+src_configure() {
+   CONFIG_SHELL="${BROOT}/bin/bash" econf \
+   --disable-update-databases \
+   --disable-xml-catalog-update \
+   --with-freedesktop_org-appdata="${EPREFIX}"/usr/share/metainfo \
+   --without-gtk2 \
+   $(use_with gucharmap charmap) \
+   $(use_enable nls) \
+   $(use_enable spell spell-check) \
+   $(use_enable python)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   einfo "Adding XML catalog entries..."
+   "${EPREFIX}"/usr/bin/xmlcatalog  --noout \
+   --add 'public' 'Bluefish/DTD/Bflang' 'bflang.dtd' \
+   --add 'system' 'http://bluefish.openoffice.nl/DTD/bflang.dtd' 
'bflang.dtd' \
+   --add 'rewriteURI' 'http://bluefish.openoffice.nl/DTD' 
'/usr/share/xml/bluefish-unstable' \
+   "${EROOT}"/etc/xml/catalog \
+   || ewarn "Failed to add XML catalog entries."
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+
+   einfo "Removing XML catalog entries..."
+   "${EPREFIX}"/usr/bin/xmlcatalog  --noout \
+   --del 'Bluefish/DTD/Bflang' \
+   --del 'http://bluefish.openoffice.nl/DTD/bflang.dtd' \
+   --del 'http://bluefish.openoffice.nl/DTD' \
+   "${EROOT}"/etc/xml/catalog \
+   || ewarn "Failed to remove XML catalog entries."
+}

diff --git 
a/app-editors/bluefish/files/bluefish-2.2.9-fix-incompatible-pointer.patch 
b/app-editors/bluefish/files/bluefish-2.2.9-fix-incompatible-pointer.patch
new file mode 100644
index ..7cf8900d4f9f
--- /dev/null
+++ b/app-editors/bluefish/files/bluefish-2.2.9-fix-incompatible-pointer.patch
@@ -0,0 +1,20 @@
+Clang16 will not allow to assign incompatible pointer types by default.
+Therefore we need to and const to the third parameter of this function
+to match the pointer XmlHashScanner this function is later assigned to.
+
+Bug: https://bugs.gentoo.org/882207
+Patch has been sent to upstream here: 
https://sourceforge.net/p/bluefish/tickets/66/
+ 
+Pascal Jäger  (2022-12-07)
+
+--- a/src/plugin_infbrowser/infb_dtd.c
 b/src/plugin_infbrowser/infb_dtd.c
+@@ -80,7 +80,7 @@ static gchar *infb_dtd_str_content(xmlElementContentPtr 
ct,gchar *sofar) {
+   return ret;
+ }
+ 
+-static void infb_dtd_element_to_group(void *payload, void *data, xmlChar 
*name) {
++static void 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/files/, x11-misc/xlockmore/

2022-12-07 Thread Sam James
commit: 71ae0b143a55fd45d4fd56cff13438cdbc602089
Author: Pascal Jäger  leimstift  de>
AuthorDate: Wed Dec  7 16:18:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 21:29:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ae0b14

x11-misc/xlockmore: version bump to 5.71, patch

- version bump to 5.71
- patch to fix build on clang16
- add filter-lto

Closes: https://bugs.gentoo.org/880909
Closes: https://bugs.gentoo.org/864761

Signed-off-by: Pascal Jäger  leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/28590
Signed-off-by: Sam James  gentoo.org>

 x11-misc/xlockmore/Manifest|   1 +
 .../xlockmore-5.71-fix-build-for-clang16.patch |  28 +
 x11-misc/xlockmore/xlockmore-5.71.ebuild   | 125 +
 3 files changed, 154 insertions(+)

diff --git a/x11-misc/xlockmore/Manifest b/x11-misc/xlockmore/Manifest
index 319f4fb8911b..1c67c5eba60b 100644
--- a/x11-misc/xlockmore/Manifest
+++ b/x11-misc/xlockmore/Manifest
@@ -1,2 +1,3 @@
 DIST xlockmore-5.66.tar.xz 1995064 BLAKE2B 
630643f2968a5015dd35b4e1a24cd3d4e7ef9d6d75b0916416e93ab28bacb5a161983b036d9042a5686b2f17ba493ad510e2df9f7443488f9b988662e644ec7a
 SHA512 
d0a4665e23b32cc3370703e55396cd5c9659f836aa13a1737dd709632746cf9221acd66a529b9e05af981e5bef539e70582959b9d821854b93ef735ad1cd928d
 DIST xlockmore-5.69.tar.xz 2008396 BLAKE2B 
69341456769f34c1ac537f382b4baf287b5da47f4620581cbea5ab92749a26467781ebb6d7f3dfa9bd1eedf92d21fb8e501715af681972f06007408a5a44f4e5
 SHA512 
03c5938a7442665a2743894c0daa45f3b38569f2b3c3cf395f0d0f5758f6f873e0ef703936d0846d0210babe52357a398a885f919257efe9a2038c8e06be40b9
+DIST xlockmore-5.71.tar.xz 2048496 BLAKE2B 
417bd4175a483d350cfa098c8a2488f81df9758874c1b53c36a6c2ae23f3b17c942c089d8ecce432f8db244cd8c4df7e79854ff9f2156153ee838ac98f2778ad
 SHA512 
d09cd28dbca37db5e8fa7a388f4d797369b82a856b509414dd6dca5b586506c466b0fb112947a6a0c71e8c8de7cc125ef19c0fa358edc2a521ad38c255946e58

diff --git 
a/x11-misc/xlockmore/files/xlockmore-5.71-fix-build-for-clang16.patch 
b/x11-misc/xlockmore/files/xlockmore-5.71-fix-build-for-clang16.patch
new file mode 100644
index ..a6bd223373b1
--- /dev/null
+++ b/x11-misc/xlockmore/files/xlockmore-5.71-fix-build-for-clang16.patch
@@ -0,0 +1,28 @@
+Clang16 will not allow assigning imcompatbile function pointer types.
+Therefore this patch adds casts to the function pointers.
+
+Bug: https://bugs.gentoo.org/880909
+This patch has been sent to upstream via mail. 
+
+Pascal Jäger  (2022-12-07)
+
+--- a/xlock/vtlock_proc.c
 b/xlock/vtlock_proc.c
+@@ -188,7 +188,7 @@ find_x_proc(int disp_nr, dev_t lxdev, ino_t lxino)
+ lencmd = strlen(xcmd_ref);
+ if ( stat( PROCDIR,  ) == -1 ) return( (pid_t)-1 );
+ namelist = (struct dirent **) malloc(sizeof (struct dirent *));
+-if ((names = scan_dir(PROCDIR, , proc_dir_select, alphasort)) == 
-1 )
++if ((names = scan_dir(PROCDIR, , proc_dir_select, (int (*)(const 
void *, const void *))alphasort)) == -1 )
+ {
+   free(namelist);
+   return( (pid_t)-1 );
+@@ -301,7 +301,7 @@ scan_x_fds( struct inode_ref *inotab, int ln_ttys, pid_t 
proc )
+ 
+ (void) sprintf(xfddir, PROCDIR "/%d/fd", proc);
+ namelist = (struct dirent **) malloc(sizeof (struct dirent *));
+-if (scan_dir(xfddir, , NULL, alphasort) == -1) {
++if (scan_dir(xfddir, , NULL, (int (*)(const void *, const void 
*))alphasort) == -1) {
+ free(namelist);
+ return 0;
+ }

diff --git a/x11-misc/xlockmore/xlockmore-5.71.ebuild 
b/x11-misc/xlockmore/xlockmore-5.71.ebuild
new file mode 100644
index ..0eebd9e89e6c
--- /dev/null
+++ b/x11-misc/xlockmore/xlockmore-5.71.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic pam
+
+DESCRIPTION="Just another screensaver application for X"
+HOMEPAGE="https://www.sillycycle.com/xlockmore.html;
+SRC_URI="
+   https://www.sillycycle.com/xlock/${P/_alpha/ALPHA}.tar.xz
+   
https://www.sillycycle.com/xlock/recent-releases/${P/_alpha/ALPHA}.tar.xz
+"
+S="${WORKDIR}/${P/_alpha/ALPHA}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama 
xlockrc vtlock"
+
+REQUIRED_USE="
+   || ( crypt pam )
+   pam? ( !xlockrc )
+   xlockrc? ( !pam )
+"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXpm
+   x11-libs/libXt
+   gtk? ( x11-libs/gtk+:2 )
+   imagemagick? ( media-gfx/imagemagick:= )
+   motif? ( >=x11-libs/motif-2.3:0 )
+   nas? ( media-libs/nas )
+   opengl? (
+   virtual/opengl
+   virtual/glu
+   truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
+   )
+   pam? ( sys-libs/pam )
+   

[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-math/

2022-12-07 Thread Maciej Barć
commit: 002f536cb59ef46e1ab1037d949ffe058b5a1744
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec  7 21:11:22 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec  7 21:28:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002f536c

app-emacs/company-math: bump to 1.5

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/company-math/Manifest|  1 +
 app-emacs/company-math/company-math-1.5.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-emacs/company-math/Manifest b/app-emacs/company-math/Manifest
index 17a6360382f9..bf91adefa41e 100644
--- a/app-emacs/company-math/Manifest
+++ b/app-emacs/company-math/Manifest
@@ -1 +1,2 @@
 DIST company-math-1.4_p20210731.tar.gz 10358 BLAKE2B 
15834f0e7b59cff25c1c3b488f16b19701ee3b1f8a715aa169ba40d5d7e4fd1e9ad226a0c52af88740dbfc950f660c46edb18e0e0bcad3687fb81610bafe9e84
 SHA512 
66b770d1ac37fdc7bae08bf79751cf4b9a2803944222d733beb6ad63dbdf5a8879ba19dcca61ec83cd4b1add813417508faca1649022242ab2ad11189a3444d7
+DIST company-math-1.5.tar.gz 10451 BLAKE2B 
0d05125ac787a92d9314bca9872777e4e2db8a2867b4d04b901ea90eda55c252413b6ecb5549702b0e1d1589b076f1fdf2320b02c77805f227593dfe561c132b
 SHA512 
63ba598d6a32dc154b481c20f655203ade3af1cf430a3919874065d0ba364b39c05dc188e81b443ba7392721b35cd2f1e3fa3dabc0d37200bd8bb1872814dd2f

diff --git a/app-emacs/company-math/company-math-1.5.ebuild 
b/app-emacs/company-math/company-math-1.5.ebuild
new file mode 100644
index ..8611ade7beb1
--- /dev/null
+++ b/app-emacs/company-math/company-math-1.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Completion back-ends for for math unicode symbols and latex tags"
+HOMEPAGE="https://github.com/vspinu/company-math/;
+SRC_URI="https://github.com/vspinu/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-emacs/company-mode
+   app-emacs/math-symbol-lists
+"
+BDEPEND="${RDEPEND}"
+
+DOCS=( readme.md img )
+SITEFILE="50${PN}-gentoo.el"



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

2022-12-07 Thread Sam James
commit: 338955efda9eb9c9990c85f8bdf96799c910c19c
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 21:27:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 21:27:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338955ef

profiles/arch/amd64: stable-mask media-libs/gst-plugins-bad[qsv]

media-libs/oneVPL is very new and not yet marked stable.

(Need this mask too b/c of package.use.mask undo for amd64)

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

 profiles/arch/amd64/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index 7411beaa8416..212a3c74ea9f 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-12-07)
+# Needs unstable media-libs/oneVPL
+media-libs/gst-plugins-bad qsv
+
 # Kai-Chun Ning  (2022-05-23)
 # Dependency media-libs/intel-hybrid-codec-driver is only available on unstable
 # branch



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

2022-12-07 Thread Ionen Wolkens
commit: f959e1ac03144fefc2db88b1369719b0fb8394e3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Dec  7 20:57:18 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  7 20:59:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f959e1ac

profiles: last rite dev-util/patchbin

Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b54278d2c788..5b69dd50aa8d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Ionen Wolkens  (2022-12-07)
+# Formerly added to apply binary git patches to wine-staging without git, but
+# has not been used since 2017 and stuck on EAPI-6. Alternatives: dev-vcs/git
+# Removal: 2023-01-06.
+dev-util/patchbin
+
 # Sam James  (2022-12-07)
 # HOMEPAGE & remote-id are for a different project, SRC_URI is gone,
 # only results on Google are for Gentoo mirrors, EAPI 6. Removal on 2023-01-07.



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

2022-12-07 Thread Sam James
commit: 17cd20efce18f133cfb0977703bd1a5027c6a607
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 20:47:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 20:47:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cd20ef

sys-devel/autoconf-wrapper: add 20221207

Closes: https://bugs.gentoo.org/870169
Signed-off-by: Sam James  gentoo.org>

 sys-devel/autoconf-wrapper/Manifest|  1 +
 .../autoconf-wrapper-20221207.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-devel/autoconf-wrapper/Manifest 
b/sys-devel/autoconf-wrapper/Manifest
index 92ba4e2d8daa..4c4633a50539 100644
--- a/sys-devel/autoconf-wrapper/Manifest
+++ b/sys-devel/autoconf-wrapper/Manifest
@@ -1,2 +1,3 @@
 DIST autotools-wrappers-at-20220130.tar.gz 3625 BLAKE2B 
c587d778a0c3331d14498308ae720dabdbcf27349ef0a3a2d5db56bb0ef597a5b1ab43388f1456e7888b40f043d68b0d89b420ac7404008f9a813ef78ae7e96f
 SHA512 
700204b6024636dc808339aac15fb19bb645b654d4777ba8bf0febded5eb6af98659d04ed23819a8a638b6ee905e62292995bf2f838c30dedacb1a6bc0d04f1a
 DIST autotools-wrappers-at-20221118.tar.gz 3625 BLAKE2B 
713e4b581baf6b5c0756f8bd026566e113eb6e8f54a594f132aa952277f68c7a9da28c93a191b8ad4279952ebcfcf7a5d679d4bb7a831b14af208ff2172ee15c
 SHA512 
1409c890fa3450195868536bb8c1bdcfb52c11f412ab0b99652e39b7ea4eeec1807611e4fa89c8289c162c7de8ff5c2864a86d6637ea24088b3125f8db895663
+DIST autotools-wrappers-at-20221207.tar.gz 3646 BLAKE2B 
82bec40e03ae5ec133252fd3c05c3fed537bb415e800918df9c9d783d48a9d76cbe60c53dd7daf6d94653d79fc52be8c089183dda996e8a72dd03ffa83098613
 SHA512 
12ea99721e6fc60a3ed7351d6c228aaf6e4eef0bd0444eda8cd742f74fa91150ef07bb52f6bcad4a350269e8032f5d4e204d2f2108b0d9c441ddd7f9755862b7

diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-20221207.ebuild 
b/sys-devel/autoconf-wrapper/autoconf-wrapper-20221207.ebuild
new file mode 100644
index ..936757448f5b
--- /dev/null
+++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-20221207.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="autotools-wrappers-at-${PV}"
+
+DESCRIPTION="Wrapper for autoconf to manage multiple autoconf versions"
+HOMEPAGE="https://gitweb.gentoo.org/proj/autotools-wrappers.git;
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI=" 
https://anongit.gentoo.org/git/proj/autotools-wrappers.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/autotools-wrappers.git/snapshot/${MY_P}.tar.gz;
+   #SRC_URI="https://dev.gentoo.org/~vapier/dist/${MY_P}.tar.gz;
+   S="${WORKDIR}/${MY_P}"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+src_install() {
+   exeinto /usr/$(get_libdir)/misc
+   newexe ac-wrapper.sh ac-wrapper.sh
+
+   dodir /usr/bin
+   local x=
+   for x in auto{conf,header,m4te,reconf,scan,update} ifnames ; do
+   dosym ../$(get_libdir)/misc/ac-wrapper.sh /usr/bin/${x}
+   done
+}



[gentoo-commits] proj/autotools-wrappers: New tag: at-20221207

2022-12-07 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 20:46:39 2022 +

New tag: at-20221207




[gentoo-commits] proj/autotools-wrappers:main commit in: /

2022-12-07 Thread Sam James
commit: afe80def609c91d72df73837ce2c51fed8b69f28
Author: Arsen Arsenović  aarsen  me>
AuthorDate: Wed Dec  7 20:43:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 20:46:03 2022 +
URL:
https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=afe80def

ac-wrapper.sh: fix autoconf regex

We need to optionally match the ., not require digits following period in 
version group.

Bug: https://bugs.gentoo.org/870169
Fixes: 6f9e65b68174b938714100f34f399844f8d2cb93
Signed-off-by: Arsen Arsenović  aarsen.me>
Signed-off-by: Sam James  gentoo.org>

 ac-wrapper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ac-wrapper.sh b/ac-wrapper.sh
index fb10d1c..9499ace 100755
--- a/ac-wrapper.sh
+++ b/ac-wrapper.sh
@@ -147,7 +147,7 @@ acprereq_version() {
 }
 
 generated_version() {
-   local re='^# Generated (by (GNU )?Autoconf|automatically using autoconf 
version) ([0-9.]+)\..*'
+   local re='^# Generated (by (GNU )?Autoconf|automatically using autoconf 
version) (([0-9]+.)+[0-9]+).*$'
sed -n -E "/${re}/{s:${re}:\3:;p;q}" "$@"
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2022-12-07 Thread Ionen Wolkens
commit: 2ad23f7bade0aca9dd83d79c32bc4dbe3fd51cd5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Dec  7 20:20:30 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  7 20:24:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad23f7b

x11-drivers/nvidia-drivers: adjust fbsimple warning to mention vesa

Also note that it's ok to ignore if it works, hard to say how
everything behaves on different hardware and this is not hard
requirements (may start working again with new kernel/driver too).

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-390.157.ebuild| 6 +++---
 x11-drivers/nvidia-drivers/nvidia-drivers-470.161.03.ebuild | 6 +++---
 x11-drivers/nvidia-drivers/nvidia-drivers-510.108.03.ebuild | 6 +++---
 x11-drivers/nvidia-drivers/nvidia-drivers-515.49.25.ebuild  | 6 +++---
 x11-drivers/nvidia-drivers/nvidia-drivers-515.86.01.ebuild  | 6 +++---
 x11-drivers/nvidia-drivers/nvidia-drivers-525.60.11.ebuild  | 6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.157.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.157.ebuild
index d55e27f401d0..6ea20ca7ebb2 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.157.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.157.ebuild
@@ -154,12 +154,12 @@ pkg_setup() {
fi
 
if kernel_is -ge 5 18 13; then
-   # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
-   "  CONFIG_FB_SIMPLE: is set, recommended to 
disable and switch to FB_EFI"
-   "as it is currently known broken with 
>=kernel-5.18.13 + NVIDIA."
+   "  CONFIG_FB_SIMPLE: is set, recommended to 
disable and switch to FB_EFI or"
+   "FB_VESA as it currently may be broken with 
>=kernel-5.18.13 + NVIDIA:"
"
https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341;
+   "(feel free to ignore this if it works for 
you)"
)
fi
 

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.161.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.161.03.ebuild
index 8e17b1eed370..dfcd6f0572c8 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.161.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.161.03.ebuild
@@ -158,12 +158,12 @@ pkg_setup() {
fi
 
if kernel_is -ge 5 18 13; then
-   # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
-   "  CONFIG_FB_SIMPLE: is set, recommended to 
disable and switch to FB_EFI"
-   "as it is currently known broken with 
>=kernel-5.18.13 + NVIDIA."
+   "  CONFIG_FB_SIMPLE: is set, recommended to 
disable and switch to FB_EFI or"
+   "FB_VESA as it currently may be broken with 
>=kernel-5.18.13 + NVIDIA:"
"
https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341;
+   "(feel free to ignore this if it works for 
you)"
)
fi
 

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-510.108.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-510.108.03.ebuild
index 02408836..db57305fb47d 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-510.108.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-510.108.03.ebuild
@@ -160,12 +160,12 @@ pkg_setup() {
fi
 
if kernel_is -ge 5 18 13; then
-   # https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341
if linux_chkconfig_present FB_SIMPLE; then
warn+=(
-   "  CONFIG_FB_SIMPLE: is set, recommended to 
disable and switch to FB_EFI"
-   "as it is currently known broken with 
>=kernel-5.18.13 + NVIDIA."
+   "  CONFIG_FB_SIMPLE: is set, recommended to 
disable and switch to FB_EFI or"
+   "FB_VESA as it currently may be broken with 
>=kernel-5.18.13 + NVIDIA:"
"
https://github.com/NVIDIA/open-gpu-kernel-modules/issues/341;
+   "(feel free to ignore this if it works for 
you)"
)
fi
 

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-515.49.25.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-515.49.25.ebuild
index a2abd5b180bf..e5d38d8e51c5 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-515.49.25.ebuild

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

2022-12-07 Thread Ronny Gutbrod
commit: 8340cb7afb505be99e18405508fbe309edd85d7e
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Tue Dec  6 14:40:13 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  6 14:40:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8340cb7a

games-puzzle/xy: add 1.2.399

Signed-off-by: Nicola Smaniotto  gmail.com>

 games-puzzle/xy/Manifest  |  2 ++
 games-puzzle/xy/xy-1.2.399.ebuild | 47 +++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/xy/Manifest b/games-puzzle/xy/Manifest
index 3cb3a2149..393d8b5e0 100644
--- a/games-puzzle/xy/Manifest
+++ b/games-puzzle/xy/Manifest
@@ -1,2 +1,4 @@
 DIST xy-1.2.377-deps.tar.xz 351455932 BLAKE2B 
0c634da2d9a2100825bdf38e4e7102f47e5d5ba37021e2a2087036b773a01e0599a495de81e4056ecbffdd7bcc1cc746100720599388b40202807a7798fe6ef7
 SHA512 
409967ec5eaafdd6a0fe2aee78121edab00c3fd38c33004c7f678ec90b7931f891a65a50c7442691f37819620bd5d0921c3494924da1cb1de5fdaf7b994a35d3
 DIST xy-1.2.377.tar.gz 26654270 BLAKE2B 
7538a8a685129a3761aae8b79c6ce263a3f879d2a6b9ada2597a66717b608cd755af1e850c0f6c882c7182febe35031cf623a86a80a40b8ea7cf11a02d78d723
 SHA512 
d8e761381b2155b15ef4d365fbe503f92fe08bd4af8aa365f610cf80d7658c09489ccc48e4706beca406797517bf38c1c0f154ccb43bf32b9a863dc632c6aa9c
+DIST xy-1.2.399-deps.tar.xz 351517684 BLAKE2B 
2f49c617cb97c444b251082087b96e0776122d5995f96bed5aae3e90d2a33dd73bf88c0255b9a98d01b841da0d1bee0059e6effe8ec644b7485fd2a547d13b42
 SHA512 
ebdbd28f7a53b6fed5b7f255ddba3e2dca33a2dfd088706505804a7db81d7cff9c0a993178c319d06d68d06129cc38cee48ca3838712304c07cb6f02a114f932
+DIST xy-1.2.399.tar.gz 26654724 BLAKE2B 
23fa75a883dd4c61fcf6f105c421418cd36755f10f3a8060ecaafdac53f86ce4c1db150a4b74ea20b80a1865a121394274763af601010ffc36c937520371db0f
 SHA512 
1030e6d1c7e6340e7a53d08fe38df99c19fb9ea58a21fc37af7d3ff50a612001f5cc763e812d5774eeff626edb1fa474fa71b36f116141283dffb775f5118932

diff --git a/games-puzzle/xy/xy-1.2.399.ebuild 
b/games-puzzle/xy/xy-1.2.399.ebuild
new file mode 100644
index 0..d9c11534c
--- /dev/null
+++ b/games-puzzle/xy/xy-1.2.399.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop go-module
+
+DEPS_DATE="2022-12-06" # when the deps archive has been created
+
+DESCRIPTION="A nonlinear 2D puzzle platformer taking place in impossible 
spaces"
+HOMEPAGE="https://divverent.github.io/xy/;
+SRC_URI="
+   https://github.com/divVerent/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://gitlab.com/api/v4/projects/41581401/packages/generic/${PN}/${PV}+${DEPS_DATE}/${P}-deps.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD MIT "
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   media-libs/alsa-lib
+   media-libs/libglvnd
+   x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+"
+
+src_configure() {
+   GOFLAGS+=" -buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+}
+
+src_compile() {
+   emake XY_BUILD_USE_VERSION_FILE=true BUILDTYPE=release
+}
+
+src_install() {
+   dobin ${PN}
+   doicon -s scalable ${PN}.svg
+   doicon -s 128 ${PN}.png
+   domenu ${PN}.desktop
+}



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

2022-12-07 Thread Ronny Gutbrod
commit: b1e58a3cfb6b188cbf6fc39b1d234c73122f80cb
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Dec  6 17:20:30 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  6 17:21:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1e58a3c

dev-libs/rsaref: treeclean

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

 dev-libs/rsaref/Manifest|  1 -
 dev-libs/rsaref/files/rsaref-2.0-global.patch   | 47 
 dev-libs/rsaref/files/rsaref-2.0-includes.patch | 72 
 dev-libs/rsaref/files/rsaref-2.0-libtool.patch  | 44 ---
 dev-libs/rsaref/files/rsaref-2.0-rsa.patch  | 73 -
 dev-libs/rsaref/metadata.xml| 30 --
 dev-libs/rsaref/rsaref-2.0.ebuild   | 44 ---
 7 files changed, 311 deletions(-)

diff --git a/dev-libs/rsaref/Manifest b/dev-libs/rsaref/Manifest
deleted file mode 100644
index 999cd5f16..0
--- a/dev-libs/rsaref/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rsaref-2.0.tar.Z 144092 BLAKE2B 
341dc102e01ffad31386e1a0f9a60bb20ced4cdf385faaff2fee3efbdc90721d2b1e17e045bb8ad2c1ac86d55ba28aafe2c94d9dbecf99dbef11724a6e5848e5
 SHA512 
70cf6fe7bbf91ab5b5e09af02e8a9b732d94f1126df720fcdf23fb6f5b4d46515573cb18241eb7354c9a40faadfcf30942044cd4a3a8507de6c783fadec03422

diff --git a/dev-libs/rsaref/files/rsaref-2.0-global.patch 
b/dev-libs/rsaref/files/rsaref-2.0-global.patch
deleted file mode 100644
index 30f35e9a3..0
--- a/dev-libs/rsaref/files/rsaref-2.0-global.patch
+++ /dev/null
@@ -1,47 +0,0 @@
 a/source/global.h
-+++ b/source/global.h
-@@ -7,23 +7,17 @@
- #ifndef _GLOBAL_H_
- #define _GLOBAL_H_ 1
- 
--/* PROTOTYPES should be set to one if and only if the compiler supports
-- function argument prototyping.
--   The following makes PROTOTYPES default to 1 if it has not already been
-- defined as 0 with C compiler flags.
-- */
--#ifndef PROTOTYPES
--#define PROTOTYPES 1
--#endif
-+#include 
-+#include 
- 
- /* POINTER defines a generic pointer type */
--typedef unsigned char *POINTER;
-+typedef caddr_t POINTER;
- 
- /* UINT2 defines a two byte word */
--typedef unsigned short int UINT2;
-+typedef u_int16_t UINT2;
- 
- /* UINT4 defines a four byte word */
--typedef unsigned long int UINT4;
-+typedef u_int32_t UINT4;
- 
- #ifndef NULL_PTR
- #define NULL_PTR ((POINTER)0)
-@@ -33,14 +27,6 @@
- #define UNUSED_ARG(x) x = *();
- #endif
- 
--/* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
--   If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
-- returns an empty list.  
-- */
--#if PROTOTYPES
--#define PROTO_LIST(list) list
--#else
--#define PROTO_LIST(list) ()
--#endif
-+#define PROTO_LIST(x) __P(x)
- 
- #endif /* end _GLOBAL_H_ */

diff --git a/dev-libs/rsaref/files/rsaref-2.0-includes.patch 
b/dev-libs/rsaref/files/rsaref-2.0-includes.patch
deleted file mode 100644
index 1f6b6f008..0
--- a/dev-libs/rsaref/files/rsaref-2.0-includes.patch
+++ /dev/null
@@ -1,72 +0,0 @@
 a/source/des.h
-+++ b/source/des.h
-@@ -4,6 +4,8 @@
- #ifndef _DES_H_
- #define _DES_H_ 1
- 
-+#include 
-+
- #ifdef __cplusplus
- extern "C" {
- #endif
-
 a/source/md2.h
-+++ b/source/md2.h
-@@ -22,6 +22,8 @@
- #ifndef _MD2_H_
- #define _MD2_H_ 1
- 
-+#include 
-+
- #ifdef __cplusplus
- extern "C" {
- #endif
-
 a/source/r_random.c
-+++ b/source/r_random.c
-@@ -8,7 +8,7 @@
- #include "global.h"
- #include "rsaref.h"
- #include "r_random.h"
--#include "md5.h"
-+#include 
- 
- #define RANDOM_BYTES_NEEDED 256
- 
 a/source/rsa.h
-+++ b/source/rsa.h
-@@ -5,6 +5,11 @@
-  Inc., created 1991. All rights reserved.
-  */
- 
-+#ifndef _RSA_H_
-+#define _RSA_H_ 1
-+
-+#include 
-+
- int RSAPublicEncrypt PROTO_LIST 
-   ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
- R_RSA_PUBLIC_KEY *, R_RANDOM_STRUCT *));
-@@ -17,3 +22,5 @@
- int RSAPrivateDecrypt PROTO_LIST
-   ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
- R_RSA_PRIVATE_KEY *));
-+
-+#endif
-$NetBSD: patch-af,v 1.2 1998/08/07 11:13:48 agc Exp $
-
 a/source/rsaref.h
-+++ b/source/rsaref.h
-@@ -8,9 +8,9 @@
- #ifndef _RSAREF_H_
- #define _RSAREF_H_ 1
- 
--#include "md2.h"
--#include "md5.h"
--#include "des.h"
-+#include 
-+#include 
-+#include 
- 
- #ifdef __cplusplus
- extern "C" {

diff --git a/dev-libs/rsaref/files/rsaref-2.0-libtool.patch 
b/dev-libs/rsaref/files/rsaref-2.0-libtool.patch
deleted file mode 100644
index ab0798241..0
--- a/dev-libs/rsaref/files/rsaref-2.0-libtool.patch
+++ /dev/null
@@ -1,44 +0,0 @@
 a/install/unix/makefile
-+++ b/install/unix/makefile
-@@ -4,8 +4,7 @@
- O = o
- 
- # commands
--CC = cc
--LIB = ar
-+CC := ${LIBTOOL} --tag=CC --mode=compile ${CC}
- 
- # name of temporary library script
- TEMPFILE = $(TEMP)/temp.mak
-@@ -14,18 +13,18 @@
- STDINCDIR=/usr/include
- 
- # 

[gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary-bin/

2022-12-07 Thread Ronny Gutbrod
commit: 1c232d79c182b395a47bfb4a303b301af9114182
Author: Marcin Woźniak  aol  com>
AuthorDate: Tue Dec  6 17:36:53 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  6 17:36:53 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c232d79

net-im/discord-canary-bin: Removed older version 0.0.143

Signed-off-by: Marcin Woźniak  aol.com>

 .../discord-canary-bin-0.0.143.ebuild  | 90 --
 1 file changed, 90 deletions(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild 
b/net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild
deleted file mode 100644
index 4b95f02be..0
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=${PN/-bin/}
-MY_BIN="D${MY_PN/d/}"
-MY_BIN="${MY_BIN/-canary/}Canary"
-
-inherit desktop linux-info pax-utils unpacker xdg
-
-DESCRIPTION="All-in-one voice and text chat"
-HOMEPAGE="https://discordapp.com/;
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb;
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror bindist"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libxkbcommon
-   x11-libs/libxcb
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-   opt/discord-canary/${MY_BIN}
-   opt/discord-canary/chrome-sandbox
-   opt/discord-canary/libffmpeg.so
-   opt/discord-canary/libvk_swiftshader.so
-   opt/discord-canary/libvulkan.so
-   opt/discord-canary/libEGL.so
-   opt/discord-canary/libGLESv2.so
-   opt/discord-canary/libVkICD_mock_icd.so
-   opt/discord-canary/swiftshader/libEGL.so
-   opt/discord-canary/swiftshader/libGLESv2.so
-   opt/discord-canary/swiftshader/libvk_swiftshader.so
-"
-
-CONFIG_CHECK="~USER_NS"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s:/usr/share/${MY_PN}/${MY_BIN}:/opt/${MY_PN}/${MY_BIN}:g" \
-   usr/share/${MY_PN}/${MY_PN}.desktop || die
-}
-
-src_install() {
-   newicon usr/share/${MY_PN}/${MY_PN//-canary}.png ${MY_PN}.png
-   domenu usr/share/${MY_PN}/${MY_PN}.desktop
-
-   insinto /opt/${MY_PN}
-   doins -r usr/share/${MY_PN}/.
-   fperms +x /opt/${MY_PN}/${MY_BIN}
-   dosym ../../opt/${MY_PN}/${MY_BIN} usr/bin/${MY_PN}
-
-   pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
-}



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

2022-12-07 Thread Ronny Gutbrod
commit: 8b1a5d8181eb4f431e64a6b5cd692f890e87ec1d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  6 08:15:41 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  6 08:15:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b1a5d81

net-im/nheko: revbump for fixed dev-qt/qtgui dep

Fixes: 9da911bcec80ec9e3b44ffc3e2c1de0ee25ca1b7
Signed-off-by: Sam James  gentoo.org>

 net-im/nheko/{nheko-0.10.2.ebuild => nheko-0.10.2-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-im/nheko/nheko-0.10.2.ebuild 
b/net-im/nheko/nheko-0.10.2-r1.ebuild
similarity index 100%
rename from net-im/nheko/nheko-0.10.2.ebuild
rename to net-im/nheko/nheko-0.10.2-r1.ebuild



[gentoo-commits] repo/proj/guru:master commit in: net-p2p/yggdrasil-go/

2022-12-07 Thread Ronny Gutbrod
commit: 075f458452509cdc846e11c43f3496a203a8a9bc
Author: Eric Joldasov  getgoogleoff  me>
AuthorDate: Wed Dec  7 02:37:48 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Dec  7 02:37:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=075f4584

net-p2p/yggdrasil-go: add 0.4.7, drop 0.4.6

Signed-off-by: Eric Joldasov  getgoogleoff.me>

 net-p2p/yggdrasil-go/Manifest | 4 ++--
 .../{yggdrasil-go-0.4.6.ebuild => yggdrasil-go-0.4.7.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/yggdrasil-go/Manifest b/net-p2p/yggdrasil-go/Manifest
index 97af406bb..970006506 100644
--- a/net-p2p/yggdrasil-go/Manifest
+++ b/net-p2p/yggdrasil-go/Manifest
@@ -1,2 +1,2 @@
-DIST yggdrasil-go-0.4.6-vendor.tar.xz 957992 BLAKE2B 
ad8e7560b294aa37c4fa985aa44fe3c3f485ebdc85d9ac297c8ca0a40daeac34244bb6fffc8d195b62b9e54f2783e1f04b26172e3a8dea654c07067cc4167350
 SHA512 
8de6c0e8dad41aa83dbb7dde1e9f1f400f59c8ccdaf73b00b7180485416ea538aa5595b9dcc9a51bb26ea461375f94ba077b4d02416311b1588c6cc661d460e1
-DIST yggdrasil-go-0.4.6.tar.gz 94167 BLAKE2B 
8c27bf0c3faf8c2ed1804d4f77acb55f7e1ee9b1ab1ae04f5d2d670e53e6a67ff752c5260ae107602d2a34e89054ea697783635b80e8b3b0f725dd6dbd87ae34
 SHA512 
64c335c94507c899f13a6d00a3998802db48b27e024974ad639795075fea4456f58fd5147f4b5b4162a804f9e4e7ea173a6b9802cc1410dccc8be89804dbf871
+DIST yggdrasil-go-0.4.7-vendor.tar.xz 958088 BLAKE2B 
1e6412803a2428fbc3779115155f7a5eb24e0f433c14083f79165da0b035c17ec083d1eb8a472d9edb7436f162c9a406fb67dce3f35be1f73d262ad1c048d728
 SHA512 
bd378cc24793d04969adc1318c08593115be2a0a8a7f83fdd773c10b16c7b0409867ea6e58994bdefaa8ad83730e2d4ee0526776beba170fd522b4fc46a0a36d
+DIST yggdrasil-go-0.4.7.tar.gz 95223 BLAKE2B 
eb56702dc95a9bb3bc5a48073d3e2241eb076299262fbeb5e001f2af0da5407796f0978295ae3ecf7b347f2a322c45bfb8d623e0c9271f092288f79ab5ad1040
 SHA512 
954e511001b509ae95348f18e489aed98dfa9ac079c007e3c054d00163e224389fdb6ae293be507cba5ae5182612a466a9d8878e7e2d762289ad4429920246e8

diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild 
b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.7.ebuild
similarity index 100%
rename from net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild
rename to net-p2p/yggdrasil-go/yggdrasil-go-0.4.7.ebuild



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

2022-12-07 Thread Ronny Gutbrod
commit: 69d883a74bb12e6a31328a08fb514f831e1ac319
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Dec  6 22:50:42 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  6 22:50:42 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69d883a7

sys-libs/libfixposix: fix license; add 0.5.1

Signed-off-by: Julien Roy  jroy.ca>

 sys-libs/libfixposix/Manifest | 1 +
 sys-libs/libfixposix/libfixposix-0.4.3.ebuild | 2 +-
 .../{libfixposix-0.4.3.ebuild => libfixposix-0.5.1.ebuild}| 4 ++--
 sys-libs/libfixposix/metadata.xml | 8 +++-
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libfixposix/Manifest b/sys-libs/libfixposix/Manifest
index a5682ac8a..b8b4a895a 100644
--- a/sys-libs/libfixposix/Manifest
+++ b/sys-libs/libfixposix/Manifest
@@ -1 +1,2 @@
 DIST libfixposix-0.4.3.tar.gz 40370 BLAKE2B 
16be34b15f891d05f4935ad3b9ed734164e63b5fdc660a35c18a7f10d45efd60e747160853a2f2c125aa039769cae0476c1975a348f04e2b302bcc5cad59db1d
 SHA512 
cd1ef4d51a885a0994475563472f0e9d03b8223a69d2f9b30666c2f7eb8716421434a829e710832ae58607944a09410efc693a51f76cb854ccc7278bf619702a
+DIST libfixposix-0.5.1.tar.gz 41296 BLAKE2B 
7b7b06c8cbbd54fc252a3ca8d765b0947d357d0efcac684f757d0e0b4f35bc043b588e7b603cb9875b5efbc45e6bc562c61040a436b3b5f30f3b8d324a859dfe
 SHA512 
7749f560e779d4dc5712f9871fcca6b6143c482cef90c1785616c2520d75a82b22831ab5e6b76e703dccd1f5344baddf847623ccb91b0552feae6aa7054ac859

diff --git a/sys-libs/libfixposix/libfixposix-0.4.3.ebuild 
b/sys-libs/libfixposix/libfixposix-0.4.3.ebuild
index 9690bd8af..7a1e43d72 100644
--- a/sys-libs/libfixposix/libfixposix-0.4.3.ebuild
+++ b/sys-libs/libfixposix/libfixposix-0.4.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Thin wrapper over POSIX syscalls"
 HOMEPAGE="https://github.com/sionescu/libfixposix;
 SRC_URI="https://github.com/sionescu/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="BSL-1.1"
+LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/sys-libs/libfixposix/libfixposix-0.4.3.ebuild 
b/sys-libs/libfixposix/libfixposix-0.5.1.ebuild
similarity index 94%
copy from sys-libs/libfixposix/libfixposix-0.4.3.ebuild
copy to sys-libs/libfixposix/libfixposix-0.5.1.ebuild
index 9690bd8af..15fb3ff5e 100644
--- a/sys-libs/libfixposix/libfixposix-0.4.3.ebuild
+++ b/sys-libs/libfixposix/libfixposix-0.5.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 # inherit autotools
 
@@ -9,7 +9,7 @@ DESCRIPTION="Thin wrapper over POSIX syscalls"
 HOMEPAGE="https://github.com/sionescu/libfixposix;
 SRC_URI="https://github.com/sionescu/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="BSL-1.1"
+LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/sys-libs/libfixposix/metadata.xml 
b/sys-libs/libfixposix/metadata.xml
index 7a38bb900..d751dc096 100644
--- a/sys-libs/libfixposix/metadata.xml
+++ b/sys-libs/libfixposix/metadata.xml
@@ -1,5 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   jul...@jroy.ca
+   Julien Roy
+   
+   
+   sionescu/libfixposix
+   
 



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

2022-12-07 Thread Ronny Gutbrod
commit: 10eed92c9b010e1af56396761d171327d8ab1c99
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Dec  6 17:21:20 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  6 17:21:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10eed92c

app-crypt/pgp: treeclean

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

 app-crypt/pgp/Manifest|  1 -
 app-crypt/pgp/files/pgp-2.6.3a-alpha.patch| 14 --
 app-crypt/pgp/files/pgp-2.6.3a-getline.patch  | 47 
 app-crypt/pgp/files/pgp-2.6.3a-includes.patch | 25 ---
 app-crypt/pgp/files/pgp-2.6.3a-sparc.patch| 23 --
 app-crypt/pgp/metadata.xml| 17 
 app-crypt/pgp/pgp-2.6.3a.ebuild   | 62 ---
 7 files changed, 189 deletions(-)

diff --git a/app-crypt/pgp/Manifest b/app-crypt/pgp/Manifest
deleted file mode 100644
index bc4dc3f51..0
--- a/app-crypt/pgp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pgp263is.tar.gz 607982 BLAKE2B 
956afb5e4cdb61716b1aee5c02461410ee2d4fb3c5958af8d2f329cd9974115dfb2944bb80194059b5daf61eab277b130c24677f2845c8f9adf942cd1246d609
 SHA512 
ced42d884f8dbbc7afc2dfbe485716333df5fa04a5727dc63fa3c7504e53447a7561d7406a057fba18e6239836e40cc13de4b30f2223552c6dc3dae0664a4374

diff --git a/app-crypt/pgp/files/pgp-2.6.3a-alpha.patch 
b/app-crypt/pgp/files/pgp-2.6.3a-alpha.patch
deleted file mode 100644
index c0eb4a0be..0
--- a/app-crypt/pgp/files/pgp-2.6.3a-alpha.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/src/md5.h
-+++ b/src/md5.h
-@@ -1,11 +1,7 @@
- #ifndef MD5_H
- #define MD5_H
- 
--#ifdef __alpha
- typedef unsigned int uint32;
--#else
--typedef unsigned long uint32;
--#endif
- 
- struct MD5Context {
-   uint32 buf[4];

diff --git a/app-crypt/pgp/files/pgp-2.6.3a-getline.patch 
b/app-crypt/pgp/files/pgp-2.6.3a-getline.patch
deleted file mode 100644
index 84f87c6bc..0
--- a/app-crypt/pgp/files/pgp-2.6.3a-getline.patch
+++ /dev/null
@@ -1,47 +0,0 @@
 a/src/armor.c
-+++ b/src/armor.c
-@@ -343,7 +343,7 @@ copyline(FILE * in, FILE * out)
-  * idea.
-  */
- static int
--getline(char *buf, int n, FILE * f)
-+get_line(char *buf, int n, FILE * f)
- {
- int state;
- char *p;
-@@ -376,7 +376,7 @@ getline(char *buf, int n, FILE * f)
-   return 0;   /* Out of buffer space */
-   }
- } /* for (;;) */
--} /* getline */
-+} /* get_line */
- 
- #if 1
- /* This limit is advisory only; longer lines are handled properly.
-@@ -547,7 +547,7 @@ armor_file(char *infilename, char *outfi
-   return 1;
-   }
-   fprintf(outFile, "-BEGIN PGP SIGNED MESSAGE-\n\n");
--  while ((i = getline(buffer, sizeof buffer, clearFile)) >= 0) {
-+  while ((i = get_line(buffer, sizeof buffer, clearFile)) >= 0) {
-   /* Quote lines beginning with '-' as per RFC1113;
-* Also quote lines beginning with "From "; this is
-* for Unix mailers which add ">" to such lines.
-@@ -1231,7 +1231,7 @@ LANG("\n\007Unable to write ciphertext o
-   for (;;) {
-   ++infile_line;
-   nline = status;
--  status = getline(buf, sizeof buf, in);
-+  status = get_line(buf, sizeof buf, in);
-   if (status < 0) {
-   fprintf(pgpout,
- LANG("ERROR: ASCII armor decode input ended unexpectedly!\n"));
-@@ -1249,7 +1249,7 @@ LANG("ERROR: ASCII armor decode input en
-   /* Copy trailing part of line, if any. */
-   if (!status)
-   status = copyline(in, litout);
--  /* Ignore error; getline will discover it again */
-+  /* Ignore error; get_line will discover it again */
-   }
-   fflush(litout);
-   if (ferror(litout)) {

diff --git a/app-crypt/pgp/files/pgp-2.6.3a-includes.patch 
b/app-crypt/pgp/files/pgp-2.6.3a-includes.patch
deleted file mode 100644
index 8e6cfd82c..0
--- a/app-crypt/pgp/files/pgp-2.6.3a-includes.patch
+++ /dev/null
@@ -1,25 +0,0 @@
 a/src/md5.c
-+++ b/src/md5.c
-@@ -15,6 +15,7 @@
-  * will fill a supplied 16-byte array with the digest.
-  */
- #include/* for memcpy() */
-+#include "usuals.h"
- #include "md5.h"
- 
- #ifndef HIGHFIRST
-
 a/src/rsaglue2.c
-+++ b/src/rsaglue2.c
-@@ -52,9 +52,8 @@ char signon_legalese[] = _LANG("\
- Uses the RSAREF(tm) Toolkit, which is copyright RSA Data Security, Inc.\n\
- Distributed by the Massachusetts Institute of Technology.\n");
- 
--#include 
--#include 
--#include 
-+#include 
-+#include 
- /*
-  * The functions we call in rsa.h are:
-  *

diff --git a/app-crypt/pgp/files/pgp-2.6.3a-sparc.patch 
b/app-crypt/pgp/files/pgp-2.6.3a-sparc.patch
deleted file mode 100644
index 404b96c95..0
--- a/app-crypt/pgp/files/pgp-2.6.3a-sparc.patch
+++ /dev/null
@@ -1,23 +0,0 @@
 a/src/sparc.S

[gentoo-commits] repo/proj/guru:master commit in: net-im/discord-canary-bin/

2022-12-07 Thread Ronny Gutbrod
commit: 1074bf8bc129461e14c5e2e6e8e09f1b43502a8d
Author: Marcin Woźniak  aol  com>
AuthorDate: Tue Dec  6 17:35:01 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Tue Dec  6 17:35:01 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1074bf8b

net-im/discord-canary-bin: version bump to 0.0.144

Signed-off-by: Marcin Woźniak  aol.com>

 net-im/discord-canary-bin/Manifest |  2 +-
 .../discord-canary-bin-0.0.144.ebuild  | 90 ++
 2 files changed, 91 insertions(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest 
b/net-im/discord-canary-bin/Manifest
index 303932c26..c66f01527 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.143.deb 81623310 BLAKE2B 
3e8887ed185faebd545e661556528c1da016bae7937ed878aa3e572ea26a3e871eb327ad19fdcacc9af87a71c4cc30f69fbbb6f4a4499c2b3bca3f7869dd9c98
 SHA512 
f249624156d5adf4aff5a9c59ec76908251db26f9f06395cb246e9388fc694bbdc58d1ae63ec3750bbe96c0dc24fe217ce7287bd4058fc546b0d72e91d633ef1
+DIST discord-canary-0.0.144.deb 81624716 BLAKE2B 
f14865dc7167de5e827982610a589c3810579061cf6233572cbde76cfcda4c5bf2690d016d3f020271ef855053cfecd8f18079a406f7cc586fe872a5dfdb298b
 SHA512 
5431aba18bdd492d84b2320e883c23540b731a65c2bab3e77038c4bba9abc1aeed4154807937997a720a5ff1fe59e49db71d20e462f7d77b2d3c2c4008f8a11a

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild 
b/net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild
new file mode 100644
index 0..4b95f02be
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=${PN/-bin/}
+MY_BIN="D${MY_PN/d/}"
+MY_BIN="${MY_BIN/-canary/}Canary"
+
+inherit desktop linux-info pax-utils unpacker xdg
+
+DESCRIPTION="All-in-one voice and text chat"
+HOMEPAGE="https://discordapp.com/;
+SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb;
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror bindist"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libxkbcommon
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango
+"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+   opt/discord-canary/${MY_BIN}
+   opt/discord-canary/chrome-sandbox
+   opt/discord-canary/libffmpeg.so
+   opt/discord-canary/libvk_swiftshader.so
+   opt/discord-canary/libvulkan.so
+   opt/discord-canary/libEGL.so
+   opt/discord-canary/libGLESv2.so
+   opt/discord-canary/libVkICD_mock_icd.so
+   opt/discord-canary/swiftshader/libEGL.so
+   opt/discord-canary/swiftshader/libGLESv2.so
+   opt/discord-canary/swiftshader/libvk_swiftshader.so
+"
+
+CONFIG_CHECK="~USER_NS"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s:/usr/share/${MY_PN}/${MY_BIN}:/opt/${MY_PN}/${MY_BIN}:g" \
+   usr/share/${MY_PN}/${MY_PN}.desktop || die
+}
+
+src_install() {
+   newicon usr/share/${MY_PN}/${MY_PN//-canary}.png ${MY_PN}.png
+   domenu usr/share/${MY_PN}/${MY_PN}.desktop
+
+   insinto /opt/${MY_PN}
+   doins -r usr/share/${MY_PN}/.
+   fperms +x /opt/${MY_PN}/${MY_BIN}
+   dosym ../../opt/${MY_PN}/${MY_BIN} usr/bin/${MY_PN}
+
+   pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
+}



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

2022-12-07 Thread Sam James
commit: fa5d1b16c3f24c2cf99d215aadb5228ea27a958b
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 19:43:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 19:49:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5d1b16

sys-cluster/pmix: add hwloc dep, rename pquery

Closes: https://bugs.gentoo.org/884765
Closes: https://bugs.gentoo.org/884735
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/pmix/{pmix-4.2.2.ebuild => pmix-4.2.2-r1.ebuild} | 8 
 1 file changed, 8 insertions(+)

diff --git a/sys-cluster/pmix/pmix-4.2.2.ebuild 
b/sys-cluster/pmix/pmix-4.2.2-r1.ebuild
similarity index 83%
rename from sys-cluster/pmix/pmix-4.2.2.ebuild
rename to sys-cluster/pmix/pmix-4.2.2-r1.ebuild
index 4e0cde30caf9..84966f965b68 100644
--- a/sys-cluster/pmix/pmix-4.2.2.ebuild
+++ b/sys-cluster/pmix/pmix-4.2.2-r1.ebuild
@@ -14,6 +14,7 @@ IUSE="debug +munge pmi"
 
 RDEPEND="
dev-libs/libevent:=
+   sys-apps/hwloc:=
sys-cluster/ucx
sys-libs/zlib:=
munge? ( sys-auth/munge )
@@ -27,3 +28,10 @@ src_configure() {
$(use_enable debug) \
$(use_with munge)
 }
+
+src_install() {
+   default
+
+   # bug #884765
+   mv "${ED}"/usr/bin/pquery "${ED}"/usr/bin/pmix-pquery || die
+}



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

2022-12-07 Thread David Seifert
commit: 525ac8b07e26c41a73a52068e07ea9f1a2dfb774
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec  7 19:43:01 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec  7 19:43:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525ac8b0

sci-libs/keras-applications: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...cations-1.0.8-r1.ebuild => keras-applications-1.0.8-r2.ebuild} | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild 
b/sci-libs/keras-applications/keras-applications-1.0.8-r2.ebuild
similarity index 79%
rename from sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild
rename to sci-libs/keras-applications/keras-applications-1.0.8-r2.ebuild
index bdb62d7aa08c..8baf6e78c0af 100644
--- a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild
+++ b/sci-libs/keras-applications/keras-applications-1.0.8-r2.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Keras deep learning library reference implementations of deep 
learning models"
@@ -13,8 +14,5 @@ 
SRC_URI="https://github.com/keras-team/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



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

2022-12-07 Thread David Seifert
commit: 11472dea3974b6779b44ccc6131aaa0630086c1e
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec  7 19:43:00 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec  7 19:43:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11472dea

sci-libs/keras-preprocessing: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...ng-1.1.2.ebuild => keras-preprocessing-1.1.2-r1.ebuild} | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild 
b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2-r1.ebuild
similarity index 76%
rename from sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild
rename to sci-libs/keras-preprocessing/keras-preprocessing-1.1.2-r1.ebuild
index 6bd98c017bd6..544507478105 100644
--- a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2.ebuild
+++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.2-r1.ebuild
@@ -1,24 +1,24 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
+
 MY_PN="Keras_Preprocessing"
 
 DESCRIPTION="Easy data preprocessing and data augmentation for deep learning 
models"
 HOMEPAGE="https://keras.io/;
 
SRC_URI="https://files.pythonhosted.org/packages/source/${MY_PN::1}/${MY_PN}/${MY_PN}-${PV}.tar.gz;
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-S="${WORKDIR}/${MY_PN}-${PV}"
 
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



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

2022-12-07 Thread Sam James
commit: 6ebb8a3511d1e71ad26f38575c93dc86551eaa11
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 19:40:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 19:41:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebb8a35

app-editors/xvile: drop 9.8t-r2, 9.8v

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

 app-editors/xvile/Manifest |  2 --
 app-editors/xvile/xvile-9.8t-r2.ebuild | 43 --
 app-editors/xvile/xvile-9.8v.ebuild| 48 --
 3 files changed, 93 deletions(-)

diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest
index 4e1addb900e6..bcc2d7132cd3 100644
--- a/app-editors/xvile/Manifest
+++ b/app-editors/xvile/Manifest
@@ -1,4 +1,2 @@
-DIST vile-9.8t.tgz 2352119 BLAKE2B 
fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4
 SHA512 
4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229
-DIST vile-9.8v.tgz 2405398 BLAKE2B 
cd8753c57ff95c9b420026128fd19b7c689c99500da7cae91d3160dded46aa101b0cae32daeaf0377d4d72a5e526e8e4f25422bbbff2cc5ecdef10b7f04c8b39
 SHA512 
b752f26148bd4411ab6b31697459a16d8168f79ffad6b3509d6cf5d40611176b833e56f4bac21fe18ecdd256be467ba96ea98149daceab671002df49508eb8d2
 DIST vile-9.8w.tgz 2407322 BLAKE2B 
824142c2d081db7c74ab4ce36db63e2d26e82954b32d274477f920b3519c75a249745365f7fb4f117f613c04fddd468394b4636d5f84d9f024eee3cb9c8332ba
 SHA512 
54a96b400f479c633b917691fdab5ec5098ff1d6a6f5390c085635b4449ee7f02988e52c6b442918917455d02d5d74781ed57e4f944422576cf6532caaa446af
 DIST vile-9.8w.tgz.asc 729 BLAKE2B 
24ee3733957239b808566cf1c46cd45089ab0e9cd980fc477190beca79a85e6d31925c8eb02138442e4776b7ee678aec9d522d4bb3a8d72670e0720ab9369a5c
 SHA512 
143eaa6ea64cf1d8dc078aba197544a036858f91a15f2f8c4254095f7cdc725b1720cf600afcd3ba67cf0c0414cefb0a058a5730d1a70906fe3591ddc46fb916

diff --git a/app-editors/xvile/xvile-9.8t-r2.ebuild 
b/app-editors/xvile/xvile-9.8t-r2.ebuild
deleted file mode 100644
index 731637043fa1..
--- a/app-editors/xvile/xvile-9.8t-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN/x/}-${PV}"
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/;
-SRC_URI="ftp://ftp.invisible-island.net/vile/current/${MY_P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86"
-IUSE="perl"
-
-RDEPEND="perl? ( dev-lang/perl:= )
-   ~app-editors/vile-${PV}
-   virtual/libcrypt:=
-   >=x11-libs/libX11-1.0.0
-   >=x11-libs/libXt-1.0.0
-   >=x11-libs/libICE-1.0.0
-   >=x11-libs/libSM-1.0.0
-   >=x11-libs/libXaw-1.0.1
-   >=x11-libs/libXpm-3.5.4.2"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   sys-devel/flex"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-   econf \
-   --with-ncurses \
-   --with-x \
-   $(use_with perl)
-}
-
-src_install() {
-   dobin xvile
-   dodoc CHANGES* README doc/*.doc
-   docinto html
-   dodoc doc/*.html
-}

diff --git a/app-editors/xvile/xvile-9.8v.ebuild 
b/app-editors/xvile/xvile-9.8v.ebuild
deleted file mode 100644
index b3a06afe19e8..
--- a/app-editors/xvile/xvile-9.8v.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Bump with app-editors/vile
-
-MY_P="${PN/x/}-${PV}"
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/;
-SRC_URI="https://invisible-island.net/archives/vile/current/${MY_P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~riscv ~sparc ~x86"
-IUSE="perl"
-
-RDEPEND="~app-editors/vile-${PV}
-   virtual/libcrypt:=
-   >=x11-libs/libX11-1.0.0
-   >=x11-libs/libXt-1.0.0
-   >=x11-libs/libICE-1.0.0
-   >=x11-libs/libSM-1.0.0
-   >=x11-libs/libXaw-1.0.1
-   >=x11-libs/libXpm-3.5.4.2
-   perl? ( dev-lang/perl:= )"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   sys-devel/flex"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${MY_P}
-
-src_configure() {
-   econf \
-   --disable-stripping \
-   --with-ncurses \
-   --with-pkg-config \
-   --with-x \
-   $(use_with perl)
-}
-
-src_install() {
-   dobin xvile
-   dodoc CHANGES* README doc/*.doc
-   docinto html
-   dodoc doc/*.html
-}



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

2022-12-07 Thread Sam James
commit: c03a41b12e1baa145d2b1b0a0a493a82c3e9223d
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 19:40:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 19:41:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03a41b1

app-editors/vile: drop 9.8t-r2, 9.8v

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

 app-editors/vile/Manifest|  2 --
 app-editors/vile/vile-9.8t-r2.ebuild | 43 --
 app-editors/vile/vile-9.8v.ebuild| 51 
 3 files changed, 96 deletions(-)

diff --git a/app-editors/vile/Manifest b/app-editors/vile/Manifest
index 4e1addb900e6..bcc2d7132cd3 100644
--- a/app-editors/vile/Manifest
+++ b/app-editors/vile/Manifest
@@ -1,4 +1,2 @@
-DIST vile-9.8t.tgz 2352119 BLAKE2B 
fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4
 SHA512 
4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229
-DIST vile-9.8v.tgz 2405398 BLAKE2B 
cd8753c57ff95c9b420026128fd19b7c689c99500da7cae91d3160dded46aa101b0cae32daeaf0377d4d72a5e526e8e4f25422bbbff2cc5ecdef10b7f04c8b39
 SHA512 
b752f26148bd4411ab6b31697459a16d8168f79ffad6b3509d6cf5d40611176b833e56f4bac21fe18ecdd256be467ba96ea98149daceab671002df49508eb8d2
 DIST vile-9.8w.tgz 2407322 BLAKE2B 
824142c2d081db7c74ab4ce36db63e2d26e82954b32d274477f920b3519c75a249745365f7fb4f117f613c04fddd468394b4636d5f84d9f024eee3cb9c8332ba
 SHA512 
54a96b400f479c633b917691fdab5ec5098ff1d6a6f5390c085635b4449ee7f02988e52c6b442918917455d02d5d74781ed57e4f944422576cf6532caaa446af
 DIST vile-9.8w.tgz.asc 729 BLAKE2B 
24ee3733957239b808566cf1c46cd45089ab0e9cd980fc477190beca79a85e6d31925c8eb02138442e4776b7ee678aec9d522d4bb3a8d72670e0720ab9369a5c
 SHA512 
143eaa6ea64cf1d8dc078aba197544a036858f91a15f2f8c4254095f7cdc725b1720cf600afcd3ba67cf0c0414cefb0a058a5730d1a70906fe3591ddc46fb916

diff --git a/app-editors/vile/vile-9.8t-r2.ebuild 
b/app-editors/vile/vile-9.8t-r2.ebuild
deleted file mode 100644
index add73176aa2f..
--- a/app-editors/vile/vile-9.8t-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/;
-SRC_URI="ftp://ftp.invisible-island.net/vile/current/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="perl"
-
-RDEPEND=">=sys-libs/ncurses-5.2:0=
-   virtual/libcrypt:=
-   perl? ( dev-lang/perl:= )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   app-eselect/eselect-vi"
-
-src_configure() {
-   econf \
-   --with-ncurses \
-   $(use_with perl )
-}
-
-src_install() {
-   emake DESTDIR="${D}" INSTALL_OPT_S="" install
-   dodoc CHANGES* README doc/*.doc
-   docinto html
-   dodoc doc/*.html
-}
-
-pkg_postinst() {
-   einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
-   eselect vi update --if-unset
-}
-
-pkg_postrm() {
-   einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
-   eselect vi update --if-unset
-}

diff --git a/app-editors/vile/vile-9.8v.ebuild 
b/app-editors/vile/vile-9.8v.ebuild
deleted file mode 100644
index 60b94f7129b1..
--- a/app-editors/vile/vile-9.8v.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Bump with app-editors/xvile
-
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/;
-SRC_URI="https://invisible-island.net/archives/vile/current/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="perl iconv"
-
-RDEPEND=">=sys-libs/ncurses-5.2:=
-   virtual/libcrypt:=
-   iconv? ( virtual/libiconv )
-   perl? ( dev-lang/perl:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/flex
-   virtual/pkgconfig"
-IDEPEND="app-eselect/eselect-vi"
-
-src_configure() {
-   econf \
-   --disable-stripping \
-   --with-ncurses \
-   --with-pkg-config \
-   $(use_with iconv) \
-   $(use_with perl)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc CHANGES* README doc/*.doc
-   docinto html
-   dodoc doc/*.html
-}
-
-pkg_postinst() {
-   einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
-   eselect vi update --if-unset
-}
-
-pkg_postrm() {
-   einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
-   eselect vi update --if-unset
-}



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

2022-12-07 Thread Sam James
commit: bda30c38c0c734935922cf1da99a3d082bb27e96
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 19:41:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 19:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda30c38

dev-ruby/ruby-shadow: Stabilize 2.5.1 ppc, #884733

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

 dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild 
b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
index c5043a9aa844..ef081802042c 100644
--- a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
+++ b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
@@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/apalmblad/ruby-shadow 
http://ttsky.net;
 
 LICENSE="|| ( public-domain Unlicense )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/

2022-12-07 Thread David Seifert
commit: 7915fc6ba0d9677841b5ae215f92330a3d627070
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec  7 19:35:03 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec  7 19:35:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7915fc6b

net-voip/telepathy-gabble: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 ...bble-0.18.4-r4.ebuild => telepathy-gabble-0.18.4-r5.ebuild} | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild 
b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
similarity index 97%
rename from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
rename to net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
index fac937ff9bda..add0d6216ddb 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 # Python is used during build for some scripted source files generation (and 
twisted tests)
 PYTHON_COMPAT=( python3_{8..11} )
 
@@ -45,7 +46,8 @@ RDEPEND="
 
!

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

2022-12-07 Thread David Seifert
commit: aa016890dab286915b37052eb5b880ae98b007f2
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec  7 19:24:33 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec  7 19:24:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa016890

net-irc/onis: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 .../{onis-0.8.2-r1.ebuild => onis-0.8.2-r2.ebuild} | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild 
b/net-irc/onis/onis-0.8.2-r2.ebuild
similarity index 73%
rename from net-irc/onis/onis-0.8.2-r1.ebuild
rename to net-irc/onis/onis-0.8.2-r2.ebuild
index f3a692d97e61..116e9a2b9432 100644
--- a/net-irc/onis/onis-0.8.2-r1.ebuild
+++ b/net-irc/onis/onis-0.8.2-r2.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit perl-functions
 
 DESCRIPTION="onis not irc stats"
 HOMEPAGE="http://verplant.org/onis/;
@@ -12,9 +14,9 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}/0.6.0-nochdir.patch" )
+PATCHES=( "${FILESDIR}"/0.6.0-nochdir.patch )
 
 src_prepare() {
default
@@ -22,17 +24,15 @@ src_prepare() {
 }
 
 src_install() {
-   eval $(perl -V:installprivlib)
-
dobin onis
 
-   insinto "${installprivlib}"
-   doins -r lib/Onis
+   perl_domodule -r lib/Onis
 
insinto /usr/share/onis
-   doins -r lang reports/*
+   doins -r lang reports/.
 
-   dodoc CHANGELOG README THANKS onis.conf users.conf
+   einstalldocs
+   dodoc onis.conf users.conf
 }
 
 pkg_postinst() {



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

2022-12-07 Thread Matthew Thode
commit: 7958e2d079294590f778d744aff4c2298b94d7d9
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:18:35 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:18:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7958e2d0

app-admin/ansible-core: stabilize 2.13.6 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.13.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.13.6.ebuild 
b/app-admin/ansible-core/ansible-core-2.13.6.ebuild
index 3655837bc68d..dc98f352bb3f 100644
--- a/app-admin/ansible-core/ansible-core-2.13.6.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.13.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



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

2022-12-07 Thread Matthew Thode
commit: 0e8bdb54281ba055ef6d9364d6f68d3672bb4820
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:18:56 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:18:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8bdb54

app-admin/ansible-core: stabilize 2.14.0-r1 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild
index 619c37647ef9..f00b9f654acc 100644
--- a/app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.0-r1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



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

2022-12-07 Thread Matthew Thode
commit: e931412c56919c3bbf639cb043ccf1b0205ec73f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:19:17 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:19:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e931412c

app-admin/ansible: stabilize 6.6.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible/ansible-6.6.0.ebuild 
b/app-admin/ansible/ansible-6.6.0.ebuild
index cf0da827da5f..9a54e321f412 100644
--- a/app-admin/ansible/ansible-6.6.0.ebuild
+++ b/app-admin/ansible/ansible-6.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.13.0



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

2022-12-07 Thread Matthew Thode
commit: 81d0aa2df35815bbe75acebce0bfd0002dbac698
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:17:00 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:17:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d0aa2d

app-crypt/certbot-apache: add 2.1.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-apache/Manifest  |  1 +
 .../certbot-apache/certbot-apache-2.1.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index c86f52daab15..efa82c23ea60 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-1.31.0.tar.gz 1371459 BLAKE2B 
95fc9f29b1e91f5bc12a9b7146d00f4f3b4647eeda8e866c46c17d8d8a2443bd46cfa04758e8571e84b2bbf70bd68943c47ceaf6d830d3e5121e41d9548da051
 SHA512 
a2f6d7714bfc8e2c400e69be038404da138b53f0dc09e071048d560ba9e9527cc0b786b8d210b62c3d07c3aeadaee12dc0d060d144af4b5c3178576fde65b052
 DIST certbot-1.32.0.tar.gz 1372897 BLAKE2B 
ce0be11e07186fa5ec71c52bb728161be3326b86214e13951335f460ed19b3fd7a66eaca242cb51767e0c335c02ceba1c964fc39ab79dd7c3dd2b6a383e47732
 SHA512 
6addbb14e69dd6206749c5659a114bc2421d948b5d01c95cacf389fc9c23a735881f3eb0c2fc18e6729e3fac95bc86b4b6a1575affe28e94b81255d4ec13b242
 DIST certbot-2.0.0.tar.gz 1326589 BLAKE2B 
d1dc7e2c2a807f767d5dd4209b0fe079e18a8859c9a1b1dbdf62f240c123f20d5a63f01c5a92a4463b99f50b343e6956ac9a53c14c576b16bcd46c07f6f775f3
 SHA512 
c72d428a43d19b105a206931f8fe74e0c68dfc288a2e8667f25b9e292820eccd9ad04a11d9d3c4fcdbcb08cf2adc5f5fad12bd53b8df09dcc77c0a500a30e518
+DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc

diff --git a/app-crypt/certbot-apache/certbot-apache-2.1.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-2.1.0.ebuild
new file mode 100644
index ..f8549e7c0712
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-2.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2022-12-07 Thread Matthew Thode
commit: 52305325a722b57f8780e643546bc343c6845132
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:16:48 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:17:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52305325

app-crypt/certbot-nginx: add 2.1.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-nginx/Manifest   |  1 +
 app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index c86f52daab15..efa82c23ea60 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-1.31.0.tar.gz 1371459 BLAKE2B 
95fc9f29b1e91f5bc12a9b7146d00f4f3b4647eeda8e866c46c17d8d8a2443bd46cfa04758e8571e84b2bbf70bd68943c47ceaf6d830d3e5121e41d9548da051
 SHA512 
a2f6d7714bfc8e2c400e69be038404da138b53f0dc09e071048d560ba9e9527cc0b786b8d210b62c3d07c3aeadaee12dc0d060d144af4b5c3178576fde65b052
 DIST certbot-1.32.0.tar.gz 1372897 BLAKE2B 
ce0be11e07186fa5ec71c52bb728161be3326b86214e13951335f460ed19b3fd7a66eaca242cb51767e0c335c02ceba1c964fc39ab79dd7c3dd2b6a383e47732
 SHA512 
6addbb14e69dd6206749c5659a114bc2421d948b5d01c95cacf389fc9c23a735881f3eb0c2fc18e6729e3fac95bc86b4b6a1575affe28e94b81255d4ec13b242
 DIST certbot-2.0.0.tar.gz 1326589 BLAKE2B 
d1dc7e2c2a807f767d5dd4209b0fe079e18a8859c9a1b1dbdf62f240c123f20d5a63f01c5a92a4463b99f50b343e6956ac9a53c14c576b16bcd46c07f6f775f3
 SHA512 
c72d428a43d19b105a206931f8fe74e0c68dfc288a2e8667f25b9e292820eccd9ad04a11d9d3c4fcdbcb08cf2adc5f5fad12bd53b8df09dcc77c0a500a30e518
+DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc

diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild
new file mode 100644
index ..b1aa9acb7e1a
--- /dev/null
+++ b/app-crypt/certbot-nginx/certbot-nginx-2.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2022-12-07 Thread Matthew Thode
commit: ca9af5e158490ebace327dff757588579bc4b330
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:11:06 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:17:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9af5e1

app-admin/augeas: add 1.14.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/augeas/Manifest |  1 +
 app-admin/augeas/augeas-1.14.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-admin/augeas/Manifest b/app-admin/augeas/Manifest
index 3d3ac875f1b8..d1a809fe62f0 100644
--- a/app-admin/augeas/Manifest
+++ b/app-admin/augeas/Manifest
@@ -1,2 +1,3 @@
 DIST augeas-1.12.0.tar.gz 2429279 BLAKE2B 
cd90203fec1a81b114d95bb50e168b852923136f34c83974d3427cbedd4eb0d335d3952057507b38ded5c7011be2b56725565ea106cb32a0ca43b7c81250b29e
 SHA512 
4f61d4abbf338e915dfae212560d39792674bc757f05f500afa80c6170abc214ffb99cab2cf5bbd1c2338d11a6909e5fc3ff7112a2246fca69f7b39ac283da40
 DIST augeas-1.13.0.tar.gz 2562588 BLAKE2B 
0a8e62c999a425b89bfa2b1b2cdf7c7894ca39b59d577ca2f7ce9bf33e51f2fffe2510518a8666d59fcf7f8479cae3b2a41efe4478830f89fa20d1fbeb6c9716
 SHA512 
a6a9ee76f3e48780df1928f2fdfa5cc826695fe6233ff90d069d05806cb020aed3c6b2ce6b9047925a203973eefcd7c254fc3ddd1db7473821c8ade4fda58d5f
+DIST augeas-1.14.0.tar.gz 905420 BLAKE2B 
8aac3da6bb3714e28d311936cc54f05491fe7e8305a323f741c1cb3eca1d7f86fb566abf39a488d94266f3e7477ca951490802317f6d2f457a0805fcfab80234
 SHA512 
1f28bcde9681eda4f28daf0584c7e4702ddb8f45980575cdeabe0893d91a0587f858889eb0353b7fa5a3e2961388710ef72811f38c557f7f0130b01e23c8901c

diff --git a/app-admin/augeas/augeas-1.14.0.ebuild 
b/app-admin/augeas/augeas-1.14.0.ebuild
new file mode 100644
index ..1379e3eb1d89
--- /dev/null
+++ b/app-admin/augeas/augeas-1.14.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A library for changing configuration files"
+HOMEPAGE="http://augeas.net/;
+SRC_URI="https://github.com/hercules-team/augeas/releases/download/release-${PV}/${P}.tar.gz;
+SRC_URI="https://github.com/hercules-team/augeas/archive/refs/tags/release-${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libxml2
+   sys-libs/readline:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=app-doc/NaturalDocs-1.40
+   virtual/pkgconfig
+   test? ( dev-lang/ruby )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-selinux.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # selinux needs to be implemented
+   econf --without-selinux
+}
+
+src_compile() {
+   addpredict /usr/share/NaturalDocs/Config/Languages.txt
+   addpredict /usr/share/NaturalDocs/Config/Topics.txt
+
+   default
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-12-07 Thread Matthew Thode
commit: 877cff4c26818cf840d434124798e39270a7556a
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:13:08 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:17:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877cff4c

net-analyzer/icinga2: stabilize 2.13.6 for amd64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 net-analyzer/icinga2/icinga2-2.13.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/icinga2/icinga2-2.13.6.ebuild 
b/net-analyzer/icinga2/icinga2-2.13.6.ebuild
index 2c5482fe5a8f..b95acf553b6c 100644
--- a/net-analyzer/icinga2/icinga2-2.13.6.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.13.6.ebuild
@@ -7,7 +7,7 @@ inherit cmake systemd
 
 if [[ ${PV} !=  ]]; then
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 else
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;



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

2022-12-07 Thread Matthew Thode
commit: b2561fc1f3f04e8d5f9473034720746e2610e3a3
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:07:32 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:17:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2561fc1

app-admin/ansible-core: add 2.14.1

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 +
 app-admin/ansible-core/ansible-core-2.14.1.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 9d8581c01118..ef04f38520cb 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -4,3 +4,4 @@ DIST ansible-core-2.13.5.tar.gz 13934317 BLAKE2B 
27ac2040f3626d645e57fab4df9b1b6
 DIST ansible-core-2.13.6.tar.gz 13938462 BLAKE2B 
bf7bbeb5d5f7e27a2d72a61223559f79971aeb86d91688907c629388cf4c2578c88694f6ca23b22b6f8fe50cdaa909b34c05e9756258a062156a1e5d2bcea3b4
 SHA512 
2a91916e94bf65f76c450e548c6464660ef0e1a62e17f889785cb94c735c2bf153a2d8eff7a0dac90836a523f5768453bf18c4bdf3cbee0f8916d6cd0b11a902
 DIST ansible-core-2.13.7.tar.gz 13940230 BLAKE2B 
fd3556514f7692b48a66987ff5a084b132217c910ba0b216f2533cd1e542a9b6da6d2aa96e8e32142ab3a6ed7357fc1b68b9827ceaf44b91238bfbcb15b5d026
 SHA512 
f46d8acb07fa1d397e6e640c52237ed70b575ae0760eeb82b9e41afc6c06d99d341856d6af3452edb82e63a708600c2f348782b8bebc18c0ea9b03a4df80594a
 DIST ansible-core-2.14.0.tar.gz 13988948 BLAKE2B 
7b68d72c292d8f3e8fb2d0d66fce0eca1de1b74ec1dc3ecaa2c4b37177d693567272260b3e98c9d81f7ff5e5cc4972dfa1f24c9f5e0119bb1da528388081d5fb
 SHA512 
09e5b45608f7e1f341100dd89a6277a71a5ff0a45244cd6862a10d0f35a993c3cf649a5f9936ac726f7e903269f98a975804418516e602b8dd983bfca23c66cb
+DIST ansible-core-2.14.1.tar.gz 14000906 BLAKE2B 
86cdf460c3ff6e2877f39f40f9eadc81045c4a4e1ff301678f9aa7e3116f0bb7084d8841b2bdba50ae119713a226c6353c5e75b9f2a9356073403b04f94a
 SHA512 
d3710aff1dbb04746b663b7c987c3597005dd8633df82f645312e20ddb9c679e7315968c0cf2876ae22ba91d17e4c54ef9cbdb6b825ee1d6f4229e887f8b4571

diff --git a/app-admin/ansible-core/ansible-core-2.14.1.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.1.ebuild
new file mode 100644
index ..619c37647ef9
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.14.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ansible/ansible.git;
+   EGIT_BRANCH="devel"
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
+   

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

2022-12-07 Thread Matthew Thode
commit: b86395e45d3821b79da3828b3d5f331d613e77a7
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:16:02 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:17:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86395e4

app-crypt/certbot: add 2.1.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/Manifest |  1 +
 app-crypt/certbot/certbot-2.1.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index c86f52daab15..efa82c23ea60 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-1.31.0.tar.gz 1371459 BLAKE2B 
95fc9f29b1e91f5bc12a9b7146d00f4f3b4647eeda8e866c46c17d8d8a2443bd46cfa04758e8571e84b2bbf70bd68943c47ceaf6d830d3e5121e41d9548da051
 SHA512 
a2f6d7714bfc8e2c400e69be038404da138b53f0dc09e071048d560ba9e9527cc0b786b8d210b62c3d07c3aeadaee12dc0d060d144af4b5c3178576fde65b052
 DIST certbot-1.32.0.tar.gz 1372897 BLAKE2B 
ce0be11e07186fa5ec71c52bb728161be3326b86214e13951335f460ed19b3fd7a66eaca242cb51767e0c335c02ceba1c964fc39ab79dd7c3dd2b6a383e47732
 SHA512 
6addbb14e69dd6206749c5659a114bc2421d948b5d01c95cacf389fc9c23a735881f3eb0c2fc18e6729e3fac95bc86b4b6a1575affe28e94b81255d4ec13b242
 DIST certbot-2.0.0.tar.gz 1326589 BLAKE2B 
d1dc7e2c2a807f767d5dd4209b0fe079e18a8859c9a1b1dbdf62f240c123f20d5a63f01c5a92a4463b99f50b343e6956ac9a53c14c576b16bcd46c07f6f775f3
 SHA512 
c72d428a43d19b105a206931f8fe74e0c68dfc288a2e8667f25b9e292820eccd9ad04a11d9d3c4fcdbcb08cf2adc5f5fad12bd53b8df09dcc77c0a500a30e518
+DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc

diff --git a/app-crypt/certbot/certbot-2.1.0.ebuild 
b/app-crypt/certbot/certbot-2.1.0.ebuild
new file mode 100644
index ..91bad26d75d6
--- /dev/null
+++ b/app-crypt/certbot/certbot-2.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+S=${WORKDIR}/${P}/${PN}
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+IUSE="selinux"
+
+RDEPEND="
+   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}]
+   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
+   >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   selinux? ( sec-policy/selinux-certbot )"
+
+distutils_enable_tests pytest



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

2022-12-07 Thread Matthew Thode
commit: 18458e5ba29e5109cdebea06090266333d9bd02c
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec  7 19:15:20 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec  7 19:17:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18458e5b

app-crypt/acme: add 2.1.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/acme/Manifest  |  1 +
 app-crypt/acme/acme-2.1.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index c86f52daab15..efa82c23ea60 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-1.31.0.tar.gz 1371459 BLAKE2B 
95fc9f29b1e91f5bc12a9b7146d00f4f3b4647eeda8e866c46c17d8d8a2443bd46cfa04758e8571e84b2bbf70bd68943c47ceaf6d830d3e5121e41d9548da051
 SHA512 
a2f6d7714bfc8e2c400e69be038404da138b53f0dc09e071048d560ba9e9527cc0b786b8d210b62c3d07c3aeadaee12dc0d060d144af4b5c3178576fde65b052
 DIST certbot-1.32.0.tar.gz 1372897 BLAKE2B 
ce0be11e07186fa5ec71c52bb728161be3326b86214e13951335f460ed19b3fd7a66eaca242cb51767e0c335c02ceba1c964fc39ab79dd7c3dd2b6a383e47732
 SHA512 
6addbb14e69dd6206749c5659a114bc2421d948b5d01c95cacf389fc9c23a735881f3eb0c2fc18e6729e3fac95bc86b4b6a1575affe28e94b81255d4ec13b242
 DIST certbot-2.0.0.tar.gz 1326589 BLAKE2B 
d1dc7e2c2a807f767d5dd4209b0fe079e18a8859c9a1b1dbdf62f240c123f20d5a63f01c5a92a4463b99f50b343e6956ac9a53c14c576b16bcd46c07f6f775f3
 SHA512 
c72d428a43d19b105a206931f8fe74e0c68dfc288a2e8667f25b9e292820eccd9ad04a11d9d3c4fcdbcb08cf2adc5f5fad12bd53b8df09dcc77c0a500a30e518
+DIST certbot-2.1.0.tar.gz 1327451 BLAKE2B 
c4694622648427146574aa7c056d5d76dc3c4f6b8487a506d1c4996239f979d89ca26980b2ffbaab975458d0691acaa07a46a75098b6146e6e3c51e6eaa64be0
 SHA512 
83c3a6abeffb135cebd0d0f4561f3814039962e3b895aaf7bef6570641fccda2da04f1a6110c5e90d6ed3346402cbb3ff543b0a096e8e18f6345edd22da643cc

diff --git a/app-crypt/acme/acme-2.1.0.ebuild b/app-crypt/acme/acme-2.1.0.ebuild
new file mode 100644
index ..8105093d2780
--- /dev/null
+++ b/app-crypt/acme/acme-2.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest



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

2022-12-07 Thread Sam James
commit: b92cfcd38f2911fa1475cb56a920093eae75b72b
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 19:07:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 19:08:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92cfcd3

app-text/ghostscript-gpl: don't build dynamic modules (10)

It breaks app-text/gv and upstream are clear it's not really a supported
configuration.

Upstream says they were only intended for debugging anyway.

Closes: https://bugs.gentoo.org/884707
Signed-off-by: Sam James  gentoo.org>

 .../ghostscript-gpl-10.0.0-r2.ebuild   | 189 +
 1 file changed, 189 insertions(+)

diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r2.ebuild 
b/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r2.ebuild
new file mode 100644
index ..6001ee7799d5
--- /dev/null
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r2.ebuild
@@ -0,0 +1,189 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+MY_PN=${PN/-gpl}
+MY_P="${MY_PN}-${PV/_}"
+PVM=$(ver_cut 1-2)
+PVM_S=$(ver_rs 1-2 "")
+
+# Use https://gitweb.gentoo.org/proj/codec/ghostscript-gpl-patches.git/ for 
patches
+# See 'index' branch for README
+MY_PATCHSET="ghostscript-gpl-10.0-patches.tar.xz"
+
+DESCRIPTION="Interpreter for the PostScript language and PDF"
+HOMEPAGE="https://ghostscript.com/ 
https://git.ghostscript.com/?p=ghostpdl.git;a=summary;
+SRC_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz;
+if [[ -n "${MY_PATCHSET}" ]] ; then
+   SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCHSET};
+fi
+
+LICENSE="AGPL-3 CPL-1.0"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="cups dbus gtk l10n_de static-libs unicode X"
+
+LANGS="ja ko zh-CN zh-TW"
+for X in ${LANGS} ; do
+   IUSE="${IUSE} l10n_${X}"
+done
+
+DEPEND="app-text/libpaper:=
+   media-libs/fontconfig
+   >=media-libs/freetype-2.4.9:2=
+   >=media-libs/jbig2dec-0.19:=
+   >=media-libs/lcms-2.6:2
+   >=media-libs/libpng-1.6.2:=
+   media-libs/libjpeg-turbo:=
+   >=media-libs/openjpeg-2.1.0:2=
+   >=media-libs/tiff-4.0.1:=
+   >=sys-libs/zlib-1.2.7
+   cups? ( >=net-print/cups-1.3.8 )
+   dbus? ( sys-apps/dbus )
+   gtk? ( x11-libs/gtk+:3 )
+   unicode? ( net-dns/libidn:= )
+   X? ( x11-libs/libXt x11-libs/libXext )"
+BDEPEND="virtual/pkgconfig"
+# bug #844115 for newer poppler-data dep
+RDEPEND="${DEPEND}
+   >=app-text/poppler-data-0.4.11-r2
+   >=media-fonts/urw-fonts-2.4.9
+   l10n_ja? ( media-fonts/kochi-substitute )
+   l10n_ko? ( media-fonts/baekmuk-fonts )
+   l10n_zh-CN? ( media-fonts/arphicfonts )
+   l10n_zh-TW? ( media-fonts/arphicfonts )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   if [[ -n ${MY_PATCHSET} ]] ; then
+   # apply various patches, many borrowed from Fedora
+   # https://src.fedoraproject.org/rpms/ghostscript
+   # and Debian
+   # 
https://salsa.debian.org/printing-team/ghostscript/-/tree/debian/latest/debian/patches
+   eapply "${WORKDIR}"/${MY_PATCHSET%%.tar*}
+   fi
+
+   default
+
+   # Remove internal copies of various libraries
+   rm -r cups/libs || die
+   rm -r freetype || die
+   rm -r jbig2dec || die
+   rm -r jpeg || die
+   rm -r lcms2mt || die
+   rm -r libpng || die
+   rm -r tiff || die
+   rm -r zlib || die
+   rm -r openjpeg || die
+   # Remove internal CMaps (CMaps from poppler-data are used instead)
+   rm -r Resource/CMap || die
+
+   if ! use gtk ; then
+   sed -e "s:\$(GSSOX)::" \
+   -e "s:.*\$(GSSOX_XENAME)$::" \
+   -i base/unix-dll.mak || die "sed failed"
+   fi
+
+   # Force the include dirs to a neutral location.
+   sed -e "/^ZLIBDIR=/s:=.*:=${T}:" \
+   -i configure.ac || die
+   # Some files depend on zlib.h directly.  Redirect them. #573248
+   # Also make sure to not define OPJ_STATIC to avoid linker errors due to
+   # hidden symbols 
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203327#c1)
+   sed -e '/^zlib_h/s:=.*:=:' \
+   -e 's|-DOPJ_STATIC ||' \
+   -i base/lib.mak || die
+
+   # Search path fix
+   # put LDFLAGS after BINDIR, bug #383447
+   sed -e 
"s:\$\(gsdatadir\)/lib:@datarootdir@/ghostscript/${PV}/$(get_libdir):" \
+   -e "s:exdir=.*:exdir=@datarootdir@/doc/${PF}/examples:" \
+   -e "s:docdir=.*:docdir=@datarootdir@/doc/${PF}/html:" \
+   -e 

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

2022-12-07 Thread Sam James
commit: 17117409fdd004d24a3b27d66da5dd5a9e69d92b
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 18:43:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 18:43:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17117409

dev-ruby/ruby-shadow: Stabilize 2.5.1 amd64, #884733

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

 dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild 
b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
index c76064bc6e9e..c5043a9aa844 100644
--- a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
+++ b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
@@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/apalmblad/ruby-shadow 
http://ttsky.net;
 
 LICENSE="|| ( public-domain Unlicense )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""



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

2022-12-07 Thread Sam James
commit: dc18f76b16e242ab679ce2a0aeead529535d432b
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  7 18:43:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  7 18:43:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc18f76b

dev-ruby/ruby-shadow: Stabilize 2.5.1 x86, #884733

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

 dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild 
b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
index e87aa0f2b932..c76064bc6e9e 100644
--- a/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
+++ b/dev-ruby/ruby-shadow/ruby-shadow-2.5.1.ebuild
@@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/apalmblad/ruby-shadow 
http://ttsky.net;
 
 LICENSE="|| ( public-domain Unlicense )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE=""



  1   2   3   >