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

2023-04-29 Thread Akinori Hattori
commit: 90b6438cfe4346e0f3c20eddb11e380bc3d75d04
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 30 05:28:21 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 30 05:28:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b6438c

app-i18n/nkf: update to EAPI 8

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/nkf/nkf-2.1.5-r1.ebuild | 2 +-
 app-i18n/nkf/nkf-2.1.5.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/nkf/nkf-2.1.5-r1.ebuild b/app-i18n/nkf/nkf-2.1.5-r1.ebuild
index c527d6409893..341d504ae43d 100644
--- a/app-i18n/nkf/nkf-2.1.5-r1.ebuild
+++ b/app-i18n/nkf/nkf-2.1.5-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{9..10} )
 DISTUTILS_OPTIONAL="1"

diff --git a/app-i18n/nkf/nkf-2.1.5.ebuild b/app-i18n/nkf/nkf-2.1.5.ebuild
index f99a5da18d02..d13ccd9da8a8 100644
--- a/app-i18n/nkf/nkf-2.1.5.ebuild
+++ b/app-i18n/nkf/nkf-2.1.5.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{9..10} )
 DISTUTILS_OPTIONAL="1"



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

2023-04-29 Thread Akinori Hattori
commit: bba45d107b2a009bb963a1d903795f1e981bc95f
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 30 05:29:27 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 30 05:29:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba45d10

app-i18n/nkf: update PYTHON_COMPAT

Closes: https://bugs.gentoo.org/896560
Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/nkf/nkf-2.1.5-r1.ebuild | 2 +-
 app-i18n/nkf/nkf-2.1.5.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/nkf/nkf-2.1.5-r1.ebuild b/app-i18n/nkf/nkf-2.1.5-r1.ebuild
index 341d504ae43d..14f66607f991 100644
--- a/app-i18n/nkf/nkf-2.1.5-r1.ebuild
+++ b/app-i18n/nkf/nkf-2.1.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_OPTIONAL="1"
 
 inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot

diff --git a/app-i18n/nkf/nkf-2.1.5.ebuild b/app-i18n/nkf/nkf-2.1.5.ebuild
index d13ccd9da8a8..a437dd676a61 100644
--- a/app-i18n/nkf/nkf-2.1.5.ebuild
+++ b/app-i18n/nkf/nkf-2.1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_OPTIONAL="1"
 
 inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot



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

2023-04-29 Thread Akinori Hattori
commit: e6489f7efed8c88c3d3280260ef64438725ac14e
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 30 05:18:20 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 30 05:18:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6489f7e

media-libs/libsixel: tidy

Signed-off-by: Akinori Hattori  gentoo.org>

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

diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild 
b/media-libs/libsixel/libsixel-1.10.3.ebuild
index 4088678be5ca..53eee8c1f8ea 100644
--- a/media-libs/libsixel/libsixel-1.10.3.ebuild
+++ b/media-libs/libsixel/libsixel-1.10.3.ebuild
@@ -33,8 +33,8 @@ BDEPEND="virtual/pkgconfig
 
 PATCHES=(
"${FILESDIR}"/${PN}-meson.patch
-   "${FILESDIR}"/${PN}-static-libs.patch
"${FILESDIR}"/${PN}-musl.patch
+   "${FILESDIR}"/${PN}-static-libs.patch
 )
 
 src_prepare() {



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

2023-04-29 Thread Akinori Hattori
commit: 26fb8afdddadc0c1782b53453729694202b42134
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 30 05:20:33 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 30 05:20:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fb8afd

media-libs/libsixel: update PYTHON_COMPAT

Closes: https://bugs.gentoo.org/897006
Signed-off-by: Akinori Hattori  gentoo.org>

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

diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild 
b/media-libs/libsixel/libsixel-1.10.3.ebuild
index 53eee8c1f8ea..5ea2c0a48775 100644
--- a/media-libs/libsixel/libsixel-1.10.3.ebuild
+++ b/media-libs/libsixel/libsixel-1.10.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_OPTIONAL="1"
 
 inherit bash-completion-r1 distutils-r1 meson



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

2023-04-29 Thread Akinori Hattori
commit: a886a9ed89c2589c597f9c1d5a3b2167a663ed76
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Apr 30 05:14:31 2023 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Apr 30 05:14:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a886a9ed

app-i18n/ibus-typing-booster: new upstream release

Signed-off-by: Akinori Hattori  gentoo.org>

 app-i18n/ibus-typing-booster/Manifest  |  1 +
 .../ibus-typing-booster-2.22.4.ebuild  | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-i18n/ibus-typing-booster/Manifest 
b/app-i18n/ibus-typing-booster/Manifest
index 687d9bb37b76..2d964abbef95 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,3 +1,4 @@
 DIST ibus-typing-booster-2.21.4.tar.gz 11220794 BLAKE2B 
7e5c7b9be31858ce1be7399b7dbada4cdec5a24f9d4f66d4e5ea110153d4696aa794650048b40dc52044ad90514f051a60234835d9b3c59aadb05aa6ba9eef4b
 SHA512 
26dbc8cee8e6a6ec0414fc3e2f26298665030babed7f7dba7f52b5260b9aba511ab456fe49fb779f66b66b4db9fbe81faeec8692ad8a101e518d6fcf80189fd8
 DIST ibus-typing-booster-2.22.1.tar.gz 11322188 BLAKE2B 
f9119aecd57c1f6581035548c53ceda529cee67636760bca0540e9fd91d92440fa3f8df5fb1065db2a131d20942519482f6b7cbee1cc7f74c58e01344bf07fa1
 SHA512 
c979c1e58c038ba6b5a07223e74c080f8d5f2c45b9f60c279aba49bb98c51a13b8922f5c167a2bfd07ccd9c7dbdf56ff784379124f6425ead0d16cc9dd5ced43
 DIST ibus-typing-booster-2.22.3.tar.gz 11322959 BLAKE2B 
7a09502ef3a1b3bbeaf231ae53b6c283ea582ccde96706e1b11ea3a46903efe0fe4d02f631b8a9b58d1c7971ae76e320a46d23ca915b2459bcc644c78a611eb2
 SHA512 
d3ea8825222e1a4c5c3aa64f947e7ffccd7e7fac9489b29126c1f10d560d4f959e1c8b8e718ecfd1367b6bdc698b346e022c4681dbd24a4f91005c579f397a9c
+DIST ibus-typing-booster-2.22.4.tar.gz 11324323 BLAKE2B 
4615148eae8fb30c281e5288008277b54f7e934e0c7f9c210a4bb0f38e513d10bbd8b0880c13bb05c1f50fc8cbfb4e46779c12a08860578d94d294b1957f4b2c
 SHA512 
1da2d23c33f991b67127ba0df5d6e630252b66fe0c1bdb4018cf8c495146ec32f72a3d25998a511cebdf3b0d41583b19e8d2706b08faa3cacddd56327602c09a

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.4.ebuild 
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.4.ebuild
new file mode 100644
index ..564f684f9809
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.22.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Completion input method for IBus"
+HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster;
+SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   dev-libs/m17n-lib
+   $(python_gen_cond_dep '
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   ')"
+RDEPEND="${DEPEND}
+   >=dev-db/m17n-db-1.7"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/sexp_pretty/

2023-04-29 Thread Sam James
commit: 14aecbfbc0392dadd72d32a1ead787d5e59a1d25
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:14:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:14:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aecbfb

dev-ml/sexp_pretty: Stabilize 0.15.1-r1 arm, #901667

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

 dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild 
b/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
index 4dc2e359779f..9b68e4f71027 100644
--- a/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
+++ b/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2023-04-29 Thread Sam James
commit: 5b3c80502e96406b4b175e2ee79eb65f3f3cd9f6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:13:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3c8050

sys-apps/portage: add 3.0.47

Bug: https://bugs.gentoo.org/597800
Closes: https://bugs.gentoo.org/903973
Closes: https://bugs.gentoo.org/875362
Closes: https://bugs.gentoo.org/904895
Signed-off-by: Sam James  gentoo.org>

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-3.0.47.ebuild | 285 +
 2 files changed, 286 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index c17111a04a84..a2fd80a3bf75 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1,4 @@
 DIST portage-3.0.44.tar.bz2 1140911 BLAKE2B 
06f584e6e37bbb309b9bb0e29ba4381eadd4ae6246aeb1045e3a5c5dcb33d74f74e74aa3f2325acbf37e16a535095c433f2796ed042f73cea5e208150e210cb0
 SHA512 
d40c95f3a31c5e2ae35374243c40c8d1f6b47b7c89f6a711a12d8744cb6848a85443298c0f947475b32acf52332e7f09b1e85915149ab8363930c0404f08410e
 DIST portage-3.0.45.3.tar.bz2 1146552 BLAKE2B 
0506124bf47d71df699c2ecb2846b19f68b39813409e141fe292e237093eeb4f3d6fb771f6328624e0182322f71f42e629c2c58a2c590efb8697fa61b03d73a4
 SHA512 
89757efb71127249356c7d4ea1a05de7409285abaf045b2c6b5ddd463bef997db497df6ea3a05085656eced49bee625732bfb2d0771b7592f883f8712e547415
 DIST portage-3.0.46.tar.bz2 1148375 BLAKE2B 
d97698eb3341a8d04980e021e5be8650193baf60c1ba34c11ccc79c147a256f152cb5c3a455798f38ee93164666dba31d3f510837c2924c1190f657fe1019b77
 SHA512 
0aa43d58cb23ff5931d31b2ebf724b0f9cb163d7e452c120f2917b9a1fac1cad7930c28dd40e6482a3f4e66ff05e1340e7135aa9d0eca60182c04f573c094afb
+DIST portage-3.0.47.tar.bz2 1148789 BLAKE2B 
268589c37a6bdc36377f3e407b16bebfb9876adc1d89ee7576f3ebbee42bc0799f5a225dfd53ffedeeded91ca4403383d4811b4f104448c1b2fc6c277ca94ef1
 SHA512 
abbd2446d0da0b5d298a235c2cc7d2d4e001e9f012b6e22149fed4514b52dc938b0377b2551f45e3505b9dddeedd7170951ff967310708ec3b93610b775a7c02

diff --git a/sys-apps/portage/portage-3.0.47.ebuild 
b/sys-apps/portage/portage-3.0.47.ebuild
new file mode 100644
index ..77fa14500ba4
--- /dev/null
+++ b/sys-apps/portage/portage-3.0.47.ebuild
@@ -0,0 +1,285 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+TMPFILES_OPTIONAL=1
+
+inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix
+
+DESCRIPTION="The package management and distribution system for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+SLOT="0"
+IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   app-arch/xz-utils
+   test? ( dev-vcs/git )
+"
+DEPEND="
+   !build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   apidoc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-epytext[${PYTHON_USEDEP}]
+   )
+"
+# Require sandbox-2.2 for bug #288863.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   acct-user/portage
+   app-arch/zstd
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/baselayout-2.9
+   >=sys-apps/findutils-4.4
+   !build? (
+   >=sys-apps/sed-4.0.5
+   >=app-shells/bash-5.0:0[readline]
+   >=app-admin/eselect-1.2
+   rsync-verify? (
+   >=app-portage/gemato-14.5[${PYTHON_USEDEP}]
+   >=sec-keys/openpgp-keys-gentoo-release-20220101
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   )
+   )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   kernel_linux? ( sys-apps/util-linux )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   ) )
+   !> cnf/make.globals || die
+   fi
+
+   if use native-extensions && ! tc-is-cross-compiler; then
+   printf "[build_ext]\nportage_ext_modules=true\n" >> \
+   setup.cfg || die
+   fi
+
+   if ! use ipc ; then
+   einfo 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics/

2023-04-29 Thread Sam James
commit: b19bc4cb82393cd00b1f26425c2bdae4e6741d30
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:14:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:14:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19bc4cb

dev-ml/ocaml_intrinsics: Stabilize 0.15.2 arm, #901667

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

 dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild 
b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
index 11f50055a9e8..0a0c2910c52b 100644
--- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
+++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/expect_test_helpers_core/

2023-04-29 Thread Sam James
commit: ef9f306f80fc5e4ada41d4b5468934553b49843f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:14:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:14:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9f306f

dev-ml/expect_test_helpers_core: Stabilize 0.15.0-r1 arm, #901667

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

 .../expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild 
b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
index 3c6d501d3fb8..7f3897afd218 100644
--- a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
+++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/async_kernel/

2023-04-29 Thread Sam James
commit: 36a01c9d5cbbb07456cdb40470600350917ed607
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:14:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:14:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a01c9d

dev-ml/async_kernel: Stabilize 0.15.0 arm, #901603

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

 dev-ml/async_kernel/async_kernel-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild 
b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
index 9678204306f6..b57234ccde4a 100644
--- a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
+++ b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/core_kernel:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core_unix/

2023-04-29 Thread Sam James
commit: 5060e472ca3f5a4d58bd987fb6874a5a66e8c3cc
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:14:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:14:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5060e472

dev-ml/core_unix: Stabilize 0.15.2-r1 arm, #901667

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

 dev-ml/core_unix/core_unix-0.15.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild 
b/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
index bd281006653b..bb87b02a978d 100644
--- a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
+++ b/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] proj/portage: New tag: portage-3.0.47

2023-04-29 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:11:10 2023 +

New tag: portage-3.0.47




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

2023-04-29 Thread Sam James
commit: 526de1fb0b5e177c11d5727a635940ee265bc760
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:10:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:10:25 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=526de1fb

NEWS, setup.py: prepare for portage-3.0.37

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

 NEWS | 2 +-
 setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 5c52d8c46..77eaa9d7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.47 (UNRELEASED)
+portage-3.0.47 (2023-04-30)
 ---
 
 Security:

diff --git a/setup.py b/setup.py
index 85d85e36c..d4c572f3a 100755
--- a/setup.py
+++ b/setup.py
@@ -817,7 +817,7 @@ def get_data_files(regular_files, venv_files):
 
 setup(
 name="portage",
-version="3.0.46",
+version="3.0.47",
 url="https://wiki.gentoo.org/wiki/Project:Portage;,
 project_urls={
 "Release Notes": 
"https://gitweb.gentoo.org/proj/portage.git/plain/NEWS;,



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core_unix/

2023-04-29 Thread Sam James
commit: b3ab0bc286cfb1379bb57cd3fd21cbb6626c152e
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ab0bc2

dev-ml/core_unix: Stabilize 0.15.2-r1 x86, #901667

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

 dev-ml/core_unix/core_unix-0.15.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild 
b/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
index b7c796248eb8..29b0f2baa1ad 100644
--- a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
+++ b/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/sexp_pretty/

2023-04-29 Thread Sam James
commit: b6e949d8e5e10aa6e9c93d4ea82a69da72fd9784
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e949d8

dev-ml/sexp_pretty: Stabilize 0.15.1-r1 x86, #901667

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

 dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild 
b/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
index f95db28bf150..2cf0d2bb0dfd 100644
--- a/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
+++ b/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core_unix/

2023-04-29 Thread Sam James
commit: 99ab9d3f701133ac30c264be3cad0af657fa1f39
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ab9d3f

dev-ml/core_unix: Stabilize 0.15.2-r1 arm64, #901667

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

 dev-ml/core_unix/core_unix-0.15.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild 
b/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
index 29b0f2baa1ad..bd281006653b 100644
--- a/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
+++ b/dev-ml/core_unix/core_unix-0.15.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics/

2023-04-29 Thread Sam James
commit: 25b40d2728ba60c5e12b4f2aa41fc0a70fa78591
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b40d27

dev-ml/ocaml_intrinsics: Stabilize 0.15.2 arm64, #901667

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

 dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild 
b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
index 95be024696a7..11f50055a9e8 100644
--- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
+++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/sexp_pretty/

2023-04-29 Thread Sam James
commit: 75e3beab46b9dd458cd937af77b19801b3abd34a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e3beab

dev-ml/sexp_pretty: Stabilize 0.15.1-r1 arm64, #901667

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

 dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild 
b/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
index 2cf0d2bb0dfd..4dc2e359779f 100644
--- a/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
+++ b/dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/async_kernel/

2023-04-29 Thread Sam James
commit: d9045e4ec316e75b279e22c3f6d27fd7775283b4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9045e4e

dev-ml/async_kernel: Stabilize 0.15.0 arm64, #901603

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

 dev-ml/async_kernel/async_kernel-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild 
b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
index 630660f309f7..9678204306f6 100644
--- a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
+++ b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/core_kernel:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/async_kernel/

2023-04-29 Thread Sam James
commit: 00b282f39327aa83086d46b9c2d10f18c18d793a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b282f3

dev-ml/async_kernel: Stabilize 0.15.0 x86, #901603

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

 dev-ml/async_kernel/async_kernel-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild 
b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
index b04d6536d950..630660f309f7 100644
--- a/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
+++ b/dev-ml/async_kernel/async_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/core_kernel:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml_intrinsics/

2023-04-29 Thread Sam James
commit: 99e5119a89fefe7a03dc3487a8378d71e1cc6429
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e5119a

dev-ml/ocaml_intrinsics: Stabilize 0.15.2 x86, #901667

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

 dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild 
b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
index b93806da0791..95be024696a7 100644
--- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
+++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/expect_test_helpers_core/

2023-04-29 Thread Sam James
commit: 0412c4e014b5cfedcb598b3afc897963369c6d71
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0412c4e0

dev-ml/expect_test_helpers_core: Stabilize 0.15.0-r1 arm64, #901667

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

 .../expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild 
b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
index b1c030a25083..3c6d501d3fb8 100644
--- a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
+++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/expect_test_helpers_core/

2023-04-29 Thread Sam James
commit: 7534836e0fdc6716e48f3e101f6938ad6ba880c7
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 04:08:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 04:08:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7534836e

dev-ml/expect_test_helpers_core: Stabilize 0.15.0-r1 x86, #901667

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

 .../expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild 
b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
index a3495e8dc261..b1c030a25083 100644
--- a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
+++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2023-04-29 Thread Michał Górny
commit: 9b0d45d52864e53c42a5aeeb4618616f5ac3b6aa
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:52:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:52:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0d45d5

dev-python/gast: Add GH remote-id

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

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

diff --git a/dev-python/gast/metadata.xml b/dev-python/gast/metadata.xml
index fea455aa4a76..e77ea5db09a7 100644
--- a/dev-python/gast/metadata.xml
+++ b/dev-python/gast/metadata.xml
@@ -14,6 +14,7 @@



+   serge-sans-paille/gast
gast

 



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

2023-04-29 Thread Michał Górny
commit: f0894a35dabf08eb400d23700bf897d02481c580
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:33:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:33:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0894a35

dev-python/trove-classifiers: Bump to 2023.4.29

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

 dev-python/trove-classifiers/Manifest  |  1 +
 .../trove-classifiers-2023.4.29.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/trove-classifiers/Manifest 
b/dev-python/trove-classifiers/Manifest
index e85f74c253b5..c7258c75ff96 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -3,3 +3,4 @@ DIST trove-classifiers-2023.4.18.tar.gz 15808 BLAKE2B 
72b6b7efa53d40859464f5b055
 DIST trove-classifiers-2023.4.20.tar.gz 15814 BLAKE2B 
5f28f08143f9a08f3a731133b8eac32276b6d5ea582b7e4f6700a481b87da6ffce4cbf0ca6e9a2a70713ad1bdecec27427e60c0751dd2f5ecaace21f68b74221
 SHA512 
cc046e1cc7d4ff10829b3f6ff9ccedd1f2143bc27c84232dabc79368d78648266166f96fbcc50c8690bef47d28d1920c9855fcf1483620b003b7366b3ba798bc
 DIST trove-classifiers-2023.4.22.tar.gz 15816 BLAKE2B 
9f254f0116fcd87f840ac1760f46073b9404bfe7c2b8b37708566f8724895881d4ffcfda7319ac1eb21514405435ae8633e276d7ca6dfa1be2432aca5b233367
 SHA512 
2e253e3ef716da2f677b3f463abd4ab625a4be700e266c2feb595f5f76867880c48954f1d7b79a0acdac30466530fbd84dfb49f740830a90616df3acd247cb27
 DIST trove-classifiers-2023.4.25.tar.gz 15842 BLAKE2B 
07956b0316f7e6d51910c19ca12ff701f337f74bfaee4d80adf1a26cbfd3e405ba70ed1985ba282180f5c5a6a71eddb58a6e976153989e13c98bd78f33598511
 SHA512 
0010eff8fa895098b51799ef219e790a73001a7c7a04b4907f546e57099feace79b21c61712c7bda4a4c08b0a865949e71b298fb3d8ffb32772cb06b59191f2a
+DIST trove-classifiers-2023.4.29.tar.gz 15824 BLAKE2B 
5a1dc9494f38fc20d54361976ba3abf873128455311f518f195878fad1d5f41e1e9e50f0ea75e3b534ef9d07e8307370e74e3cdb9a47f4d4a36f97a3b30ce556
 SHA512 
132f723273355ce8dbcbf544b4d0809f1e1f2e390289f3e862bf471aa28b95c0cd67f4c440c412d579be7c4ffe30769f8cbb0ec4f224a73e6deb7b1a8fe4844a

diff --git a/dev-python/trove-classifiers/trove-classifiers-2023.4.29.ebuild 
b/dev-python/trove-classifiers/trove-classifiers-2023.4.29.ebuild
new file mode 100644
index ..e404744e2dba
--- /dev/null
+++ b/dev-python/trove-classifiers/trove-classifiers-2023.4.29.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)"
+HOMEPAGE="
+   https://github.com/pypa/trove-classifiers/
+   https://pypi.org/project/trove-classifiers/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+BDEPEND="
+   dev-python/calver[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest
+   "${EPYTHON}" -m tests.lib || die
+}



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

2023-04-29 Thread Michał Górny
commit: 691fe46c0e8ddc55c5416e9fd540273381801ed6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:27:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:27:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691fe46c

dev-python/fakeredis: Bump to 2.11.2

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

 dev-python/fakeredis/Manifest|  1 +
 dev-python/fakeredis/fakeredis-2.11.2.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index 241794df6b9f..b73a7f194058 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -1,4 +1,5 @@
 DIST fakeredis-2.10.3.tar.gz 94025 BLAKE2B 
faf178d53e783c4475513bf9f485b6eaefc63bc45c5ebd95ecfa1aaed982e236877230ea19526d8d12f152f1c429c5003b04abd2cc4f7ed43dbde581b07fbdf1
 SHA512 
694b1b540e8b9b32a5a44e3094b8bab307c5af400335efe9eb034c5ed161c1583d4700c08ef16991a1f03502aeb835d89b327448c3385de548dd39aafdbcc2a8
 DIST fakeredis-2.11.0.tar.gz 94957 BLAKE2B 
0f1e5e226793fbeb86c9d7b894832652dca65c2ed21b0f0c86c228df3124f97aebc1540619fdb484dda93a78f7c7d6e1fbbcd07a24ba0e919ba9fb718074c757
 SHA512 
7669fa06737f47440b85a369ae00429da7ee479dcc0fed3c5a33f700b3ddbe3660bfd1098dcefa4b29896dc552cca950fa8305f1e53b44fd82f8375e15d25031
 DIST fakeredis-2.11.1.tar.gz 94897 BLAKE2B 
18798d30eccfbedd70d13fc4a9883d2ab4b06eb2b4de900ced78202a3ba0680380dbd6989e7c51ce524eff73b4b5177379c941d9bb00015afe32d12b716b4ba0
 SHA512 
1ee9ed1eb2563de702bb76f01546338ccbb477b9546c8e9ff65644efbdb00c2c14cb5f2488d800071c083e0eaa638b41ec492ca618d3a5a0e190212e6e8313a8
+DIST fakeredis-2.11.2.tar.gz 95532 BLAKE2B 
5edda6d3573bd589c8144664dbf115f257b68f59f002d92766b4c9ce1a9adcefe727812835d01d4efa42676056e9c050175c423cca166f1063e4ee1a6784ee94
 SHA512 
a5f0428949f3527fc189ecf4744f2f2310fcb114fdeb718299608defe7dfaeee9720d84debaa1e0e0eeeff11f6426e72452b3e7e772690aa48336996ae5a8716
 DIST fakeredis-py-2.10.2.gh.tar.gz 159702 BLAKE2B 
ec385c01af9e32705435148c1c61d74c14d7b22a60b6a3466f1831f557bfe997af6ee96429cfdba00a1328db3cabe1579d65411e7c2b9972e5421963cd66815b
 SHA512 
2a3a87dcbe136465ff0465585562a5b8b0bc73504f491d3ec9c6e959b6cffaa3edbaa1c2e5199138f7a49dfdec3c3da6a2ae338228a8fe21c670a82c062c544a

diff --git a/dev-python/fakeredis/fakeredis-2.11.2.ebuild 
b/dev-python/fakeredis/fakeredis-2.11.2.ebuild
new file mode 100644
index ..425cda7c342a
--- /dev/null
+++ b/dev-python/fakeredis/fakeredis-2.11.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fake implementation of redis API for testing purposes"
+HOMEPAGE="
+   https://github.com/cunla/fakeredis-py/
+   https://pypi.org/project/fakeredis/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/redis-4.2[${PYTHON_USEDEP}]
+   =dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # also lupa
+   test/test_aioredis2.py::test_failed_script_error
+   # TODO
+   "test/test_fakeredis.py::test_set_get_nx[StrictRedis]"
+   "test/test_fakeredis.py::test_lpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_rpop_count[StrictRedis]"
+   "test/test_fakeredis.py::test_zadd_minus_zero[StrictRedis]"
+   
"test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis]"
+   
test/test_mixins/test_set_commands.py::test_smismember_wrong_type
+   )
+   local EPYTEST_IGNORE=(
+   # these tests fail a lot...
+   test/test_hypothesis.py
+   )
+   local args=(
+   # tests requiring lupa (lua support)
+   -k 'not test_eval and not test_lua and not test_script'
+   )
+   epytest "${args[@]}"
+}
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start 
redis server"
+   daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   EOF
+
+   # Run the tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



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

2023-04-29 Thread Michał Górny
commit: 3abfd709f0ee4f436f66f8aba6fb48d949974ab8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:24:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:24:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abfd709

dev-python/nose2: Bump to 0.13.0

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

 dev-python/nose2/Manifest|  1 +
 dev-python/nose2/nose2-0.13.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest
index 6f54fb86834d..b768c20f828d 100644
--- a/dev-python/nose2/Manifest
+++ b/dev-python/nose2/Manifest
@@ -1 +1,2 @@
 DIST nose2-0.12.0.gh.tar.gz 168454 BLAKE2B 
cce76a046c4285d7dbe6ad6a049628e23ddebd36eda4457eecb4f0e14b1559f8bd7be5bc80aa99bf965f530575c3f5e245d1a30b4115d5e8ee0aa4c8d93fb8f0
 SHA512 
7f1462613b7d38a77cd0764f721be4223b8f4ae4694c49ba416a076c321e07484969ee1a7c2d2f89484c0c3b2a96e74d6a42321981af4930ebe5f63f07df7755
+DIST nose2-0.13.0.gh.tar.gz 159435 BLAKE2B 
33a0d395045933c41cd22c8c30a933fb0fc14a21abf5aa4af459687e28126b89f5aad4e57aa4b06a303c50581e785f38708c0071e9cfe37c609046310540c595
 SHA512 
d2f16eddab75cecd864005eee3d29159e2c83d843c79df73f65d6dfacab7c195ae9b5e6d059848689d6b71da89035df8eb73d277560c1967d732c1522b54bfc5

diff --git a/dev-python/nose2/nose2-0.13.0.ebuild 
b/dev-python/nose2/nose2-0.13.0.ebuild
new file mode 100644
index ..c81ddcf8635d
--- /dev/null
+++ b/dev-python/nose2/nose2-0.13.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Unittest with plugins"
+HOMEPAGE="
+   https://github.com/nose-devs/nose2/
+   https://pypi.org/project/nose2/
+"
+SRC_URI="
+   https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/coverage-4.4.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-rtd-theme \
+   dev-python/sphinx-issues
+
+python_test() {
+   "${EPYTHON}" -m nose2.__main__ -vv || die "tests failed under 
${EPYTHON}"
+}



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

2023-04-29 Thread Michał Górny
commit: 0cdcc8cb55fee189bc4d46a33c5d2a098a35d216
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:28:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:28:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdcc8cb

dev-python/ipython: Bump to 8.13.1

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

 dev-python/ipython/Manifest  |   1 +
 dev-python/ipython/ipython-8.13.1.ebuild | 159 +++
 2 files changed, 160 insertions(+)

diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest
index 15c5baf56371..e69b6502d286 100644
--- a/dev-python/ipython/Manifest
+++ b/dev-python/ipython/Manifest
@@ -1,2 +1,3 @@
 DIST ipython-8.12.0.tar.gz 5465154 BLAKE2B 
946d3e649dcf8eea3518ed68499cfcaa6caa7eac99aa21c05fcbb81338037151253ba84d8d942746600dad3883f6d0e8ba1e82e9932cdddc8e1e77a270573ebf
 SHA512 
3e9a42a6fb34a46d32d1236eac99182a756db2ec7b57c77dbedff1e4b25bcf2ef37effe4e5575cda450a1cde77e3c0d24172dcf19d102110a1ac75b9cfe9272c
 DIST ipython-8.13.0.tar.gz 5467133 BLAKE2B 
038b4af8c5f9b32c9a2a1152e9a48131ae46f2903435f50fe67aeabfed7d34daf3f3439af372e561812c88bd6b90d7c729d4d876fe8b6e093582004def5058b7
 SHA512 
df71a2d30c3e88be89126b7f7178b45377b32c54ed78af0f3dda2612ccdbf7a55f23ccfe8293e50b063f47ecdcab6ff4454855bdabd5c1a45c4e573fd7a7b6d4
+DIST ipython-8.13.1.tar.gz 5467211 BLAKE2B 
6d09ba56acbb20b367a1e3be163a63343f56fad7d62c2ec76c9ae2012d5884f534ae9e9eaac501cbc94c3d4ffb6eb599eb568d5fa57ab3af56efeec8d094343b
 SHA512 
370512abc8fbe2c512b33167b8feded2b1177d9c194e60c912ee20e6286f90b20abb3982945f691c19cf0391dd556396d3df8755d5cd72fbbb5babe5f034a3d5

diff --git a/dev-python/ipython/ipython-8.13.1.ebuild 
b/dev-python/ipython/ipython-8.13.1.ebuild
new file mode 100644
index ..1a16373c26a0
--- /dev/null
+++ b/dev-python/ipython/ipython-8.13.1.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE='readline,sqlite,threads(+)'
+
+inherit distutils-r1 optfeature pypi virtualx
+
+DESCRIPTION="Advanced interactive shell for Python"
+HOMEPAGE="
+   https://ipython.org/
+   https://github.com/ipython/ipython/
+   https://pypi.org/project/ipython/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/backcall[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.16[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.3[${PYTHON_USEDEP}]
+   dev-python/pickleshare[${PYTHON_USEDEP}]
+   >=dev-python/prompt-toolkit-3.0.38[${PYTHON_USEDEP}]
+   =dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/stack_data[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.9)
+"
+
+BDEPEND="
+   test? (
+   app-text/dvipng[truetype]
+   >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.21[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2[${PYTHON_USEDEP}]
+   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+RDEPEND+="
+   nbconvert? (
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND="
+   notebook? (
+   dev-python/notebook[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/widgetsnbextension[${PYTHON_USEDEP}]
+   )
+   qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
+   smp? (
+   >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/ipyparallel-6.2.3[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch )
+
+python_prepare_all() {
+   # Remove out of date insource files
+   #rm IPython/extensions/cythonmagic.py || die
+   #rm IPython/extensions/rmagic.py || die
+
+   # Prevent un-needed download during build
+   if use doc; then
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i 
docs/source/conf.py || die
+   fi
+
+   # Rename the test 

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

2023-04-29 Thread Michał Górny
commit: 2a550eab1883900a4908fee561ea9bb875a8d80a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:27:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:27:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a550eab

dev-python/types-docutils: Bump to 0.19.1.8

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

 dev-python/types-docutils/Manifest  |  1 +
 .../types-docutils/types-docutils-0.19.1.8.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/types-docutils/Manifest 
b/dev-python/types-docutils/Manifest
index 95d0c306b76e..1701eb4ff928 100644
--- a/dev-python/types-docutils/Manifest
+++ b/dev-python/types-docutils/Manifest
@@ -1 +1,2 @@
 DIST types-docutils-0.19.1.7.tar.gz 9370 BLAKE2B 
4a0de7d58a7d17ead5865d7ccd167e8291d31a11156c14fb080dc3b78c743b7a89e06652d799241bfe55bd937533cd9c254bfe1d200ce1b2182e2c7c51e9800c
 SHA512 
cb4fe6015c91576a06662c3523487c512f6b15d6c6ff41c7daaebf2f6820edc187fbbfe912e5b300198f86042113b8dbbc0422777532cdc281663bc328e155d6
+DIST types-docutils-0.19.1.8.tar.gz 9570 BLAKE2B 
2943d68a49b0256da2309ff02b2b42e61cca1588d6c335dc9284f23b4e1a2b8428051d31687a513dafc35a33fd6d4af7cd235630e77c41a7350b656135db8609
 SHA512 
5efffe6b83ec08123e12264d3ebe05c69a90dbac7bd6918f7d8742facabd9fa02ad955a84919f50cfd5b89811cb109ed6e024589e606526542b4a07799e7f368

diff --git a/dev-python/types-docutils/types-docutils-0.19.1.8.ebuild 
b/dev-python/types-docutils/types-docutils-0.19.1.8.ebuild
new file mode 100644
index ..9a24481a1e60
--- /dev/null
+++ b/dev-python/types-docutils/types-docutils-0.19.1.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for docutils"
+HOMEPAGE="https://pypi.org/project/types-docutils/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



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

2023-04-29 Thread Michał Górny
commit: b78c27d08118e181a2266006c52da027cdc134f9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:37:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78c27d0

dev-util/snakeviz: Bump to 2.2.0

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

 dev-util/snakeviz/Manifest  |  1 +
 dev-util/snakeviz/snakeviz-2.2.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/snakeviz/Manifest b/dev-util/snakeviz/Manifest
index 0a5b081a6f8e..19057a1a11a4 100644
--- a/dev-util/snakeviz/Manifest
+++ b/dev-util/snakeviz/Manifest
@@ -1 +1,2 @@
 DIST snakeviz-2.1.1.gh.tar.gz 600628 BLAKE2B 
9fafa8347c5cba71bac05490dd234379129d88710031854be8389b7be7ff71059cce4d67b817915ceae79c8e583dfa3433f4ee2c10f778d176ecec07a39fcfb4
 SHA512 
f2c56e24b4032bd184fa7f0006be9336d3e950569f05d94781d91c548b63fba1b703d20b13918d24a5bd4e2a98d9163ccc29fac2870eb2d99cb30f97bc410250
+DIST snakeviz-2.2.0.gh.tar.gz 602060 BLAKE2B 
cbd25c9342fa4204bc0dda0d3f97e5299d375ef2d93a48722d5421e698a5c260b2a76b696af2294fa490bd07ed4a08bd2c3b24496609c4ce20032b41c637030c
 SHA512 
8cf2ec04e7932c6841d143cac1b2ee9b40fa9d66d0ffd25f0512a505251d1b78d482746ac1edf8e909b1209efa0f603029d396728227945561d9fb888c8bbe2c

diff --git a/dev-util/snakeviz/snakeviz-2.2.0.ebuild 
b/dev-util/snakeviz/snakeviz-2.2.0.ebuild
new file mode 100644
index ..b4677fa9a313
--- /dev/null
+++ b/dev-util/snakeviz/snakeviz-2.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A web-based viewer for Python profiler output"
+HOMEPAGE="
+   https://github.com/jiffyclub/snakeviz/
+   https://pypi.org/project/snakeviz/
+"
+SRC_URI="
+   https://github.com/jiffyclub/snakeviz/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/tornado[${PYTHON_USEDEP}]
+   ')
+"
+
+distutils_enable_tests pytest



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

2023-04-29 Thread Michał Górny
commit: b5c2d7aa2fab0144e6819814f1c10c4173bf468c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:26:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:26:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c2d7aa

dev-python/svg-path: Bump to 6.3

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

 dev-python/svg-path/Manifest|  1 +
 dev-python/svg-path/svg-path-6.3.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest
index 0561203e4fae..c0e152959568 100644
--- a/dev-python/svg-path/Manifest
+++ b/dev-python/svg-path/Manifest
@@ -1 +1,2 @@
 DIST svg-path-6.2.gh.tar.gz 39478 BLAKE2B 
ef5a5c7aca3dc0e3f383f5e2810bad8960e32a55d00b6300e30c81fbe837f380d073bae60b891d371f8a9be3ca556ef11821d5b7c2fe5db519465b099d35e3f9
 SHA512 
7c9a67467e888f4961d54daf2706125c4ae21bb0cd1010f335eb072df78f12b1da99ddcf64a33a85a0e82a8b347f19e876161e3da8ebf43e5e7b45bbaf7d3325
+DIST svg-path-6.3.gh.tar.gz 51479 BLAKE2B 
895069baa0c9577fe222c16a57636bb18ebcb62471faba0b2e9cd06793b2f8e07790ca8153feaa3ee5ca35b2b11ab7ec821dc3ad98e510f6ec76e00f058e
 SHA512 
fd9dd9e1e603be5e212e3eb247c9f3778203f5285397a4cdde4c038c3f31f7bc2b8904491c208256996e2fbd39b4e5f7ea58d964bd5d22bc09c57e4bc2c70317

diff --git a/dev-python/svg-path/svg-path-6.3.ebuild 
b/dev-python/svg-path/svg-path-6.3.ebuild
new file mode 100644
index ..ec37884e84b6
--- /dev/null
+++ b/dev-python/svg-path/svg-path-6.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="SVG path objects and parser"
+HOMEPAGE="
+   https://github.com/regebro/svg.path/
+   https://pypi.org/project/svg.path/
+"
+# no tests in sdist, as of 6.3
+SRC_URI="
+   https://github.com/regebro/svg.path/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-04-29 Thread Michał Górny
commit: d14bef92604094fed437a9ee8f5c4d6cad51ac5f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:19:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:19:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14bef92

dev-python/gast: Bump to 0.5.4

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

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

diff --git a/dev-python/gast/Manifest b/dev-python/gast/Manifest
index 89156d9adb0c..8a370940e9ae 100644
--- a/dev-python/gast/Manifest
+++ b/dev-python/gast/Manifest
@@ -1 +1,2 @@
 DIST gast-0.5.3.tar.gz 23455 BLAKE2B 
b7263e959178421a7ba1cdb41cb09edbe1c30680573e1ab3b4de114e0bd151d2278be799fcc1a01524bb5ee6f6d6764d9902dd0018e7cbe54ac7a3d1300bbeb1
 SHA512 
a836be76303591ca7c40596d98a29dbd53f281e277c8c23e3821b2003d4e8aaf4d806e7f532f27c0eadd4bdca5a28dc0a3902245505ab97497b9afbfee0c2e52
+DIST gast-0.5.4.tar.gz 25346 BLAKE2B 
c7161737367c2a3335d9e51af1dc09934ea16694d497cb151ed713b3372666456b5dcc2c595294c7162035af29d454bad5c8fb677030de9235c52d5ff8a3f05b
 SHA512 
a288e2ecc15af2a5d50cb34979995f936e88cdaa4427f809b69015cb6ba98eaffd7ea9eff2dc61dae6f6c2d7d9c5cc6e3e9a5565bd7b1dd308cd39f56087c67d

diff --git a/dev-python/gast/gast-0.5.4.ebuild 
b/dev-python/gast/gast-0.5.4.ebuild
new file mode 100644
index ..b6c2631556e1
--- /dev/null
+++ b/dev-python/gast/gast-0.5.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax 
Tree (AST)"
+HOMEPAGE="
+   https://github.com/serge-sans-paille/gast/
+   https://pypi.org/project/gast/
+"
+
+LICENSE="BSD PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests unittest



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

2023-04-29 Thread Michał Górny
commit: 193c4fe55cfe31e529f0af70b33f3758b532d5bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:18:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:18:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193c4fe5

dev-python/sphinx: Bump to 7.0.0

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

 dev-python/sphinx/Manifest|   1 +
 dev-python/sphinx/sphinx-7.0.0.ebuild | 130 ++
 2 files changed, 131 insertions(+)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 7edb3b7ff13a..255aea00c5e7 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -3,3 +3,4 @@ DIST sphinx-5.3.0.gh.tar.gz 6873479 BLAKE2B 
c57ede5e3d83447c6152d050d45df73bced6
 DIST sphinx-6.1.3.gh.tar.gz 6720056 BLAKE2B 
8d8753a7735df1d2e86dfc1c6347ea6fd550c5a6abd5e4cb2b884e0ec9d9de5179eac241cad98aad3ee09cca26d13f74aecc2eb2f61067eb20beb4a26159ac4d
 SHA512 
b1cdd1ae8e643306cbbf26bd926f0fbd6c76a11098cf35c8088dd12f4c8ac4dbb5a7acc0676608d8268059191756e71741564a72e9786a66eb2282afd0271f27
 DIST sphinx-6.2.0.gh.tar.gz 6729874 BLAKE2B 
6bfa538d01687ebc72a29ea89061362175f5807fe0aa71d5332e2a257ef562a8bf520b1f8696ceeddd5647a515a02fc4b9cb4a6ebf104f1d104f8198f8186a9b
 SHA512 
e2c2931d4984a7a41aa7cbfc72e099b3df01646c87f16a6a7950945a6768bc0af9d49a776e164590c2e80b83127bfd2338a7d9a119d0ce6023ab4960ded741f5
 DIST sphinx-6.2.1.gh.tar.gz 6729925 BLAKE2B 
621ead516dc17cc632e9e752b56b5432547b6a051ede353d690dca0769664fc1c1335ec948f4035cb8c4307a563b4928d2587de3f3ec8d89dacf829a8fd5b95f
 SHA512 
ba56fb9672dc2e156b6cfd0fc2252a989d44b199946a371ec5f1cda5840836b3a58e267ac0973f522479b472dbb07c6c2d7ae6b0c63c9adfbe82d36bd59a9465
+DIST sphinx-7.0.0.gh.tar.gz 6712995 BLAKE2B 
ad60fba88a25491c4d545767edbcf2aca31c2b11181904bbcd10fea3cb27dc983add3d72e6fab9b0eb68e4fc0eb62d2e7d3f126d2fd8ca70d496921f1149d3a5
 SHA512 
35fb03b11b9a9f7fabe6d774b6fdb2290d80f8bfdf2b474d8adae92345e29bad0d8506c3e274a3c1e249a1690ebac3135e99ecabaac8531923d5fdbfc296e1c3

diff --git a/dev-python/sphinx/sphinx-7.0.0.ebuild 
b/dev-python/sphinx/sphinx-7.0.0.ebuild
new file mode 100644
index ..798699cb893b
--- /dev/null
+++ b/dev-python/sphinx/sphinx-7.0.0.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="
+   https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinx/
+   https://pypi.org/project/Sphinx/
+"
+SRC_URI="
+   https://github.com/sphinx-doc/sphinx/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc latex"
+
+RDEPEND="
+   =dev-python/Babel-2.9[${PYTHON_USEDEP}]
+   =dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+   >=dev-python/imagesize-1.3[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.13[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/snowballstemmer-2.0[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-4.8[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+   latex? (
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   app-text/dvipng
+   )
+   !dev-python/namespace-sphinxcontrib
+"
+BDEPEND="
+   doc? (
+   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+   test? (
+   app-text/dvipng
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   virtual/imagemagick-tools[jpeg,png,svg]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/sphinx-3.2.1-doc-link.patch"
+   "${FILESDIR}/sphinx-4.3.2-doc-link.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable internet access
+   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+ 

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

2023-04-29 Thread Michał Górny
commit: e859fcdb17b909a210f757b0f84a30e95cc9b63a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 30 03:21:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 30 03:21:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e859fcdb

dev-python/frozendict: Bump to 2.3.8

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

 dev-python/frozendict/Manifest|  1 +
 dev-python/frozendict/frozendict-2.3.8.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/frozendict/Manifest b/dev-python/frozendict/Manifest
index 0d46ff06798a..bb06e4d2efa6 100644
--- a/dev-python/frozendict/Manifest
+++ b/dev-python/frozendict/Manifest
@@ -1 +1,2 @@
 DIST frozendict-2.3.7.gh.tar.gz 309663 BLAKE2B 
108b27039ccf3c1ce9e002b7e459689a13a3f180c8f1da48373447bd19e2c937741df6a7173481a6a1f9441df5a30dd5c7f9394d83ae69e44022010bc199c0f3
 SHA512 
1f34e14a494c687be54ff8b40bc6c2fd329ddd4599fdfe940c96ef1df68e7b4bb88f3b6e1bbf7043ee403d091c4ab77062eb36e5fde4b4addc1762ed64f183b4
+DIST frozendict-2.3.8.gh.tar.gz 310193 BLAKE2B 
e21d278396bcc10d88dbc6d33c86027308f66c8de84015d1aa186f1f34e74e4be7c915459a694597e277aab0eaaa78fb716e51e5c0f9fba58bb1e8b8d22394bd
 SHA512 
17f610fc12138446908dbd425b8b15d2b6b7d8ad2b41f68b9a03acbd096d173994049b86169c62b51732cacf1e19de77e58cd38edf3422413269bd9e4eb5ca6d

diff --git a/dev-python/frozendict/frozendict-2.3.8.ebuild 
b/dev-python/frozendict/frozendict-2.3.8.ebuild
new file mode 100644
index ..9548bcbf1869
--- /dev/null
+++ b/dev-python/frozendict/frozendict-2.3.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple immutable mapping for python"
+HOMEPAGE="
+   https://github.com/Marco-Sulla/python-frozendict/
+   https://pypi.org/project/frozendict/
+"
+SRC_URI="
+   https://github.com/Marco-Sulla/python-frozendict/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/python-${P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   # This prevents the build system from ignoring build failures, sigh.
+   local -x CIBUILDWHEEL=1
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   rm -rf frozendict || die
+   epytest
+}



[gentoo-commits] proj/gcc-config:master commit in: /

2023-04-29 Thread Sam James
commit: 22b58d511521fea50e0f6797a39b1750b3764c85
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 02:58:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 02:59:56 2023 +
URL:https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=22b58d51

gcc-config: Add missing terminating quote for 'backing up' path message

Cosmetic.

Before: * Backing up '//usr/lib/gcc/hppa2.0-unknown-linux-gnu/12/libgcc_s.so.4' 
to '/lib
After:  * Backing up '//usr/lib/gcc/hppa2.0-unknown-linux-gnu/12/libgcc_s.so.4' 
to '/lib'
Signed-off-by: Sam James  gentoo.org>

 gcc-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc-config b/gcc-config
index f39dd5c..80951b4 100755
--- a/gcc-config
+++ b/gcc-config
@@ -426,7 +426,7 @@ handle_split_usr() {
# but for now, that should be safe ...
for gcclib in "${ROOT}${LDPATH}"/lib${gcclib}.so.* ; do
[[ -e ${gcclib} ]] || continue
-   einfo "Backing up '${gcclib}' to '${libdir}"
+   einfo "Backing up '${gcclib}' to '${libdir}'"
cp -pP "${gcclib}" "${libdir}"/.gcc.config.new/
# no need to sanity `rm` this as the `mv` should take 
care
# of it.  we also need this step to be completely atomic



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

2023-04-29 Thread Matt Turner
commit: 94ce798844d19ce6f52789833e61be1c4f92d713
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Apr 30 00:50:22 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 30 02:11:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ce7988

net-libs/libsoup: Version bump to 3.4.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30810
Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libsoup/Manifest |   1 +
 net-libs/libsoup/libsoup-3.4.2.ebuild | 101 ++
 2 files changed, 102 insertions(+)

diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
index d5e4446b4c14..24933980acea 100644
--- a/net-libs/libsoup/Manifest
+++ b/net-libs/libsoup/Manifest
@@ -2,3 +2,4 @@ DIST libsoup-2.74.3.tar.xz 1504804 BLAKE2B 
91f441197414314bb78cf15e7c13b54714e66
 DIST libsoup-3.2.2.tar.xz 1530460 BLAKE2B 
8df66651a0bdcdb3337ced0031e4e8a32883241f6b7310a2b91396883368fa849d1e7dbab3766ec38ec05fdd81fafabd1f165cfe22a168e87db9a431ca86274d
 SHA512 
1f2b49244f8bac4d112b39ac9c6a942acbc1ae1cff33262ed02e7682af3994cf6ba6741b365b3c80c45c6427d391599fa6f31df6caa4ffefe7d078ac373bad1b
 DIST libsoup-3.4.0.tar.xz 1530892 BLAKE2B 
9c5ad6ba8a476c633d8e6a65e6c3e910e4b4848e80284a0e47f67fba61efb8743973a1498ad5735dcfb92a7cd7517603de8a503e98aeb3e51029cf587562d67c
 SHA512 
d9bc5c160e453d5bc467694dac057e03d9e6c075a87bd6ff59be4ddedbfcb496168d9457e905edc3aff569270f0401560001f3d54fca1a7c3679ac631bd779d6
 DIST libsoup-3.4.1.tar.xz 1537968 BLAKE2B 
4cee695f35fcfa87a43b1015fe4be679927939eb5d7ba6f5a95da32308bf16215d9cd45a15a82a39a5c105aa5b85bd6ee76d733dab5d7a053e8a8185d03b700c
 SHA512 
1fabd75aa4fa74b322eab3a2c073555daaaf216e70c5f0cb41a57ef6e56553756e499cceea29e726a291ecc2e381e507b122f9d5771db2730f85beee803d22dc
+DIST libsoup-3.4.2.tar.xz 1535992 BLAKE2B 
09423b5f7f0385105d00523f38597ebd91d8a19ed1c4cd6fbc27b12d81fdbd13c54f8fabbe16411ea45de4b48d6dd85c226ea812618b337a34c3dfd220c0be9a
 SHA512 
711007599f639625fe2efdb7adb81de2dea0035180737ce0ec8234afb034646a2b6bd9ae384a69d6591aa142e91d245d502d13e1d97cd7b51c8c87c2d925f6b3

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

[gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/, net-libs/nodejs/files/

2023-04-29 Thread William Hubbs
commit: 4bf7a2a804d52fd837a17c30bd32786f5e8adf0d
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Apr 30 01:23:32 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Apr 30 01:24:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf7a2a8

net-libs/nodejs: drop 16.19.1, 18.14.2

Signed-off-by: William Hubbs  gentoo.org>

 net-libs/nodejs/Manifest   |   2 -
 .../files/nodejs-15.2.0-global-npm-config.patch|  13 --
 .../nodejs/files/nodejs-18.3.0-paxmarking.patch|  85 ---
 net-libs/nodejs/nodejs-16.19.1.ebuild  | 232 ---
 net-libs/nodejs/nodejs-18.14.2.ebuild  | 254 -
 5 files changed, 586 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index d52da6994f89..8bff0dfd255b 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,6 +1,4 @@
 DIST node-v14.21.3.tar.xz 34508116 BLAKE2B 
6fa001be10499ff2dfc920690dda9df25423f3e5c0bf19ae2ab9df571ca905e164e5a4eb778d0aa16a6026c354e39e063bde39d734a0532c3d95c937e509a9cb
 SHA512 
bea8ccbb95ba00c220a42d30f8827fc94fb63725079dc3b63c65fd62d5f4f85d1d78e00b9b1f882a80449fa251930d3f3f5f9c8ae8d14d132660d4c4fd0b08f0
-DIST node-v16.19.1.tar.xz 35465252 BLAKE2B 
717cf15ab6fa5a2a643138959c4e539ef541783061605d0670564579bb43c89db0972228d42e529fb4104396ce7e1ed33486b6f28356752709a196924894b9f6
 SHA512 
7274ae1c7c92a4db9f8df9762f363cd9fb252c51142b98a25e718d749d10989d4228bc8d5fc864b83a4fe0c7f9541f59190b47374673a6ab4654a6366a373a48
 DIST node-v16.20.0.tar.xz 35546884 BLAKE2B 
5bdb1fb7365e07f13d0a58a8d052d11efaadcf1b0792af0517b78b1ecf01e50eabe26e31588ae410ee63b7494a4eb9d23f70d4dd157a452d0bbf8bd548865255
 SHA512 
b155acdff0244307afcc334844f113b5c321f7764ebb69326d60a6a79d0e0d38d55257a38b815f5933aa4071e6a788e01c466476ef012cec648c84d74adda406
-DIST node-v18.14.2.tar.xz 40330824 BLAKE2B 
d18cf6a23f091633e529872715dec65ca83e688ff9fbed78385102aa44707ff4b33bcb034f6d10aab9a81a646ad7e8c28a239de151b816ff7072977df0de
 SHA512 
72bb788b40d83bc42850dd9e2d00ffc06d9bcb17d24280d4721038038d1632846f859864328c849498255d1095296402b9b3c6b8910bbd399f7f516a43b9c86f
 DIST node-v18.16.0.tar.xz 40467860 BLAKE2B 
b16749c0212f3aa196ec9fc0f999a023adeb9031b3332939330ba5a3edb5bc2ed6dc21bf861509696e19ed0cc5d5c54bb882018f0e54eb1ad8e9b0ba3bb64bff
 SHA512 
608ce5db97ce2d851f381c7991f635c5e0927ae79037649b482c7e197479341b7c6560644e25f4d65ece8aa80c5763a0e044349a5be210fa33fbbf97a96462bd
 DIST node-v20.0.0.tar.xz 41279796 BLAKE2B 
1df8785ca22dea15c6c1f19ec2d3b3d704f9cda6cf13d6e8e8fbbf853515871f18a11a4bbe5ed765434f6f5606975c5254e1826f2e506165ff937ef16d326262
 SHA512 
cda981227398c1a9023a2212c0d5351eadfedd19d58776dcc470e3ba0213a178b626c37d48fa52548ddd5a70d26a18b66c266856321a0af9ada2b1eac7ee9fd8

diff --git a/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch 
b/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch
deleted file mode 100644
index 2b0705b1d712..
--- a/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 a/deps/npm/node_modules/@npmcli/config/lib/index.js
-+++ b/deps/npm/node_modules/@npmcli/config/lib/index.js
-@@ -275,8 +275,9 @@
- // default the globalconfig file to that location, instead of the default
- // global prefix.  It's weird that `npm get globalconfig --prefix=/foo`
- // returns `/foo/etc/npmrc`, but better to not change it at this point.
-+// gentoo deviates wrt global config; store in /etc/npm
- settableGetter(data, 'globalconfig', () =>
--  resolve(this[_get]('prefix'), 'etc/npmrc'))
-+  resolve('/etc', 'npmrc'))
-   }
- 
-   loadHome () {

diff --git a/net-libs/nodejs/files/nodejs-18.3.0-paxmarking.patch 
b/net-libs/nodejs/files/nodejs-18.3.0-paxmarking.patch
deleted file mode 100644
index fd7ef431045e..
--- a/net-libs/nodejs/files/nodejs-18.3.0-paxmarking.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-diff -urNp node-v15.8.0-orig/node.gyp node-v15.8.0-dwok/node.gyp
 node-v15.8.0-orig/node.gyp 2021-02-24 22:21:44.202911780 +0100
-+++ node-v15.8.0-dwok/node.gyp 2021-02-24 22:25:34.298281739 +0100
-@@ -55,6 +55,7 @@
-   'deps/undici/undici.js',
- ],
- 'node_mksnapshot_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot<(EXECUTABLE_SUFFIX)',
-+'node_mksnapshot_u_exec': 
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)node_mksnapshot_u<(EXECUTABLE_SUFFIX)',
- 'conditions': [
-   ['GENERATOR == "ninja"', {
- 'node_text_start_object_path': 
'src/large_pages/node_text_start.node_text_start.o'
-@@ -331,10 +332,24 @@
- }, {
-   'actions': [
- {
-+  'action_name': 'run_pax_mksnapshot',
-+  'inputs': [
-+'<(node_mksnapshot_exec)',
-+  ],
-+  'outputs': [
-+'<(node_mksnapshot_u_exec)',
-+  ],
-+  'action': [
-+

[gentoo-commits] repo/gentoo:master commit in: dev-ml/core_kernel/

2023-04-29 Thread Sam James
commit: 0dbd2f4a00dabe5b82174b84e4a77adf8d26358a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 01:13:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 01:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbd2f4a

dev-ml/core_kernel: Stabilize 0.15.0 arm, #901601

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

 dev-ml/core_kernel/core_kernel-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_kernel/core_kernel-0.15.0.ebuild 
b/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
index 09acead97e98..db3dc075142d 100644
--- a/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
+++ b/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 # Wants quickcheck_deprecated for now



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

2023-04-29 Thread Sam James
commit: 32bf1dfde8a72f36a664ce986076509778202f93
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 00:19:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 00:19:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bf1dfd

sci-mathematics/form: workaround GCC -fchecking ICE w/ -Wno-uninitialized

Reported upstream at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109521 but 
let's
apply a workaround for now to avoid dupes. It's "only" an error in diagnostics
anyway.

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

 sci-mathematics/form/form-4.3.0-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/form/form-4.3.0-r1.ebuild 
b/sci-mathematics/form/form-4.3.0-r1.ebuild
index abdbf0481b5f..d3d5800ac1e2 100644
--- a/sci-mathematics/form/form-4.3.0-r1.ebuild
+++ b/sci-mathematics/form/form-4.3.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools toolchain-funcs elisp-common
+inherit autotools flag-o-matic toolchain-funcs elisp-common
 
 DESCRIPTION="Symbolic Manipulation System"
 HOMEPAGE="https://www.nikhef.nl/~form/ https://github.com/vermaseren/form/;
@@ -34,6 +34,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # Workaround for GCC -fchecking ICE, bug #904339
+   append-cxxflags $(test-flags-CXX -Wno-uninitialized)
+
econf \
--enable-scalar \
--enable-largefile \



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core_kernel/

2023-04-29 Thread Sam James
commit: ab3705ddd5372b08de2e6c70856a037c355c326b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 00:21:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 00:21:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3705dd

dev-ml/core_kernel: Stabilize 0.15.0 arm64, #901601

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

 dev-ml/core_kernel/core_kernel-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_kernel/core_kernel-0.15.0.ebuild 
b/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
index b24833698db8..dc302ee45a8c 100644
--- a/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
+++ b/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 # Wants quickcheck_deprecated for now



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core_kernel/

2023-04-29 Thread Sam James
commit: 5623d07a1646c2441ee13802fc6f075e90bebbed
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 00:21:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 00:21:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5623d07a

dev-ml/core_kernel: Stabilize 0.15.0 x86, #901601

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

 dev-ml/core_kernel/core_kernel-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_kernel/core_kernel-0.15.0.ebuild 
b/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
index dc302ee45a8c..09acead97e98 100644
--- a/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
+++ b/dev-ml/core_kernel/core_kernel-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 # Wants quickcheck_deprecated for now



[gentoo-commits] repo/gentoo:master commit in: net-im/synapse/

2023-04-29 Thread Sam James
commit: 72de8cf66348f7a9919e481791bbc7c027da3a96
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Apr 29 23:57:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 00:21:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72de8cf6

net-im/synapse: Fix installation phase

Fixes: 76450772f8f3 ("net-im/synapse: add 1.82.0")
Closes: https://bugs.gentoo.org/905331
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/30808
Signed-off-by: Sam James  gentoo.org>

 net-im/synapse/{synapse-1.82.0.ebuild => synapse-1.82.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/synapse/synapse-1.82.0.ebuild 
b/net-im/synapse/synapse-1.82.0-r1.ebuild
similarity index 99%
rename from net-im/synapse/synapse-1.82.0.ebuild
rename to net-im/synapse/synapse-1.82.0-r1.ebuild
index fc79245f2571..54a8b83e8b0e 100644
--- a/net-im/synapse/synapse-1.82.0.ebuild
+++ b/net-im/synapse/synapse-1.82.0-r1.ebuild
@@ -171,7 +171,7 @@ python_test() {
 }
 
 src_install() {
-   distutils-r1_python_install_all
+   distutils-r1_src_install
keepdir /var/{lib,log}/synapse /etc/synapse
fowners synapse:synapse /var/{lib,log}/synapse /etc/synapse
fperms 0750 /var/{lib,log}/synapse /etc/synapse



[gentoo-commits] repo/gentoo:master commit in: dev-ml/timezone/

2023-04-29 Thread Sam James
commit: 0c53c5002698b0c8f3031274e3eb11f2b738475d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 00:21:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 00:21:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c53c500

dev-ml/timezone: Stabilize 0.15.0 arm, #901665

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

 dev-ml/timezone/timezone-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/timezone/timezone-0.15.0.ebuild 
b/dev-ml/timezone/timezone-0.15.0.ebuild
index c358bcf6a322..43229a29f8df 100644
--- a/dev-ml/timezone/timezone-0.15.0.ebuild
+++ b/dev-ml/timezone/timezone-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/core:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/timezone/

2023-04-29 Thread Sam James
commit: 32f60da03064695c7d084b35dbb3025a3812834d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 00:21:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 00:21:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f60da0

dev-ml/timezone: Stabilize 0.15.0 x86, #901665

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

 dev-ml/timezone/timezone-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/timezone/timezone-0.15.0.ebuild 
b/dev-ml/timezone/timezone-0.15.0.ebuild
index 1256a9f0b1a6..c358bcf6a322 100644
--- a/dev-ml/timezone/timezone-0.15.0.ebuild
+++ b/dev-ml/timezone/timezone-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/core:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/timezone/

2023-04-29 Thread Sam James
commit: 8b7ec37c282c1131d490461d21cf7ef8cd5dab35
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 30 00:21:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 30 00:21:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7ec37c

dev-ml/timezone: Stabilize 0.15.0 arm64, #901665

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

 dev-ml/timezone/timezone-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/timezone/timezone-0.15.0.ebuild 
b/dev-ml/timezone/timezone-0.15.0.ebuild
index e3090f18ccc7..1256a9f0b1a6 100644
--- a/dev-ml/timezone/timezone-0.15.0.ebuild
+++ b/dev-ml/timezone/timezone-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="dev-ml/core:${SLOT}"



[gentoo-commits] proj/gcc-patches:master commit in: 13.2.0/gentoo/

2023-04-29 Thread Sam James
commit: 490c1c096ca1d3a1f4a84801a46231d64c07ba49
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 22:41:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 22:41:36 2023 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=490c1c09

13.2.0: cut 2 patchset

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

 13.2.0/gentoo/README.history | 5 +
 1 file changed, 5 insertions(+)

diff --git a/13.2.0/gentoo/README.history b/13.2.0/gentoo/README.history
index 1ae5deb..20af64a 100644
--- a/13.2.0/gentoo/README.history
+++ b/13.2.0/gentoo/README.history
@@ -1,3 +1,8 @@
+2  29 Apr 2023
+   - 75_all_all_PR109573_13_ICE-in-vectorizable_live_operation.patch
+   - 76_all_all_PR109585_13_rtl-alias-analysis-typo.patch
+   - 77_all_all_PR109609_13_tail-call-fnspec.patch
+
 1  26 April 2023
 
+ 01_all_default-fortify-source.patch



[gentoo-commits] repo/proj/libressl:master commit in: net-libs/libssh2/files/, net-libs/libssh2/

2023-04-29 Thread orbea
commit: 8ec3c8187d7349c7939c0ce1820d2317ccde4521
Author: orbea  riseup  net>
AuthorDate: Sat Apr 29 23:02:07 2023 +
Commit: orbea  riseup  net>
CommitDate: Sat Apr 29 23:02:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8ec3c818

net-libs/libssh2: treeclean

Bug: https://bugs.gentoo.org/903001
Upstream-PR: https://github.com/gentoo/gentoo/pull/30795
Upstream-Commit: 
https://github.com/gentoo/gentoo/commit/31aac77f7d43a553ddd20a1ca65e1fa4aa74ecd8
Signed-off-by: orbea  riseup.net>

 net-libs/libssh2/Manifest  |  1 -
 .../libssh2/files/libssh2-1.8.0-mansyntax_sh.patch | 41 
 net-libs/libssh2/libssh2-1.10.0.ebuild | 54 --
 net-libs/libssh2/metadata.xml  | 18 
 4 files changed, 114 deletions(-)

diff --git a/net-libs/libssh2/Manifest b/net-libs/libssh2/Manifest
deleted file mode 100644
index 95b30d0..000
--- a/net-libs/libssh2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libssh2-1.10.0.tar.gz 965044 BLAKE2B 
0e6f571cc723e0050bf7ba7492f361ef222547dcbc311019cb6762f01405b4906e0418207a7d484c5170bee5e6f666827a7ea0d0cf233f684f999f896ce0b415
 SHA512 
e064ee1089eb8e6cd5fa2617f4fd8ff56c2721c5476775a98bdb68c6c4ee4d05c706c3bb0eb479a27a8ec0b17a8a5ef43e1d028ad3f134519aa582d3981a3a30

diff --git a/net-libs/libssh2/files/libssh2-1.8.0-mansyntax_sh.patch 
b/net-libs/libssh2/files/libssh2-1.8.0-mansyntax_sh.patch
deleted file mode 100644
index 3a33bf7..000
--- a/net-libs/libssh2/files/libssh2-1.8.0-mansyntax_sh.patch
+++ /dev/null
@@ -1,41 +0,0 @@
 a/tests/mansyntax.sh
-+++ b/tests/mansyntax.sh
-@@ -1,37 +1,2 @@
- #!/bin/sh
--set -e
--
--# Written by Mikhail Gusarov
--#
--# Run syntax checks for all manpages in the documentation tree.
--#
--
--srcdir=${srcdir:-$PWD}
--dstdir=${builddir:-$PWD}
--mandir=${srcdir}/../docs
--
--#
--# Only test if suitable man is available
--#
--if ! man --help | grep -q warnings; then
--  echo "man version not suitable, skipping tests"
--  exit 0
--fi
--
--ec=0
--
--trap "rm -f $dstdir/man3" EXIT
--
--ln -sf "$mandir" "$dstdir/man3"
--
--for manpage in $mandir/libssh2_*.*; do
--  echo "$manpage"
--  warnings=$(LANG=en_US.UTF-8 MANWIDTH=80 man -M "$dstdir" --warnings \
---E UTF-8 -l "$manpage" 2>&1 >/dev/null)
--  if [ -n "$warnings" ]; then
--echo "$warnings"
--ec=1
--  fi
--done
--
--exit $ec
-+:

diff --git a/net-libs/libssh2/libssh2-1.10.0.ebuild 
b/net-libs/libssh2/libssh2-1.10.0.ebuild
deleted file mode 100644
index b3eaa02..000
--- a/net-libs/libssh2/libssh2-1.10.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake-multilib
-
-DESCRIPTION="Library implementing the SSH2 protocol"
-HOMEPAGE="https://www.libssh2.org;
-SRC_URI="https://www.libssh2.org/download/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="gcrypt mbedtls zlib"
-REQUIRED_USE="?? ( gcrypt mbedtls )"
-# Tests try to set containers up using docker (and fail for some reason).
-RESTRICT="test"
-
-RDEPEND="
-   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
-   !gcrypt? (
-   mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] )
-   !mbedtls? (
-   >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
-   )
-   )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-multilib_src_configure() {
-   local crypto_backend=OpenSSL
-   if use gcrypt; then
-   crypto_backend=Libgcrypt
-   elif use mbedtls; then
-   crypto_backend=mbedTLS
-   else
-   append-cflags -DHAVE_OPAQUE_STRUCTS=1
-   fi
-
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=ON
-   -DCRYPTO_BACKEND=${crypto_backend}
-   -DENABLE_ZLIB_COMPRESSION=$(usex zlib)
-   )
-   cmake_src_configure
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/net-libs/libssh2/metadata.xml b/net-libs/libssh2/metadata.xml
deleted file mode 100644
index 1f00f91..000
--- a/net-libs/libssh2/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   net...@gentoo.org
-   
-   
-   mgo...@gentoo.org
-   Michał Górny
-   
-   
-   Use dev-libs/libgcrypt instead 
of dev-libs/openssl
-   Use net-libs/mbedtls instead of 
dev-libs/openssl
-   
-   
-   libssh2/libssh2
-   
-



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

2023-04-29 Thread Sam James
commit: c4d0ea8bd104b5b76a49ede1962e3bf1ce07013f
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 22:45:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 22:46:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d0ea8b

sys-devel/gcc: add 13.1.1_p20230429

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

 sys-devel/gcc/Manifest|  2 +
 sys-devel/gcc/gcc-13.1.1_p20230429.ebuild | 62 +++
 2 files changed, 64 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 9b9ac8d5f205..b8425d0a821e 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -7,9 +7,11 @@ DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 
9aa2ecbac493d3040694e9930738e57d5
 DIST gcc-12-20230428.tar.xz 79744932 BLAKE2B 
f9dcdd2f1b0af79f281851b3b0fe0ac50f14468844e1ee596f8ed1ccf33f55c7617464d88df7e4b3435d58fedecf640592e0661fd1be9ba163acd26dae68
 SHA512 
992f9cd71f9910efea401048540ba2b43360170f76ce992cf356b1ab383240f481e29c5b0ad32fa4efb2bdbb397477506cb83a825268cfbdd2cde7044d43c758
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
+DIST gcc-13-20230429.tar.xz 83944828 BLAKE2B 
e939826a8ed126ff5543da048ba0071cca8e2b2a77335f6ee506debd0868269a3aa299ab695f1419eb84b472d406736b293ac2495901f82765e445102df3e03b
 SHA512 
48095ff181f7389bda249dcd67c3c0369dd8fbe4741a8ab00833c0f5d569be165db28c369f65960650812a6011dda21692cca806f4c3261773b28d702e9f0c53
 DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
 DIST gcc-13.2.0-musl-patches-1.tar.xz 3572 BLAKE2B 
a5fd1dd6f94aa9f2b35815e193bdecb9c343874e5181761524abf9db6e796bad6b57eb7de9b7aa41b61c370df526f4fc2b56766eb4b2d430b10785e3c287d544
 SHA512 
d55f0097053ea38ec1e2880059407bf726c5f6282c2abe659646e3af7ac0844c80ffb06e9006f6320e8a19752d90a2b960403239f17f88bdb5ab43fb9d80c1d2
 DIST gcc-13.2.0-patches-1.tar.xz 15792 BLAKE2B 
2ffa9ac013c0f9a91eb93e87e3bc6c378d02cca32ad3f8a84d1249e257eb02b206ec10fa425738a4bae2ffb7db8506afcee2a8dd855357e4b48636608aa24e50
 SHA512 
917ea178f3696724f9ec08aebb6976f03c5edf8ee21bb4bad7e2d820507452f6dace6e847c4f342a52870642550f34da0346ee635a60ba0c1bff667e0e31d195
+DIST gcc-13.2.0-patches-2.tar.xz 12392 BLAKE2B 
40ca4c230166e39d237e4b939669e51b991f58d0e1787c43f2bf468447de478604d28b6e9b20f5991bd01b9efad4860b30567c8df5d823cf6fc47678f9e6b672
 SHA512 
d00f559b2d6ad98f97a9328d2ce1593553fff727033690dfc13f520775e977b674fe14cc1ec7ab52b246e091a055812eaf4f93306145a4d2ad87a55707a3717b
 DIST gcc-14-20230423.tar.xz 83968044 BLAKE2B 
0ea88ec50e20b6936b6fe56179b8cd254e739c61143b6d80dd6b10b2c063e89a9459bdf5371bf80fddd52dd2bafa79197bd4ccb0728d19382b70938ba87f7069
 SHA512 
ed5955316b2ed5df1300cb3526542cd6adaca0b99692f4dfb6b1c68b5e075b863599eb0ad43aca2b15b535be5a117f5be4ab7823bf810e0fdd8681faa8c7160d
 DIST gcc-14.0.0-musl-patches-1.tar.xz 3576 BLAKE2B 
692baee8a7709905d53aeb150d73a3721c4ba47ee5f397cfb1b5be905cf003ca02b60c94ee294d90ac39645cd5cdf186c7a3aa950c47d8cf680c128ed705b807
 SHA512 
0592ab98a7142e404623a6511c67dff61e9ade32c3fb2c0e75b456306e0af3799ad13252b50b3d2fdd31e5815d7f0b16b0ad63ab8386fe4d78729fc9c182d617
 DIST gcc-14.0.0-patches-1.tar.xz 11612 BLAKE2B 
a3b0f3952cf7a6fb095817f4727ccb5cff24607a5c2bb67d280da4651177132ddcf398243998271c509ccaf3445d4843ff691a12d5c394dad8d9c70fc4a8120d
 SHA512 
66701c2e4fd1a031ffcb353a3a9cd1fe25d3d62167065523097e41a3e48adf4218ecf08e382e3ea22014c561ba3a15681650c5538cda91d38c69cbbf04503a74

diff --git a/sys-devel/gcc/gcc-13.1.1_p20230429.ebuild 
b/sys-devel/gcc/gcc-13.1.1_p20230429.ebuild
new file mode 100644
index ..dfbf72276193
--- /dev/null
+++ b/sys-devel/gcc/gcc-13.1.1_p20230429.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="2"
+PATCH_GCC_VER="13.2.0"
+MUSL_VER="1"
+MUSL_GCC_VER="13.2.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.

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

2023-04-29 Thread Andreas Sturmlechner
commit: 8317507b7ce4a2bc22251efc0718c7fa4cda3356
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 22:20:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 22:28:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8317507b

dev-libs/libpqxx: add 7.7.5

Bug: https://bugs.gentoo.org/896718
Closes: https://bugs.gentoo.org/850694
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/libpqxx/Manifest |  1 +
 dev-libs/libpqxx/libpqxx-7.7.5.ebuild | 80 +++
 2 files changed, 81 insertions(+)

diff --git a/dev-libs/libpqxx/Manifest b/dev-libs/libpqxx/Manifest
index 8b49e6f0dfa0..5eed6c0dc3a6 100644
--- a/dev-libs/libpqxx/Manifest
+++ b/dev-libs/libpqxx/Manifest
@@ -1,2 +1,3 @@
 DIST libpqxx-7.4.1.tar.gz 702581 BLAKE2B 
9190b62eaf4cee188e32611acfc938a4111e5ea510df50e424ebd3b6c73fe91dfc8fecd5f889dc2af95756f04c87a410a136cd4b4d6d1f276ce2e5fc26906df3
 SHA512 
a30a9f5ca87944922c9a3bd92d53392855ac3b2760cb7c21411caf364e443c25d1b2d4b4022e60ff7b30bc530fc3223ab3983325217d47fd7d71375c165c8c21
 DIST libpqxx-7.7.4.tar.gz 745900 BLAKE2B 
2306ca1481cb36d32a5911452944404d90760890dfa1f78eca1f9bd0aa8b194484f4a82f15eca2bb37ea9dc80baa81dba5dee45255c04ed7df7aaa01920747ad
 SHA512 
dd8fc9887eec81356d3c6cbcd11543e76bda8caebc770851bb6cf6e3eb5284ef33fc45f6de54c4cc902e07b06a8064f141841ad041addcc0e669d19486b7b4e1
+DIST libpqxx-7.7.5.tar.gz 745921 BLAKE2B 
0ca9b36aecc96a436023621a1fcfcac2732443fe9d85507a64b511914a606a05f1a1d7e569dbf893d47412fb4040d02c0af2c8de280335d1f7a43240464df59d
 SHA512 
78f1f17f5083347cfce607349d4f62be2878c41150c4afd1f26844dc796d0fe190b387b295e1b6bf9d81a26a0ebe1d82597fa651227c3a1cfe3acbd02ea7246c

diff --git a/dev-libs/libpqxx/libpqxx-7.7.5.ebuild 
b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild
new file mode 100644
index ..1136bd19efe9
--- /dev/null
+++ b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit python-any-r1
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="Standard front-end for writing C++ programs that use PostgreSQL"
+SRC_URI="https://github.com/jtv/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+HOMEPAGE="https://pqxx.org/development/libpqxx/;
+LICENSE="BSD"
+# SONAME version is equal to major.minor
+SLOT="0/$(ver_cut 1-2)"
+IUSE="doc static-libs"
+
+RDEPEND="dev-db/postgresql:="
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   doc? (
+   app-doc/doxygen[dot]
+   app-text/xmlto
+   )
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+src_configure() {
+   econf \
+   --enable-shared \
+   $(use_enable doc documentation) \
+   $(use_enable static-libs static)
+}
+
+src_test() {
+   einfo "The tests need a running PostgreSQL server and an existing 
database."
+   einfo "Test requires PGDATABASE and PGUSER to be set at a minimum. 
Optionally,"
+   einfo "set PGPORT and PGHOST. Define them at the command line or in:"
+   einfo "${BROOT}/etc/libpqxx_test_env"
+
+   if [[ -z $PGDATABASE || -z $PGUSER ]] ; then
+   if [[ -f ${BROOT}/etc/libpqxx_test_env ]] ; then
+   source "${BROOT}/etc/libpqxx_test_env"
+   [[ -n $PGDATABASE ]] && export PGDATABASE
+   [[ -n $PGHOST ]] && export PGHOST
+   [[ -n $PGPORT ]] && export PGPORT
+   [[ -n $PGUSER ]] && export PGUSER
+   fi
+   fi
+
+   if [[ -n $PGDATABASE && -n $PGUSER ]] ; then
+   local server_version
+   server_version=$(psql -Aqtc 'SELECT version();' 2> /dev/null)
+   if [[ $? = 0 ]] ; then
+   cd "${S}/test" || die
+   emake check
+   else
+   eerror "Is the server running?"
+   eerror "Verify role and database exist, and are 
permitted in pg_hba.conf for:"
+   eerror "Role: ${PGUSER}"
+   eerror "Database: ${PGDATABASE}"
+   die "Couldn't connect to server."
+   fi
+   else
+   eerror "PGDATABASE and PGUSER must be set to perform tests."
+   eerror "Skipping tests."
+   fi
+}
+
+src_install () {
+   use doc && HTML_DOCS=( doc/html/. )
+   default
+
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -delete || die
+   fi
+}



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

2023-04-29 Thread Conrad Kostecki
commit: 68f3db8326ee66bab015a89c85610acad7b6dd2b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Apr 29 22:24:17 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 29 22:24:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f3db83

sys-auth/AusweisApp2: add 1.26.4

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

 sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild | 51 ++
 sys-auth/AusweisApp2/Manifest  |  1 +
 2 files changed, 52 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild
new file mode 100644
index ..e5e3ddda4634
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
+HOMEPAGE="https://www.ausweisapp.bund.de/;
+SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="EUPL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+RDEPEND="
+   dev-libs/openssl:0=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwebsockets:5[qml]
+   dev-qt/qtwidgets:5
+   net-libs/http-parser:0=
+   sys-apps/pcsc-lite
+   virtual/udev"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=OFF
+   -DQt=Qt5
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index 0f0d89c39460..a990dd8493b9 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1 +1,2 @@
 DIST AusweisApp2-1.26.3.tar.gz 10842706 BLAKE2B 
b18fdc67a24cca5be866ce3f2d59133732a8086d3f5711ac81783e66010e1590e9e06106ff60b6fb20910060610e483a924169e67f51feb2c82ec876761e7a2e
 SHA512 
67fb6653a15df0c6182953e5bad19513d29b1ca90699e4f32145ded7f2a157ef2f0e98f00392548ba680fc9b08a95c6b4a9d6bd23fed6f1a000a2ac1de4ff52b
+DIST AusweisApp2-1.26.4.tar.gz 10874849 BLAKE2B 
48af76cd6fcae0bf79967c45c5b5cd3588749737460c4486b637c8fdcc01fb424c6140ce38cba9607256f16049ce876dbc49c3733dec5494901c76f71c80b90f
 SHA512 
435ea946e25aef4273699bdb446c02649b7d3292d781cd633297577c684dc5551a0ec716e26947336f4dda5dc30cd5795f87706f8300e400b4ccb3ffeef3988f



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

2023-04-29 Thread Conrad Kostecki
commit: e3177668a5b3efbd4474f34f9671d57475767952
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Apr 29 22:23:39 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 29 22:23:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3177668

dev-libs/level-zero: add 1.11.0

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

 dev-libs/level-zero/Manifest |  1 +
 dev-libs/level-zero/level-zero-1.11.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-libs/level-zero/Manifest b/dev-libs/level-zero/Manifest
index 80a41172e6c2..d679319f0cb0 100644
--- a/dev-libs/level-zero/Manifest
+++ b/dev-libs/level-zero/Manifest
@@ -1,2 +1,3 @@
 DIST level-zero-1.10.0.tar.gz 805696 BLAKE2B 
e4af82e65dc33a382245db1e42a1401493ca0a080ff02b4977d54c0a33fd5209230b09c8dd17d001c859a969385ef632816891e9fcb9702cbef2871461729328
 SHA512 
88c11e4103fde06d150854c8a77c445b7482c43c833b982dd92fc7fdbd2eafa26b1ed1d66c833dbda23e3d7514b6d30fb117db6a5833fe853d4ecc412dda351c
+DIST level-zero-1.11.0.tar.gz 837654 BLAKE2B 
deaa68351233a2a67c09e3bccc5dd8c52fd7fb4c59920c645edb5672ed67520bd7d730af06fff9414fb816dc4b204cf2ee355d8726b7294c133febc99f8f
 SHA512 
38926d4c998947a0cbfb9070eb80c706b892a0e0e7da73918cff1795b41f74611d78f90202e1ba8df676da9664f913dcbf2d1c75325974a80e498dab014636cf
 DIST level-zero-1.9.9.tar.gz 784262 BLAKE2B 
d0a1b6d3f6fb4ebe25cedfb0fd2953726c4f903cbd9f77668fd3687410707e362b765f0bbf5261fa3b89092967daf63206c3bc0bd6ec9ca5650c352d67864e99
 SHA512 
07970c0f90a2626d8ea543ef473b7c57e16652848b8759598ab2188f956fdc54d5adba3bb78c79d28109b818a28ae4929c5b7851df1cbb68e0fe98bb66e3affb

diff --git a/dev-libs/level-zero/level-zero-1.11.0.ebuild 
b/dev-libs/level-zero/level-zero-1.11.0.ebuild
new file mode 100644
index ..f019194f4f68
--- /dev/null
+++ b/dev-libs/level-zero/level-zero-1.11.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
+HOMEPAGE="https://github.com/oneapi-src/level-zero;
+SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # According to upstream, release tarballs should contain this file but 
at least
+   # some of them do not. Fortunately it is trivial to make one ourselves.
+   echo "$(ver_cut 3)" > "${S}"/VERSION_PATCH || die
+}



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

2023-04-29 Thread Conrad Kostecki
commit: 83c80ebd724e05c29be81fb03e8dfd71fdf11870
Author: Karl-Johan Karlsson  lysator  liu  se>
AuthorDate: Fri Apr 28 17:56:45 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 29 22:20:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c80ebd

app-misc/broot: drop 1.20.2

Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/30798
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/broot/Manifest|  74 
 app-misc/broot/broot-1.20.2.ebuild | 347 -
 2 files changed, 421 deletions(-)

diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index 58bcd32787ed..a210fe847192 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -4,12 +4,10 @@ DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_colours-1.2.1.crate 21866 BLAKE2B 
b1a2ad5aa797b59fc6f2c090f1c0da6937ade5099367c67c704cd91db62829f86f7bd7dedfd654074df29dd192e4f4d438cd90beb6db51a7605045278741bd69
 SHA512 
dd89084c997aa42acbde2b885ea414fc7edbeab6de9749abde2270322147fe4850532d916145418e911f5f0950fc3a3f0fd16fb63c40b8ce14c1085017879f73
-DIST anyhow-1.0.68.crate 43882 BLAKE2B 
0ccd8fcb746344dfa85674fa7c95aa648aed8d40134b8c1c1c0852f6c7d22f5622ca1704ec65c254fc20946b1733299e1517364d74f726952d5a951ef89a2fe5
 SHA512 
b8cfc132ebeac823edf18cba7e335d1939fcbb095ed4ea859f4dc4cde5b1ff35fd68f0743577c69085f74f019768a3359936bf6dc1b2aceb7e2b28ace7f74a0f
 DIST anyhow-1.0.70.crate 43803 BLAKE2B 
574da0e447592c12051deef171850b00ac2347dd336f71915dd21f45cc03439fbcdbaffe261097d53cc11fa0db75b1e3b21ba667f26c08db7125b1c6264973de
 SHA512 
6fd1338e4cbe915cb01fcc5e05e7e0c051868701eeb27f03577a7cfdd59057493922b36e2308f7050608a851112d4d24cff2826456160ac8930fe961640e809b
 DIST argh-0.1.10.crate 22165 BLAKE2B 
aaa0d2edf912c1d16c57df2ef95c4df02fdb3c8e4aca951b88eeb3a03d64f65b89d7661e7226fe63e21a5486cf0d80755e3208aab19a3fc15e8427e4b7434b88
 SHA512 
155e9da5702d8107385cd4b0d072afb60ae3f4f01f6e77c69c1c97d0d7dfcee40d5de2d34ddb9d207c3b647ff7beddea84b12091694f69c26ecdf0df5cb8e6fe
 DIST argh_derive-0.1.10.crate 19393 BLAKE2B 
85cf8f0e47a7362db467daff3599f389a334dfb07e95d7e93b4e2e76c7cece91ff36eb0a7b7f496a02b5017ae047ee4e3d299adeadaf012c6d6b88781e48c4b2
 SHA512 
1122a5038602e2b1f7e4639eb384f9b33c55b48743c58895c8409afb975d6e37bb40d662b2469d9bfe10124286a52f2a2f57fd123e8c767293d4f1a8c8e7ecc7
 DIST argh_shared-0.1.10.crate 4308 BLAKE2B 
459b109379896bf96e8062fd737616c755f67d1e1cddd00f859ea77ee0e0cb9cdac3a10c5fbf033a3bc98fa2d3faf370af5ed30a4aaa9ff329c21130aed48bf8
 SHA512 
5ad68adb00ef9a96803ddb59e9c1db25543a2d4226c33c588cbd967abaf00d256c5be0c8ca3780b3443b07109e6853f0366b0e8adf6c536d43c752beb0c195e4
-DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc803613
 SHA512 
dcf1c7de6d1d4b921e26a39cd70070bd460cd27f0a38be9099e41fc8b05fb60ba4f9aa91f92401cdcd0847bad08bffa7db4dca8d7cc84a3c8a1416d1758838ce
 DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
@@ -18,24 +16,18 @@ DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a14947518
 DIST base64-0.21.0.crate 72180 BLAKE2B 
c7aeaf671bdeac67703f9c4ee1be003eb8d6f46fbaa0adf61a4da304458742938db04291d5f626115e3fcc901eb3abb3f9baf8247f6344b4d49f60a200fc6fd2
 SHA512 

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

2023-04-29 Thread Conrad Kostecki
commit: e7b58b8d1e83ea02a2b5994735fd6e6f82e6d547
Author: Christian Tietz  mailbox  org>
AuthorDate: Fri Apr 28 19:56:44 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 29 22:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b58b8d

sys-apps/bleachbit: drop 4.4.2

Signed-off-by: Christian Tietz  mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/30802
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/bleachbit/bleachbit-4.4.2.ebuild | 86 ---
 1 file changed, 86 deletions(-)

diff --git a/sys-apps/bleachbit/bleachbit-4.4.2.ebuild 
b/sys-apps/bleachbit/bleachbit-4.4.2.ebuild
deleted file mode 100644
index 6ec9f9cddfc1..
--- a/sys-apps/bleachbit/bleachbit-4.4.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10} )
-PYTHON_REQ_USE="sqlite(+)"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit desktop distutils-r1 virtualx
-
-DESCRIPTION="Clean junk to free disk space and to maintain privacy"
-HOMEPAGE="https://www.bleachbit.org;
-SRC_URI="https://download.bleachbit.org/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   x11-libs/gtk+:3
-"
-BDEPEND="
-   sys-devel/gettext
-   test? (
-   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]')
-   )
-"
-
-distutils_enable_tests unittest
-
-# tests fail under FEATURES=usersandbox
-RESTRICT="test"
-
-python_prepare_all() {
-   if use test; then
-   # avoid tests requiring internet access
-   rm tests/Test{Chaff,Update}.py || die
-
-   # fails due to non-existent $HOME/.profile
-   rm tests/TestInit.py || die
-
-   # only applicable to Windows installer
-   rm tests/TestNsisUtilities.py || die
-
-   # these fail on upstream Travis CI as well as on Gentoo
-   sed -e "s/test_notify(self)/_&/" \
-   -i tests/TestGUI.py || die
-
-   sed -e "s/test_get_proc_swaps(self)/_&/" \
-   -i tests/TestMemory.py || die
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   emake -C po local
-}
-
-python_test() {
-   virtx emake tests
-}
-
-python_install() {
-   distutils-r1_python_install
-   python_newscript ${PN}.py ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   emake -C po DESTDIR="${D}" install
-
-   insinto /usr/share/bleachbit/cleaners
-   doins cleaners/*.xml
-
-   insinto /usr/share/bleachbit
-   doins data/app-menu.ui
-
-   doicon ${PN}.png
-   domenu org.${PN}.BleachBit.desktop
-}



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

2023-04-29 Thread Conrad Kostecki
commit: 8ea6fe12d3d11debb5ecbee53943730006d158b8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Apr 26 15:48:15 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 29 22:15:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea6fe12

net-misc/datapipe: EAPI8 bump, use HTTPS

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30769
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/datapipe/datapipe-1.0-r2.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-misc/datapipe/datapipe-1.0-r2.ebuild 
b/net-misc/datapipe/datapipe-1.0-r2.ebuild
index 840d7da32660..622423b24877 100644
--- a/net-misc/datapipe/datapipe-1.0-r2.ebuild
+++ b/net-misc/datapipe/datapipe-1.0-r2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
-DESCRIPTION="bind a local port and connect it to a remote socket"
-HOMEPAGE="http://http.distributed.net/pub/dcti/unsupported/;
-SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz 
http://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz;
+DESCRIPTION="Bind a local port and connect it to a remote socket"
+HOMEPAGE="https://http.distributed.net/pub/dcti/unsupported/;
+SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz
+   https://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-misc/esekeyd/, app-misc/esekeyd/files/

2023-04-29 Thread Conrad Kostecki
commit: 281f81b18d12203f0992d37cfe1c2dbb71c58ce7
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Apr 29 13:28:41 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 29 22:13:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281f81b1

app-misc/esekeyd: fix revision generation

Fix revision generation based on upstream commits.

Closes: https://bugs.gentoo.org/905271
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild| 26 ++
 app-misc/esekeyd/files/1.2.7-fix-revision.patch | 66 +
 2 files changed, 92 insertions(+)

diff --git a/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild 
b/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
new file mode 100644
index ..76b688ceeeaf
--- /dev/null
+++ b/app-misc/esekeyd/esekeyd-1.2.7-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Multimedia key daemon that uses the Linux event interface"
+HOMEPAGE="https://github.com/burghardt/esekeyd;
+SRC_URI="https://github.com/burghardt/esekeyd/archive/refs/tags/${P}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+PATCHES=(
+   "${FILESDIR}/1.2.7-fix-revision.patch"
+)
+
+DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO )
+
+src_prepare() {
+   default
+   eautoreconf
+}

diff --git a/app-misc/esekeyd/files/1.2.7-fix-revision.patch 
b/app-misc/esekeyd/files/1.2.7-fix-revision.patch
new file mode 100644
index ..af59712c3ce7
--- /dev/null
+++ b/app-misc/esekeyd/files/1.2.7-fix-revision.patch
@@ -0,0 +1,66 @@
+From 28bd6caa3401b2e79fa4c922ecc2d5d1ada8460f Mon Sep 17 00:00:00 2001
+From: Krzysztof Burghardt 
+Date: Tue, 11 Aug 2015 07:03:34 +0200
+Subject: [PATCH] Include git describe output in each binary.
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -9,5 +9,12 @@ version.h:
+ endif
+   echo \#define PACKAGE_VERSION_SVN_REV \"SVN-r`svnversion`\" > version.h
+ 
++if DOT_GIT
++version.h: .git/HEAD .git/index
++else
++version.h:
++endif
++  echo \#define PACKAGE_VERSION_SVN_REV \"GIT-`git describe --dirty 
--always --tags`\" > version.h
++
+ all: config.h version.h
+   $(MAKE) $(AM_MAKEFLAGS) all-recursive
+--- a/configure.ac
 b/configure.ac
+@@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR(src/esekeyd.c)
+ AM_CONFIG_HEADER(config.h)
+ AM_INIT_AUTOMAKE
+ AM_CONDITIONAL([DOT_SVN], [test -f .svn/entries])
++AM_CONDITIONAL([DOT_GIT], [test -f .git/index])
+ 
+ if test "$CFLAGS"; then
+  CFLAGS_CUSTOM=yes
+From dbac719dfd8d0d4aa4fe4699c73772553d7566f7 Mon Sep 17 00:00:00 2001
+From: Krzysztof Burghardt 
+Date: Thu, 13 Aug 2015 22:30:17 +0200
+Subject: [PATCH] Do not override all:, use BUILT_SOURCES for version.h
+ generation.
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -1,20 +1,20 @@
+ SUBDIRS = src doc examples
+ 
++BUILT_SOURCES = version.h
+ EXTRA_DIST = version.h
+ 
+ if DOT_SVN
+ version.h: .svn/entries
+-else
+-version.h:
+-endif
+   echo \#define PACKAGE_VERSION_SVN_REV \"SVN-r`svnversion`\" > version.h
+-
++else
+ if DOT_GIT
+ version.h: .git/HEAD .git/index
++  echo \#define PACKAGE_VERSION_SVN_REV \"GIT-`git describe --dirty 
--always --tags`\" > version.h
+ else
+ version.h:
++  echo \#define PACKAGE_VERSION_SVN_REV \"unknown\" > version.h
++endif
+ endif
+-  echo \#define PACKAGE_VERSION_SVN_REV \"GIT-`git describe --dirty 
--always --tags`\" > version.h
+ 
+-all: config.h version.h
+-  $(MAKE) $(AM_MAKEFLAGS) all-recursive
++clean-local:
++  rm -f version.h



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

2023-04-29 Thread Conrad Kostecki
commit: aa61e19bcbd40d8718e97d0293d21e21e617748b
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Apr 29 13:30:43 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 29 22:13:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61e19b

app-misc/esekeyd: drop 1.2.7-r1

Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30806
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild 
b/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild
deleted file mode 100644
index 0405ac1bc018..
--- a/app-misc/esekeyd/esekeyd-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Multimedia key daemon that uses the Linux event interface"
-HOMEPAGE="https://github.com/burghardt/esekeyd;
-SRC_URI="https://github.com/burghardt/esekeyd/archive/refs/tags/${P}.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/${PN}-${P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-
-DOCS=( AUTHORS ChangeLog examples/example.conf NEWS README TODO )
-
-src_prepare() {
-   default
-   eautoreconf
-}



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

2023-04-29 Thread Andreas Sturmlechner
commit: 429468a11ecc5136cb4df3b7a53ad5606791f27d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Apr 29 13:30:23 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 22:07:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429468a1

sys-fs/dmg2img: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30805
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild 
b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
index c503f486c0fc..b227b97b3155 100644
--- a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
+++ b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit toolchain-funcs
 
 DESCRIPTION="Converts Apple DMG files to standard HFS+ images"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/, sys-auth/oath-toolkit/files/

2023-04-29 Thread Andreas Sturmlechner
commit: 0803d218823ef92b6b0ac09ce44f1172ca36fa9b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 08:56:54 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 21:51:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0803d218

sys-auth/oath-toolkit: drop 2.6.2-r3, EAPI-6--

Closes: https://bugs.gentoo.org/827887
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-auth/oath-toolkit/Manifest |   1 -
 .../files/oath-toolkit-2.6.2-gcc7.patch|  80 -
 .../files/oath-toolkit-2.6.2-glibc228.patch| 100 -
 sys-auth/oath-toolkit/metadata.xml |   1 -
 sys-auth/oath-toolkit/oath-toolkit-2.6.2-r3.ebuild |  77 
 5 files changed, 259 deletions(-)

diff --git a/sys-auth/oath-toolkit/Manifest b/sys-auth/oath-toolkit/Manifest
index e8a60334a808..f462178014ea 100644
--- a/sys-auth/oath-toolkit/Manifest
+++ b/sys-auth/oath-toolkit/Manifest
@@ -1,2 +1 @@
-DIST oath-toolkit-2.6.2.tar.gz 4295786 BLAKE2B 
2b97ab73339647b560b46373922095f18655a167b613b15d4ee2fd507d430025628d20eb111ff1d8025e78646b1d61d9680a7082caba1c75d247bb1d8b9b99dd
 SHA512 
201a702a05a2e9fb3a66d04750e1a34e293342126caf02c344954a0d9fd0daafe73ca7f1fe273be129ae555a29b82b72fa2b4770ea2ad10711924e1926ec2cfb
 DIST oath-toolkit-2.6.7.tar.gz 5625279 BLAKE2B 
23f377c51eb633bf01d6085d33c7362cd91b6bed1cf4c2bbf32dc9433849e20c53f6896b16e5056b13f420f6a65a3c593fa1dafd7e184ed9e52666d94a7f75d1
 SHA512 
50edff75c8366887d69cf4740c4cc3bdfc3e43cbd4910ff40f735bca489f0953d7e5a21130f12782ac7a1f2fb00f0db313aff139085f23daba78a69bc7b2eb12

diff --git a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch 
b/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch
deleted file mode 100644
index 18a0a2779408..
--- a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-Bug: https://bugs.gentoo.org/618100
-Cherry-picked from upstream commits: 
https://github.com/coreutils/gnulib/commit/175b4e22f99e00996b72f822f5ae54dca8243d19
- 
https://github.com/coreutils/gnulib/commit/abae112b34572cd3869ce4fc81dddb5c2a7394c4
-
 a/oathtool/gl/intprops.h
-+++ b/oathtool/gl/intprops.h
-@@ -23,6 +23,10 @@
- #include 
- #include 
- 
-+#ifndef __has_builtin
-+# define __has_builtin(x) 0
-+#endif
-+
- /* Return a value with the common real type of E and V and the value of V.  */
- #define _GL_INT_CONVERT(e, v) (0 * (e) + (v))
- 
-@@ -222,20 +226,24 @@
-? (a) < (min) >> (b) \
-: (max) >> (b) < (a))
- 
--/* True if __builtin_add_overflow (A, B, P) works when P is null.  */
--#define _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL (7 <= __GNUC__)
-+/* True if __builtin_add_overflow (A, B, P) works when P is non-null.  */
-+#define _GL_HAS_BUILTIN_OVERFLOW \
-+  (5 <= __GNUC__ || __has_builtin (__builtin_add_overflow))
-+
-+#define _GL_HAS_BUILTIN_OVERFLOW_P \
-+  (7 <= __GNUC__ || __has_builtin (__builtin_add_overflow_p))
- 
- /* The _GL*_OVERFLOW macros have the same restrictions as the
-*_RANGE_OVERFLOW macros, except that they do not assume that operands
-(e.g., A and B) have the same type as MIN and MAX.  Instead, they assume
-that the result (e.g., A + B) has that type.  */
--#if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL
--# define _GL_ADD_OVERFLOW(a, b, min, max)
--   __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0)
--# define _GL_SUBTRACT_OVERFLOW(a, b, min, max)
--   __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0)
--# define _GL_MULTIPLY_OVERFLOW(a, b, min, max)
--   __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0)
-+#if _GL_HAS_BUILTIN_OVERFLOW_P
-+# define _GL_ADD_OVERFLOW(a, b, min, max)   \
-+   __builtin_add_overflow_p (a, b, (a) + (b))
-+# define _GL_SUBTRACT_OVERFLOW(a, b, min, max)  \
-+   __builtin_sub_overflow_p (a, b, (a) - (b))
-+# define _GL_MULTIPLY_OVERFLOW(a, b, min, max)  \
-+   __builtin_mul_overflow_p (a, b, (a) * (b))
- #else
- # define _GL_ADD_OVERFLOW(a, b, min, max)\
-((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max)  \
-@@ -315,7 +323,7 @@
-   _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW)
- #define INT_SUBTRACT_OVERFLOW(a, b) \
-   _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW)
--#if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL
-+#if _GL_HAS_BUILTIN_OVERFLOW || _GL_HAS_BUILTIN_OVERFLOW_P
- # define INT_NEGATE_OVERFLOW(a) INT_SUBTRACT_OVERFLOW (0, a)
- #else
- # define INT_NEGATE_OVERFLOW(a) \
-@@ -349,10 +357,6 @@
- #define INT_MULTIPLY_WRAPV(a, b, r) \
-   _GL_INT_OP_WRAPV (a, b, r, *, __builtin_mul_overflow, INT_MULTIPLY_OVERFLOW)
- 
--#ifndef __has_builtin
--# define __has_builtin(x) 0
--#endif
--
- /* Nonzero if this compiler has GCC bug 68193 or Clang bug 25390.  See:
-

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

2023-04-29 Thread Andreas Sturmlechner
commit: 64362630377b2d52658ab75d755fc9b6524380d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 18:40:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 21:50:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64362630

dev-libs/ktextaddons: add 1.3.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/ktextaddons/Manifest |  1 +
 dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/ktextaddons/Manifest b/dev-libs/ktextaddons/Manifest
index 1db8bd844a4a..68b828532976 100644
--- a/dev-libs/ktextaddons/Manifest
+++ b/dev-libs/ktextaddons/Manifest
@@ -1 +1,2 @@
 DIST ktextaddons-1.2.1.tar.xz 392132 BLAKE2B 
63a3dcbca0e49fab246f6a76266529e90ec73209e5dd2464884b9b0071867d10ff017b91faa321a8738e63c90c6bd6c4c8ad708a4a944595eba4a7f0aa4934d2
 SHA512 
44a0aa56a92594031576d2e37e7bc526444f64cebd9b5add8bd382e72fc30b222075bee4d61cc358da61f4db266cd0a339717bd9d90b21e38993371cb1408db9
+DIST ktextaddons-1.3.0.tar.xz 393324 BLAKE2B 
446cebcc278a60e3697893afee2bff91fbe6ef15413e4bbaf17aa8466a344437bb48d667cf4e6709de56339deeefb3969ae4a5d55ab73d7085feedb67bfae072
 SHA512 
0fb2c523547087a8732e40158318a5984729d56faf25318878f059c1dfb7b12fdb45e165e61fe259ee5379d40c24cd79464aac8af39802e25390d22a3a77eca4

diff --git a/dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild 
b/dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild
new file mode 100644
index ..30470e71e6e0
--- /dev/null
+++ b/dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=5.103.0
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Various text handling addons"
+HOMEPAGE="https://invent.kde.org/libraries/ktextaddons;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2+"
+SLOT="5"
+IUSE="speech"
+
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/qtkeychain:=[qt5(+)]
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package speech Qt5TextToSpeech)
+   )
+   ecm_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/

2023-04-29 Thread Andreas Sturmlechner
commit: 56435619feb007ade1c0b807b6dafdff01a4367d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 19:23:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 21:50:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56435619

kde-apps/umbrello: Drop obsolete cmake arg BUILD_KF5

Looks like I forgot about my own upstream commit
0a57792e1e592db5b500275005cded238e6ddfcf

Closes: https://bugs.gentoo.org/905316
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/umbrello/umbrello-23.04.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/umbrello/umbrello-23.04.0.ebuild 
b/kde-apps/umbrello/umbrello-23.04.0.ebuild
index 701b4d9e7f86..71c1be3e0433 100644
--- a/kde-apps/umbrello/umbrello-23.04.0.ebuild
+++ b/kde-apps/umbrello/umbrello-23.04.0.ebuild
@@ -58,7 +58,6 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ 
ECM_QTHELP
-DBUILD_APIDOC=OFF
-   -DBUILD_KF5=ON
-DBUILD_PHP_IMPORT=$(usex php)
-DBUILD_unittests=$(usex test)
)



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kross-interpreters/, profiles/

2023-04-29 Thread Andreas Sturmlechner
commit: 56f5209de5f1203a56181e07814cf9e6eed6fb6a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 21:50:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 21:51:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f5209d

kde-apps/kross-interpreters: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kross-interpreters/Manifest   |  2 --
 .../kross-interpreters-22.08.3.ebuild  | 32 --
 .../kross-interpreters-22.12.3.ebuild  | 32 --
 kde-apps/kross-interpreters/metadata.xml   | 11 
 profiles/package.mask  |  8 --
 5 files changed, 85 deletions(-)

diff --git a/kde-apps/kross-interpreters/Manifest 
b/kde-apps/kross-interpreters/Manifest
deleted file mode 100644
index 8def27b0ed96..
--- a/kde-apps/kross-interpreters/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kross-interpreters-22.08.3.tar.xz 151792 BLAKE2B 
f1b3433f7e159b2b4a4a05e96619e30d2f83a9128cbd5358dc995452dcc2af5db03909a24d10a44332fb2c8d4b5a34ec77385520035b01eae3b0dfe2015a92d6
 SHA512 
c7702edb32555aa6ac006ffdbc97f81a454df3151e49e289cb98d94e1786adc9f3b3c6403152baef7c8e57be319ce35030a56ad9808097ccc039d5a08d5f81f8
-DIST kross-interpreters-22.12.3.tar.xz 151760 BLAKE2B 
668bb795ef596d54a054a8e83b49eba3abaad539bf8173dacadd4391869790f7d9ef8d0ef44f448548667228d81effa1f57237abc1fb817150cfe1dafdcc13c5
 SHA512 
bc64349d541c21e20519c0f4481fb2d617929e45ba06aac5ca182c6893d0a3de4fea537852d0b5478f9a20ed182b342f79ae4c783e22dc96d3ee1c39958e269c

diff --git a/kde-apps/kross-interpreters/kross-interpreters-22.08.3.ebuild 
b/kde-apps/kross-interpreters/kross-interpreters-22.08.3.ebuild
deleted file mode 100644
index a3d44e4dfca3..
--- a/kde-apps/kross-interpreters/kross-interpreters-22.08.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-KFMIN=5.96.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org ruby-single
-
-DESCRIPTION="Kross interpreter plugins for programming languages"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kross-${KFMIN}:5
-   ${RUBY_DEPS}
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON
-   -DBUILD_ruby=ON
-   )
-   ecm_src_configure
-}

diff --git a/kde-apps/kross-interpreters/kross-interpreters-22.12.3.ebuild 
b/kde-apps/kross-interpreters/kross-interpreters-22.12.3.ebuild
deleted file mode 100644
index 708766ce569d..
--- a/kde-apps/kross-interpreters/kross-interpreters-22.12.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-KFMIN=5.101.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org ruby-single
-
-DESCRIPTION="Kross interpreter plugins for programming languages"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kross-${KFMIN}:5
-   ${RUBY_DEPS}
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON
-   -DBUILD_ruby=ON
-   )
-   ecm_src_configure
-}

diff --git a/kde-apps/kross-interpreters/metadata.xml 
b/kde-apps/kross-interpreters/metadata.xml
deleted file mode 100644
index d925f2439758..
--- a/kde-apps/kross-interpreters/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   https://bugs.kde.org/
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index e7433a2676a2..c50944bca770 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -332,14 +332,6 @@ dev-ruby/rspec-mocks:2
 # Removal on 2023-04-28.  Bug #903542.
 dev-ruby/flickraw
 
-# Sam James  (2023-03-29)
-# Only supports imminently-EOL ruby27, depends on obsolete QtScript instead
-# of QML. Support for other languages was removed long ago, e.g. python support
-# is stuck on python2-only. Kross itself is on the chopping block too:
-# bug #810493, bug #903532.
-# Removal on 2023-04-28.
-kde-apps/kross-interpreters
-
 # Hans de Graaff  (2023-03-29)
 # ruby27-only package. app-text/ronn-ng is a drop-in replacement.  it is
 # also the only consumer of dev-ruby/hpricot which has a ruby30 target



[gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/, kde-apps/umbrello/files/

2023-04-29 Thread Andreas Sturmlechner
commit: 4d685bdee13a2f14acf1812358f7b82a14468e0a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 19:30:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 21:50:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d685bde

kde-apps/umbrello: drop 22.12.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/umbrello/Manifest |  1 -
 .../umbrello-20.08.3-gentoo-docbundledir.patch | 41 
 kde-apps/umbrello/umbrello-22.12.3.ebuild  | 74 --
 3 files changed, 116 deletions(-)

diff --git a/kde-apps/umbrello/Manifest b/kde-apps/umbrello/Manifest
index 1c90a1103078..12ef595435c8 100644
--- a/kde-apps/umbrello/Manifest
+++ b/kde-apps/umbrello/Manifest
@@ -1,2 +1 @@
-DIST umbrello-22.12.3.tar.xz 5801500 BLAKE2B 
5ac29cf8c3e994dae896ee12f430423c53a95682d23a6f2833d889c125107cd3a8691516ab5e2b1295d0da7504dae2501030e15374945b3b40b23792702c483b
 SHA512 
a88984c79f176f2589e83f8e94434ef641f35dd4b0a9f361a2d7b1c117c416c898a3b26aa419a2b8c4746dd5f2eab9c6a35c81b34441e0471051962017744cf8
 DIST umbrello-23.04.0.tar.xz 5774008 BLAKE2B 
25b8ab6c63c5d5813e3348da7d7e08bbdb4b3648891d769f2a6c590935b52eee29f08014f5944fdd76080bb286ed9df1ae437f04dc9967ff0b37b584f79f9094
 SHA512 
aca07d2bdea918ed3d3b12cc3a8dd0bbd875200f7326e6a1d011ee04a98feefb49e23b015aa0bb089b3f1e9bc0d05029fad597ec8206020bb7f8e72bf20127fd

diff --git a/kde-apps/umbrello/files/umbrello-20.08.3-gentoo-docbundledir.patch 
b/kde-apps/umbrello/files/umbrello-20.08.3-gentoo-docbundledir.patch
deleted file mode 100644
index e3915379be2a..
--- a/kde-apps/umbrello/files/umbrello-20.08.3-gentoo-docbundledir.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 29186bb3c1c3e4de89d77340db966c660789cdab Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 5 Nov 2020 14:39:51 +0100
-Subject: [PATCH] Fix hardcoded docbook install paths for Gentoo
-
-Gentoo sets KDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help".
-
-Signed-off-by: Andreas Sturmlechner 

- umbrello/umlappprivate.cpp | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/umbrello/umlappprivate.cpp b/umbrello/umlappprivate.cpp
-index d8bae2cfe..8c1c58a02 100644
 a/umbrello/umlappprivate.cpp
-+++ b/umbrello/umlappprivate.cpp
-@@ -36,17 +36,17 @@ QString UMLAppPrivate::findWelcomeFile()
- 
- // from custom install
- foreach(const QString , langList) {
--dirList.append(QCoreApplication::applicationDirPath() + 
QString(QLatin1String("/../share/doc/HTML/%1/umbrello/apphelp")).arg(lang));
-+dirList.append(QCoreApplication::applicationDirPath() + 
QString(QLatin1String("/../share/help/%1/umbrello/apphelp")).arg(lang));
- }
--dirList.append(QCoreApplication::applicationDirPath() + 
QLatin1String("/../share/doc/HTML/en/umbrello/apphelp"));
-+dirList.append(QCoreApplication::applicationDirPath() + 
QLatin1String("/../share/help/en/umbrello/apphelp"));
- 
- QStringList locations = 
QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation);
- // from real installation
- foreach(const QString , locations) {
- foreach(const QString , langList) {
--
dirList.append(QString(QLatin1String("%1/doc/HTML/%2/umbrello/apphelp")).arg(location).arg(lang));
-+
dirList.append(QString(QLatin1String("%1/help/%2/umbrello/apphelp")).arg(location).arg(lang));
- }
--
dirList.append(QString(QLatin1String("%1/doc/HTML/en/umbrello/apphelp")).arg(location));
-+
dirList.append(QString(QLatin1String("%1/help/en/umbrello/apphelp")).arg(location));
- }
- #else
- KLocale *local = KGlobal::locale();
--- 
-2.29.2
-

diff --git a/kde-apps/umbrello/umbrello-22.12.3.ebuild 
b/kde-apps/umbrello/umbrello-22.12.3.ebuild
deleted file mode 100644
index 322e4a9cdcd1..
--- a/kde-apps/umbrello/umbrello-22.12.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_QTHELP="false" # TODO: figure out install error
-ECM_TEST="forceoptional"
-KFMIN=5.101.0
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE UML Modeller"
-HOMEPAGE="https://apps.kde.org/umbrello/ https://umbrello.kde.org;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE="php"
-
-RDEPEND="
-   dev-libs/libxml2
-   dev-libs/libxslt
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   

[gentoo-commits] repo/gentoo:master commit in: dev-ml/core/

2023-04-29 Thread Sam James
commit: 97f355728282a9bdc9f7f472196a2585dc457c64
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 21:21:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 21:21:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f35572

dev-ml/core: Stabilize 0.15.1-r1 arm, #901599

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

 dev-ml/core/core-0.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core/core-0.15.1-r1.ebuild 
b/dev-ml/core/core-0.15.1-r1.ebuild
index 78ccf8da6d2a..7037b6e754fa 100644
--- a/dev-ml/core/core-0.15.1-r1.ebuild
+++ b/dev-ml/core/core-0.15.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 # TODO: Wants quickcheck_deprecated?



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core/

2023-04-29 Thread Sam James
commit: cb627dff38145c033e79f29693e9b2798989b1b9
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 21:21:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 21:21:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb627dff

dev-ml/core: Stabilize 0.15.1-r1 x86, #901599

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

 dev-ml/core/core-0.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core/core-0.15.1-r1.ebuild 
b/dev-ml/core/core-0.15.1-r1.ebuild
index d25a98461f40..78ccf8da6d2a 100644
--- a/dev-ml/core/core-0.15.1-r1.ebuild
+++ b/dev-ml/core/core-0.15.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 # TODO: Wants quickcheck_deprecated?



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/calcmysky/

2023-04-29 Thread Sam James
commit: 87d910b3901f240f1cd08c8a15291e14038aa0c9
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 21:21:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 21:21:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d910b3

sci-astronomy/calcmysky: Stabilize 0.3.0 ppc64, #905303

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

 sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild 
b/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild
index 0d83309b526d..577176466199 100644
--- a/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild
+++ b/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 LICENSE="GPL-3"
 # subslot is soversion
 SLOT="0/15"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~riscv ~x86"
 
 IUSE="qt5 qt6"
 REQUIRED_USE="|| ( qt5 qt6 )"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core/

2023-04-29 Thread Sam James
commit: ada3305deeb415c543399d4ff25b4c150e9f49c5
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 21:21:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 21:21:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada3305d

dev-ml/core: Stabilize 0.15.1-r1 arm64, #901599

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

 dev-ml/core/core-0.15.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core/core-0.15.1-r1.ebuild 
b/dev-ml/core/core-0.15.1-r1.ebuild
index 7037b6e754fa..cd5553cb4690 100644
--- a/dev-ml/core/core-0.15.1-r1.ebuild
+++ b/dev-ml/core/core-0.15.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 # TODO: Wants quickcheck_deprecated?



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2023-04-29 Thread Sam James
commit: 368b3e5a1c1ff2a96c0718f2ebfc5ddbc60d1ff0
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 21:21:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 21:21:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368b3e5a

sci-astronomy/stellarium: Stabilize 23.1 ppc64, #905303

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

 sci-astronomy/stellarium/stellarium-23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-23.1.ebuild 
b/sci-astronomy/stellarium/stellarium-23.1.ebuild
index 4c2406c674bd..3c20b4d3f079 100644
--- a/sci-astronomy/stellarium/stellarium-23.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-23.1.ebuild
@@ -30,7 +30,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ SGI-B-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~riscv ~x86"
 IUSE="debug deep-sky doc gps media nls qt6 +scripting +show-my-sky stars 
telescope test webengine +xlsx"
 
 # Python interpreter is used while building RemoteControl plugin



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

2023-04-29 Thread Sam James
commit: e42d897776840db9b1b590972495f55f99039492
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:31:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42d8977

app-arch/xz-utils: Stabilize 5.2.11 arm, #905288

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

 app-arch/xz-utils/xz-utils-5.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.11.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
index a2738528ee31..ee655f3ae8a2 100644
--- a/app-arch/xz-utils/xz-utils-5.2.11.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~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 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-containers/crun/

2023-04-29 Thread Sam James
commit: e625608b363797984685f37f41d2e88c6f0482e0
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:31:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:31:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e625608b

app-containers/crun: Stabilize 1.8.1 ppc64, #904603

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

 app-containers/crun/crun-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/crun/crun-1.8.1.ebuild 
b/app-containers/crun/crun-1.8.1.ebuild
index 03f9b54cd5d4..e2322d175643 100644
--- a/app-containers/crun/crun-1.8.1.ebuild
+++ b/app-containers/crun/crun-1.8.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv"
 IUSE="+bpf +caps criu +seccomp selinux systemd static-libs"
 
 DEPEND="



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

2023-04-29 Thread Sam James
commit: be1dd41177f0b5dd2064cc6d0c9c16e03a0379ce
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:31:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:31:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1dd411

media-libs/lensfun: Stabilize 0.3.4_rc1 arm, #904653

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

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 4cf43bebf8f2..2ce61028b871 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2023-04-29 Thread Sam James
commit: 675b4c4c489efa5597653b6de9246c74fe917665
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:31:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:31:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675b4c4c

app-arch/xz-utils: Stabilize 5.2.11 sparc, #905288

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

 app-arch/xz-utils/xz-utils-5.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.11.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
index 70dda9adc716..a2738528ee31 100644
--- a/app-arch/xz-utils/xz-utils-5.2.11.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~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 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



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

2023-04-29 Thread John Helmert III
commit: e8aecf4440fa038d73d5180e0ac91aabe3b86d30
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Apr 29 20:24:59 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Apr 29 20:30:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8aecf44

media-gfx/jpegoptim: add 1.5.3

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

 media-gfx/jpegoptim/Manifest   |  1 +
 media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/media-gfx/jpegoptim/Manifest b/media-gfx/jpegoptim/Manifest
index ccb19eb9b26c..ac090e9ee4d4 100644
--- a/media-gfx/jpegoptim/Manifest
+++ b/media-gfx/jpegoptim/Manifest
@@ -1 +1,2 @@
 DIST jpegoptim-1.4.6.tar.gz 99004 BLAKE2B 
efe8d4155e6a111ef7f810ddfa9d2ddc2b58d2a54728b81698c47444eebde864662ecc397cd935af47070b84daf36b33815e87a2909fc8b6ba7ca2421eff9687
 SHA512 
1ebd4986cbfeae19c1e01521862c15de25e078ccb6483c29f0d89b9c8e308c93d8dca7a200a57dd5da793e481ca5dc9c4f0d84b252f5b9408b4e719c35d7e90f
+DIST jpegoptim-1.5.3.tar.gz 121006 BLAKE2B 
8fd54eb3e08268b080efb1747f5090a5a21500cea695483f1c892f1848155d3afc7b40304390d903cd3d7433e7811a0a77caa0747108be6e2e7535e7d664d3de
 SHA512 
2e198636a7028d1781a00efed881e77af1324cf1906838ead9ffbb027c085cd287b26c3207e8b4f53e2f53ecb4dd2c035101b345a241a472288ba175e27d9423

diff --git a/media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild
new file mode 100644
index ..19490ee21640
--- /dev/null
+++ b/media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Utility to optimize JPEG files"
+HOMEPAGE="https://www.kokkonen.net/tjko/projects.html 
https://github.com/tjko/jpegoptim;
+SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz;
+
+LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to 
be 'any later version'
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+DEPEND="media-libs/libjpeg-turbo:0"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/base_bigstring/

2023-04-29 Thread Sam James
commit: f44312efe174199862777add38ca96e4f969ea82
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44312ef

dev-ml/base_bigstring: Stabilize 0.15.0-r1 arm, #901597

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

 dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild 
b/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild
index 98a7debf012b..f60f3675f10e 100644
--- a/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild
+++ b/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2023-04-29 Thread Sam James
commit: afeedce44b39092eff0871caa86fb7558e143e8c
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeedce4

app-arch/xz-utils: Stabilize 5.2.11 ppc, #905288

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

 app-arch/xz-utils/xz-utils-5.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.11.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
index bf7cb3dd4246..70dda9adc716 100644
--- a/app-arch/xz-utils/xz-utils-5.2.11.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips 
~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~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 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



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

2023-04-29 Thread Sam James
commit: 78b3e02553027b32f1c461cb48ec3f6661ad1103
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b3e025

media-libs/lensfun: Stabilize 0.3.4_rc1 ppc, #904653

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

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 437048e528df..c03e1809014f 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2023-04-29 Thread Sam James
commit: cff39cc315f19a8e43019e7fd331401f3f2b86fc
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff39cc3

media-libs/lensfun: Stabilize 0.3.4_rc1 sparc, #904653

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

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index c03e1809014f..4cf43bebf8f2 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2023-04-29 Thread Sam James
commit: 6167cab2010e636eac445b28c2d13c71549852ee
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6167cab2

media-libs/lensfun: Stabilize 0.3.4_rc1 ppc64, #904653

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

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 9aad699b908b..437048e528df 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2023-04-29 Thread Sam James
commit: 9f584735840d9e1ef105d457818de82cb415fcb7
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:19:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:19:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f584735

sci-astronomy/stellarium: Stabilize 23.1 amd64, #905303

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

 sci-astronomy/stellarium/stellarium-23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-23.1.ebuild 
b/sci-astronomy/stellarium/stellarium-23.1.ebuild
index b0ee74a8a236..4c2406c674bd 100644
--- a/sci-astronomy/stellarium/stellarium-23.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-23.1.ebuild
@@ -30,7 +30,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ SGI-B-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="debug deep-sky doc gps media nls qt6 +scripting +show-my-sky stars 
telescope test webengine +xlsx"
 
 # Python interpreter is used while building RemoteControl plugin



[gentoo-commits] repo/gentoo:master commit in: app-containers/crun/

2023-04-29 Thread Sam James
commit: 35222f491ae1d7630dc106e5b27a658423662df4
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:19:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:19:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35222f49

app-containers/crun: Stabilize 1.8.1 arm64, #904603

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

 app-containers/crun/crun-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/crun/crun-1.8.1.ebuild 
b/app-containers/crun/crun-1.8.1.ebuild
index 5a802f0c8276..03f9b54cd5d4 100644
--- a/app-containers/crun/crun-1.8.1.ebuild
+++ b/app-containers/crun/crun-1.8.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv"
 IUSE="+bpf +caps criu +seccomp selinux systemd static-libs"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/calcmysky/

2023-04-29 Thread Sam James
commit: 92db4c65e1dd44a4b73c9824b9b95fd5e9e801ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:19:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:19:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92db4c65

sci-astronomy/calcmysky: Stabilize 0.3.0 amd64, #905303

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

 sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild 
b/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild
index addd6360ca5c..0d83309b526d 100644
--- a/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild
+++ b/sci-astronomy/calcmysky/calcmysky-0.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 LICENSE="GPL-3"
 # subslot is soversion
 SLOT="0/15"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
 
 IUSE="qt5 qt6"
 REQUIRED_USE="|| ( qt5 qt6 )"



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

2023-04-29 Thread Sam James
commit: 929352806c17d178613d6123ce9cdc6ef381a2e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:19:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:19:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92935280

app-arch/xz-utils: Stabilize 5.2.11 arm64, #905288

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

 app-arch/xz-utils/xz-utils-5.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/xz-utils/xz-utils-5.2.11.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
index 407bd2027a95..bf7cb3dd4246 100644
--- a/app-arch/xz-utils/xz-utils-5.2.11.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.11.ebuild
@@ -28,7 +28,7 @@ else
"
 
if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k 
~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~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 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
fi
 
S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/base_bigstring/

2023-04-29 Thread Sam James
commit: 893fcd411aa6d2179ea11c2e0866a0547aac81d5
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:19:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:19:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893fcd41

dev-ml/base_bigstring: Stabilize 0.15.0-r1 arm64, #901597

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

 dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild 
b/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild
index 3ff9f0aa8bf2..98a7debf012b 100644
--- a/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild
+++ b/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2023-04-29 Thread Sam James
commit: bc40e30449b6c8514a5625941db67904eed0bef9
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:19:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:19:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc40e304

media-libs/lensfun: Stabilize 0.3.4_rc1 arm64, #904653

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

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index f76f21c4e4f2..9aad699b908b 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2023-04-29 Thread Matthew Smith
commit: 82c40c61af66a9c21f93563056b10ac19b38ac28
Author: Matthew Smith  gentoo  org>
AuthorDate: Sat Apr 29 19:47:22 2023 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sat Apr 29 19:47:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c40c61

net-misc/gofish: add blocker on games-misc/bsd-games

Closes: https://bugs.gentoo.org/905314
Signed-off-by: Matthew Smith  gentoo.org>

 net-misc/gofish/{gofish-1.2-r1.ebuild => gofish-1.2-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/gofish/gofish-1.2-r1.ebuild 
b/net-misc/gofish/gofish-1.2-r2.ebuild
similarity index 85%
rename from net-misc/gofish/gofish-1.2-r1.ebuild
rename to net-misc/gofish/gofish-1.2-r2.ebuild
index ab81b6ae1b8b..c23940d7517e 100644
--- a/net-misc/gofish/gofish-1.2-r1.ebuild
+++ b/net-misc/gofish/gofish-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,9 +12,11 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~x86"
 
+# See bug #905314 for bsd-games blocker.
 RDEPEND="
acct-group/gopher
acct-user/gopher
+   !games-misc/bsd-games
 "
 
 DOCS=( Configure_GoFish )



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

2023-04-29 Thread Maciej Barć
commit: 319bc0bef52c9141a8ed38ce697746524c675af9
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 29 15:05:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 29 19:31:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319bc0be

app-arch/dtrx: bump to 8.5.2

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

 app-arch/dtrx/Manifest  |  1 +
 app-arch/dtrx/dtrx-8.5.2.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-arch/dtrx/Manifest b/app-arch/dtrx/Manifest
index 304aa96c2903..9c719a1055c6 100644
--- a/app-arch/dtrx/Manifest
+++ b/app-arch/dtrx/Manifest
@@ -1 +1,2 @@
 DIST dtrx-8.5.0.tar.gz 34061 BLAKE2B 
d8ecbd9f3594440656e40d811846dd302d271f189711176a406572871db69f98bb4fd81a76ebdce697faf8d56029f4dcf735d18795adf732809e6017a7395cf2
 SHA512 
0ef0c0c9c22d948f6a8ee801372605dae52f4f571a32bbaa180c2c1daab061d623119c91b745f6a86cd28d7d08cdb47029a4de38354bdb28c62acfab080cc0f1
+DIST dtrx-8.5.2.tar.gz 34112 BLAKE2B 
01d13bc2f53bb8093c8c69acea6af4d80ef3c58dc61ad28a79b1385814693738c371bb38742aa6df933c8f69d1ad86ba05c45d222e4b5398df8fc811c50c2c9e
 SHA512 
b8091bc0a948b9fd796b9a6e335e270736e9a66d103406bbac7d5064cf01067daed5f4287ab5e29aca61819915461ff31979dda437fd6089ab3f62c44d97f065

diff --git a/app-arch/dtrx/dtrx-8.5.2.ebuild b/app-arch/dtrx/dtrx-8.5.2.ebuild
new file mode 100644
index ..e0fd47057821
--- /dev/null
+++ b/app-arch/dtrx/dtrx-8.5.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Do The Right eXtraction - extracts archives of different formats"
+HOMEPAGE="https://github.com/dtrx-py/dtrx/
+   https://pypi.org/project/dtrx/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}-py/${PN}.git;
+else
+   inherit pypi
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+
+src_prepare() {
+   sed -i '/ *platform==/s|.*||' setup.cfg || die  # bug #894148
+
+   distutils-r1_src_prepare
+}
+
+pkg_postinst() {
+   local supported_format
+   local -a supported_formats=(
+   arj
+   bzip2
+   cpio
+   gzip
+   lrzip
+   lzip
+   p7zip
+   rpm
+   unrar
+   unzip
+   xz-utils
+   zip
+   zstd
+   )
+
+   for supported_format in ${supported_formats[@]}; do
+   optfeature  
   \
+   "extraction of supported archives using 
${supported_format}"   \
+   app-arch/${supported_format}
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ebuild-snippets/

2023-04-29 Thread Maciej Barć
commit: 834d5824edfd0deb8b91bf49f57a0bc2b0f0ca31
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 29 19:29:46 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 29 19:31:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834d5824

app-emacs/emacs-ebuild-snippets: update metadata

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

 app-emacs/emacs-ebuild-snippets/metadata.xml | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-emacs/emacs-ebuild-snippets/metadata.xml 
b/app-emacs/emacs-ebuild-snippets/metadata.xml
index 691b278a637b..dff0ae6f48a6 100644
--- a/app-emacs/emacs-ebuild-snippets/metadata.xml
+++ b/app-emacs/emacs-ebuild-snippets/metadata.xml
@@ -8,6 +8,10 @@
   
   
   
-xgqt/emacs-ebuild-snippets
+
+  em...@gentoo.org
+  Gentoo Emacs project
+
+proj/emacs-ebuild-snippets
   
 



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

2023-04-29 Thread Maciej Barć
commit: ad01f72440864bf2b85f392dd363534ecc6811a3
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 29 15:09:01 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 29 19:31:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad01f724

www-client/tangram: bump to 3.0

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

 www-client/tangram/Manifest   |  1 +
 www-client/tangram/tangram-3.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/www-client/tangram/Manifest b/www-client/tangram/Manifest
index 0bac93610a6a..fbece4354f79 100644
--- a/www-client/tangram/Manifest
+++ b/www-client/tangram/Manifest
@@ -1 +1,2 @@
 DIST tangram-2.0.tar.xz 991180 BLAKE2B 
1f51b8218a2d7bec9581335319448548765c26f6057ce2be0c5862324fe6659637040f8c878829505550c9c49707987c3f12b707b549f087805bb1adae12ae3d
 SHA512 
e851153f1621e7e14dd4c5445de108126adbb0f56396331b8c2d3354ba49c1ea77b5053e5557d02f1ba817d04c2553f68ab18a9afbc4842a258e0bf9e6a798d6
+DIST tangram-3.0.tar.xz 1379104 BLAKE2B 
8a067daf3df328d98af70e66c270ea4e03a5dc6e0e1693d05439feac8cb34bc0816890164fa83f37a1de409a926d8556a192f980586cb71f15bcecb134b89526
 SHA512 
68914f9f0c08ab272635ae71f796df1e4c66c919a7718e90714978dc16e434681aa8fb475d33bfaaeba31cdb690975457fa9e97f6d866c323e8585149cee7c7b

diff --git a/www-client/tangram/tangram-3.0.ebuild 
b/www-client/tangram/tangram-3.0.ebuild
new file mode 100644
index ..bb7361b4cb58
--- /dev/null
+++ b/www-client/tangram/tangram-3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson xdg
+
+DESCRIPTION="Web browser designed to organize and run Web applications"
+HOMEPAGE="https://apps.gnome.org/app/re.sonny.Tangram/
+   https://github.com/sonnyp/Tangram/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/sonnyp/${PN^}.git;
+else
+   SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+   >=dev-libs/gjs-1.76.0
+   gui-libs/gtk:4
+   gui-libs/libadwaita:1
+   net-libs/webkit-gtk:6
+"
+BDEPEND="
+   ${RDEPEND}
+   dev-libs/appstream-glib
+   dev-util/blueprint-compiler
+   dev-util/desktop-file-utils
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0-dont-validate-appstream.patch )
+
+DOCS=( README.md TODO.md )
+
+pkg_postinst() {
+   gnome2_schemas_update
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+   xdg_pkg_postrm
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/

2023-04-29 Thread Andreas Sturmlechner
commit: bb512cb67fefe6267d99d7cb605d741b02ab74db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 29 19:23:27 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 29 19:23:27 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb512cb6

kde-apps/umbrello: Drop obsolete cmake arg BUILD_KF5

Looks like I forgot about my own upstream commit
0a57792e1e592db5b500275005cded238e6ddfcf

Bug: https://bugs.gentoo.org/905316
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/umbrello/umbrello-23.04.49..ebuild | 1 -
 kde-apps/umbrello/umbrello-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/umbrello/umbrello-23.04.49..ebuild 
b/kde-apps/umbrello/umbrello-23.04.49..ebuild
index 37f0bb7773..d563b680f1 100644
--- a/kde-apps/umbrello/umbrello-23.04.49..ebuild
+++ b/kde-apps/umbrello/umbrello-23.04.49..ebuild
@@ -58,7 +58,6 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ 
ECM_QTHELP
-DBUILD_APIDOC=OFF
-   -DBUILD_KF5=ON
-DBUILD_PHP_IMPORT=$(usex php)
-DBUILD_unittests=$(usex test)
)

diff --git a/kde-apps/umbrello/umbrello-.ebuild 
b/kde-apps/umbrello/umbrello-.ebuild
index 37f0bb7773..d563b680f1 100644
--- a/kde-apps/umbrello/umbrello-.ebuild
+++ b/kde-apps/umbrello/umbrello-.ebuild
@@ -58,7 +58,6 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ 
ECM_QTHELP
-DBUILD_APIDOC=OFF
-   -DBUILD_KF5=ON
-DBUILD_PHP_IMPORT=$(usex php)
-DBUILD_unittests=$(usex test)
)



[gentoo-commits] repo/gentoo:master commit in: dev-util/include-what-you-use/, dev-util/include-what-you-use/files/

2023-04-29 Thread Florian Schmaus
commit: 9c479450dfc4080bb682ac6803107efe2422b81c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Apr 29 19:09:44 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Apr 29 19:16:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c479450

dev-util/include-what-you-use: fix tests

1. invoke run_iwyu_tests with "-- ${BUILD_DIR}/bin/${PN}", so that the
just build iwyu is used and not the one potentially available in PATH

2. Fix include path, see
https://github.com/include-what-you-use/include-what-you-use/pull/1252

3. Drop stddef from badinc.cc. This makes the test pass. I am not sure
if this is correct or not, but at the moment it was either this or
dropping the test entirely.

Closes: https://bugs.gentoo.org/905214
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-util/include-what-you-use/Manifest |  1 +
 ...cxx-badinc.cc-remove-stddef-from-expected.patch | 34 ++
 .../include-what-you-use-0.19.ebuild   | 21 +++--
 3 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/dev-util/include-what-you-use/Manifest 
b/dev-util/include-what-you-use/Manifest
index f5981ea17c80..70e10aaf4ba5 100644
--- a/dev-util/include-what-you-use/Manifest
+++ b/dev-util/include-what-you-use/Manifest
@@ -1 +1,2 @@
+DIST include-what-you-use-0.19-test-util-support-EXTRA_IWYU_ARGS.patch 2314 
BLAKE2B 
d6c99aa59b52207ece610f8a8fe52ae967f3e027118c97f665b0a5d21782d85d94658ece1e0ae0e2d86cdcb94a345f072fdbda495caf589b045a8be38bf56f99
 SHA512 
2ecd6afc2de5ff85c8a6609b151d7d1e50a985e5c52db9b298ce21bad94a3bafb7b939fcd3b3cec0b753e83ba9ea256f628fbda16837ee6b3c3f1d2ec664d4d9
 DIST include-what-you-use-0.19.tar.gz 757761 BLAKE2B 
09dfe686db78973059039f878029cda8dea9912127cf7ed9ddc123abe14459e670304fd531760afbebedee8c4992d15add18b75f9b62dc2d9c4b0f4edb8e0a1d
 SHA512 
0847ae898696b51540ab9f5715e69bae67db42409d60205227d543ba6597b12cc2ea5bf68a3315c31f22e7186e05c06a86f5ae5b893c23bfe4cd9ef6f06ccddc

diff --git 
a/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch
 
b/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch
new file mode 100644
index ..4d63e0c1530a
--- /dev/null
+++ 
b/dev-util/include-what-you-use/files/include-what-you-use-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch
@@ -0,0 +1,34 @@
+From 0c4577fc5796b2824da5629f77bf6bf6bdcd4823 Mon Sep 17 00:00:00 2001
+From: Florian Schmaus 
+Date: Sat, 29 Apr 2023 20:12:00 +0200
+Subject: [PATCH] tests/cxx/badinc.cc: remove stddef from expected output
+
+--- a/tests/cxx/badinc.cc
 b/tests/cxx/badinc.cc
+@@ -1415,7 +1415,6 @@ int main() {
+   typeof(kI1ConstInt) another_const_int = 1;
+   (void)(another_const_int);
+   // This is a C standard macro, but is implemented via a gcc extension too.
+-  // IWYU: offsetof is...*
+   // IWYU: I1_Struct is...*badinc-i1.h
+   (void)(offsetof(I1_Struct, c));
+   // IWYU: kI1ConstInt is...*badinc-i1.h
+@@ -1807,7 +1806,6 @@ int main() {
+ 
+ tests/cxx/badinc.cc should add these lines:
+ #include 
+-#include 
+ #include 
+ #include "tests/cxx/badinc-i1.h"
+ class D2_Class;
+@@ -1836,7 +1834,6 @@ The full include-list for tests/cxx/badinc.cc:
+ #include "tests/cxx/badinc-inl.h"
+ #include   // for isascii
+ #include 
+-#include   // for offsetof
+ #include   // for find
+ #include   // for fstream
+ #include   // for list
+-- 
+2.39.2
+

diff --git a/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild 
b/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild
index 367e7c6d5101..eb3c6a7e4c82 100644
--- a/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild
+++ b/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild
@@ -9,7 +9,11 @@ inherit cmake llvm python-single-r1
 
 DESCRIPTION="Find unused include directives in C/C++ programs"
 HOMEPAGE="https://include-what-you-use.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="
+   https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/include-what-you-use/include-what-you-use/commit/62e5e2e35380e46ccbff2c2ed118f8bb5c01755b.patch
+   -> ${PN}-0.19-test-util-support-EXTRA_IWYU_ARGS.patch
+"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -26,6 +30,12 @@ DEPEND="${RDEPEND}"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+PATCHES=(
+   # https://github.com/include-what-you-use/include-what-you-use/pull/1252
+   "${DISTDIR}"/${PN}-0.19-test-util-support-EXTRA_IWYU_ARGS.patch
+   
"${FILESDIR}"/${PN}-0.19-tests-cxx-badinc.cc-remove-stddef-from-expected.patch
+)
+
 llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
 }
@@ -54,5 +64,12 @@ src_configure() {
 }
 
 src_test() {
-   "${EPYTHON}" run_iwyu_tests.py || die
+   local clang_version=$(best_version sys-devel/clang:${LLVM_MAX_SLOT})
+   

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

2023-04-29 Thread Michał Górny
commit: 2b1c34f54729de0e0da6eba7cf9750689d64e3f8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 18:41:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 19:08:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1c34f5

sys-kernel/gentoo-kernel-bin: Remove old

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  78 -
 .../gentoo-kernel-bin-5.10.176.ebuild  | 127 -
 .../gentoo-kernel-bin-5.10.178.ebuild  | 127 -
 .../gentoo-kernel-bin-5.15.105.ebuild  | 127 -
 .../gentoo-kernel-bin-5.15.106.ebuild  | 127 -
 .../gentoo-kernel-bin-5.15.108.ebuild  | 127 -
 .../gentoo-kernel-bin-5.4.239.ebuild   | 127 -
 .../gentoo-kernel-bin-5.4.241.ebuild   | 127 -
 .../gentoo-kernel-bin-6.1.22.ebuild| 127 -
 .../gentoo-kernel-bin-6.1.23.ebuild| 127 -
 .../gentoo-kernel-bin-6.1.25.ebuild| 127 -
 .../gentoo-kernel-bin-6.2.10.ebuild| 127 -
 .../gentoo-kernel-bin-6.2.11.ebuild| 127 -
 .../gentoo-kernel-bin-6.2.12.ebuild| 127 -
 14 files changed, 1729 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index c01d048873cc..e9cf815fda50 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,81 +1,35 @@
-DIST genpatches-5.10-185.base.tar.xz 5154772 BLAKE2B 
f7d88f5c6b98dc265fbbabcc5a4590f44eaad5e6a6f250e755be4a9686601ccb2e7b9e791c207fdeb071b518073cdfcfc2de80ffd70f16067c0dcb9fc586
 SHA512 
a13febea3cadb7de762e1a2a46c776f22bbe4bf0e9f471c1e0dbbdc63431692ee7b6812e3eaac9623a4b92d08c64eab3c82f8dac0da5ea8d55d4ad6bc6b95a15
-DIST genpatches-5.10-185.extras.tar.xz 3868 BLAKE2B 
d42ae4d95f81771334ab313b01f8282c4e12ae4b89e2c7e60ebddffcc78a53131a4b54874ad914a47bd81d3b9e24f4c072a8d042c824dad8cef209a20d6788d0
 SHA512 
9bb9676480aa5fefe8a5202da3d20a0e2f395fcf4a0b6ecdae2ec62745b5adf4955a56bb1a346b7441162f36108b4c1f02374b248217d99f03d241f5dd51bbd9
 DIST genpatches-5.10-186.base.tar.xz 5195200 BLAKE2B 
80451354985fedc89685d4bc6897aa66833eb2ae3916b89a5884107256f4050e8512194effa5f47123f580e50d2b1c454e178a46255aabb9c84a7d743cca
 SHA512 
267850925d6c4d527cf9e847657d5a7d33d9073444a2a1076b81c0db1ee973b333f99b7c4165688bc2072f8a11447aa35e460039569369091ddf45d457b48839
 DIST genpatches-5.10-186.extras.tar.xz 3868 BLAKE2B 
fd83930f87ffab80902b20d931dc9131915e3d6d33f66d7698f5ec7bae211ef1da5d3be0b60a6871b8696e0ad3a60d71dd0b17fb09fb14eaf77a0d570f6e0948
 SHA512 
aa3df46b0a3640310377455592411b3254505b2262ce58f0c3a374077199ec0c7a63262dcba84ef88a553951c786cf6d9ace55a7cacce48d19696ab568c25cc5
-DIST genpatches-5.10-187.base.tar.xz 5232456 BLAKE2B 
286880822b99151a2141cd880c9db078bce6d994ba34af779702358e958534e4962645d858c69abde2adbfb6b757bf2674f2e0147d50080adb615f0eb48f286f
 SHA512 
2aa1bbd3ae2501eaf6cb2d9739322dce59580031696ca5e4b58750765aa9618222ecd02b1adfb5796100b3a44ef302a1266b0ca6430b36bed583b976fbc63c8b
-DIST genpatches-5.10-187.extras.tar.xz 3872 BLAKE2B 
f84dd90909c62c540aeb80714d78a9690095fae1e39bad7a4dd54a2536960c10c7a006d57fc7db367912f11bb1180e43d45ef051e23cc31cf7680c35c6eb23c9
 SHA512 
6e7a6ee7bfdded4246b499471254d6233e6de7e2cf1192505ff7da4cfe7f967adecb455b34374900ce482fd31482024a51486e2942eae6c600491762417cb247
 DIST genpatches-5.10-188.base.tar.xz 5250408 BLAKE2B 
0fd1169e3638e5a220dde27354790b43a16b5b3e8087c6ad1f64dcad04214810464923db0290163b94dfdd4d2afb80df138786d94f06707ec939997774c2528f
 SHA512 
516f910acee2d6e42399c380cbab3a0b7f7ed30c99704f3f7e5eb8f8a15a8a8eade2c065d165502d93b724ee7d43c6987f08125b4a98b85d5c6b28e939507fb4
 DIST genpatches-5.10-188.extras.tar.xz 3872 BLAKE2B 
bfd4b91944fad6cc5781dae0365b019dd1897bb00e255e098cae2f220af481734ea84f225494ec5e34bf601572a2b3d514b4808036e913ea947033457d0b8065
 SHA512 
a783c59c8f1e9dfe6938478536c9de36bc98440a47d9a85c2360aed9d4f96402e64161c57a3daf8ac53196e91fe47c1358f72af94f67040814067f42a7529601
 DIST genpatches-5.15-102.base.tar.xz 4041416 BLAKE2B 
ab6ac9c8d03d41594f1f3c0b59cdeb3d045fdc0bc89926026a7b3f34eef38a869da1c9adfa1ccf465486f885dc4abb6c8d09a8c36f2732bb961b365a749e8985
 SHA512 
2df353c92659d8f41a45bd3caaf33e21542cb01ab210495a632e65fe71e8bee7c31ae7283827bc7e0683737f3a451b617db95b5a8b559cedc8296496e2fa3302
 DIST genpatches-5.15-102.extras.tar.xz 3936 BLAKE2B 
4069a121383a58eedd557cfe3c421ca8c033e4b7a976845c557b3faf66b33d9efc6c7b3d4dad20cdeafb7d62588a4c49bb7102abfbd7acb1c98b1afb86e8f87a
 SHA512 
b12c07aa5c9974856482f44ecc39ae03f7ec8879d07bff562d56b0c18752d748455b519f7bd53cde5f22df1787c15d52037ee236c1150edcc20416b9c6c1e272
-DIST 

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

2023-04-29 Thread Michał Górny
commit: a25dcf27234453267d9f5a25d898479757769ddf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 18:41:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 19:08:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25dcf27

sys-kernel/gentoo-kernel: Remove old

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

 sys-kernel/gentoo-kernel/Manifest  |  26 
 .../gentoo-kernel/gentoo-kernel-5.10.176.ebuild| 134 
 .../gentoo-kernel/gentoo-kernel-5.10.178.ebuild| 134 
 .../gentoo-kernel/gentoo-kernel-5.15.105.ebuild| 134 
 .../gentoo-kernel/gentoo-kernel-5.15.106.ebuild| 134 
 .../gentoo-kernel/gentoo-kernel-5.15.108.ebuild| 134 
 .../gentoo-kernel/gentoo-kernel-5.4.239.ebuild | 103 ---
 .../gentoo-kernel/gentoo-kernel-5.4.241.ebuild | 103 ---
 .../gentoo-kernel/gentoo-kernel-6.1.22.ebuild  | 140 -
 .../gentoo-kernel/gentoo-kernel-6.1.23.ebuild  | 140 -
 .../gentoo-kernel/gentoo-kernel-6.1.25.ebuild  | 140 -
 .../gentoo-kernel/gentoo-kernel-6.2.10.ebuild  | 140 -
 .../gentoo-kernel/gentoo-kernel-6.2.11.ebuild  | 140 -
 .../gentoo-kernel/gentoo-kernel-6.2.12.ebuild  | 140 -
 14 files changed, 1742 deletions(-)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 1fdcbd0f9503..50c129549e65 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,45 +1,19 @@
-DIST genpatches-5.10-185.base.tar.xz 5154772 BLAKE2B 
f7d88f5c6b98dc265fbbabcc5a4590f44eaad5e6a6f250e755be4a9686601ccb2e7b9e791c207fdeb071b518073cdfcfc2de80ffd70f16067c0dcb9fc586
 SHA512 
a13febea3cadb7de762e1a2a46c776f22bbe4bf0e9f471c1e0dbbdc63431692ee7b6812e3eaac9623a4b92d08c64eab3c82f8dac0da5ea8d55d4ad6bc6b95a15
-DIST genpatches-5.10-185.extras.tar.xz 3868 BLAKE2B 
d42ae4d95f81771334ab313b01f8282c4e12ae4b89e2c7e60ebddffcc78a53131a4b54874ad914a47bd81d3b9e24f4c072a8d042c824dad8cef209a20d6788d0
 SHA512 
9bb9676480aa5fefe8a5202da3d20a0e2f395fcf4a0b6ecdae2ec62745b5adf4955a56bb1a346b7441162f36108b4c1f02374b248217d99f03d241f5dd51bbd9
 DIST genpatches-5.10-186.base.tar.xz 5195200 BLAKE2B 
80451354985fedc89685d4bc6897aa66833eb2ae3916b89a5884107256f4050e8512194effa5f47123f580e50d2b1c454e178a46255aabb9c84a7d743cca
 SHA512 
267850925d6c4d527cf9e847657d5a7d33d9073444a2a1076b81c0db1ee973b333f99b7c4165688bc2072f8a11447aa35e460039569369091ddf45d457b48839
 DIST genpatches-5.10-186.extras.tar.xz 3868 BLAKE2B 
fd83930f87ffab80902b20d931dc9131915e3d6d33f66d7698f5ec7bae211ef1da5d3be0b60a6871b8696e0ad3a60d71dd0b17fb09fb14eaf77a0d570f6e0948
 SHA512 
aa3df46b0a3640310377455592411b3254505b2262ce58f0c3a374077199ec0c7a63262dcba84ef88a553951c786cf6d9ace55a7cacce48d19696ab568c25cc5
-DIST genpatches-5.10-187.base.tar.xz 5232456 BLAKE2B 
286880822b99151a2141cd880c9db078bce6d994ba34af779702358e958534e4962645d858c69abde2adbfb6b757bf2674f2e0147d50080adb615f0eb48f286f
 SHA512 
2aa1bbd3ae2501eaf6cb2d9739322dce59580031696ca5e4b58750765aa9618222ecd02b1adfb5796100b3a44ef302a1266b0ca6430b36bed583b976fbc63c8b
-DIST genpatches-5.10-187.extras.tar.xz 3872 BLAKE2B 
f84dd90909c62c540aeb80714d78a9690095fae1e39bad7a4dd54a2536960c10c7a006d57fc7db367912f11bb1180e43d45ef051e23cc31cf7680c35c6eb23c9
 SHA512 
6e7a6ee7bfdded4246b499471254d6233e6de7e2cf1192505ff7da4cfe7f967adecb455b34374900ce482fd31482024a51486e2942eae6c600491762417cb247
 DIST genpatches-5.10-188.base.tar.xz 5250408 BLAKE2B 
0fd1169e3638e5a220dde27354790b43a16b5b3e8087c6ad1f64dcad04214810464923db0290163b94dfdd4d2afb80df138786d94f06707ec939997774c2528f
 SHA512 
516f910acee2d6e42399c380cbab3a0b7f7ed30c99704f3f7e5eb8f8a15a8a8eade2c065d165502d93b724ee7d43c6987f08125b4a98b85d5c6b28e939507fb4
 DIST genpatches-5.10-188.extras.tar.xz 3872 BLAKE2B 
bfd4b91944fad6cc5781dae0365b019dd1897bb00e255e098cae2f220af481734ea84f225494ec5e34bf601572a2b3d514b4808036e913ea947033457d0b8065
 SHA512 
a783c59c8f1e9dfe6938478536c9de36bc98440a47d9a85c2360aed9d4f96402e64161c57a3daf8ac53196e91fe47c1358f72af94f67040814067f42a7529601
-DIST genpatches-5.15-110.base.tar.xz 4312720 BLAKE2B 
58e3c5a0001f1245a25cbb66e239d393c48d265a5213e51601ea9b24fc33fce97472a1cb63e990ac2d2165c5e7d40372e53952aa47d347282c8ce9f8434a140a
 SHA512 
abbe6099973c90e0751456a522717d7f2d993d873af4a98aff0150c1dfc9a75cf56f9d850dd2a5b8c80915ab27110c65b0b482df27bda00262c043fba731cde6
-DIST genpatches-5.15-110.extras.tar.xz 3932 BLAKE2B 
f280b14d3c6b1ed89ccf9752071dd55641d59354a680a2419a8caaa993036ecec716fe063d40fb566ab788632ebc71970b2460b6b915ea2d1db68d78fb7069fc
 SHA512 
cbb844978cc225fab030f43ab0ba76fe5138a9c84381bf1318df55c24fe33bb734f60512daf27e20c191c58da821c69228aa98ca91adf224383a08bf3457741c
-DIST genpatches-5.15-111.base.tar.xz 4338620 BLAKE2B 

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

2023-04-29 Thread Michał Górny
commit: ea5c8e9803e12f0d0e0f39c068fc6e0708b01dcc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 18:41:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 19:08:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5c8e98

sys-kernel/vanilla-kernel: Remove old

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

 sys-kernel/vanilla-kernel/Manifest |  26 
 .../vanilla-kernel/vanilla-kernel-5.10.176.ebuild  | 137 -
 .../vanilla-kernel/vanilla-kernel-5.10.178.ebuild  | 137 -
 .../vanilla-kernel/vanilla-kernel-5.15.105.ebuild  | 137 -
 .../vanilla-kernel/vanilla-kernel-5.15.106.ebuild  | 137 -
 .../vanilla-kernel/vanilla-kernel-5.15.108.ebuild  | 137 -
 .../vanilla-kernel/vanilla-kernel-5.4.239.ebuild   | 111 -
 .../vanilla-kernel/vanilla-kernel-5.4.241.ebuild   | 111 -
 .../vanilla-kernel/vanilla-kernel-6.1.22.ebuild| 137 -
 .../vanilla-kernel/vanilla-kernel-6.1.23.ebuild| 137 -
 .../vanilla-kernel/vanilla-kernel-6.1.25.ebuild| 137 -
 .../vanilla-kernel/vanilla-kernel-6.2.10.ebuild| 137 -
 .../vanilla-kernel/vanilla-kernel-6.2.11.ebuild| 137 -
 .../vanilla-kernel/vanilla-kernel-6.2.12.ebuild| 137 -
 14 files changed, 1755 deletions(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index d61a5ea93d37..d65bf87c6247 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -25,47 +25,21 @@ DIST kernel-x86_64-fedora.config.5.19.13-gentoo 224246 
BLAKE2B 6dd95fc7a8bd38387
 DIST kernel-x86_64-fedora.config.6.1.7-gentoo 228685 BLAKE2B 
e68236ccc1d51b2aff850eda9f3197b7ea95b8a88716bc7b07dad30348a86fdbb99a948060300dddae73ca82267d851d357f1c9547a9dcefae1364deebdbd124
 SHA512 
42bec2ddb9cf7eb6e84bbdeb23eb98dc11c9cea41f6134b776010c6b36833b520a290f0ef0145379de15c7f7834398fa5e3aaabd7258d7d4e89567faa09eeb4c
 DIST kernel-x86_64-fedora.config.6.2.6-gentoo 230455 BLAKE2B 
5fe5cce9264480d2cb733bedcf060327e01fd6f1665d00ded7dc414d6439f94d5af8e01b46c36a8cd864f62033cc34cd4b3fb4f35d8316d07ab3d38d8ceb93f2
 SHA512 
c1962a824cf2a9d5f1c98c153beb5b29641c21e3462e59e42380eb9cbbfc3fb65129bfb1bced0f7f699e15bbaf1141f2ad4245b8f76f4fd662d779e7e0d452a2
 DIST kernel-x86_64.config.5.4.21 184907 BLAKE2B 
0eb2b07c14cea7545350fcdf3a94f2a531f0137c502ebda9299cacf44da5385686e2049b480b28bc153c9d413d453cfe682b9655eefe70428cb720f57c7bd200
 SHA512 
f3b3ee6841555ac3a9cc11536a7d44e1a5a8df2bab14ba341fda7df1ceb0de45cf1c799a1d54a64f2858fd1272d348bb52cf269ffa396878c5402baf2730237f
-DIST linux-5.10.176.tar.sign 993 BLAKE2B 
ac1198bf81516fa1bd3297eb19efbd43efaa5367525a5ba5586713a6f712fda70f25c61a0f29271746b301c65e719032bcf27ce4200aa959babeafe09b4cf5e3
 SHA512 
3e76e36b434cfcb0b76a518e3b1b93de37094db2fafebe5ed53ad3097f2d04e322a8b29aae193d926d47ec19770d1fbc793426b087463e551b986a7d6fc81f08
-DIST linux-5.10.176.tar.xz 120573768 BLAKE2B 
80f566355ca1d3400edf447b10a109961123d0bb968a5f44c80867f0c2f4cc4303897d0abd2a54f4be36ed87b43f6647183535b680b5120f377724a8b2bafa8b
 SHA512 
e5d16fb9b206474cd24e09745e72e23991bd90c43bde2c0de39e0aece8889f4a3533a09dafaeaa0f893d913153dbe72782655b6b73845b25a57dc27bb139d42f
 DIST linux-5.10.177.tar.sign 993 BLAKE2B 
e692501352ad2ee680db8613b1c72cb76ce46a104c1ba9ce7f3ed8ade4ca755666c6c4724e73a7e8aa43d7978f1a15570024e181052397bee844b2ce63b4039d
 SHA512 
af3d67dbff2337f5abddac24841b43d47cae05d8bea2281339da268b4cdeeb2c1bdcae0255ec00689322e93224f466bbb2295e7b461bd524f4ecde5d4e1aa15f
 DIST linux-5.10.177.tar.xz 120593728 BLAKE2B 
d69e74195bf594c25e9e5d450520ca1941a360fea009a4037021608cc8fa7c95a4e4ccb8a302762324b62da2b207842d30c67230eaac44b990b262640c08dfec
 SHA512 
27d60975e63cb61b4df1ca4419f25d9339818ea69c4275ac8066139e705eedb93b49eb6b86b4d4b59c09cc5080c1d7e9f1f083f274d94bb99d2ccf61497a2991
-DIST linux-5.10.178.tar.sign 993 BLAKE2B 
f1c97bd8b5f3b10bddba48ef818bd5c01c949edc36a63b5b48a3a2e5fcd8d919c738e60a087418356c065411405a885b5b43bb9ad5453c861c2ea3f5d515f47c
 SHA512 
3480e059dd578a2cd142f33bccdcd0a56b468e7d6d23562d936bb4976a264e524245111948b859acd01b1942899ec0e89e9fafed4c973b1be6410944205dcb8f
-DIST linux-5.10.178.tar.xz 120585876 BLAKE2B 
424b8cf3b1416f9f7b8d5ccba8346ff413448d1885253ee942d9cf2dc2bab49a4f9a569aa66391caadaa14490c6c1a4c75ec272b76b58da487e314f25ec3edba
 SHA512 
80c3564ebd5e51cdc2a95510b0f49a51b3003dcae8f71b4245edf62d3a80deb1a31c986f2820cda98841c38745e5cb2263b7d9321fbe45d1a98afe7bb1ef02c6
 DIST linux-5.10.179.tar.sign 993 BLAKE2B 
1ae0cab95a1030f9491b03565dd215efbbc399abbe81dd9d4e13d6e0b8292e81f4af25db747c8449438911dfc40fa4bcd50e028e516bf96913da80ea5320f409
 SHA512 
66379889f5b85504da8b25eb4dab8576e7c5ab250c39d7d0cadad267d2bd2d7dde7e5f38f72b9b488746c3fe1806e68265b7db53f242154fc5746ffa06926c8b
 DIST 

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

2023-04-29 Thread Michał Górny
commit: 749a3fac4134792da41f06f982019fca985bc5ff
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 18:41:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 19:08:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749a3fac

virtual/dist-kernel: Remove old

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

 virtual/dist-kernel/dist-kernel-5.10.176.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.10.178.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.105.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.106.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.108.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.239.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.241.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-6.1.22.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-6.1.23.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-6.1.25.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-6.2.10.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-6.2.11.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-6.2.12.ebuild   | 19 ---
 13 files changed, 247 deletions(-)

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

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

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

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

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

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

2023-04-29 Thread John Helmert III
commit: 418658f7a2fd67a79840419fca7ccd689fae6229
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Apr 29 19:05:23 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Apr 29 19:05:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418658f7

dev-db/timescaledb: drop 2.9.2

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

 dev-db/timescaledb/Manifest |  1 -
 dev-db/timescaledb/timescaledb-2.9.2.ebuild | 67 -
 2 files changed, 68 deletions(-)

diff --git a/dev-db/timescaledb/Manifest b/dev-db/timescaledb/Manifest
index b2373a3fdb4b..fc108b15b517 100644
--- a/dev-db/timescaledb/Manifest
+++ b/dev-db/timescaledb/Manifest
@@ -1,5 +1,4 @@
 DIST timescaledb-2.10.0.tar.gz 7410903 BLAKE2B 
e93117f41b918e315f1d867ef65a608ec4021d365e3854750ee788233d64435d37b6ff5e7b1a014c8bf095857c745978daece3dc5ff149ba0b869afa6e7d8e7c
 SHA512 
6028146a421de91a356539d8027cfee8dc38dd03cf02fe04887ddaf134fa057c953cf6b6179a9160d797271943a8fe35ffe2f4d8959fe3be8e7bf527a3fe7d41
 DIST timescaledb-2.10.1.tar.gz 7417084 BLAKE2B 
506da755d164fd82bbea0267a24f6db438b895402c29bb88b5f48178b018c003f251427b5fa9befcfe801db496181819ef18249e537bd89b72a085f51291ce19
 SHA512 
573369d85f40a4176beaf5862bd0d20966fbdff83ec8573ba185bcfd90a03ef8de09aad3ed8dce7ee47bc123f967224bae2899c22ed023ab73260c3bd0548fed
 DIST timescaledb-2.10.3.tar.gz 7465897 BLAKE2B 
2a70e281738fac63cd3b5c753f82a7e8faf162c015ad87b1cb3b24558d70e042bb16281b32a931fbb4daae280bede40bc239de8e8b3228c2571da33d4e5975ec
 SHA512 
c94227d9aa1df36634bbf2626f580165860cab543efbfeb448f9799cf70ef6c1891af0077c2280ae22dbfb2360cf2b6012e7f05c26b0cf7aef6eb217c583b444
-DIST timescaledb-2.9.2.tar.gz 7265748 BLAKE2B 
6d821f3e93e5a4c8cb871e436b00f81befbc82b171c95c50f93d278c2dd87c44255c4fc7b6e09e7463eeb8b3ba6719ad95d07d76d2234a52f7f0ca015a1ed727
 SHA512 
2f8153e37e3fd1488f89398dfb6b4501267c0d4bae4b796738d0b25e26f9720c7d6388b41fd952b4760f9e85adfbf6d3b37f4f5b7cc9ec3e68825dbd9868e870
 DIST timescaledb-2.9.3.tar.gz 7269123 BLAKE2B 
009f3b9787e4dce49abb50a446b88f5a37ab9b1a3abb040fe5d332ab10d5a40e13fae7985fca6f6d412f7e555ab1833f83ce0c43bbda7054f668fa12288eac18
 SHA512 
0664ccc6e6846500757466646e2c8a9bdbdca079bd931cc95ad8ea687f37b099d846cf8cc8311f928a33d9228592e460b6fe331a639046bc845a25b4a7d914c6

diff --git a/dev-db/timescaledb/timescaledb-2.9.2.ebuild 
b/dev-db/timescaledb/timescaledb-2.9.2.ebuild
deleted file mode 100644
index 83f98f57647b..
--- a/dev-db/timescaledb/timescaledb-2.9.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-POSTGRES_COMPAT=( 12 13 14 15 )
-POSTGRES_USEDEP="ssl"
-
-inherit postgres-multi cmake
-
-DESCRIPTION="Open-source time-series SQL database"
-HOMEPAGE="https://www.timescale.com/;
-SRC_URI="https://github.com/timescale/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-IUSE="proprietary-extensions"
-LICENSE="POSTGRESQL Apache-2.0 proprietary-extensions? ( timescale )"
-
-KEYWORDS="~amd64"
-
-SLOT=0
-
-RESTRICT="test"
-
-DEPEND="${POSTGRES_DEP}"
-RDEPEND="${DEPEND}"
-
-CMAKE_IN_SOURCE_BUILD=yes
-CMAKE_BUILD_TYPE="RelWithDebInfo"
-BUILD_DIR=${WORKDIR}/${P}
-
-src_prepare() {
-   postgres-multi_src_prepare
-   postgres-multi_foreach cmake_src_prepare
-}
-
-timescale_configure() {
-   local CMAKE_USE_DIR=$BUILD_DIR
-   local mycmakeargs=( 
"-DPG_CONFIG=/usr/bin/pg_config${MULTIBUILD_VARIANT}" "-DREGRESS_CHECKS=OFF" )
-
-   # licensing is tied to features, this useflag disables the non-apache2 
licensed bits
-   if ! use proprietary-extensions ; then
-   mycmakeargs+=("-DAPACHE_ONLY=ON")
-   fi
-   cmake_src_configure
-}
-
-src_configure() {
-   postgres-multi_foreach timescale_configure
-}
-
-timescale_src_compile() {
-   local CMAKE_USE_DIR=$BUILD_DIR
-   cmake_src_compile
-}
-
-src_compile() {
-   postgres-multi_foreach timescale_src_compile
-}
-
-timescale_src_install() {
-   local CMAKE_USE_DIR=$BUILD_DIR
-   cmake_src_install
-}
-
-src_install() {
-   postgres-multi_foreach timescale_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/, media-radio/flrig/files/

2023-04-29 Thread Thomas Beierlein
commit: 45a01aef6883db7c788124d6ddc759ac15724c18
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Apr 29 18:40:18 2023 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Apr 29 18:43:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a01aef

media-radio/flrig: Add missing include

Closes: https://bugs.gentoo.org/895566
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/flrig/files/flrig-1.4.7-uint8.patch | 11 +++
 media-radio/flrig/flrig-1.4.7.ebuild|  5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/media-radio/flrig/files/flrig-1.4.7-uint8.patch 
b/media-radio/flrig/files/flrig-1.4.7-uint8.patch
new file mode 100644
index ..554ac137eca3
--- /dev/null
+++ b/media-radio/flrig/files/flrig-1.4.7-uint8.patch
@@ -0,0 +1,11 @@
+--- a/src/include/WSclient.h   2023-04-29 20:25:55.322076690 +0200
 b/src/include/WSclient.h   2023-04-29 20:26:20.686925674 +0200
+@@ -35,6 +35,8 @@
+ 
+ #ifdef __WIN32__
+   typedef unsigned char uint8_t;
++#else
++  #include 
+ #endif
+ 
+ namespace WSclient {

diff --git a/media-radio/flrig/flrig-1.4.7.ebuild 
b/media-radio/flrig/flrig-1.4.7.ebuild
index 81a737736eac..6ae84171b383 100644
--- a/media-radio/flrig/flrig-1.4.7.ebuild
+++ b/media-radio/flrig/flrig-1.4.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,8 @@ RDEPEND="x11-libs/libX11
 DEPEND="${RDEPEND}
sys-devel/gettext"
 
-PATCHES=( "${FILESDIR}/${PN}-1.4.4-musl.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.4.4-musl.patch"
+ "${FILESDIR}/${P}-uint8.patch" )
 
 src_prepare() {
eapply ${PATCHES[@]}



[gentoo-commits] repo/gentoo:master commit in: dev-python/Babel/, dev-python/Babel/files/

2023-04-29 Thread Michał Górny
commit: 641424249c97ccc77fb7ff87b8959d048789895d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 18:30:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 18:30:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64142424

dev-python/Babel: Remove old

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

 dev-python/Babel/Babel-2.11.0.ebuild   | 66 --
 dev-python/Babel/Manifest  |  2 -
 dev-python/Babel/files/Babel-2.11.0-sphinx-6.patch | 29 --
 3 files changed, 97 deletions(-)

diff --git a/dev-python/Babel/Babel-2.11.0.ebuild 
b/dev-python/Babel/Babel-2.11.0.ebuild
deleted file mode 100644
index 405927284ad2..
--- a/dev-python/Babel/Babel-2.11.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-# see scripts/download_import_cldr.py
-CLDR_PV=41.0
-DESCRIPTION="Collection of tools for internationalizing Python applications"
-HOMEPAGE="
-   https://babel.pocoo.org/
-   https://pypi.org/project/Babel/
-   https://github.com/python-babel/babel/
-"
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   https://unicode.org/Public/cldr/${CLDR_PV%.*}/cldr-common-${CLDR_PV}.zip
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/pytz[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' 3.8)
-"
-# RDEPEND in BDEPEND for import_cldr.py usage, bug #852158
-BDEPEND="
-   app-arch/unzip
-   ${RDEPEND}
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-sphinx-6.patch
-)
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   rm babel/locale-data/*.dat || die
-   rm babel/global.dat || die
-   distutils-r1_src_prepare
-}
-
-python_configure() {
-   if [[ ! -f babel/global.dat ]]; then
-   "${EPYTHON}" scripts/import_cldr.py "${WORKDIR}"/common || die
-   fi
-}
-
-python_test() {
-   local -x TZ=UTC
-   epytest
-}

diff --git a/dev-python/Babel/Manifest b/dev-python/Babel/Manifest
index a0ccc3b5c18d..dc6fad6d5951 100644
--- a/dev-python/Babel/Manifest
+++ b/dev-python/Babel/Manifest
@@ -1,4 +1,2 @@
-DIST Babel-2.11.0.tar.gz 9346097 BLAKE2B 
99ae97e4dc16e1757ae6f054f9f346c6728d087bbfba33786d59211ac4b6c12bf861c79ac7c12a3efd89539220126ea1ea9a3578a9008daaa464aed315102b60
 SHA512 
526368dc5e44f2d93c52f2fcb544130eea6c6b7c78325bd56c6d9a6706890a4cd9daa1498d639aab65059801d87977da626e64585083c58c4b328001991eea0b
 DIST Babel-2.12.1.tar.gz 9906735 BLAKE2B 
d78838f9a2032eae998f1d751ad803fec81c03be498db934e34e0702d28e0815a7848e55af73ea4dff45e3cf063b9e45ab06c749b8d3f15b7742e209bf3d06ef
 SHA512 
93c4bf343d99a1f47f43f8b828eb79098cb429bac1034d58b5aa49adff68116e458067f3784d997f34515828a7432fd18f7abbaeee59b47a4ee8ea744908b33b
-DIST cldr-common-41.0.zip 29364494 BLAKE2B 
1960e860017c3e5f31d935d66a1ff551720975dca0af459adc72b8dc54100938fbd2d2ef00eb457f3fd04d4f1e90a4783229c350b125029dcda5c1e6903f9a54
 SHA512 
c64f3338e292962817b043dd11e9c47f533c9b70d432f83e80654e20f4937c72b37e66a60485df43f734b1ff94ebf0452547a063076917889303c9653b4d6ce5
 DIST cldr-common-42.0.zip 30178050 BLAKE2B 
076e3eca12534feff8e0e54bdc1fa38fc0db0f78cac8b4e35b343763a8ac6787745aa36be165684f4d6dda423409c4431a8e4941c53ae7d340ead0b35edbca30
 SHA512 
315448fe6a9ac2d5a6a7fd1a27b38c5db30fed053654a803d50e3a8d06aa08ad153e8e57089fa094c561f41a54f37eecda0701b47a1813879902be71945aa38a

diff --git a/dev-python/Babel/files/Babel-2.11.0-sphinx-6.patch 
b/dev-python/Babel/files/Babel-2.11.0-sphinx-6.patch
deleted file mode 100644
index 147ebeebd4fa..
--- a/dev-python/Babel/files/Babel-2.11.0-sphinx-6.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://github.com/python-babel/babel/commit/f7af1b72e765278b3431de3f3b92c6b9a189b18e
-
-From f7af1b72e765278b3431de3f3b92c6b9a189b18e Mon Sep 17 00:00:00 2001
-From: Aarni Koskela 
-Date: Wed, 2 Nov 2022 08:25:47 +0200
-Subject: [PATCH] Update docs build configuration (#924)
-
-* Use Python 3.11
-* Use Sphinx 5 (and update extlinks configuration)
-* Use Python 3 intersphinx mapping
-* Install Babel from the build directory
-
-Refs https://github.com/python-babel/babel/issues/920
 a/docs/conf.py
-+++ b/docs/conf.py
-@@ -251,10 +251,10 @@
- #texinfo_show_urls = 'footnote'
- 
- intersphinx_mapping = {
--'https://docs.python.org/2/': None,
-+'https://docs.python.org/3/': None,
- }
- 
- extlinks = {
--'gh': ('https://github.com/python-babel/babel/issues/%s', '#'),
--'trac': 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/

2023-04-29 Thread Michał Górny
commit: 5787bb8859ad7906f4ade88a03e71092d303c1f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 18:30:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 18:30:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5787bb88

xfce-base/xfce4-panel: Remove old

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

 xfce-base/xfce4-panel/Manifest  |  2 -
 xfce-base/xfce4-panel/xfce4-panel-4.18.2.ebuild | 72 -
 xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild | 86 -
 3 files changed, 160 deletions(-)

diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
index 28b8c212d11d..822f13448577 100644
--- a/xfce-base/xfce4-panel/Manifest
+++ b/xfce-base/xfce4-panel/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-panel-4.18.2.tar.bz2 1448776 BLAKE2B 
5c6f0f3eb85348c6181a94d19331a42ba02e36fd32c747c2dd1d8d762b795e5c8f7a21d4c54765fe498f1d0604ef7229c40f625cb3350dff41c7ec32caa49072
 SHA512 
8f8aa29a3dc1133477bc7075a2bbb7e7811ebd26f94e9771e4b6987e4aaa2733295e3260cf5b9052545181195ddac50e93c421e4518cdd1ccf18c39c4c972712
 DIST xfce4-panel-4.18.3.tar.bz2 1452647 BLAKE2B 
40545b13fa0b8d7178fc9753cb3b1b00b0729956155a1321ba7570f83d53eecc528ddaf47cb5653a25d9df1da45d9f586311426df75471c7a6c15f5b28dc6367
 SHA512 
d85a7540b11c4e9ed9c99b9660d12a14ae665c6c496dd0674dc4aa048d0f043dc3659a42af862ec9409d2181c3b0ae588750373530b4c9f42d4427e08e91de19
-DIST xfce4-panel-4.19.0.tar.bz2 1485117 BLAKE2B 
a70654a1d8633f04310a1a9fb8554254de2f272f6fbbfede3c709a9bdc9b7d6138d5ab26ea83ccc75c9152ee0fb9d2ce7e7b174ace6369eb7d60e14db0828cec
 SHA512 
a1c3c5f535581332c1b5e93bfecabae32cbe610d168f4452bed321466b73e4ca9ca09ca2e7c7f54cb82fe45a6102022bb30f77b57841a9bba03809b703bddf91
 DIST xfce4-panel-4.19.1.tar.bz2 208 BLAKE2B 
9be568832d6bc56fcecaf6eff2a907b64cc2b7f9fa51f18109c18300b9cb9cd7044d64b2b89d28ede409be3d4cd026274c543db7892ea128a1ce52679d62
 SHA512 
f22673e3a8785283a4179bf3a7791f2b14b9d5e87efffdc822ad61b24cca827517a15f0484392255ef04aeac99b5d4722bf347d14981340d4d86d7b47700883d

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.18.2.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.18.2.ebuild
deleted file mode 100644
index 1554ed519788..
--- a/xfce-base/xfce4-panel/xfce4-panel-4.18.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala xdg-utils
-
-DESCRIPTION="Panel for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfce4-panel/start
-   https://gitlab.xfce.org/xfce/xfce4-panel/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="+dbusmenu introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   >=x11-libs/cairo-1.16.0
-   >=x11-libs/gtk+-3.24.0:3[introspection?]
-   x11-libs/libX11
-   x11-libs/libwnck:3
-   >=xfce-base/exo-0.11.2:=
-   >=xfce-base/garcon-4.17.0:=
-   >=xfce-base/libxfce4ui-4.17.1:=
-   >=xfce-base/libxfce4util-4.17.2:=[introspection?,vala?]
-   >=xfce-base/xfconf-4.13:=
-   dbusmenu? ( >=dev-libs/libdbusmenu-16.04.0[gtk3] )
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   vala? ( $(vala_depend) )
-   dev-lang/perl
-   dev-util/gdbus-codegen
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable dbusmenu dbusmenu-gtk3)
-   $(use_enable vala)
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild
deleted file mode 100644
index 63e77476edd0..
--- a/xfce-base/xfce4-panel/xfce4-panel-4.19.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala xdg-utils
-
-DESCRIPTION="Panel for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfce4-panel/start
-   https://gitlab.xfce.org/xfce/xfce4-panel/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~loong ~ppc ~riscv ~x86"

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

2023-04-29 Thread Michał Górny
commit: 7afd1df77b8d9172b650c016344f3bc8312254e7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 18:30:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 18:30:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afd1df7

dev-python/pyqtgraph: Remove old

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

 dev-python/pyqtgraph/Manifest   |  1 -
 dev-python/pyqtgraph/pyqtgraph-0.13.1-r1.ebuild | 73 -
 dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild| 73 -
 3 files changed, 147 deletions(-)

diff --git a/dev-python/pyqtgraph/Manifest b/dev-python/pyqtgraph/Manifest
index 92aa7c3f52d1..187f409e71d7 100644
--- a/dev-python/pyqtgraph/Manifest
+++ b/dev-python/pyqtgraph/Manifest
@@ -1,3 +1,2 @@
-DIST pyqtgraph-0.13.1.gh.tar.gz 1368154 BLAKE2B 
cb19ae6564b0fc0a4ec4fb6232f7949bb5130345380a86f0cffdee14e767d306b27c26ae3f7c011d77f21353b511d99148e1acb38e8d33598dde16362475b5a8
 SHA512 
bcd3d0c9c1d91ad2ea3f85f8e34e68ab999fce636ed336362253f09a7863a62c4b635d71c137c9458532c7d1f76dfc8433d476cd84121cf89488fb0860039b8f
 DIST pyqtgraph-0.13.2.gh.tar.gz 1420684 BLAKE2B 
da702fc16e9dadc55382be75528147bb050ebeeba0aaf8f87a9592125058ffe9b0049cf7897d297e7408ebd78a20c31f9a47ec8058025bf5b1653ed1fb2fdd6d
 SHA512 
64ae6708e1a44bb69fc159d1cd23df47075eeb1d7daa03c4b27a147ea83a25bb5ef03d28892b20b144bfa4ee600622ef0595494565d42fb861c6849ca3f5c7b9
 DIST pyqtgraph-0.13.3.gh.tar.gz 1423224 BLAKE2B 
6c054e243a95387f18c7f18a1d4375fac3a7ae3794902f72e8d75eaeea01e031422abb7bbd84bb94977c6ce14664fed4f66ebd9892f4200c3b3ccdd598ccbfd2
 SHA512 
a397fcf8fc2fcc5a212df9f4cd48dc07bc1ad9eb7a9b1283488eb52c236e054b01df02d04088a9d91679c4ae3ab7796cdf95cdbad06a6a585fbbcdb921f33617

diff --git a/dev-python/pyqtgraph/pyqtgraph-0.13.1-r1.ebuild 
b/dev-python/pyqtgraph/pyqtgraph-0.13.1-r1.ebuild
deleted file mode 100644
index aaf3b74bd273..
--- a/dev-python/pyqtgraph/pyqtgraph-0.13.1-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy"
-HOMEPAGE="
-   https://www.pyqtgraph.org/
-   https://github.com/pyqtgraph/pyqtgraph/
-   https://pypi.org/project/pyqtgraph/
-"
-SRC_URI="
-   https://github.com/pyqtgraph/pyqtgraph/archive/${P}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${PN}-${P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
-IUSE="opengl svg"
-REQUIRED_USE="test? ( opengl svg )"
-
-RDEPEND="
-   >=dev-python/numpy-1.17[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/PyQt5[gui,widgets,opengl=,svg=,${PYTHON_USEDEP}]
-   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   test? (
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/PyQt5[testlib,${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/pytest-xvfb[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-distutils_enable_sphinx doc/source
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   if ! use opengl; then
-   rm -r pyqtgraph/opengl || die
-   fi
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # apparently fragile
-   tests/test_reload.py::test_reload
-
-   # TODO
-   tests/graphicsItems/test_ROI.py::test_PolyLineROI
-
-   # pyside2 is normally skipped if not installed but these two
-   # fail if it is installed
-   # TODO: this could be due to USE flags, revisit when pyside2
-   # gains py3.9
-   'pyqtgraph/examples/test_examples.py::testExamples[ 
DateAxisItem_QtDesigner.py - PySide2 ]'
-   'pyqtgraph/examples/test_examples.py::testExamples[ 
designerExample.py - PySide2 ]'
-   )
-
-   epytest -p xvfb -n "$(makeopts_jobs)"
-}

diff --git a/dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild 
b/dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild
deleted file mode 100644
index f386d5e0260e..
--- a/dev-python/pyqtgraph/pyqtgraph-0.13.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy"
-HOMEPAGE="
-   https://www.pyqtgraph.org/
-   https://github.com/pyqtgraph/pyqtgraph/
-   https://pypi.org/project/pyqtgraph/
-"
-SRC_URI="
-   https://github.com/pyqtgraph/pyqtgraph/archive/${P}.tar.gz
- 

[gentoo-commits] repo/gentoo:master commit in: app-containers/crun/

2023-04-29 Thread Arthur Zamarin
commit: 224d1c446c93897e20848150b825db84aca906bf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 29 18:21:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 29 18:21:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224d1c44

app-containers/crun: Stabilize 1.8.1 amd64, #904603

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

 app-containers/crun/crun-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/crun/crun-1.8.1.ebuild 
b/app-containers/crun/crun-1.8.1.ebuild
index 4f443f5c280e..5a802f0c8276 100644
--- a/app-containers/crun/crun-1.8.1.ebuild
+++ b/app-containers/crun/crun-1.8.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv"
 IUSE="+bpf +caps criu +seccomp selinux systemd static-libs"
 
 DEPEND="



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

2023-04-29 Thread Arthur Zamarin
commit: a30bb43c10e9ce9a54e22151d724726740788eb7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 29 18:16:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 29 18:16:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30bb43c

media-libs/lensfun: Stabilize 0.3.4_rc1 amd64, #904653

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

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 9f0876f768de..f76f21c4e4f2 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



  1   2   3   4   5   >