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

2024-02-05 Thread Sam James
commit: 4f11b5940cc480c0eb58ce3b47aac078febe5339
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:42:42 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:42:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f11b594

dev-libs/libgcrypt: Stabilize 1.10.3-r1 ppc64, #923869

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

 dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
index 0b15e5ed5719..5d8b88fc0846 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
 
 LICENSE="LGPL-2.1+ GPL-2+ MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 
cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 
cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock 
cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
 
 # Build system only has --disable-arm-crypto-support right now



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

2024-02-05 Thread Sam James
commit: 54a8e50fc436e9bc10201c211e09c14d2314
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:34:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:34:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a8e50f

app-admin/syslog-ng: drop 4.2.0, 4.4.0-r1 back to ~arch

Newer versions are buggy and may log broken PIDs in some cases.

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

 app-admin/syslog-ng/syslog-ng-4.2.0.ebuild| 4 ++--
 app-admin/syslog-ng/syslog-ng-4.4.0-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/syslog-ng/syslog-ng-4.2.0.ebuild 
b/app-admin/syslog-ng/syslog-ng-4.2.0.ebuild
index c32345d4dc24..b19189c2836e 100644
--- a/app-admin/syslog-ng/syslog-ng-4.2.0.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"

diff --git a/app-admin/syslog-ng/syslog-ng-4.4.0-r1.ebuild 
b/app-admin/syslog-ng/syslog-ng-4.4.0-r1.ebuild
index 266ce1e6ae61..6f66fd33b1b4 100644
--- a/app-admin/syslog-ng/syslog-ng-4.4.0-r1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-4.4.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 IUSE="amqp caps dbi geoip2 http json kafka mongodb pacct python redis smtp 
snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"



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

2024-02-05 Thread Sam James
commit: 8c7dc635507f8bc00c9601630a0ffe5e2d004919
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:33:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:33:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7dc635

Revert "app-admin/syslog-ng: drop 4.0.1, 4.1.1-r1, 4.1.1-r2"

This reverts commit 808a63239296f90c10ba70820abfb1c55a8e4b25.

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

 app-admin/syslog-ng/Manifest   |  2 +
 ...slog-ng-4.6.0.ebuild => syslog-ng-4.0.1.ebuild} | 50 --
 ...g-ng-4.6.0.ebuild => syslog-ng-4.1.1-r1.ebuild} | 41 +++---
 ...g-ng-4.6.0.ebuild => syslog-ng-4.1.1-r2.ebuild} | 37 ++--
 app-admin/syslog-ng/syslog-ng-4.6.0.ebuild |  2 +-
 5 files changed, 51 insertions(+), 81 deletions(-)

diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest
index ec85b1c17dc2..6fa45b03cdb1 100644
--- a/app-admin/syslog-ng/Manifest
+++ b/app-admin/syslog-ng/Manifest
@@ -1,3 +1,5 @@
+DIST syslog-ng-4.0.1.tar.gz 5452824 BLAKE2B 
a5c0328f3c88a38dbc07bb7af2a74c0037a6679525a29fca58620a8ef6b05ec13f3942d26767aded0049376ed30ce6a525686501914648a509997c5de2b48eb4
 SHA512 
5f83ee3cc4935218feb19f3f5065a68099e3ee291d806ad8810499ded9f9ef3b326b4b22841cd736354ed6a2ebc1ce8ae73f6abe981aa6f64c42da9ee3b1e22f
+DIST syslog-ng-4.1.1.tar.gz 5556174 BLAKE2B 
3e1a9c394b8a88cc7b39a026950760cbc7796d67b62bb3c0f2970fd80c296e9bd75d1057fe81a0d22ac8488789d13607f19abc6aa38b3a38a30ff450ee66e3a0
 SHA512 
89abb7a53570b6f7c0dc76905c97d207447117f1db1aa0c0da97c17366ea833b6404f9c7fc318436fd01be2bab032eccca9712063a7c683780026e7e52493dc8
 DIST syslog-ng-4.2.0.tar.gz 5763000 BLAKE2B 
7dfa6a1aff896072cc742c6dba5dc1680955e06ce4400fde5b0ddecedd984c039a687f35286685d66e7a5580c7da94f00a14b10f6eb8c162233683bf170e37fb
 SHA512 
85442b57b7934e8afbb4e7d8285ed1fd16aaad2a8d853e3765db4f885d88bee4910a3b5d271f1cbd100c2d3a3f81f1a4fe845bc948fe68c22d32bc9b730af04b
 DIST syslog-ng-4.3.1.tar.gz 6091641 BLAKE2B 
7cd6b9831d7ad917ee3c7048d3944e9c9f8a100a51a08e4a9e93b117b7ed3725f91097c2e6e9a377c33ab28d92cdb1b3e6ac301d3cf75d84552dcd93e0fe7aa8
 SHA512 
571f6080765983326ee912f2a7e87cdc8527296ef555a0b16589c04ed332c0db58e24c70251dc39b1c79151ca7d463e6409835df99aa45c19734d7003a69ce61
 DIST syslog-ng-4.4.0.tar.gz 6208437 BLAKE2B 
4d719c980f40437661014aa607b01952039694cc1a7e3173efdf1ae682af0e5956098f23009a941c12e26fef515fba0664b170810e654f82f4ae2ac2afc8
 SHA512 
1cf18c43321e523d0f49b25a4839fd10ec301b207da1b2c407df5167dba557ac0a7781b07f1c1e5d18241376966b8099d9e41dffa55030f6a8052388139c4107

diff --git a/app-admin/syslog-ng/syslog-ng-4.6.0.ebuild 
b/app-admin/syslog-ng/syslog-ng-4.0.1.ebuild
similarity index 80%
copy from app-admin/syslog-ng/syslog-ng-4.6.0.ebuild
copy to app-admin/syslog-ng/syslog-ng-4.0.1.ebuild
index 29c8bf7440b7..4ba1fa54003f 100644
--- a/app-admin/syslog-ng/syslog-ng-4.6.0.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-4.0.1.ebuild
@@ -3,17 +3,18 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit autotools python-single-r1 systemd
 
+MY_PV_MM=$(ver_cut 1-2)
 DESCRIPTION="syslog replacement with advanced filtering features"
 HOMEPAGE="https://www.syslog-ng.com/products/open-source-log-management/;
-SRC_URI="https://github.com/syslog-ng/syslog-ng/releases/download/${P}/${P}.tar.gz;
+SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="amqp caps dbi geoip2 grpc http json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+IUSE="amqp caps dbi geoip2 http ipv6 json kafka mongodb pacct python redis 
smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
test? ( python )"
 RESTRICT="!test? ( test )"
@@ -21,40 +22,30 @@ RESTRICT="!test? ( test )"
 RDEPEND="
>=dev-libs/glib-2.10.1:2
>=dev-libs/ivykis-0.42.4
-   >=dev-libs/libpcre2-10.0
-   dev-libs/openssl:0=
+   >=dev-libs/libpcre-6.1:=
!dev-libs/eventlog
amqp? ( >=net-libs/rabbitmq-c-0.8.0:=[ssl] )
caps? ( sys-libs/libcap )
dbi? ( >=dev-db/libdbi-0.9.0 )
geoip2? ( dev-libs/libmaxminddb:= )
-   grpc? (
-   dev-libs/protobuf:=
-   net-libs/grpc:=
-   )
http? ( net-misc/curl )
json? ( >=dev-libs/json-c-0.9:= )
kafka? ( >=dev-libs/librdkafka-1.0.0:= )
mongodb? ( >=dev-libs/mongo-c-driver-1.2.0 )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ')
-   )
+   python? ( ${PYTHON_DEPS} )
redis? ( 

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

2024-02-05 Thread Sam James
commit: 77617b3550dbe19246fe953ce1a90d6f706343af
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77617b35

dev-util/ccache: Stabilize 4.9.1 arm64, #923867

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

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

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
index 465345b11a3d..f02a32c05b6a 100644
--- a/dev-util/ccache/ccache-4.9.1.ebuild
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -33,7 +33,7 @@ fi
 LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
 LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
 RESTRICT="!test? ( test )"



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

2024-02-05 Thread Sam James
commit: da5ba8c40129258c82143b6de36ec5f27e6ac1b9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5ba8c4

dev-util/ccache: Stabilize 4.9.1 arm, #923867

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

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

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
index 180a2c5da3dd..108c29bbdd7a 100644
--- a/dev-util/ccache/ccache-4.9.1.ebuild
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -33,7 +33,7 @@ fi
 LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
 LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
 RESTRICT="!test? ( test )"



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

2024-02-05 Thread Sam James
commit: 2f9d7a871446aac279a9c294b4f48c16475d106b
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9d7a87

dev-libs/libgcrypt: Stabilize 1.10.3-r1 ppc, #923869

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

 dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
index e8b8f4929bd6..a51589e1813f 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
 
 LICENSE="LGPL-2.1+ GPL-2+ MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 
cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 
cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock 
cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
 
 # Build system only has --disable-arm-crypto-support right now



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

2024-02-05 Thread Sam James
commit: a087d1992e531b62e86ddc9427df78d5f4be00a4
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a087d199

dev-libs/libgcrypt: Stabilize 1.10.3-r1 sparc, #923869

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

 dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
index a51589e1813f..1e8fbf0de0ee 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
 
 LICENSE="LGPL-2.1+ GPL-2+ MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 
cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 
cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock 
cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
 
 # Build system only has --disable-arm-crypto-support right now



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

2024-02-05 Thread Sam James
commit: 4a286641a0b4468592168e618c6ad999a605b9fa
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a286641

dev-libs/libgcrypt: Stabilize 1.10.3-r1 arm64, #923869

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

 dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
index a5ff00dd0f3a..0b15e5ed5719 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
 
 LICENSE="LGPL-2.1+ GPL-2+ MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 
cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 
cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock 
cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
 
 # Build system only has --disable-arm-crypto-support right now



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

2024-02-05 Thread Sam James
commit: 78de100a6e4c7775b397a04395a86e62f10e14ab
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:52 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78de100a

sys-libs/zlib: Stabilize 1.3-r3 sparc, #923864

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

 sys-libs/zlib/zlib-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.3-r3.ebuild b/sys-libs/zlib/zlib-1.3-r3.ebuild
index d0e94f9597ae..68ed0791755a 100644
--- a/sys-libs/zlib/zlib-1.3-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.3-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2024-02-05 Thread Sam James
commit: 0be2f55781445453e6b12294deaab48e8c1b953d
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be2f557

dev-libs/libgcrypt: Stabilize 1.10.3-r1 arm, #923869

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

 dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
index 1e8fbf0de0ee..a5ff00dd0f3a 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
 
 LICENSE="LGPL-2.1+ GPL-2+ MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 
cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 
cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock 
cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
 
 # Build system only has --disable-arm-crypto-support right now



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

2024-02-05 Thread Sam James
commit: 5d66d0af63ae6ecff339413582c11d20f653b3ff
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d66d0af

net-libs/libtirpc: Stabilize 1.3.4-r1 arm, #923868

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

 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
index 786fe189051c..9d374bd66133 100644
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 9e1e221194ed2ff87a611f677e12c44f55faf5f6
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1e2211

net-libs/libtirpc: Stabilize 1.3.4-r1 ppc64, #923868

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

 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
index 9d374bd66133..b3df2631d4bd 100644
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 32e37d520338c8dde62f7d87125eeb28f52eafe6
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e37d52

dev-util/ccache: Stabilize 4.9.1 ppc64, #923867

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

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

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
index 5dd00665db0b..249e02e7f41a 100644
--- a/dev-util/ccache/ccache-4.9.1.ebuild
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -33,7 +33,7 @@ fi
 LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
 LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
 RESTRICT="!test? ( test )"



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

2024-02-05 Thread Sam James
commit: 305cd0800742173147e7e309def17e70fd56d2b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305cd080

dev-util/ccache: Stabilize 4.9.1 sparc, #923867

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

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

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
index 249e02e7f41a..180a2c5da3dd 100644
--- a/dev-util/ccache/ccache-4.9.1.ebuild
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -33,7 +33,7 @@ fi
 LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
 LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
 RESTRICT="!test? ( test )"



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

2024-02-05 Thread Sam James
commit: 1e6c4d1a97ca6f65cb81abe12f3bb21ecc99bc65
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6c4d1a

sys-process/lsof: Stabilize 4.99.3 arm, #923866

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

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

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
index 53a8031e60e0..92a1ff7aba73 100644
--- a/sys-process/lsof/lsof-4.99.3.ebuild
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



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

2024-02-05 Thread Sam James
commit: c36bdcf4d5a93e9b3a3de4bdde487762fc7cfe6d
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36bdcf4

dev-libs/popt: Stabilize 1.19-r1 ppc64, #923865

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

 dev-libs/popt/popt-1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/popt/popt-1.19-r1.ebuild 
b/dev-libs/popt/popt-1.19-r1.ebuild
index a7d99b2d0992..a65542684f9e 100644
--- a/dev-libs/popt/popt-1.19-r1.ebuild
+++ b/dev-libs/popt/popt-1.19-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: f7b9fbace9d6a0f9ed984fec080eb49889367c61
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b9fbac

dev-util/ccache: Stabilize 4.9.1 ppc, #923867

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

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

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
index f02a32c05b6a..5dd00665db0b 100644
--- a/dev-util/ccache/ccache-4.9.1.ebuild
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -33,7 +33,7 @@ fi
 LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
 LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
 RESTRICT="!test? ( test )"



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

2024-02-05 Thread Sam James
commit: cbff95a5224139553d8beb24b3909ea7bef7bc86
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbff95a5

sys-process/lsof: Stabilize 4.99.3 ppc, #923866

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

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

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
index 3221ae3121ee..53a8031e60e0 100644
--- a/sys-process/lsof/lsof-4.99.3.ebuild
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



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

2024-02-05 Thread Sam James
commit: 370e6b0f82900dc905a80a5319c01172f356eae1
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:25:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:25:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370e6b0f

sys-process/lsof: Stabilize 4.99.3 ppc64, #923866

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

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

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
index 92a1ff7aba73..5dab048f2730 100644
--- a/sys-process/lsof/lsof-4.99.3.ebuild
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



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

2024-02-05 Thread Sam James
commit: 0444c25a574ed1b0a7a7375c2dd49a80542bd1a3
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:54 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0444c25a

sys-libs/zlib: Stabilize 1.3-r3 arm64, #923864

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

 sys-libs/zlib/zlib-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.3-r3.ebuild b/sys-libs/zlib/zlib-1.3-r3.ebuild
index d9fb0cc4352c..1c7cc6d899c1 100644
--- a/sys-libs/zlib/zlib-1.3-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.3-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2024-02-05 Thread Sam James
commit: 762f5a9a7d6bca1bab6cb00575327c23a2247407
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762f5a9a

dev-libs/popt: Stabilize 1.19-r1 ppc, #923865

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

 dev-libs/popt/popt-1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/popt/popt-1.19-r1.ebuild 
b/dev-libs/popt/popt-1.19-r1.ebuild
index aa5374c21eae..bc34a0f7615c 100644
--- a/dev-libs/popt/popt-1.19-r1.ebuild
+++ b/dev-libs/popt/popt-1.19-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 8ed1372502a8218cdef74d792d3179d29ff84d9c
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed13725

dev-libs/popt: Stabilize 1.19-r1 arm, #923865

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

 dev-libs/popt/popt-1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/popt/popt-1.19-r1.ebuild 
b/dev-libs/popt/popt-1.19-r1.ebuild
index 02f9e0a99dfe..a7d99b2d0992 100644
--- a/dev-libs/popt/popt-1.19-r1.ebuild
+++ b/dev-libs/popt/popt-1.19-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 46f6615dc6e5253ab14040f65e75064e458192eb
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f6615d

sys-libs/zlib: Stabilize 1.3-r3 arm, #923864

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

 sys-libs/zlib/zlib-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.3-r3.ebuild b/sys-libs/zlib/zlib-1.3-r3.ebuild
index 68ed0791755a..d9fb0cc4352c 100644
--- a/sys-libs/zlib/zlib-1.3-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.3-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2024-02-05 Thread Sam James
commit: 3c9be46b37601727deb7953576add71d225261da
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9be46b

dev-libs/popt: Stabilize 1.19-r1 arm64, #923865

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

 dev-libs/popt/popt-1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/popt/popt-1.19-r1.ebuild 
b/dev-libs/popt/popt-1.19-r1.ebuild
index bc34a0f7615c..02f9e0a99dfe 100644
--- a/dev-libs/popt/popt-1.19-r1.ebuild
+++ b/dev-libs/popt/popt-1.19-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 17a8eb0f274581b65c96b8bbf5cec0b13180384e
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a8eb0f

sys-apps/iproute2: Stabilize 6.6.0-r3 sparc, #923860

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

 sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
index 52ae20064580..05f13e61df05 100644
--- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-02-05 Thread Sam James
commit: 994098e1e6b723597a90fab57c3630dd7df2f1d4
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994098e1

dev-util/gperf: Stabilize 3.1-r2 arm, #923863

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index 2de5c4df3f3b..d1787453cd17 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-strncmp-decl-mismatch.patch



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

2024-02-05 Thread Sam James
commit: ab14e40a047795a810f2fd8ad436ace4c9017281
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab14e40a

sys-libs/zlib: Stabilize 1.3-r3 ppc, #923864

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

 sys-libs/zlib/zlib-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.3-r3.ebuild b/sys-libs/zlib/zlib-1.3-r3.ebuild
index 6c7893cdc77a..d0e94f9597ae 100644
--- a/sys-libs/zlib/zlib-1.3-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.3-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2024-02-05 Thread Sam James
commit: d8fa250532e9cc64ca99175be973015bee968725
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fa2505

sys-apps/iproute2: Stabilize 6.6.0-r3 arm, #923860

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

 sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
index 05f13e61df05..146963fc9afa 100644
--- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-02-05 Thread Sam James
commit: 3a0c8ddcf302a15b90aff9b7031e0445f0a99435
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 07:24:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 07:24:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0c8ddc

dev-util/gperf: Stabilize 3.1-r2 ppc64, #923863

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index d1787453cd17..b2df43d8c9ae 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-strncmp-decl-mismatch.patch



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

2024-02-05 Thread Hans de Graaff
commit: 8ef9fac6e920664377abd1e56fab2bb1e22efc38
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 07:21:02 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  6 07:21:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef9fac6

dev-ruby/zeitwerk: add 2.6.13

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

 dev-ruby/zeitwerk/Manifest   |  1 +
 dev-ruby/zeitwerk/zeitwerk-2.6.13.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index a8035ed770a9..f5badd9888fe 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -1,4 +1,5 @@
 DIST zeitwerk-2.6.11.tar.gz 127029 BLAKE2B 
7d810c1b6087522757e60ed0d70fe73dc8633474769992a9b9864a4437a44b482e804f8a7d10c1bc54395054539e80e98be926f31025a7abde5016df87636622
 SHA512 
6fb2fcf158497f7c11b8edc815a4ac4318d9794c9c76af9a6bed969cee3192f552624c9dfcde8147aafbdf6a754e6715523721d91eb219174f9b768ef4688431
 DIST zeitwerk-2.6.12.tar.gz 127162 BLAKE2B 
863e9ff44c14843378e49b34c1ce7694d8d5026f823df5abf69c810f01e3affe9a96de5b615b2d04ab5d71f61e24d42df5b72ef4a415f238428efb4914ac695d
 SHA512 
9d153ed6833a799b0cc2fcbeacab9daca4ef94c2b3871ec5a5cc79cb413f845d53901a875d7b4f2d2b13bd18e2aa9f0858642b76ef3550a1b58f90a9f5d54e9e
+DIST zeitwerk-2.6.13.tar.gz 127927 BLAKE2B 
434da46147eb90d171a93a415dc3cca9c326136efd29a9fa46794dfc5bfcb5fc424fa5f64215281c36473d857c81895758129a0f779f13f6dc536839e240d455
 SHA512 
4ce3406cc77123439f3499d3f60030d043e9fca6ab1921ec95a5be58a0d4f2af22de06c1e0f48ad9a463f194f2f851eb0d815a1d7f35d9f6a6c0cb2ab3bd403d
 DIST zeitwerk-2.6.7.tar.gz 122658 BLAKE2B 
7435f8fb117be8186d56262c0aa8832132105d065cfdd470ed293e9530aa282edd824593f28199b908476a47f90507158beb216b803d39fdaa956d32ffa072ea
 SHA512 
666f527771bc10d34b05a8f27996a9a7adf89466c54fd30a174a1e2e6df2500a2a658e08505964644d25ebd11ed13bf3f741724bfc9fd2a189c3e7b3ce24ffc0
 DIST zeitwerk-2.6.8.tar.gz 124209 BLAKE2B 
7274b0e9cd55d48fa619d1e9da44074268186c119584fdc3ba18656db33884ec2e24a76ace863d18b0ec51601cde5a3cb9ed35889dcfd3f619960ddfcb1465c6
 SHA512 
b0609f7d38572d95bdf1a065a9051a7c39b15a7910e354981c991862692e2535477b4abd0a3c623a5d37e53622d95566ecf0d0243ca96fef59f0135693731a71

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.6.13.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.6.13.ebuild
new file mode 100644
index ..eb0be93eb354
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.6.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk;
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/warning )"
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   # Dropping proveit should be fine based on 
https://github.com/fxn/zeitwerk/pull/253
+   # It's more of a quality check for the tests themselves rather than a 
test
+   sed -i -e '/\(focus\|reporters\|Reporters\|prove_\?it\)/ s:^:#:' 
Gemfile test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2024-02-05 Thread Hans de Graaff
commit: 8dad9f795ebb0e37b3f8bf329a3132780f076ed6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb  6 07:22:09 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb  6 07:22:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dad9f79

dev-ruby/zeitwerk: drop 2.6.7, 2.6.11

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

 dev-ruby/zeitwerk/Manifest   |  1 -
 dev-ruby/zeitwerk/zeitwerk-2.6.11.ebuild | 37 
 dev-ruby/zeitwerk/zeitwerk-2.6.7.ebuild  | 37 
 3 files changed, 75 deletions(-)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index f5badd9888fe..6abe4f9d7e76 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -1,5 +1,4 @@
 DIST zeitwerk-2.6.11.tar.gz 127029 BLAKE2B 
7d810c1b6087522757e60ed0d70fe73dc8633474769992a9b9864a4437a44b482e804f8a7d10c1bc54395054539e80e98be926f31025a7abde5016df87636622
 SHA512 
6fb2fcf158497f7c11b8edc815a4ac4318d9794c9c76af9a6bed969cee3192f552624c9dfcde8147aafbdf6a754e6715523721d91eb219174f9b768ef4688431
 DIST zeitwerk-2.6.12.tar.gz 127162 BLAKE2B 
863e9ff44c14843378e49b34c1ce7694d8d5026f823df5abf69c810f01e3affe9a96de5b615b2d04ab5d71f61e24d42df5b72ef4a415f238428efb4914ac695d
 SHA512 
9d153ed6833a799b0cc2fcbeacab9daca4ef94c2b3871ec5a5cc79cb413f845d53901a875d7b4f2d2b13bd18e2aa9f0858642b76ef3550a1b58f90a9f5d54e9e
 DIST zeitwerk-2.6.13.tar.gz 127927 BLAKE2B 
434da46147eb90d171a93a415dc3cca9c326136efd29a9fa46794dfc5bfcb5fc424fa5f64215281c36473d857c81895758129a0f779f13f6dc536839e240d455
 SHA512 
4ce3406cc77123439f3499d3f60030d043e9fca6ab1921ec95a5be58a0d4f2af22de06c1e0f48ad9a463f194f2f851eb0d815a1d7f35d9f6a6c0cb2ab3bd403d
-DIST zeitwerk-2.6.7.tar.gz 122658 BLAKE2B 
7435f8fb117be8186d56262c0aa8832132105d065cfdd470ed293e9530aa282edd824593f28199b908476a47f90507158beb216b803d39fdaa956d32ffa072ea
 SHA512 
666f527771bc10d34b05a8f27996a9a7adf89466c54fd30a174a1e2e6df2500a2a658e08505964644d25ebd11ed13bf3f741724bfc9fd2a189c3e7b3ce24ffc0
 DIST zeitwerk-2.6.8.tar.gz 124209 BLAKE2B 
7274b0e9cd55d48fa619d1e9da44074268186c119584fdc3ba18656db33884ec2e24a76ace863d18b0ec51601cde5a3cb9ed35889dcfd3f619960ddfcb1465c6
 SHA512 
b0609f7d38572d95bdf1a065a9051a7c39b15a7910e354981c991862692e2535477b4abd0a3c623a5d37e53622d95566ecf0d0243ca96fef59f0135693731a71

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.6.11.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.6.11.ebuild
deleted file mode 100644
index bb0f7f8316f4..
--- a/dev-ruby/zeitwerk/zeitwerk-2.6.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk;
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-   rm -f Gemfile.lock || die
-   # Dropping proveit should be fine based on 
https://github.com/fxn/zeitwerk/pull/253
-   # It's more of a quality check for the tests themselves rather than a 
test
-   sed -i -e '/\(focus\|reporters\|Reporters\|prove_\?it\)/ s:^:#:' 
Gemfile test/test_helper.rb || die
-
-   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rake test || die
-}

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.6.7.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.6.7.ebuild
deleted file mode 100644
index 89cdf8139b50..
--- a/dev-ruby/zeitwerk/zeitwerk-2.6.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Efficient and thread-safe code loader for Ruby"
-HOMEPAGE="https://github.com/fxn/zeitwerk;
-SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-   rm -f Gemfile.lock || die
-   # Dropping proveit should be fine based on 
https://github.com/fxn/zeitwerk/pull/253
-   # It's more of a quality check for the tests themselves rather than a 
test
-   sed -i -e '/\(focus\|reporters\|Reporters\|prove_\?it\)/ s:^:#:' 
Gemfile test/test_helper.rb || die
-
-   sed 

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

2024-02-05 Thread Sam James
commit: 0950a66351d6e84d8e95a4112da37a374b8fbfcb
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:54:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:54:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0950a663

net-libs/libtirpc: Stabilize 1.3.4-r1 sparc, #923868

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

 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
index db77b413027b..7e740fecd364 100644
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 6b57bac3edadfcc0d5ee88e7fa9aa0cf88477912
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b57bac3

sys-libs/zlib: Stabilize 1.3-r3 ppc64, #923864

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

 sys-libs/zlib/zlib-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.3-r3.ebuild b/sys-libs/zlib/zlib-1.3-r3.ebuild
index f8a80d7fefd3..6c7893cdc77a 100644
--- a/sys-libs/zlib/zlib-1.3-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.3-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2024-02-05 Thread Sam James
commit: ab35068d12d0b176eeace77569c29443094e
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:54:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:54:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab35068d

net-libs/libtirpc: Stabilize 1.3.4-r1 ppc, #923868

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

 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
index 7e740fecd364..d8b7d68f665a 100644
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: a55cf50adf6186db93ce59dc0c681c63b8f53452
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:54:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:54:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55cf50a

net-libs/libtirpc: Stabilize 1.3.4-r1 arm64, #923868

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

 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
index d8b7d68f665a..786fe189051c 100644
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 747aff8e73f0b4ceb22a1145e6087dddfa5b1f36
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747aff8e

dev-util/gperf: Stabilize 3.1-r2 arm64, #923863

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index efb61c2fbbb4..2de5c4df3f3b 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-strncmp-decl-mismatch.patch



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

2024-02-05 Thread Sam James
commit: 5369892dcec44d7320e2ac42ac19963a5d79c464
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:54:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:54:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5369892d

sys-process/lsof: Stabilize 4.99.3 arm64, #923866

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

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

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
index 4835f9084fe9..3221ae3121ee 100644
--- a/sys-process/lsof/lsof-4.99.3.ebuild
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



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

2024-02-05 Thread Sam James
commit: 888ffc87b0eb475742a26dff1367946b2f057c2f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888ffc87

sys-process/lsof: Stabilize 4.99.3 sparc, #923866

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

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

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
index a165969730cd..4835f9084fe9 100644
--- a/sys-process/lsof/lsof-4.99.3.ebuild
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



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

2024-02-05 Thread Sam James
commit: e8604f85c301cb5f3e1bc7654c0da0d95f41cb09
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8604f85

dev-libs/popt: Stabilize 1.19-r1 sparc, #923865

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

 dev-libs/popt/popt-1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/popt/popt-1.19-r1.ebuild 
b/dev-libs/popt/popt-1.19-r1.ebuild
index 2fc43718dbcf..aa5374c21eae 100644
--- a/dev-libs/popt/popt-1.19-r1.ebuild
+++ b/dev-libs/popt/popt-1.19-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: c90070942de4c00a911fc6761cf085ff64b30cc1
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9007094

dev-util/gperf: Stabilize 3.1-r2 ppc, #923863

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index 733cff6b0768..efb61c2fbbb4 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-strncmp-decl-mismatch.patch



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

2024-02-05 Thread Sam James
commit: c7e0a57eb1d2c7a1c0a3b796a996eedba5d2f06f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e0a57e

sys-apps/iproute2: Stabilize 6.6.0-r3 arm64, #923860

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

 sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
index dc562f27f51c..52ae20064580 100644
--- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-02-05 Thread Sam James
commit: c34888a58db47a785cf6d129f03f979f85be8b33
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:54 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34888a5

dev-util/gperf: Stabilize 3.1-r2 sparc, #923863

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index 76fa9130661b..733cff6b0768 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-strncmp-decl-mismatch.patch



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

2024-02-05 Thread Sam James
commit: dd6d354017b7ae633231d0a976a301745c8f3cd8
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:53:54 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:53:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d3540

sys-power/nut: Stabilize 2.8.0-r3 arm, #923861

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

 sys-power/nut/nut-2.8.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/nut/nut-2.8.0-r3.ebuild 
b/sys-power/nut/nut-2.8.0-r3.ebuild
index e715c0a515da..fbde9a676af0 100644
--- a/sys-power/nut/nut-2.8.0-r3.ebuild
+++ b/sys-power/nut/nut-2.8.0-r3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
 fi
 
 S="${WORKDIR}/${MY_P}"



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

2024-02-05 Thread Sam James
commit: d1a5fd5326d4f532e5f082713939d7194b494a0b
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:47:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:47:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a5fd53

sys-apps/iproute2: Stabilize 6.6.0-r3 ppc64, #923860

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

 sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
index 7bc648f5a920..6ae595dfae96 100644
--- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-02-05 Thread Sam James
commit: e6fa99331d8342d1cb9a1b7ce66f5feb2991c6a9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:47:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:47:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fa9933

dev-util/ccache: Stabilize 4.9.1 x86, #923867

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

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

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
index 68cf3874b664..1cbfa2a4e056 100644
--- a/dev-util/ccache/ccache-4.9.1.ebuild
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -33,7 +33,7 @@ fi
 LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
 LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
 RESTRICT="!test? ( test )"



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

2024-02-05 Thread Sam James
commit: 605222663115c96818077d352b1f8ceef0e96637
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:47:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:47:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60522266

net-libs/libtirpc: Stabilize 1.3.4-r1 amd64, #923868

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

 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
index 63266d9741fa..db77b413027b 100644
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 3c248afac2edb97e7d086a3703a351029ba964ef
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:47:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:47:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c248afa

dev-util/ccache: Stabilize 4.9.1 amd64, #923867

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

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

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
index 1cbfa2a4e056..465345b11a3d 100644
--- a/dev-util/ccache/ccache-4.9.1.ebuild
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -33,7 +33,7 @@ fi
 LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
 LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
 RESTRICT="!test? ( test )"



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

2024-02-05 Thread Sam James
commit: c6fbcbcb1d594f0c74f0781bd5473167dfd4a976
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:47:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:47:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fbcbcb

sys-power/nut: Stabilize 2.8.0-r3 ppc64, #923861

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

 sys-power/nut/nut-2.8.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/nut/nut-2.8.0-r3.ebuild 
b/sys-power/nut/nut-2.8.0-r3.ebuild
index 651720bb40ac..e715c0a515da 100644
--- a/sys-power/nut/nut-2.8.0-r3.ebuild
+++ b/sys-power/nut/nut-2.8.0-r3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
 fi
 
 S="${WORKDIR}/${MY_P}"



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

2024-02-05 Thread Sam James
commit: 9b0bcf2fbb7eafa779e458baa0fa2127afa4bbab
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:44:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:44:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0bcf2f

dev-perl/MooX-TypeTiny: add Test::Fatal testdep

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

 dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild 
b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
index cadf9d72d7bf..b0d14911fa59 100644
--- a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
+++ b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,9 @@ RDEPEND="
dev-perl/Moo
dev-perl/Type-Tiny
 "
-BDEPEND="${RDEPEND}
+BDEPEND="
+   ${RDEPEND}
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
+   test? ( >=dev-perl/Test-Fatal-0.3.0 )
 "



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

2024-02-05 Thread Sam James
commit: bc1ba25067c0b8e8dbf1db40f0e96ad3bc9914c3
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:46:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:46:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1ba250

dev-perl/MooX-late: add dev-perl/Module-Runtime dep

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

 .../{MooX-late-0.100.0.ebuild => MooX-late-0.100.0-r1.ebuild}  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/MooX-late/MooX-late-0.100.0.ebuild 
b/dev-perl/MooX-late/MooX-late-0.100.0-r1.ebuild
similarity index 89%
rename from dev-perl/MooX-late/MooX-late-0.100.0.ebuild
rename to dev-perl/MooX-late/MooX-late-0.100.0-r1.ebuild
index bd5637712be8..94bab7524ce1 100644
--- a/dev-perl/MooX-late/MooX-late-0.100.0.ebuild
+++ b/dev-perl/MooX-late/MooX-late-0.100.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~hppa ppc ~riscv x86"
 
 RDEPEND="
+   dev-perl/Module-Runtime
>=dev-perl/Moo-2.0.0
>=dev-perl/Sub-HandlesVia-0.13.0
>=dev-perl/Type-Tiny-1.0.1



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

2024-02-05 Thread Sam James
commit: 084bb3e12d760d2ba0b576f4ec382281b3bca0b4
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:47:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:47:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084bb3e1

sys-apps/iproute2: Stabilize 6.6.0-r3 ppc, #923860

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

 sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
index 6ae595dfae96..dc562f27f51c 100644
--- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-SSL/

2024-02-05 Thread Sam James
commit: 15965b6f54f7f32e3355246f53f528e756111708
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:38:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:38:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15965b6f

dev-perl/IO-Socket-SSL: add 2.85.0

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

 dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild | 33 ++
 dev-perl/IO-Socket-SSL/Manifest|  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild 
b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild
new file mode 100644
index ..9b6890f2eb4d
--- /dev/null
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SULLR
+DIST_VERSION=2.085
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="idn"
+
+RDEPEND="
+   dev-perl/Mozilla-CA
+   >=dev-perl/Net-SSLeay-1.460.0
+   virtual/perl-Scalar-List-Utils
+   idn? (
+   || (
+   >=dev-perl/URI-1.50
+   dev-perl/Net-LibIDN
+   dev-perl/Net-IDN-Encode
+   )
+   )"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+mydoc=("docs/debugging.txt")

diff --git a/dev-perl/IO-Socket-SSL/Manifest b/dev-perl/IO-Socket-SSL/Manifest
index e25c69c12603..6d4ad42c9f1f 100644
--- a/dev-perl/IO-Socket-SSL/Manifest
+++ b/dev-perl/IO-Socket-SSL/Manifest
@@ -1 +1,2 @@
 DIST IO-Socket-SSL-2.083.tar.gz 259940 BLAKE2B 
be1b435b44d3209da1e3c02530556c9923e92a80cb7ef14b27550362f7cbc4bada2b5facf3177f26856dd458d894805ee84d06ffa50749b0bfa6e07818963f7b
 SHA512 
a3fb70148eabc7b972c9b7a132b2a3f3ef23877606670c19ebffe40c82fc462431337ab498bca98b823b89ade8e2288d37fdb677ae154461de8f9f24e7568e4a
+DIST IO-Socket-SSL-2.085.tar.gz 265644 BLAKE2B 
e8bad1a67239a2d24c28bc28e440d4c3c4e09ae5287d5eb283005ea2a295f6019d623bad94220478f430cc5fb10c53e5493789e244c4325d12f04248bc5be34d
 SHA512 
c4e045e88f69579d53a3663ed8f74d342fe3529e24e06d9e7d299debafdb840839c6f5bccb579b4d03f7501615439dba4661ac006312f379a2598a3030634cfd



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

2024-02-05 Thread Sam James
commit: bc269fcb1fcceb35c77f02b049754afdf136c593
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:43:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:43:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc269fcb

dev-perl/Net-SSLeay: add 1.940.0

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

 dev-perl/Net-SSLeay/Manifest  |  1 +
 dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-perl/Net-SSLeay/Manifest b/dev-perl/Net-SSLeay/Manifest
index 5859dc246c82..99ece8486f75 100644
--- a/dev-perl/Net-SSLeay/Manifest
+++ b/dev-perl/Net-SSLeay/Manifest
@@ -1,2 +1,3 @@
 DIST Net-SSLeay-1.90.tar.gz 534246 BLAKE2B 
2510fa886db8b7c5f185aa1145ae1b50b7c4101a9bd80e17c8c1d77718765f288c9180464d831775c35aa94b5a6f6c8f717ecaeb4974f7280829b63f10567f22
 SHA512 
8a5f251b5ef1d8c2d619d984594a7a22ddeed2e5e726fe683a45f299d7878f4ca8ffab00480ebf5ef7a94ae1fcf6be05dfdaa68b8bfe2ad68443150765adb891
 DIST Net-SSLeay-1.92.tar.gz 555930 BLAKE2B 
04d97860817b013a9680e0ef29b0004ddb98da2db859761a45612c4d25b6edd16bf92645293d1108d83352bce18665721c6df05455426b32a95a42b464119a3d
 SHA512 
e9d9161ebeb7be90f4c7a0ea98f1034892ce6d33aa72872683177b19daa1f4c5819f85ea9a052a076ec8d7c21705f6c344aef64680bc881bf3218d38e8b7b173
+DIST Net-SSLeay-1.94.tar.gz 663948 BLAKE2B 
97cef98bf3794ec992817e5ad91f8403ded95e29184512d9f23b5cbbd765912d2e7f8e835366b40aae9682dd13947cd79e2d9dcca2d10cd78e3c7869b1e197db
 SHA512 
f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375

diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild 
b/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild
new file mode 100644
index ..e1feee8d49ce
--- /dev/null
+++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHRISN
+DIST_VERSION=1.94
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Perl extension for using OpenSSL"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+IUSE="minimal examples"
+
+RDEPEND="
+   dev-libs/openssl:=
+   virtual/perl-MIME-Base64
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-File-Spec
+   test? (
+   !minimal? (
+   dev-perl/Test-Exception
+   dev-perl/Test-Warn
+   dev-perl/Test-NoWarnings
+   )
+   virtual/perl-Test-Simple
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.88-fix-network-tests.patch"
+)
+
+PERL_RM_FILES=(
+   # Author tests
+   't/local/01_pod.t'
+   't/local/02_pod_coverage.t'
+   't/local/kwalitee.t'
+)
+
+src_configure() {
+   if use test && has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do 
parallel}}; then
+   export NETWORK_TESTS=yes
+   else
+   use test && einfo "Network tests will be skipped without 
DIST_TEST_OVERRIDE=~network"
+   export NETWORK_TESTS=no
+   fi
+   export LIBDIR=$(get_libdir)
+   export OPENSSL_PREFIX="${ESYSROOT}/usr"
+   perl-module_src_configure
+}
+
+src_compile() {
+   mymake=(
+   OPTIMIZE="${CFLAGS}"
+   OPENSSL_PREFIX="${ESYSROOT}"/usr
+   )
+   perl-module_src_compile
+}



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

2024-02-05 Thread Sam James
commit: 0c24f80c20dc65207e9439343f848dbf1bcfd8a7
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:30:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:30:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c24f80c

dev-db/sqlite: skip another test for x86

Our upstream reports for these haven't gone far and Fedora are skipping this
one too. Skip and quote Fedora's rationale in addition to the existing upstream
references.

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

 dev-db/sqlite/sqlite-3.45.1-r1.ebuild | 7 ++-
 dev-db/sqlite/sqlite-.ebuild  | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-db/sqlite/sqlite-3.45.1-r1.ebuild 
b/dev-db/sqlite/sqlite-3.45.1-r1.ebuild
index 8ff12ceb6f51..ad62f71390b1 100644
--- a/dev-db/sqlite/sqlite-3.45.1-r1.ebuild
+++ b/dev-db/sqlite/sqlite-3.45.1-r1.ebuild
@@ -322,8 +322,13 @@ multilib_src_configure() {
# Skip known-broken test for now
# https://sqlite.org/forum/forumpost/d97caf168f
# https://sqlite.org/forum/forumpost/50f136d91d
+   # Quoting Fedora's spec:
+   #  "The atof test is failing on the i686 architecture, when 
binary configured with
+   #  --enable-rtree option. Failing part is text->real conversion 
and
+   #  text->real->text conversion in lower significant values 
after decimal point in a number.
+   #  func4 tests fail for i686 on float<->int conversions."
if use test ; then
-   rm test/atof1.test || die
+   rm test/atof1.test test/func4.test || die
fi
fi
 

diff --git a/dev-db/sqlite/sqlite-.ebuild b/dev-db/sqlite/sqlite-.ebuild
index e529a0d8187d..40b16d903620 100644
--- a/dev-db/sqlite/sqlite-.ebuild
+++ b/dev-db/sqlite/sqlite-.ebuild
@@ -318,8 +318,13 @@ multilib_src_configure() {
# Skip known-broken test for now
# https://sqlite.org/forum/forumpost/d97caf168f
# https://sqlite.org/forum/forumpost/50f136d91d
+   # Quoting Fedora's spec:
+   #  "The atof test is failing on the i686 architecture, when 
binary configured with
+   #  --enable-rtree option. Failing part is text->real conversion 
and
+   #  text->real->text conversion in lower significant values 
after decimal point in a number.
+   #  func4 tests fail for i686 on float<->int conversions."
if use test ; then
-   rm test/atof1.test || die
+   rm test/atof1.test test/func4.test || die
fi
fi
 



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

2024-02-05 Thread Sam James
commit: c829e157163489c524439287fc7e5b0950e95be8
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:24:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:24:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c829e157

sys-libs/zlib: Stabilize 1.3-r3 x86, #923864

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

 sys-libs/zlib/zlib-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.3-r3.ebuild b/sys-libs/zlib/zlib-1.3-r3.ebuild
index c9a20aa6abd0..f8a80d7fefd3 100644
--- a/sys-libs/zlib/zlib-1.3-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.3-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2024-02-05 Thread Sam James
commit: bab7f3535cfed0d55f51c8a05023d22455b983f0
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:23:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:23:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab7f353

sys-apps/iproute2: Stabilize 6.6.0-r3 x86, #923860

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

 sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
index a924d07f50fd..7bc648f5a920 100644
--- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-02-05 Thread Sam James
commit: df63060842ccdffdd1e8d71a6010247be78573b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:24:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:24:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df630608

dev-libs/popt: Stabilize 1.19-r1 x86, #923865

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

 dev-libs/popt/popt-1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/popt/popt-1.19-r1.ebuild 
b/dev-libs/popt/popt-1.19-r1.ebuild
index b2c696c52a13..2fc43718dbcf 100644
--- a/dev-libs/popt/popt-1.19-r1.ebuild
+++ b/dev-libs/popt/popt-1.19-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: dc5d1e48913a2a637096659ba60bbfb15ae38a31
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:18:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:18:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5d1e48

net-libs/libtirpc: Stabilize 1.3.4-r1 x86, #923868

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

 net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild 
b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
index 8942db187989..63266d9741fa 100644
--- a/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.3.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 LGPL-2.1+"
 SLOT="0/3" # subslot matches SONAME major
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="kerberos static-libs"
 
 RDEPEND="kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 60093dea13757260706313ae95963ce8df5e4989
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:19:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:19:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60093dea

dev-libs/libgcrypt: Stabilize 1.10.3-r1 x86, #923869

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

 dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
index 86e47a3ab458..97fa0b45b253 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
 
 LICENSE="LGPL-2.1+ GPL-2+ MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 
cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 
cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock 
cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
 
 # Build system only has --disable-arm-crypto-support right now



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

2024-02-05 Thread Sam James
commit: bbe9d6bdd39c12aaeb33a14a685a747d0ed1f971
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:19:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:19:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe9d6bd

dev-libs/libgcrypt: Stabilize 1.10.3-r1 amd64, #923869

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

 dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
index 97fa0b45b253..e8b8f4929bd6 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
 
 LICENSE="LGPL-2.1+ GPL-2+ MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 
cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 
cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock 
cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
 
 # Build system only has --disable-arm-crypto-support right now



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

2024-02-05 Thread Sam James
commit: 78db03a900f65f2effc16c2207bbfd8da62e61ef
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:17:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:17:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78db03a9

sys-libs/zlib: Stabilize 1.3-r3 amd64, #923864

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

 sys-libs/zlib/zlib-1.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.3-r3.ebuild b/sys-libs/zlib/zlib-1.3-r3.ebuild
index 0be6cfaf4931..c9a20aa6abd0 100644
--- a/sys-libs/zlib/zlib-1.3-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.3-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2024-02-05 Thread Sam James
commit: c752032f1b7502a006b951b35145c7e492f8c903
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:18:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:18:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c752032f

dev-libs/popt: Stabilize 1.19-r1 amd64, #923865

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

 dev-libs/popt/popt-1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/popt/popt-1.19-r1.ebuild 
b/dev-libs/popt/popt-1.19-r1.ebuild
index 58a87653a6e5..b2c696c52a13 100644
--- a/dev-libs/popt/popt-1.19-r1.ebuild
+++ b/dev-libs/popt/popt-1.19-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.rpm.org/${PN}/releases/${PN}-1.x/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2024-02-05 Thread Sam James
commit: 18a215bd57c4d20a66c8a5beb6ac4cc20714f5bd
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:18:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:18:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a215bd

sys-process/lsof: Stabilize 4.99.3 x86, #923866

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

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

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
index 89ddf51e8c2e..c179511edae4 100644
--- a/sys-process/lsof/lsof-4.99.3.ebuild
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



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

2024-02-05 Thread Sam James
commit: 0c0fddd77cf3c67fd8904ddd7744277691d0d41e
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:18:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:18:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0fddd7

sys-process/lsof: Stabilize 4.99.3 amd64, #923866

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

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

diff --git a/sys-process/lsof/lsof-4.99.3.ebuild 
b/sys-process/lsof/lsof-4.99.3.ebuild
index c179511edae4..a165969730cd 100644
--- a/sys-process/lsof/lsof-4.99.3.ebuild
+++ b/sys-process/lsof/lsof-4.99.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lsof-org/lsof/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="lsof"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 IUSE="rpc selinux"
 
 RDEPEND="



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

2024-02-05 Thread Sam James
commit: c74947e3f95acf36ccf23dd9423dab1b04672e38
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:17:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:17:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74947e3

dev-util/gperf: Stabilize 3.1-r2 x86, #923863

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index f5fd37924abf..0fd6091aa208 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-strncmp-decl-mismatch.patch



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

2024-02-05 Thread Sam James
commit: 9c6ec7039100f47d613f815f7e1a51bb64ecaa37
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:17:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:17:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6ec703

sys-power/nut: Stabilize 2.8.0-r3 amd64, #923861

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

 sys-power/nut/nut-2.8.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/nut/nut-2.8.0-r3.ebuild 
b/sys-power/nut/nut-2.8.0-r3.ebuild
index 873c0d530443..651720bb40ac 100644
--- a/sys-power/nut/nut-2.8.0-r3.ebuild
+++ b/sys-power/nut/nut-2.8.0-r3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 S="${WORKDIR}/${MY_P}"



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

2024-02-05 Thread Sam James
commit: f6cf5f42457c5ae13799e8dbc153e137dcaf69d9
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:17:34 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:17:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cf5f42

dev-util/gperf: Stabilize 3.1-r2 amd64, #923863

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

 dev-util/gperf/gperf-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild 
b/dev-util/gperf/gperf-3.1-r2.ebuild
index 0fd6091aa208..76fa9130661b 100644
--- a/dev-util/gperf/gperf-3.1-r2.ebuild
+++ b/dev-util/gperf/gperf-3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-strncmp-decl-mismatch.patch



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

2024-02-05 Thread Sam James
commit: 3aa63bcaca290ceef09c7bf3f87c7e87dffa6957
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:16:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:16:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa63bca

sys-apps/iproute2: Stabilize 6.6.0-r3 amd64, #923860

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

 sys-apps/iproute2/iproute2-6.6.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild 
b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
index 74cbbc79ddde..a924d07f50fd 100644
--- a/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-6.6.0-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else
SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



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

2024-02-05 Thread Sam James
commit: d3cf0d9dacbec940b88a06820216769e0b37cc92
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 06:16:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 06:16:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cf0d9d

sys-power/nut: Stabilize 2.8.0-r3 x86, #923861

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

 sys-power/nut/nut-2.8.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/nut/nut-2.8.0-r3.ebuild 
b/sys-power/nut/nut-2.8.0-r3.ebuild
index 20eea7107c63..873c0d530443 100644
--- a/sys-power/nut/nut-2.8.0-r3.ebuild
+++ b/sys-power/nut/nut-2.8.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 S="${WORKDIR}/${MY_P}"



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

2024-02-05 Thread Viorel Munteanu
commit: 04af641d346edf128c8de13643488f3d75b0dcf0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Feb  6 06:02:47 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Feb  6 06:02:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04af641d

app-admin/linode-cli: drop 5.45.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-admin/linode-cli/Manifest |  1 -
 app-admin/linode-cli/linode-cli-5.45.2.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index c7ab63099efe..f5c159c9d423 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,3 +1,2 @@
-DIST linode-cli-5.45.2.tar.gz 126870 BLAKE2B 
adfb0862159fbd1dc887726a9d40c2534526b9fe7326c6340c52ed928aff5c9960b20a5961ed6aac7e276201e52a254fd6ba5e6aaa80da7d68e95cc0dc949f27
 SHA512 
9a6697b3306434cc4f59ef695d0b51e33f71b2d1be4d942e369a22328c3cbf78da0efc939f39f8da928ba5fb5bc2bc06a6ee5d0c9a8e0deb78b657738f19501d
 DIST linode-cli-5.47.1.tar.gz 128364 BLAKE2B 
db21cdd9a1bfbe17fb17b8b0e27ca36bb15c7d3b16ddde4dcc59a9ce64cd34d644d3d5d120efb88bb146767cf9b2c3ee820a847a2fcff487a11bc3abd6973870
 SHA512 
b61ac1e7c97a1395b150227fe822bc2e7199ed15a44c6d93d71bfdbc2f919827e87e89cf41a47b069be06144a849f5ab11c9dd7f38d138f80ce80563f55bf75a
 DIST linode-cli-5.48.2.tar.gz 141600 BLAKE2B 
fadabfb421945809ceba396324ac9930d1fd795bceab4e90023038881fb8ba5af1b19187f414e70b5a86ea7d560202c76669dfe76ba952bcbe958b7213aff241
 SHA512 
f2d0e3f62ff93fc9906d70b1121e73f98319dd8afc38ddb124d35295dffef085aa75c93d299538499ea71d087de19060fc3f52ab5f6b31ef47f46435f010b0fd

diff --git a/app-admin/linode-cli/linode-cli-5.45.2.ebuild 
b/app-admin/linode-cli/linode-cli-5.45.2.ebuild
deleted file mode 100644
index 45ee6333667a..
--- a/app-admin/linode-cli/linode-cli-5.45.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="Linode Command Line Interface"
-HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/boto3[${PYTHON_USEDEP}]
-   dev-python/openapi3[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   

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

2024-02-05 Thread Viorel Munteanu
commit: efd8dc4e1f99cd056c86fa920140ebabee59c977
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Feb  6 05:57:07 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Feb  6 05:57:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd8dc4e

app-admin/linode-cli: drop 5.48.1

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-admin/linode-cli/Manifest |  1 -
 app-admin/linode-cli/linode-cli-5.48.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 20208957fc39..c7ab63099efe 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,4 +1,3 @@
 DIST linode-cli-5.45.2.tar.gz 126870 BLAKE2B 
adfb0862159fbd1dc887726a9d40c2534526b9fe7326c6340c52ed928aff5c9960b20a5961ed6aac7e276201e52a254fd6ba5e6aaa80da7d68e95cc0dc949f27
 SHA512 
9a6697b3306434cc4f59ef695d0b51e33f71b2d1be4d942e369a22328c3cbf78da0efc939f39f8da928ba5fb5bc2bc06a6ee5d0c9a8e0deb78b657738f19501d
 DIST linode-cli-5.47.1.tar.gz 128364 BLAKE2B 
db21cdd9a1bfbe17fb17b8b0e27ca36bb15c7d3b16ddde4dcc59a9ce64cd34d644d3d5d120efb88bb146767cf9b2c3ee820a847a2fcff487a11bc3abd6973870
 SHA512 
b61ac1e7c97a1395b150227fe822bc2e7199ed15a44c6d93d71bfdbc2f919827e87e89cf41a47b069be06144a849f5ab11c9dd7f38d138f80ce80563f55bf75a
-DIST linode-cli-5.48.1.tar.gz 141176 BLAKE2B 
8317071e01f76438b9389a0d563830653611004ed6f7fbf0657af1e70d70a79927e460f7063437740b38ad7f5b15788d4cc4e9e01728cbab93944cc0086bc0bf
 SHA512 
2183a3ca9e330af70e41c75e0bceafc0c3a93e28fd7f8e0629c1b223cea7f442a33fe437737c9c9cda59d9cf4eb60f32eb2b81189943a13b206afd9f81b5eed2
 DIST linode-cli-5.48.2.tar.gz 141600 BLAKE2B 
fadabfb421945809ceba396324ac9930d1fd795bceab4e90023038881fb8ba5af1b19187f414e70b5a86ea7d560202c76669dfe76ba952bcbe958b7213aff241
 SHA512 
f2d0e3f62ff93fc9906d70b1121e73f98319dd8afc38ddb124d35295dffef085aa75c93d299538499ea71d087de19060fc3f52ab5f6b31ef47f46435f010b0fd

diff --git a/app-admin/linode-cli/linode-cli-5.48.1.ebuild 
b/app-admin/linode-cli/linode-cli-5.48.1.ebuild
deleted file mode 100644
index 2ce8851657d3..
--- a/app-admin/linode-cli/linode-cli-5.48.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 pypi
-
-DESCRIPTION="Linode Command Line Interface"
-HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# Tests require network, a linode account and an API key.
-# WARNING: tests will incur costs and will wipe the account.
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/boto3[${PYTHON_USEDEP}]
-   dev-python/linode-metadata[${PYTHON_USEDEP}]
-   dev-python/openapi3[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   

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

2024-02-05 Thread Viorel Munteanu
commit: 7dcb4f3903ede605a1efd368a63bfbfd19d040e4
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Feb  6 05:57:01 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Feb  6 05:57:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcb4f39

app-admin/linode-cli: add 5.48.2

Signed-off-by: Viorel Munteanu  gentoo.org>

 app-admin/linode-cli/Manifest |  1 +
 app-admin/linode-cli/linode-cli-5.48.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 6505c74be302..20208957fc39 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,3 +1,4 @@
 DIST linode-cli-5.45.2.tar.gz 126870 BLAKE2B 
adfb0862159fbd1dc887726a9d40c2534526b9fe7326c6340c52ed928aff5c9960b20a5961ed6aac7e276201e52a254fd6ba5e6aaa80da7d68e95cc0dc949f27
 SHA512 
9a6697b3306434cc4f59ef695d0b51e33f71b2d1be4d942e369a22328c3cbf78da0efc939f39f8da928ba5fb5bc2bc06a6ee5d0c9a8e0deb78b657738f19501d
 DIST linode-cli-5.47.1.tar.gz 128364 BLAKE2B 
db21cdd9a1bfbe17fb17b8b0e27ca36bb15c7d3b16ddde4dcc59a9ce64cd34d644d3d5d120efb88bb146767cf9b2c3ee820a847a2fcff487a11bc3abd6973870
 SHA512 
b61ac1e7c97a1395b150227fe822bc2e7199ed15a44c6d93d71bfdbc2f919827e87e89cf41a47b069be06144a849f5ab11c9dd7f38d138f80ce80563f55bf75a
 DIST linode-cli-5.48.1.tar.gz 141176 BLAKE2B 
8317071e01f76438b9389a0d563830653611004ed6f7fbf0657af1e70d70a79927e460f7063437740b38ad7f5b15788d4cc4e9e01728cbab93944cc0086bc0bf
 SHA512 
2183a3ca9e330af70e41c75e0bceafc0c3a93e28fd7f8e0629c1b223cea7f442a33fe437737c9c9cda59d9cf4eb60f32eb2b81189943a13b206afd9f81b5eed2
+DIST linode-cli-5.48.2.tar.gz 141600 BLAKE2B 
fadabfb421945809ceba396324ac9930d1fd795bceab4e90023038881fb8ba5af1b19187f414e70b5a86ea7d560202c76669dfe76ba952bcbe958b7213aff241
 SHA512 
f2d0e3f62ff93fc9906d70b1121e73f98319dd8afc38ddb124d35295dffef085aa75c93d299538499ea71d087de19060fc3f52ab5f6b31ef47f46435f010b0fd

diff --git a/app-admin/linode-cli/linode-cli-5.48.2.ebuild 
b/app-admin/linode-cli/linode-cli-5.48.2.ebuild
new file mode 100644
index ..2ce8851657d3
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.48.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Linode Command Line Interface"
+HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Tests require network, a linode account and an API key.
+# WARNING: tests will incur costs and will wipe the account.
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/boto3[${PYTHON_USEDEP}]
+   dev-python/linode-metadata[${PYTHON_USEDEP}]
+   dev-python/openapi3[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   

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

2024-02-05 Thread Sam James
commit: 18c086594f0a3ba9109b8d61c38c766db43e8bcd
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:36:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:36:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c08659

sys-libs/libnvme: fix disable-python value

Closes: https://bugs.gentoo.org/923859
Bug: https://bugs.gentoo.org/923853
Signed-off-by: Sam James  gentoo.org>

 sys-libs/libnvme/libnvme-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild 
b/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild
index 5dce034744c3..bc07dd00ff7c 100644
--- a/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild
+++ b/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild
@@ -37,7 +37,7 @@ BDEPEND="
 
 src_configure() {
local emesonargs=(
-   -Dpython=false
+   -Dpython=disabled
$(meson_use test tests)
$(meson_feature json json-c)
$(meson_feature dbus libdbus)



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

2024-02-05 Thread Sam James
commit: 0432cac2c9b4c51168fe743c816014204f4b3ad5
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:35:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:36:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0432cac2

dev-util/ccache: add 4.9.1

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

 dev-util/ccache/Manifest|   2 +
 dev-util/ccache/ccache-4.9.1.ebuild | 132 
 2 files changed, 134 insertions(+)

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index c19c5dff0974..330b7da6e8c5 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -2,5 +2,7 @@ DIST ccache-4.8-docs.tar.xz 80280 BLAKE2B 
e8e00dd10a00670ff3a0c3f5ab0966469fa524
 DIST ccache-4.8.3.tar.xz 569724 BLAKE2B 
53211db0e516eea9739b8f05bf6a3db678b4b5cff7af741469360556da20a320e4a40253ca9e51568045a394d3497b428413ff6cf77f4273aa4906357b427d1f
 SHA512 
e0e344cd215de67fe060b36fb1b902bab61454477624fbe41d2ec57fdd721cec9c8920ca834f0ef0ccfeedb961b17143f18197497557887d88911ff66e330478
 DIST ccache-4.8.3.tar.xz.asc 833 BLAKE2B 
e800b7bdce705db3ced97f0fe008e8391811f9c7c49e815b6cd2cf220cf1107f3941d29d7bcdd10f79da4e6cad9766243e482011aeb5a170e1c5920b6ebdd726
 SHA512 
2e2298a3cf800d9de669f560269bd07ca2b76f761198af10f7174759ea95a23518dedce83f481bdd392bb60adbd736e5dd2c21af88beb761c0f589f685737586
 DIST ccache-4.9-docs.tar.xz 82684 BLAKE2B 
bc3517803cac75a0124358f740e3f4f4b923341277b77cb9ac7649520bbf19a65a51ebf324cc886f98e606bd29681ca3956073a85b737159792e068d529e299c
 SHA512 
870d15dc9e3a0557dfe533862927ff8e90730678439b576e782f79f1f69c5bb499ff4c7e397a7eca059691ec5f89412594e32c74209a58003a6f55002c00d467
+DIST ccache-4.9.1.tar.xz 583764 BLAKE2B 
9ebaf335fda54666e4bfc8f2c402f2b908b3922f3898b6a739b0256481256c6121546021b80fd2dbc93f3aea254db63a8624b97b2820b88e73e502a243bf2562
 SHA512 
5ae4537a7e546b779c80f5adadce1349a84da3a47b255bda06cb2678ee5403307f013c08c8541a21f6f1fb36a0b64bdbcf785fbd2fcfe3009150117250e75b0b
+DIST ccache-4.9.1.tar.xz.asc 833 BLAKE2B 
a157b0c2c032d9a51fb7519f561fac098bbac9ba33fe453b210a6e9a34372b5d00b0fa940d2b783ab0eb48e7bc98707de884b191d83120d9ad8239c9fb76
 SHA512 
43605eca0f9a62565486c6c7ff622fc4d18a400518aa9c9e3c9d865a99c40c63a6a09d42ccd3428d28575c4de8a69be89c93830d26261d3479792e67179d0839
 DIST ccache-4.9.tar.xz 583744 BLAKE2B 
682b491d061452d77d988d7e9e661ed4ce729a40a58370af55e1f24c5e973e4808d7211b4f8b8ab7f9328ecc651c032fa2efd37675566308197c22fd9a776675
 SHA512 
04200e5ceab56fc119f4376189f45fe811409a8022f08e82cd3089e252f350d604d777a237a57651fcd0c20f8ba0f27e4f3cc330a5970d455a696a977408d563
 DIST ccache-4.9.tar.xz.asc 833 BLAKE2B 
ad91919ab45f98d334c9b2d273b8139a2fb64b28a3fdb2a2042beaaa32905978113cd08ff95a009891c6159505431e4c1e0203adca94032feb2a4cee9bd089e2
 SHA512 
2f51d11d00756d099a64a9e5698591385d2c822438123f1c9e753c66e35f4ea9706db3414d7049cb6604defebc72927b6772c4e8a2271e03fb80f815659f90fa

diff --git a/dev-util/ccache/ccache-4.9.1.ebuild 
b/dev-util/ccache/ccache-4.9.1.ebuild
new file mode 100644
index ..68cf3874b664
--- /dev/null
+++ b/dev-util/ccache/ccache-4.9.1.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# XXX: We don't use CCACHE_* for these vars like we do in e.g. 
cmake/libabigail/qemu
+# because Portage unsets them. Aaaah!
+#
+# Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-ccache-docs
+# Set to 1 if prebuilt, 0 if not
+# (the construct below is to allow overriding from env for script)
+: ${MY_DOCS_PREBUILT:=1}
+
+MY_DOCS_PREBUILT_DEV=sam
+MY_DOCS_VERSION=$(ver_cut 1-2)
+# Default to generating docs (inc. man pages) if no prebuilt; overridden later
+# See bug #784815
+MY_DOCS_USEFLAG="+doc"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/joelrosdahl.asc
+inherit cmake toolchain-funcs flag-o-matic verify-sig
+
+DESCRIPTION="Fast compiler cache"
+HOMEPAGE="https://ccache.dev/;
+SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/${P}.tar.xz;
+SRC_URI+=" verify-sig? ( 
https://github.com/ccache/ccache/releases/download/v${PV}/${P}.tar.xz.asc )"
+if [[ ${MY_DOCS_PREBUILT} == 1 ]] ; then
+   SRC_URI+=" !doc? ( 
https://dev.gentoo.org/~${MY_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${MY_DOCS_VERSION}-docs.tar.xz
 )"
+   MY_DOCS_USEFLAG="doc"
+fi
+
+# https://ccache.dev/license.html
+LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )"
+LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+# Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
+IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   app-arch/zstd:=
+   redis? ( dev-libs/hiredis:= )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-util/shadowman
+   

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

2024-02-05 Thread Ionen Wolkens
commit: 9b70f00246e627b2865e643fc9a0a867fec0f8a1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Feb  6 05:24:14 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b70f002

app-emulation/wine-mono: add 9.0.0

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

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-9.0.0.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index dd040b03b7f5..1f258ab638c5 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,5 @@ DIST wine-mono-8.0.1-x86.msi 84579328 BLAKE2B 
946a0bf5a7e4fef8c6d40a9899a070fb4d
 DIST wine-mono-8.0.1-x86.tar.xz 42365644 BLAKE2B 
53ae5cb57c4571aa7071d13b99af59b24b2275c559fd062a2621413b1e17a3d0a2bda23f143df6dd2b7685e65d62ab8e800fd3f082be02faac54450c8d71faf1
 SHA512 
bd174ce5031df1a13a6cb050b735d32330ccd0de43ea29888a91c49db49b02f9b377e78ef9531eaa1b30eed79c6706d84624b87d784f73224581763ca9e63945
 DIST wine-mono-8.1.0-x86.msi 84905984 BLAKE2B 
948b014fc6fba94bc97642b8aae266b8179b119ea3d8a0fdf47daee33eac65b8cc5dd1bc483ae4c66bdd1bdc10f4b73258bb6c83bca0911a30e86e358faafd20
 SHA512 
5c788dfa0c9b664242f3ce0ab24f3f9256dabf1e9fadc516140f267c763da1865b4536c707660acaf66e4a37d93198f5499971b4261e63d91252f6a7fc3eae4e
 DIST wine-mono-8.1.0-x86.tar.xz 40854944 BLAKE2B 
0e0dd83b92016da328547173d25dc396a895a7a161cd54796c9bda34ae958856f1bee342c1bb5fcffcf695b35adf66b2bf83cfa61e01790bf4b0f2d198f84feb
 SHA512 
ba87105a6527b9c392e9ad406e92fd90164e0abb3a348a1e343e63eff0ee8632399badb98f7fbc3581ce697ba09d98aafbf5033bf52fb14b7c7c280c64f25a84
+DIST wine-mono-9.0.0-x86.msi 84583424 BLAKE2B 
38f16049909f6464624c1c8f990a7873a3211bf02bef7593cae9da0201e8de0f535c841375eadf47bf0a4b10b08bc9d4c89d22d723e51f3f767c6e986ef01c7d
 SHA512 
fcbde718c237f102aab2e234a2f1c03aedd45ad9f97152112562b2119e542efd2f2979899afd3e9e03b1a06caec135d0f2cfcde084e372d1f74d594d52e6c833
+DIST wine-mono-9.0.0-x86.tar.xz 40970928 BLAKE2B 
253533706845cf8e4aa958cca61928e6ce3be7482bfcbba45a5dd6381ab144263ddf40df009121508288710ee0872382a6ce7cde06cf8dd6c75e932916de907e
 SHA512 
0117619a2b3f6e92ee513aeea79db977055098e6f629063fbd5d1a1b7d47e9d14451369b1d0a6a30e468ed051e60bba59aec75b90ea34fa9b4956d3ebdb32c06

diff --git a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
new file mode 100644
index ..f756896e7c2e
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://wiki.winehq.org/Mono;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



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

2024-02-05 Thread Ionen Wolkens
commit: f517efe8f565f5f4a352c733b2244c746d34e1fb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Feb  6 05:24:37 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f517efe8

app-emulation/wine-vanilla: bump WINE_MONO to 9.0.0 in live

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

 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index c6109d4d3d6f..cf08e9f83489 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -8,7 +8,7 @@ inherit autotools flag-o-matic multilib multilib-build
 inherit prefix toolchain-funcs wrapper
 
 WINE_GECKO=2.47.4
-WINE_MONO=8.1.0
+WINE_MONO=9.0.0
 
 if [[ ${PV} == * ]]; then
inherit git-r3



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/, app-emulation/wine-staging/

2024-02-05 Thread Ionen Wolkens
commit: c6629f8598bbca1c6c496ee3bcacdbf270d7a29a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Feb  6 05:25:06 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:27:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6629f85

app-emulation/wine-staging: bump WINE_MONO to 9.0.0 in live

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

 app-emulation/wine-mono/wine-mono-9.0.0.ebuild  | 2 +-
 app-emulation/wine-staging/wine-staging-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
index f756896e7c2e..96896ce732cf 100644
--- a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index f9096affab24..9790d6480e7e 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -9,7 +9,7 @@ inherit autotools edo flag-o-matic multilib multilib-build
 inherit prefix python-any-r1 toolchain-funcs wrapper
 
 WINE_GECKO=2.47.4
-WINE_MONO=8.1.0
+WINE_MONO=9.0.0
 WINE_P=wine-$(ver_cut 1-2)
 
 if [[ ${PV} == * ]]; then



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

2024-02-05 Thread Sam James
commit: d8b0a00b7c80f83aaba62fb62a463e0136a1d444
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:17:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:17:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b0a00b

dev-python/pygraphviz: enable py3.12

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

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

diff --git a/dev-python/pygraphviz/pygraphviz-1.12-r1.ebuild 
b/dev-python/pygraphviz/pygraphviz-1.12-r1.ebuild
index 1b22df1f3274..1c4a2634cd78 100644
--- a/dev-python/pygraphviz/pygraphviz-1.12-r1.ebuild
+++ b/dev-python/pygraphviz/pygraphviz-1.12-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2024-02-05 Thread Sam James
commit: 0118d8dddbafea3e0e814c061f9f7b0277834de3
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:17:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:17:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0118d8dd

dev-libs/modsecurity: Stabilize 3.0.12 amd64, #923857

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

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

diff --git a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild 
b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
index 45076476386c..88da9c4f2ae1 100644
--- a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
+++ b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="doc fuzzyhash geoip geoip2 json lmdb lua pcre2"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"



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

2024-02-05 Thread Sam James
commit: 1b73ef708683bd74349e62726ed812b05cf3700c
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:17:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:17:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b73ef70

dev-libs/modsecurity: Stabilize 3.0.12 x86, #923857

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

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

diff --git a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild 
b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
index e03211912719..45076476386c 100644
--- a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
+++ b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="doc fuzzyhash geoip geoip2 json lmdb lua pcre2"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"



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

2024-02-05 Thread Sam James
commit: c64d638808ee411e7aad895d4883a66801509328
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:13:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:13:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64d6388

net-libs/ldns: fix build w/ swig-4.2.0

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

 net-libs/ldns/files/ldns-1.8.3-swig-4.2.0.patch | 101 
 net-libs/ldns/ldns-1.8.3-r2.ebuild  |  91 +
 2 files changed, 192 insertions(+)

diff --git a/net-libs/ldns/files/ldns-1.8.3-swig-4.2.0.patch 
b/net-libs/ldns/files/ldns-1.8.3-swig-4.2.0.patch
new file mode 100644
index ..8165371d53bb
--- /dev/null
+++ b/net-libs/ldns/files/ldns-1.8.3-swig-4.2.0.patch
@@ -0,0 +1,101 @@
+https://bugs.gentoo.org/921302
+https://github.com/NLnetLabs/ldns/pull/232
+https://github.com/NLnetLabs/ldns/pull/233
+
+From daf38095763f758c77be538da25c267dc5cb73c8 Mon Sep 17 00:00:00 2001
+From: Florian Weimer 
+Date: Fri, 26 Jan 2024 11:30:39 +0100
+Subject: [PATCH] SWIG_Python_str_AsChar removal in SWIG 4.2.0
+
+The replacement, SWIG_PyUnicode_AsUTF8AndSize, has different
+memory management requirements.
+---
+ contrib/python/ldns_rdf.i | 21 +++--
+ 1 file changed, 19 insertions(+), 2 deletions(-)
+
+diff --git a/contrib/python/ldns_rdf.i b/contrib/python/ldns_rdf.i
+index 5d7448fd..60daf1a7 100644
+--- a/contrib/python/ldns_rdf.i
 b/contrib/python/ldns_rdf.i
+@@ -56,7 +56,11 @@
+  */
+ %typemap(arginit, noblock=1) const ldns_rdf *
+ {
++#if SWIG_VERSION >= 0x040200
++  PyObject *$1_bytes = NULL;
++#else
+   char *$1_str = NULL;
++#endif
+ }
+ 
+ /*
+@@ -66,11 +70,17 @@
+ %typemap(in, noblock=1) const ldns_rdf * (void* argp, $1_ltype tmp = 0, int 
res)
+ {
+   if (Python_str_Check($input)) {
++const char *argstr;
++#if SWIG_VERSION >= 0x040200
++argstr = SWIG_PyUnicode_AsUTF8AndSize($input, NULL, &$1_bytes);
++#else
+ $1_str = SWIG_Python_str_AsChar($input);
+-if ($1_str == NULL) {
++argstr = $1_str;
++#endif
++if (argstr == NULL) {
+   %argument_fail(SWIG_TypeError, "char *", $symname, $argnum);
+ }
+-tmp = ldns_dname_new_frm_str($1_str);
++tmp = ldns_dname_new_frm_str(argstr);
+ if (tmp == NULL) {
+   %argument_fail(SWIG_TypeError, "char *", $symname, $argnum);
+ }
+@@ -90,10 +100,17 @@
+  */
+ %typemap(freearg, noblock=1) const ldns_rdf *
+ {
++#if SWIG_VERSION >= 0x040200
++  if ($1_bytes != NULL) {
++/* Is not NULL only when a conversion form string occurred. */
++Py_XDECREF($1_bytes);
++  }
++#else
+   if ($1_str != NULL) {
+ /* Is not NULL only when a conversion form string occurred. */
+ SWIG_Python_str_DelForPy3($1_str); /* Is a empty macro for Python < 3. */
+   }
++#endif
+ }
+ 
+ %nodefaultctor ldns_struct_rdf; /* No default constructor. */
+
+From f91f61e10be595a6a46845112aaed7da24551bf9 Mon Sep 17 00:00:00 2001
+From: Florian Weimer 
+Date: Fri, 26 Jan 2024 11:57:03 +0100
+Subject: [PATCH] 32-bit compatibility for Python SWIG bindings
+
+The ssize_t type can be int instead of long, and the pointer
+types are incompatible.
+---
+ contrib/python/ldns.i | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/contrib/python/ldns.i b/contrib/python/ldns.i
+index 881ba5e85..b4a740820 100644
+--- a/contrib/python/ldns.i
 b/contrib/python/ldns.i
+@@ -99,12 +99,14 @@
+ %typemap(in, noblock=1) (ssize_t)
+ {
+   int $1_res = 0;
+-  $1_res = SWIG_AsVal_long($input, &$1);
++  long val;
++  $1_res = SWIG_AsVal_long($input, );
+   if (!SWIG_IsOK($1_res)) {
+ SWIG_exception_fail(SWIG_ArgError($1_res), "in method '"
+   "$symname" "', argument " "$argnum" " of type '"
+   "$type""'");
+   }
++  $1 = val;
+ }
+ 
+ 

diff --git a/net-libs/ldns/ldns-1.8.3-r2.ebuild 
b/net-libs/ldns/ldns-1.8.3-r2.ebuild
new file mode 100644
index ..15f1bf29756a
--- /dev/null
+++ b/net-libs/ldns/ldns-1.8.3-r2.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit autotools python-single-r1 multilib-minimal
+
+DESCRIPTION="A library with the aim to simplify DNS programming in C"
+HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/;
+SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc examples python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="test" # missing test directory
+
+BDEPEND="
+   python? ( dev-lang/swig )
+   doc? ( app-text/doxygen )
+"
+DEPEND="
+   python? ( ${PYTHON_DEPS} )
+   >=dev-libs/openssl-1.1.1l-r1:0=[${MULTILIB_USEDEP},static-libs?]
+   examples? ( net-libs/libpcap )

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

2024-02-05 Thread Sam James
commit: 3e56c3670c1c691007f710416d0b9d6c86658842
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:16:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:16:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e56c367

dev-python/pygraphviz: fix build w/ swig-4.2.0

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

 .../files/pygraphviz-1.12-swig-4.2.0.patch | 290 +
 dev-python/pygraphviz/pygraphviz-1.12-r1.ebuild|  54 
 2 files changed, 344 insertions(+)

diff --git a/dev-python/pygraphviz/files/pygraphviz-1.12-swig-4.2.0.patch 
b/dev-python/pygraphviz/files/pygraphviz-1.12-swig-4.2.0.patch
new file mode 100644
index ..3daa485044ce
--- /dev/null
+++ b/dev-python/pygraphviz/files/pygraphviz-1.12-swig-4.2.0.patch
@@ -0,0 +1,290 @@
+https://bugs.gentoo.org/921637
+https://github.com/swig/swig/issues/2778
+https://github.com/pygraphviz/pygraphviz/commit/6ecae22cc382407652f9d3b57e9da89a3a03043b
+
+From 6ecae22cc382407652f9d3b57e9da89a3a03043b Mon Sep 17 00:00:00 2001
+From: William S Fulton 
+Date: Fri, 26 Jan 2024 00:52:44 +
+Subject: [PATCH] Remove outdated pystrings.swg (#508)
+
+Remove pystring.swg - a very ancient copy from SWIG which does not
+compile when using swig-4.2.0. Instead SWIG's version of pystrings.swg
+that is kept up to date in SWIG is used. SWIG_PYTHON_STRICT_BYTE_CHAR
+needs to be defined in order to maintain the current behaviour of only
+allowing Python 3 byte type instead of Python 3 string type as input.
+
+As the output of swig is in graphviz_wrap.c and is committed to the
+repo, the updates committed in this file (keeping the current swig-4.1.1
+version). A later commit could update it to swig-4.2.0.
+
+Fixes build problems on Fedora where SWIG_Python_str_AsChar no longer exists,
+as reported at https://github.com/swig/swig/issues/2778.
+---
+ pygraphviz/graphviz.i  |   4 ++
+ pygraphviz/graphviz_wrap.c | 106 -
+ pystrings.swg  |  86 --
+ 3 files changed, 84 insertions(+), 112 deletions(-)
+ delete mode 100644 pystrings.swg
+
+diff --git a/pygraphviz/graphviz.i b/pygraphviz/graphviz.i
+index c63eb2d3..d7c49330 100644
+--- a/pygraphviz/graphviz.i
 b/pygraphviz/graphviz.i
+@@ -1,5 +1,9 @@
+ %module graphviz
+ 
++%begin %{
++#define SWIG_PYTHON_STRICT_BYTE_CHAR
++%}
++
+ %{
+ #include "graphviz/cgraph.h"
+ #include "graphviz/gvc.h"
+diff --git a/pygraphviz/graphviz_wrap.c b/pygraphviz/graphviz_wrap.c
+index 8f4d3a62..cb06da79 100644
+--- a/pygraphviz/graphviz_wrap.c
 b/pygraphviz/graphviz_wrap.c
+@@ -6,6 +6,9 @@
+  * the SWIG interface file instead.
+  * 
- */
+ 
++#define SWIG_PYTHON_STRICT_BYTE_CHAR
++
++
+ 
+ #define SWIG_VERSION 0x040101
+ #define SWIGPYTHON
+@@ -3038,49 +3041,96 @@ SWIGINTERN int
+ SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
+ {
+ #if PY_VERSION_HEX>=0x0300
++#if defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
+   if (PyBytes_Check(obj))
+ #else
++  if (PyUnicode_Check(obj))
++#endif
++#else  
+   if (PyString_Check(obj))
+ #endif
+   {
+ char *cstr; Py_ssize_t len;
++int ret = SWIG_OK;
+ #if PY_VERSION_HEX>=0x0300
+-PyBytes_AsStringAndSize(obj, , );
+-if(alloc) *alloc = SWIG_NEWOBJ;
++#if !defined(SWIG_PYTHON_STRICT_BYTE_CHAR)
++if (!alloc && cptr) {
++/* We can't allow converting without allocation, since the internal
++   representation of string in Python 3 is UCS-2/UCS-4 but we require
++   a UTF-8 representation.
++   TODO(bhy) More detailed explanation */
++return SWIG_RuntimeError;
++}
++obj = PyUnicode_AsUTF8String(obj);
++if (!obj)
++  return SWIG_TypeError;
++if (alloc)
++  *alloc = SWIG_NEWOBJ;
++#endif
++if (PyBytes_AsStringAndSize(obj, , ) == -1)
++  return SWIG_TypeError;
+ #else
+-PyString_AsStringAndSize(obj, , );
++if (PyString_AsStringAndSize(obj, , ) == -1)
++  return SWIG_TypeError;
+ #endif
+ if (cptr) {
+   if (alloc) {
+-  /*
+- In python the user should not be able to modify the inner
+- string representation. To warranty that, if you define
+- SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
+- buffer is always returned.
+-
+- The default behavior is just to return the pointer value,
+- so, be careful.
+-  */
+-#if defined(SWIG_PYTHON_SAFE_CSTRINGS)
+-  if (*alloc != SWIG_OLDOBJ)
+-#else
+-  if (*alloc == SWIG_NEWOBJ)
+-#endif
+-{
+-  *cptr = (char *)memcpy(malloc((len + 1)*sizeof(char)), cstr, 
sizeof(char)*(len + 1));
+-  *alloc = SWIG_NEWOBJ;
+-}
+-  else {
++  if (*alloc == SWIG_NEWOBJ) {
++*cptr = (char *)memcpy(malloc((len + 1)*sizeof(char)), cstr, 
sizeof(char)*(len 

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

2024-02-05 Thread Sam James
commit: 33fc2616e3551506dfb7f04552fcd77130ee411d
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:10:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:11:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fc2616

net-libs/ldns: drop 1.8.0-r4, 1.8.1, 1.8.3

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

 net-libs/ldns/Manifest |   2 -
 net-libs/ldns/ldns-1.8.0-r4.ebuild | 114 -
 net-libs/ldns/ldns-1.8.1.ebuild|  87 
 net-libs/ldns/ldns-1.8.3.ebuild|  90 -
 net-libs/ldns/metadata.xml |   7 ---
 5 files changed, 300 deletions(-)

diff --git a/net-libs/ldns/Manifest b/net-libs/ldns/Manifest
index 9c2cbc34a30b..ad02f5a73769 100644
--- a/net-libs/ldns/Manifest
+++ b/net-libs/ldns/Manifest
@@ -1,3 +1 @@
-DIST ldns-1.8.0.tar.gz 1283220 BLAKE2B 
f916a8c76d788ac7c52aea8bfe675ad4c614a0c6fb011b61f5a27d4a5dc1a2adb33b5c6992b4813b3758c9b7cceab1c77f8c1d66baaa4de993f23888bce69df1
 SHA512 
54b306160bb7fd76d181f4be0a13134017f6f98ae96e0c954409f31f262e9dbe611c4b76fb6dff47bb6155c652ed8d026b52a50dfcf611e54d9c204b314c4fd6
-DIST ldns-1.8.1.tar.gz 1284971 BLAKE2B 
ae01ef32571fe3996ddd41f911815239abb704ea1dee479fa612bfd701ca369222ab709923f014662248988cb4452a75bc5debad47d2b0386dc59169b353e6a3
 SHA512 
600f8e221716742caf439a425008827aef1814fc1d9e751f8f492d0235ff45ca48df90abba17979bac9f4485947bb9fe8102924d9cebe6cb56d5b788e1c4bd14
 DIST ldns-1.8.3.tar.gz 1299856 BLAKE2B 
2250445da3beec76c96fbb5cbc00f8d6a5bb6ed5867da7f23511d46ac73d6101303eb6ad85def426b7f9287f6a629a95117bcfa6eb46b775d07ed84048162c7f
 SHA512 
c318747bd975ade389d048680b80495fb083b46507d8dcea7d4d42c75823f56a35b438dcc5320803d39583e5a1e515a51686f7f9010c061a6e8199e1a5505ae9

diff --git a/net-libs/ldns/ldns-1.8.0-r4.ebuild 
b/net-libs/ldns/ldns-1.8.0-r4.ebuild
deleted file mode 100644
index d1d069aba919..
--- a/net-libs/ldns/ldns-1.8.0-r4.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
-inherit python-single-r1 autotools multilib-minimal
-
-DESCRIPTION="A library with the aim to simplify DNS programming in C"
-HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/;
-SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="+dane doc +ecdsa ed25519 ed448 examples gost python static-libs 
vim-syntax"
-
-# configure will die if ecdsa is enabled and ssl is not
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-COMMON_DEPEND="
-   python? ( ${PYTHON_DEPS} )
-   >=dev-libs/openssl-1.0.1e:0=[${MULTILIB_USEDEP}]
-   examples? ( net-libs/libpcap )
-"
-DEPEND="${COMMON_DEPEND}
-   python? ( dev-lang/swig )
-   doc? ( app-text/doxygen )
-"
-RDEPEND="${COMMON_DEPEND}
-   !=openssl-1.1.0 required for dane-ta
-   if has_version "https://github.com/NLnetLabs/ldns/commit/bc9d017f6fd8b6b5d2ff6e4489a2931d0aab8184
-   sed -i 's/AC_SUBST(VERSION_INFO.*/AC_SUBST(VERSION_INFO, [5:0:2])/' 
"${S}"/configure.ac || die 'could not patch configure.ac'
-
-   eautoreconf
-}
-
-multilib_src_compile() {
-   default
-
-   if multilib_is_native_abi && use doc ; then
-   emake doxygen
-   fi
-}
-
-multilib_src_install() {
-   default
-
-   if multilib_is_native_abi && use doc ; then
-   dodoc -r doc/html
-   fi
-}
-
-multilib_src_install_all() {
-   dodoc Changelog README*
-
-   find "${D}" -name '*.la' -delete || die
-   use python && python_optimize
-
-   if use vim-syntax ; then
-   insinto /usr/share/vim/vimfiles/ftdetect
-   doins libdns.vim
-   fi
-}

diff --git a/net-libs/ldns/ldns-1.8.1.ebuild b/net-libs/ldns/ldns-1.8.1.ebuild
deleted file mode 100644
index 00759dab1a36..
--- a/net-libs/ldns/ldns-1.8.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
-inherit python-single-r1 multilib-minimal
-
-DESCRIPTION="A library with the aim to simplify DNS programming in C"
-HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/;
-SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="doc examples python static-libs"
-
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-BDEPEND="
-   python? ( dev-lang/swig )
-   doc? ( app-text/doxygen )
-"
-DEPEND="
-   python? ( ${PYTHON_DEPS} )
-   

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

2024-02-05 Thread Ionen Wolkens
commit: 837c06e420122ffba98f1741863bc4c1e8b03789
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Feb  6 05:05:02 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:09:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837c06e4

media-video/mpv: update live, drop IUSE=raspberry-pi

Related code was removed upstream, it was supposedly broken
for a while and went unnoticed too.

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

 media-video/mpv/mpv-.ebuild | 17 -
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index 924fb6cf04f2..6e1221693cb7 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -23,9 +23,9 @@ SLOT="0/2" # soname
 IUSE="
+X +alsa aqua archive bluray cdda +cli coreaudio debug +drm dvb
dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv
-   +lua mmal nvenc openal opengl pipewire pulseaudio raspberry-pi
-   rubberband sdl selinux sixel sndio test tools +uchardet vaapi
-   vdpau vulkan wayland xv zimg zlib
+   +lua nvenc openal opengl pipewire pulseaudio rubberband sdl selinux
+   sixel sndio test tools +uchardet vaapi vdpau vulkan wayland xv zimg
+   zlib
 "
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
@@ -44,7 +44,6 @@ REQUIRED_USE="
 "
 RESTRICT="!test? ( test )"
 
-# raspberry-pi: default to -bin given non-bin is known broken (bug #893422)
 COMMON_DEPEND="
media-libs/libass:=[fontconfig]
>=media-libs/libplacebo-6.338.2:=[opengl?,vulkan?]
@@ -91,12 +90,6 @@ COMMON_DEPEND="
opengl? ( media-libs/libglvnd[X?] )
pipewire? ( media-video/pipewire:= )
pulseaudio? ( media-libs/libpulse )
-   raspberry-pi? (
-   || (
-   media-libs/raspberrypi-userland-bin
-   media-libs/raspberrypi-userland
-   )
-   )
rubberband? ( media-libs/rubberband )
sdl? ( media-libs/libsdl2[sound,threads,video] )
sixel? ( media-libs/libsixel )
@@ -200,13 +193,12 @@ src_configure() {
$(meson_feature drm)
$(meson_feature jpeg)
$(meson_feature libcaca caca)
-   $(meson_feature mmal rpi-mmal)
$(meson_feature sdl sdl2-video)
$(meson_feature sixel)
$(meson_feature wayland)
$(meson_feature xv)
 
-   -Dgl=$(use egl || use libmpv || use opengl || use raspberry-pi 
&&
+   -Dgl=$(use egl || use libmpv || use opengl &&
echo enabled || echo disabled)
$(meson_feature egl)
$(mpv_feature_multi egl X egl-x11)
@@ -216,7 +208,6 @@ src_configure() {
$(meson_feature libmpv plain-gl)
$(mpv_feature_multi opengl X gl-x11)
$(mpv_feature_multi opengl aqua gl-cocoa)
-   $(meson_feature raspberry-pi rpi)
 
$(meson_feature vulkan)
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/

2024-02-05 Thread Sam James
commit: 74a1d6f1fd00aa278249113ff03bf0a073e45131
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:03:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:03:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a1d6f1

x11-misc/shared-mime-info: Stabilize 2.4-r1 x86, #923855

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

 x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild 
b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
index eb2247fd79af..df6a35358107 100644
--- a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
+++ b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" test? ( 
https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/${MY_XDG
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/

2024-02-05 Thread Sam James
commit: a51c14792b7ad8d7d141407353f0d83b24cfd30f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:03:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:04:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51c1479

x11-misc/shared-mime-info: Stabilize 2.4-r1 arm64, #923855

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

 x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild 
b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
index df6a35358107..8b8addb85342 100644
--- a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
+++ b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" test? ( 
https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/${MY_XDG
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-02-05 Thread Sam James
commit: 88b5d53c6f104461656a61cd5879cf13c9491846
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:03:42 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:04:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b5d53c

dev-libs/modsecurity: Stabilize 3.0.12 arm64, #923857

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

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

diff --git a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild 
b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
index 3235ecee1704..e03211912719 100644
--- a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
+++ b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="doc fuzzyhash geoip geoip2 json lmdb lua pcre2"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/

2024-02-05 Thread Sam James
commit: 74ef99e3baca973fd03defc4e5f6ee683d960508
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:03:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:03:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ef99e3

x11-misc/shared-mime-info: Stabilize 2.4-r1 amd64, #923855

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

 x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild 
b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
index 1c87764110b9..eb2247fd79af 100644
--- a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
+++ b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" test? ( 
https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/${MY_XDG
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-02-05 Thread Sam James
commit: a35ab9fcbf077ccdf2d4b7fb7cccd3c7677ec423
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 05:03:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 05:04:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35ab9fc

dev-libs/modsecurity: Stabilize 3.0.12 arm, #923857

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

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

diff --git a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild 
b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
index 951986c652be..3235ecee1704 100644
--- a/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
+++ b/dev-libs/modsecurity/modsecurity-3.0.12.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="doc fuzzyhash geoip geoip2 json lmdb lua pcre2"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"



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

2024-02-05 Thread Ionen Wolkens
commit: 8515fa777d44789993fd645fc924e33252935b88
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Feb  5 15:59:17 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8515fa77

net-irc/weechat: Stabilize 4.1.2 ppc64, #922662

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-irc/weechat/weechat-4.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/weechat/weechat-4.1.2.ebuild 
b/net-irc/weechat/weechat-4.1.2.ebuild
index ea74ca445846..d263600453ca 100644
--- a/net-irc/weechat/weechat-4.1.2.ebuild
+++ b/net-irc/weechat/weechat-4.1.2.ebuild
@@ -17,7 +17,7 @@ else
verify-sig? ( https://weechat.org/files/src/${P}.tar.xz.asc )"
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/weechat.org.asc
BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-weechat )"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



[gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf/

2024-02-05 Thread Ionen Wolkens
commit: 59a8fc053a89ffb018c1fe85051cde4204bf62ce
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Feb  5 23:09:06 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a8fc05

dev-build/autoconf: Stabilize 2.13-r8 sparc, #908628

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-build/autoconf/autoconf-2.13-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-build/autoconf/autoconf-2.13-r8.ebuild 
b/dev-build/autoconf/autoconf-2.13-r8.ebuild
index a66c24e9767e..64ff4dc49de3 100644
--- a/dev-build/autoconf/autoconf-2.13-r8.ebuild
+++ b/dev-build/autoconf/autoconf-2.13-r8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="${PV:0:3}"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf/

2024-02-05 Thread Ionen Wolkens
commit: 0c34eb95c069fd9090f203cd2c836f91eddcd71d
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Feb  5 23:07:39 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c34eb95

dev-build/autoconf: Stabilize 2.13-r8 ppc, #908628

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-build/autoconf/autoconf-2.13-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-build/autoconf/autoconf-2.13-r8.ebuild 
b/dev-build/autoconf/autoconf-2.13-r8.ebuild
index 7ce4b3c7c553..a66c24e9767e 100644
--- a/dev-build/autoconf/autoconf-2.13-r8.ebuild
+++ b/dev-build/autoconf/autoconf-2.13-r8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="${PV:0:3}"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-02-05 Thread Ionen Wolkens
commit: d8674a15514ace4d77caf2854cf4bac636ba9a81
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Feb  4 22:37:38 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8674a15

dev-python/hypercorn: Stabilize 0.16.0 ppc, #922562

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/dev-python/hypercorn/hypercorn-0.16.0.ebuild 
b/dev-python/hypercorn/hypercorn-0.16.0.ebuild
index 8a5838458d2b..9512ac16515c 100644
--- a/dev-python/hypercorn/hypercorn-0.16.0.ebuild
+++ b/dev-python/hypercorn/hypercorn-0.16.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/exceptiongroup-1.1.0[${PYTHON_USEDEP}]



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

2024-02-05 Thread Ionen Wolkens
commit: ff731b7494916da99deed1dabf8a84e8584d4679
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Feb  4 22:37:37 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff731b74

dev-python/taskgroup: Stabilize 0.0.0_alpha4 ppc, #922562

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild 
b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
index ab4ad997c37a..c616ce5d22ee 100644
--- a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
+++ b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/exceptiongroup[${PYTHON_USEDEP}]



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

2024-02-05 Thread Ionen Wolkens
commit: 42e40fb04d432c6cec18ada07a171964acde3003
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Feb  4 22:05:27 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e40fb0

media-gfx/imagemagick: Stabilize 6.9.13.3 arm64, #921372

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/media-gfx/imagemagick/imagemagick-6.9.13.3.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.13.3.ebuild
index faedc8c5abbe..1b2db36a1bbf 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.13.3.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.13.3.ebuild
@@ -14,7 +14,7 @@ else
MY_PV="$(ver_rs 3 '-')"
MY_P="ImageMagick-${MY_PV}"
SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}/${MY_P}"



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

2024-02-05 Thread Ionen Wolkens
commit: 221a87ef2d0d9edd505fe4baa5bd2e54906eb2eb
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Feb  4 22:24:19 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221a87ef

dev-python/taskgroup: Stabilize 0.0.0_alpha4 ppc64, #922562

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild 
b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
index e185ed9becbe..ab4ad997c37a 100644
--- a/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
+++ b/dev-python/taskgroup/taskgroup-0.0.0_alpha4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/exceptiongroup[${PYTHON_USEDEP}]



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

2024-02-05 Thread Ionen Wolkens
commit: 7c05c2375122b0219e34e37e43538065e132d0ea
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Feb  4 22:24:19 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c05c237

dev-python/hypercorn: Stabilize 0.16.0 ppc64, #922562

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/dev-python/hypercorn/hypercorn-0.16.0.ebuild 
b/dev-python/hypercorn/hypercorn-0.16.0.ebuild
index d3cc6edadb12..8a5838458d2b 100644
--- a/dev-python/hypercorn/hypercorn-0.16.0.ebuild
+++ b/dev-python/hypercorn/hypercorn-0.16.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/exceptiongroup-1.1.0[${PYTHON_USEDEP}]



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

2024-02-05 Thread Ionen Wolkens
commit: 8b051c899dd0a90e46570f2d03e8150b954e5e66
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Feb  4 21:57:35 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:03:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b051c89

media-gfx/imagemagick: Stabilize 7.1.1.25 sparc, #921371

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/media-gfx/imagemagick/imagemagick-7.1.1.25.ebuild 
b/media-gfx/imagemagick/imagemagick-7.1.1.25.ebuild
index a8b8b723807a..013b431c3ab9 100644
--- a/media-gfx/imagemagick/imagemagick-7.1.1.25.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.1.1.25.ebuild
@@ -14,7 +14,7 @@ else
MY_PV="$(ver_rs 3 '-')"
MY_P="ImageMagick-${MY_PV}"
SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/

2024-02-05 Thread Sam James
commit: cd24f5a5e87add2b55e52901d0574e9e26885b73
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 04:56:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 04:56:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd24f5a5

x11-misc/shared-mime-info: Stabilize 2.4-r1 sparc, #923855

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

 x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild 
b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
index 75a1866ef66f..1f0353019b54 100644
--- a/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
+++ b/x11-misc/shared-mime-info/shared-mime-info-2.4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" test? ( 
https://gitlab.freedesktop.org/xdg/xdgmime/-/archive/${MY_XDG
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/files/, dev-vcs/subversion/

2024-02-05 Thread Sam James
commit: dd9f5a0b35a3d402eb2f24d1146029baba0b0604
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  6 04:47:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  6 04:56:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9f5a0b

dev-vcs/subversion: add 1.14.3

* Inline patches from tarball in SRC_URI (404'd). We were already deleting
  some patches from it and there was a lot of fuzz in another (obsolete patch
  for interix).
* EAPI 8
* Add support for ruby32 (comes with this release).
* Drop old libutf8proc hack & depend on newer version so we can drop that hack.
* Run tests in parallel which helps a fair bit.
* Run tests with -Onone so it doesn't look like they're hanging.
* Add misc. missing || dies.

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

 dev-vcs/subversion/Manifest|   1 +
 .../files/subversion-1.14.3-ruby-c99.patch |  28 ++
 .../files/subversion-1.5.6-aix-dso.patch   |  21 +
 .../files/subversion-1.8.1-revert_bdb6check.patch  |  85 
 .../files/subversion-1.8.16-javadoc-nolint.patch   |  19 +
 dev-vcs/subversion/subversion-1.14.3.ebuild| 445 +
 6 files changed, 599 insertions(+)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index 0b4b2863e158..552c86fa6c00 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -1,2 +1,3 @@
 DIST subversion-1.10.0_rc1-patches-1.tar.xz 2984 BLAKE2B 
7c9619b95ca6b433a58dc5baf3a1e1b14ef0017f714af81762b975d50a37b743788a4da65cf7f9eb8e633cbc813ad8dd974b530a19ec2d3fc74b75921f8f0c17
 SHA512 
aa7a25a253ea2da99520399d292d3e1602985392bae6dc5582003fdb9719d654638754b6e370b68b184ee6729ba3833bd511c09b2cb36f8f476b42063f55fbb2
 DIST subversion-1.14.2.tar.bz2 8606570 BLAKE2B 
cf15c61b932823fb18b52f83d84907386f068d2d40e14dbab94c42ad9d4c0fdf35d82db78036d7c1f2be47c2d51cdd27bfb966eb7607a52a21e072aeff76fb38
 SHA512 
20ada4688ca07d9fb8da4b7d53b5084568652a3b9418c65e66bae950a16a3ff37710fcfc9c29ef14a89e75b2ceec4e9cf35d5876a7896ebc2b512cfb9ecc
+DIST subversion-1.14.3.tar.bz2 8569985 BLAKE2B 
bc366a611f77d7dc3a5dc6015ea50b8daae0cffc20f8830de04a7f310a26ab9e955db343e7902475079d31d7984cb6b03f7810e71feae9a5374e1cb690933b49
 SHA512 
40b172492005fd3b0cd9e457baf8ea5d8ff8fc161a9a0c6dc3a7314c6ad4ff75a4676f68a1919ae6273ae03e34d04eba8c1c37b8c0b4ec70d6731b527b41

diff --git a/dev-vcs/subversion/files/subversion-1.14.3-ruby-c99.patch 
b/dev-vcs/subversion/files/subversion-1.14.3-ruby-c99.patch
new file mode 100644
index ..161984f978f9
--- /dev/null
+++ b/dev-vcs/subversion/files/subversion-1.14.3-ruby-c99.patch
@@ -0,0 +1,28 @@
+https://bugs.gentoo.org/919090
+https://src.fedoraproject.org/rpms/subversion/blob/rawhide/f/subversion-ruby-c99.patch
+
+The Ruby bindings apply the Ruby NIL_P macro to an apr_hash_t * value,
+which some compilers flag as a type error.
+
+Submitted upstream: 
+
+--- a/subversion/bindings/swig/include/svn_containers.swg
 b/subversion/bindings/swig/include/svn_containers.swg
+@@ -299,7 +299,7 @@
+   $1 = svn_swig_rb_hash_to_apr_hash_svn_string($input, _global_pool);
+   _global_pool = NULL;
+   if (!NIL_P(rb_pool)) {
+-if (NIL_P($1)) {
++if ($1 == NULL) {
+   svn_swig_rb_destroy_pool(rb_pool);
+ } else {
+   svn_swig_rb_set_pool_for_no_swig_type($input, rb_pool);
+@@ -373,7 +373,7 @@
+ svn_swig_rb_hash_to_apr_hash_string($input, _global_pool);
+   _global_pool = NULL;
+   if (!NIL_P(rb_pool)) {
+-if (NIL_P($1)) {
++if ($1 == NULL) {
+   svn_swig_rb_destroy_pool(rb_pool);
+ } else {
+   svn_swig_rb_set_pool_for_no_swig_type($input, rb_pool);

diff --git a/dev-vcs/subversion/files/subversion-1.5.6-aix-dso.patch 
b/dev-vcs/subversion/files/subversion-1.5.6-aix-dso.patch
new file mode 100644
index ..69a4355f17af
--- /dev/null
+++ b/dev-vcs/subversion/files/subversion-1.5.6-aix-dso.patch
@@ -0,0 +1,21 @@
+On AIX, load shared libraries even when created with full aix-soname support:
+http://lists.gnu.org/archive/html/libtool/2011-01/msg00023.html
+http://lists.gnu.org/archive/html/libtool/2011-02/msg0.html
+Once there is an agreement on that, this patch eventually is for upstream too.
+
+--- a/subversion/libsvn_ra/ra_loader.c
 b/subversion/libsvn_ra/ra_loader.c
+@@ -164,6 +164,13 @@
+ 
+ /* find/load the specified library */
+ SVN_ERR(svn_dso_load(, libname));
++#ifdef _AIX
++if (! dso) {
++libname = apr_psprintf(pool, "libsvn_ra_%s-%d.so.0(shr.o)",
++   ra_name, SVN_VER_MAJOR);
++SVN_ERR(svn_dso_load(, libname));
++}
++#endif
+ if (! dso)
+   return SVN_NO_ERROR;
+ 

diff --git a/dev-vcs/subversion/files/subversion-1.8.1-revert_bdb6check.patch 
b/dev-vcs/subversion/files/subversion-1.8.1-revert_bdb6check.patch
new file mode 100644
index ..158c08233165
--- /dev/null
+++ 

  1   2   3   4   >