[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2023-07-04 Thread Fabian Groffen
commit: 14fbc8f14c4c484e1809e001e262efca9b6f6ecd
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jul  4 07:07:42 2023 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jul  4 07:07:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=14fbc8f1

scripts/bootstrap-prefix: don't disable readline on bash

"Recent" bash (5.1) compiles fine on Darwin 9 with readline enabled.

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index d722e0139f..9c86901e2e 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -872,14 +872,9 @@ bootstrap_gnu() {
# care about manpages at this stage
export ac_cv_path_POD2MAN=no
 
-   # Darwin9 in particular doesn't compile when using system readline,
-   # but we don't need any groovy input handling at all, so just disable it
-   [[ ${PN} == "bash" ]] && myconf="${myconf} --disable-readline"
-
# On e.g. musl systems bash will crash with a malloc error if we use
# bash' internal malloc, so disable it during it this stage
-   [[ ${PN} == "bash" ]] && \
-   myconf="${myconf} --without-bash-malloc"
+   [[ ${PN} == "bash" ]] && myconf="${myconf} --without-bash-malloc"
 
# Ensure we don't read system-wide shell initialisation, it may
# contain cruft, bug #650284
@@ -2187,7 +2182,7 @@ bootstrap_stage3() {
# Portage should figure out itself what it needs to do, if anything.
einfo "running emerge -uDNv system"
estatus "stage3: emerge -uDNv system"
-   unset CFLAGS CXXFLAGS CPPFLAGS
+   unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
emerge --color n -uDNv system || return 1
 
# Remove anything that we don't need (compilers most likely)



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

2023-07-04 Thread Guilherme Amadio
commit: 448a3ec950e76342573cd6f1721cbadce07c4fbc
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Jul  4 07:05:52 2023 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Jul  4 07:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448a3ec9

net-libs/xrootd: merge duplicate REQUIRED_USE added by mistake

Closes: https://bugs.gentoo.org/909428
Signed-off-by: Guilherme Amadio  gentoo.org>

 net-libs/xrootd/xrootd-5.5.5-r1.ebuild | 12 +---
 net-libs/xrootd/xrootd-5.6.0.ebuild| 16 +++-
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/net-libs/xrootd/xrootd-5.5.5-r1.ebuild 
b/net-libs/xrootd/xrootd-5.5.5-r1.ebuild
index 7b7be06008c8..b80cac774a68 100644
--- a/net-libs/xrootd/xrootd-5.5.5-r1.ebuild
+++ b/net-libs/xrootd/xrootd-5.5.5-r1.ebuild
@@ -26,8 +26,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples fuse http kerberos +libxml2 macaroons python readline scitokens 
+server systemd test xrdec"
 
 REQUIRED_USE="
-   macaroons? ( server )
-   scitokens? ( server )
+   http? ( kerberos )
+   macaroons? ( server )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   scitokens? ( server )
+   test? ( server )
 "
 
 RESTRICT="!test? ( test )"
@@ -63,11 +66,6 @@ BDEPEND="
 RDEPEND="${CDEPEND}
dev-lang/perl
 "
-REQUIRED_USE="
-   http? ( kerberos )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( server )
-"
 
 PATCHES=(
"${FILESDIR}"/${PN}-4.8.3-crc32.patch

diff --git a/net-libs/xrootd/xrootd-5.6.0.ebuild 
b/net-libs/xrootd/xrootd-5.6.0.ebuild
index eb7a9c37b3a2..dd92b0da08dc 100644
--- a/net-libs/xrootd/xrootd-5.6.0.ebuild
+++ b/net-libs/xrootd/xrootd-5.6.0.ebuild
@@ -26,13 +26,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 SRC_URI="https://xrootd.slac.stanford.edu/download/v${PV}/${P}.tar.gz";
 
+RESTRICT="!test? ( test )"
+
 REQUIRED_USE="
-   macaroons? ( server http )
-   scitokens? ( server )
+   http? ( kerberos )
+   macaroons? ( server http )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   scitokens? ( server )
+   test? ( server )
 "
 
-RESTRICT="!test? ( test )"
-
 CDEPEND="acct-group/xrootd
acct-user/xrootd
dev-libs/openssl:0=
@@ -68,11 +71,6 @@ BDEPEND="
 RDEPEND="${CDEPEND}
dev-lang/perl
 "
-REQUIRED_USE="
-   http? ( kerberos )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( server )
-"
 
 PATCHES=(
"${FILESDIR}"/${PN}-4.8.3-crc32.patch



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

2023-07-04 Thread Guilherme Amadio
commit: 66c14cb9a72b00a6ad8163330da5af6e99561cad
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Jul  4 07:13:06 2023 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Jul  4 07:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c14cb9

net-libs/xrootd-ceph: drop 5.4.3

Signed-off-by: Guilherme Amadio  gentoo.org>

 net-libs/xrootd-ceph/Manifest |  1 -
 net-libs/xrootd-ceph/xrootd-ceph-5.4.3.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/net-libs/xrootd-ceph/Manifest b/net-libs/xrootd-ceph/Manifest
index 5f20ce7df6ad..c6fee4687bdd 100644
--- a/net-libs/xrootd-ceph/Manifest
+++ b/net-libs/xrootd-ceph/Manifest
@@ -1,3 +1,2 @@
-DIST xrootd-ceph-5.4.3.tar.gz 82057 BLAKE2B 
3ca2a812e6a55d696c1336b28114e9d4ec46c18d764ab8966533e150bb7e3a040c58a957c73adfd4f79038b82ebafcc3b09eae2d7b06aba41e36ce94c36ac3fe
 SHA512 
b1065cf55d3918eef5083ebd1737139a761a28e4cc41cd2b796e2a0157d7a86850e643cecd89aeef89419485397676ac7040df5a5e2e9f7405d26320dbe1c9e3
 DIST xrootd-ceph-5.5.4.tar.gz 82015 BLAKE2B 
cfd2ec0151bfb7113954a7bab4f522984b0692700a2cd141c7039418d528693bf45e65308395a8eacf4e1a5b34389fc3c0b83f0575af132730103376bc8e07fc
 SHA512 
59cc73505e8cb8ec9e43b30f3773872458257c3c463919337ef97e77de928378803719300f191877d54c1d67dbf45b54aa115ebc9bbac0f64acf51f4e7c23cc5
 DIST xrootd-ceph-5.5.5.tar.gz 82015 BLAKE2B 
ddc9f2e54d698b7974a768da9f528dbdbcf0990836acfaf3d51996630388e68ce3e8c35b5f5849331f4479c5d4df93b890e857afb31a0eac1e7fd950bb196fca
 SHA512 
0795a72c48275eb3f7ced96395536b1965f2422927e77c89e91acc3d0066d3bbafeddb378d3780d4b979e4c6308abd93a3a8bd759607562f5b1d263f99927414

diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.4.3.ebuild 
b/net-libs/xrootd-ceph/xrootd-ceph-5.4.3.ebuild
deleted file mode 100644
index d976d23d575f..
--- a/net-libs/xrootd-ceph/xrootd-ceph-5.4.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="xrootd OSS plug-in for interfacing with Ceph storage platform"
-HOMEPAGE="https://xrootd.slac.stanford.edu/";
-SRC_URI="https://github.com/xrootd/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~amd64-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="~net-libs/xrootd-${PV}
-   sys-cluster/ceph"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( dev-util/cppunit )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.4.0_no-werror.patch
-)
-
-# xrootd plugins are not intended to be linked with,
-# they are to be loaded at runtime by xrootd,
-# see https://github.com/xrootd/xrootd/issues/447
-QA_SONAME="/usr/lib.*/libXrdCeph.*-$(ver_cut 1)\.so
-   /usr/lib.*/libXrdCephTests\.so"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_TESTS=$(usex test)
-   )
-   cmake_src_configure
-}



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

2023-07-04 Thread Guilherme Amadio
commit: 19057cf5e7403a490a28dc016a56eebf90e3ad0c
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Jul  4 07:14:28 2023 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Jul  4 07:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19057cf5

net-libs/xrootd: drop 5.4.3, 5.4.3-r2

Signed-off-by: Guilherme Amadio  gentoo.org>

 net-libs/xrootd/Manifest   |   1 -
 net-libs/xrootd/xrootd-5.4.3-r2.ebuild | 187 -
 net-libs/xrootd/xrootd-5.4.3.ebuild| 133 ---
 3 files changed, 321 deletions(-)

diff --git a/net-libs/xrootd/Manifest b/net-libs/xrootd/Manifest
index a30f0d140c96..f4615951a2ff 100644
--- a/net-libs/xrootd/Manifest
+++ b/net-libs/xrootd/Manifest
@@ -1,4 +1,3 @@
-DIST xrootd-5.4.3.tar.gz 3182127 BLAKE2B 
ed3f6a943167eafb5f6d7f78ca34f44c9a18b5ed672a4e622acb1e6e6997bd21756a30bf24f0b799ab4f16e7e1fb3f61a042f4e5e00f965b898fc5a287bf995a
 SHA512 
189ec8e20901fd07093494187502e031a60d4ade22af33067313fad7a1bf6a6feb5c5d9d59d3a86d13a6a767e5a93cf4836da02e9cae11c81ccac07199898d72
 DIST xrootd-5.5.4.tar.gz 3241021 BLAKE2B 
505890ab7dbd0530d3c42390c9a6858cf0c8b53d42631b3bed615cb9b7c4d738bb791d26e625b010fef79f57291eb8bcd653ec629d240df92d37c12c973210f8
 SHA512 
1bf8fec3e20950e1dfbb5a7914c2f2b1d7d1fc1ce6b419dda129bb6cfb083ae674a14732b7b7330dee2287635749d91f8ee7e16badd71c723d189a1a44c309dd
 DIST xrootd-5.5.5.tar.gz 3243062 BLAKE2B 
697dbd9d42e3fd9c6d2cf86a1c120e3752e74abbae2cf69be4c20292c568ad2f20fbea9320a2e22c04b53232d32915f9f7ea08c0e93117e8e72f181d5b642044
 SHA512 
864b4fe686c0a618a2672b624b7c5a00a4e87b4bd97842f8e25666b48a23f01e7d91d926013e9f435fb439a9c464ebbca8818720ec6c067c04d0603d1381cdba
 DIST xrootd-5.6.0.tar.gz 3277803 BLAKE2B 
afdad0bd311d670610e230899477364f7be322a87804b4fc21a914d0e4fb7b7b1917d5d00445d2b7568c11e6a80e2a75620979a8031cbd62daf78c525b9da2fb
 SHA512 
98119f51eecc16551c7f69147dd736df2632d77983bb6090c5452cb08faf6413bd1c3a54a8bd158af2ccff404b95e7e0b1ef1b2f65651b9d4a64b2dc5895dd12

diff --git a/net-libs/xrootd/xrootd-5.4.3-r2.ebuild 
b/net-libs/xrootd/xrootd-5.4.3-r2.ebuild
deleted file mode 100644
index fd1b2bdf0993..
--- a/net-libs/xrootd/xrootd-5.4.3-r2.ebuild
+++ /dev/null
@@ -1,187 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit cmake distutils-r1
-
-DESCRIPTION="Extended ROOT remote file server"
-HOMEPAGE="https://xrootd.slac.stanford.edu/";
-SRC_URI="https://xrootd.slac.stanford.edu/download/v${PV}/${P}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples fuse http kerberos +libxml2 python readline +server systemd 
test"
-
-RESTRICT="!test? ( test )"
-
-CDEPEND="acct-group/xrootd
-   acct-user/xrootd
-   dev-libs/openssl:0=
-   sys-libs/zlib
-   virtual/libcrypt:=
-   fuse? ( sys-fs/fuse:0= )
-   http? ( net-misc/curl:= )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( dev-libs/libxml2:2= )
-   python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0= )
-   systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${CDEPEND}"
-BDEPEND="
-   doc? (
-   app-doc/doxygen[dot]
-   virtual/latex-base
-   python? ( dev-python/sphinx )
-   )
-   python? (
-   ${PYTHON_DEPS}
-   ${DISTUTILS_DEPS}
-   test? ( >=dev-python/pytest-7.1.2[${PYTHON_USEDEP}] )
-   )
-   test? ( dev-util/cppunit )
-"
-RDEPEND="${CDEPEND}
-   dev-lang/perl
-"
-REQUIRED_USE="
-   http? ( kerberos )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( server )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.8.3-crc32.patch
-   "${FILESDIR}"/${PN}-5.4.3-no_automagic.patch
-   "${FILESDIR}"/${PN}-5.4.3-cmake_no_python.patch
-   "${FILESDIR}"/${PN}-5.4.3-python_tests_py3.patch
-)
-
-# xrootd plugins are not intended to be linked with,
-# they are to be loaded at runtime by xrootd,
-# see https://github.com/xrootd/xrootd/issues/447
-QA_SONAME="/usr/lib.*/libXrd.*-$(ver_cut 1)\.so
-   /usr/lib.*/libXrdClTests\.so"
-
-pkg_setup() {
-   use python && python_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   if use python; then
-   pushd "${S}"/bindings/python > /dev/null || die
-   distutils-r1_src_prepare
-   popd > /dev/null || die
-   fi
-}
-
-# FIXME: support xrdec - currently only builds against bundled isa-l
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_FUSE=$(usex fuse)
-   -DENABLE_HTTP=$(usex http)
-   -DENABLE_KRB5=$(usex kerberos)
-   -DENABLE_LIBXML2=$(usex libxml2)
-   -DENABLE_PYTHON=$(usex python)
-   -DENABLE_READLINE=$(usex readline)
-   -DENABLE_TESTS=$(

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

2023-07-04 Thread Guilherme Amadio
commit: 9a379a5de2ee6c63be0d8285003b26f616bfe521
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Jul  4 07:11:48 2023 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Jul  4 07:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a379a5d

net-libs/xrootd: stabilize 5.5.4-r1 for amd64

Signed-off-by: Guilherme Amadio  gentoo.org>

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

diff --git a/net-libs/xrootd/xrootd-5.5.4-r1.ebuild 
b/net-libs/xrootd/xrootd-5.5.4-r1.ebuild
index 543ccf619b46..4857db5da8b7 100644
--- a/net-libs/xrootd/xrootd-5.5.4-r1.ebuild
+++ b/net-libs/xrootd/xrootd-5.5.4-r1.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://xrootd.slac.stanford.edu/download/v${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="examples fuse http kerberos +libxml2 python readline +server systemd 
test"
 
 RESTRICT="!test? ( test )"



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

2023-07-04 Thread Guilherme Amadio
commit: 5192f4d844bc7d2afe55abf31a107578a11a05f6
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Jul  4 07:12:37 2023 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Jul  4 07:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5192f4d8

net-libs/xrootd-ceph: stabilize 5.5.4 for amd64

Signed-off-by: Guilherme Amadio  gentoo.org>

 net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild 
b/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild
index ef04b6db3238..bea7bc8efad1 100644
--- a/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild
+++ b/net-libs/xrootd-ceph/xrootd-ceph-5.5.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/xrootd/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="amd64 ~amd64-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2023-07-04 Thread Joonas Niilola
commit: d6a3a16edbefead380fc53aa703d5944e0653912
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jul  4 08:30:08 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jul  4 08:30:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a3a16e

www-servers/nginx: Stabilize 1.24.0-r1 x86, #909561

Signed-off-by: Joonas Niilola  gentoo.org>

 www-servers/nginx/nginx-1.24.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.24.0-r1.ebuild 
b/www-servers/nginx/nginx-1.24.0-r1.ebuild
index 0ad153af7fb2..76db209c2d57 100644
--- a/www-servers/nginx/nginx-1.24.0-r1.ebuild
+++ b/www-servers/nginx/nginx-1.24.0-r1.ebuild
@@ -208,7 +208,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 # Package doesn't provide a real test suite
 RESTRICT="test"



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

2023-07-04 Thread Sam James
commit: 9ac36d006c45f4efaae5e9831bd74b43e5abc7a6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:34:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:34:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac36d00

dev-python/django: Stabilize 4.2.3 ALLARCHES, #909577

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

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

diff --git a/dev-python/django/django-4.2.3.ebuild 
b/dev-python/django/django-4.2.3.ebuild
index e93ec1cd4c77..9cf56138947e 100644
--- a/dev-python/django/django-4.2.3.ebuild
+++ b/dev-python/django/django-4.2.3.ebuild
@@ -27,7 +27,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: 9f56e375ba612241e2114a60faabe9103102ffd7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:34:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:34:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f56e375

dev-python/django: Stabilize 4.1.10 ALLARCHES, #909576

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

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

diff --git a/dev-python/django/django-4.1.10.ebuild 
b/dev-python/django/django-4.1.10.ebuild
index 627b1753e2a1..15f1ea76def2 100644
--- a/dev-python/django/django-4.1.10.ebuild
+++ b/dev-python/django/django-4.1.10.ebuild
@@ -27,7 +27,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: b469991b62a3ab20576776e8ff20bc3ec8cf936f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:34:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:34:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b469991b

dev-python/django: Stabilize 3.2.20 ALLARCHES, #909575

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

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

diff --git a/dev-python/django/django-3.2.20.ebuild 
b/dev-python/django/django-3.2.20.ebuild
index ca46ed4c7d3b..e32092b0fe7c 100644
--- a/dev-python/django/django-3.2.20.ebuild
+++ b/dev-python/django/django-3.2.20.ebuild
@@ -27,7 +27,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2023-07-04 Thread Fabian Groffen
commit: 572c1a5a03ea459d305754ccc25de70dffaaa196
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jul  4 09:36:37 2023 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jul  4 09:36:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=572c1a5a

scripts/bootstrap-prefix: use Python 3.10 on Darwin 9

Python 3.10 requires C11, which is not supported by host compiler
GCC-4.0.1.

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 9c86901e2e..f196eaa4b2 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -959,11 +959,19 @@ python_ver() {
# snapshot for stage3, else packages will break with some python
# mismatch error due to Portage using a different version after it
# upgraded itself with a newer Python
-   echo 3.11   # keep this number in line with PV below for stage1,2
+   if [[ ${CHOST} == *-darwin9 ]] ; then
+   echo 3.10  # last known version to compile
+   export PYTHON_FULL_VERSION=3.10.4
+   else
+   echo 3.11
+   export PYTHON_FULL_VERSION="3.11.3-gentoo-prefix-patched"
+   fi
+   # keep this number in line with PV below for stage1,2
 }
 
 bootstrap_python() {
-   PV=$(python_ver).3-gentoo-prefix-patched
+   python_ver  # to get full version
+   PV=${PYTHON_FULL_VERSION}
A=Python-${PV}.tar.xz
einfo "Bootstrapping ${A%.tar.*}"
 
@@ -1013,8 +1021,8 @@ bootstrap_python() {
-e 's/KQUEUE/KQUEUE_DISABLED/' \
configure
# fixup thread id detection (only needed on vanilla Python tar)
-   #efetch 
"https://dev.gentoo.org/~sam/distfiles/dev-lang/python/python-3.9.6-darwin9_pthreadid.patch";
-   #patch -p1 < "${DISTDIR}"/python-3.9.6-darwin9_pthreadid.patch
+   efetch 
"https://dev.gentoo.org/~sam/distfiles/dev-lang/python/python-3.9.6-darwin9_pthreadid.patch";
+   patch -p1 < "${DISTDIR}"/python-3.9.6-darwin9_pthreadid.patch
;;
(*-openbsd*)
# OpenBSD is not a multilib system



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

2023-07-04 Thread Sam James
commit: 244c141ca80dd4c9df7b95c2e9fd8d478bf4a9cb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:38:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:38:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244c141c

dev-php/webmozart-assert: Stabilize 1.10.0 x86, #909613

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

 dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild 
b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
index 5ceccfa33d0c..b59fb244b709 100644
--- a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
+++ b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2023-07-04 Thread Sam James
commit: a9f1aeae2816dab3ee62832a6738b206c6d0ca21
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:38:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:38:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f1aeae

dev-php/sebastian-type: Stabilize 1.1.4 ALLARCHES, #909620

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

 dev-php/sebastian-type/sebastian-type-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/sebastian-type/sebastian-type-1.1.4.ebuild 
b/dev-php/sebastian-type/sebastian-type-1.1.4.ebuild
index 2a0d5cf2d201..f06e3bc7ec9b 100644
--- a/dev-php/sebastian-type/sebastian-type-1.1.4.ebuild
+++ b/dev-php/sebastian-type/sebastian-type-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 BDEPEND="dev-php/theseer-Autoload"



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

2023-07-04 Thread Sam James
commit: 641df0164bca486997854626defbafd89b8c7c7a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:38:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:38:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641df016

dev-php/xdebug-client: Stabilize 2.9.8 amd64, #909622

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

 dev-php/xdebug-client/xdebug-client-2.9.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
index 36607c13f71b..989bef74cdfd 100644
--- a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
+++ b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 MY_PN="xdebug"
 MY_PV="${PV/_/}"



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

2023-07-04 Thread Hans de Graaff
commit: e2bd2ffc7d5b81681b3285165fa92922ad5284b6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:20:24 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bd2ffc

dev-ruby/imagesize: enable ruby32

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

 dev-ruby/imagesize/imagesize-0.1.1_p20100902-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/imagesize/imagesize-0.1.1_p20100902-r2.ebuild 
b/dev-ruby/imagesize/imagesize-0.1.1_p20100902-r2.ebuild
index 23bb9e2e99cc..590231b84e56 100644
--- a/dev-ruby/imagesize/imagesize-0.1.1_p20100902-r2.ebuild
+++ b/dev-ruby/imagesize/imagesize-0.1.1_p20100902-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.txt"
 RUBY_FAKEGEM_GEMSPEC="imagesize.gemspec"



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

2023-07-04 Thread Hans de Graaff
commit: dcb4910e910dd6d45ca22ae5a67df18f41cc5cc4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:27:31 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb4910e

dev-ruby/httpauth: enable ruby32

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

 dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild 
b/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild
index acedb9a1fbd0..89c66554ccfc 100644
--- a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild
+++ b/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md TODO"
 RUBY_FAKEGEM_GEMSPEC="httpauth.gemspec"



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

2023-07-04 Thread Hans de Graaff
commit: a1a2dce09bf20cbefb7d9fcd4159919af6d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:25:38 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a2dce0

dev-ruby/http_parser_rb: enable ruby32

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

 dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild 
b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild
index c8083353aa1e..878bf9a1a924 100644
--- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild
+++ b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2023-07-04 Thread Hans de Graaff
commit: 820f01b3cf32d15cc9f787a9de395ef753471c1f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 08:17:16 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820f01b3

dev-ruby/http-accept: update EAPI 7 -> 8

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

 dev-ruby/http-accept/http-accept-1.7.0-r1.ebuild | 25 
 1 file changed, 25 insertions(+)

diff --git a/dev-ruby/http-accept/http-accept-1.7.0-r1.ebuild 
b/dev-ruby/http-accept/http-accept-1.7.0-r1.ebuild
new file mode 100644
index ..9943889c519f
--- /dev/null
+++ b/dev-ruby/http-accept/http-accept-1.7.0-r1.ebuild
@@ -0,0 +1,25 @@
+# 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="README.md"
+RUBY_FAKEGEM_GEMSPEC="http-accept.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse Accept and Accept-Language HTTP headers"
+HOMEPAGE="https://github.com/socketry/http-accept";
+SRC_URI="https://github.com/socketry/http-accept/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2023-07-04 Thread Hans de Graaff
commit: 0693a653a7ff1081f9b248d466949a315374b6d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:28:34 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0693a653

dev-ruby/http-accept: enable ruby32

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

 dev-ruby/http-accept/http-accept-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/http-accept/http-accept-2.2.0.ebuild 
b/dev-ruby/http-accept/http-accept-2.2.0.ebuild
index 2e63d7de2a10..9cb68d6126b5 100644
--- a/dev-ruby/http-accept/http-accept-2.2.0.ebuild
+++ b/dev-ruby/http-accept/http-accept-2.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_GEMSPEC="http-accept.gemspec"



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

2023-07-04 Thread Hans de Graaff
commit: 6306282020bafafb0b73ab56ea90142b0235da78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 08:34:33 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63062820

dev-ruby/http: drop 5.1.0

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

 dev-ruby/http/Manifest  |  1 -
 dev-ruby/http/http-5.1.0.ebuild | 60 -
 2 files changed, 61 deletions(-)

diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
index 2ea5a499d327..5d48403bbcec 100644
--- a/dev-ruby/http/Manifest
+++ b/dev-ruby/http/Manifest
@@ -1,3 +1,2 @@
 DIST http-4.4.1.gem 75776 BLAKE2B 
ab34a6a567842d52f9b7cbe3fc3fb8e4757f5cf1303deacdf2f2130a44e82fde64f0db561c3f8fc28100faea277a9c4a9352f95e6cb1359730b34e83a7b36d72
 SHA512 
6e43a8ae379d7c8a807a9a03c87bfb5ad1719f9838e26ac7a695220ee2bc50344accc2db268d30da175328fd5468b87ec8532d17ce42a5b74d6c2c4c281d1bc9
-DIST http-5.1.0.gem 81920 BLAKE2B 
cc80149b89eabd5c6b468ffe28b33e17845bd996fa3bf8b9c38c517fe79994412b376b3bac365e8debbeb272cf4333aebd398d1955a358faa27ba9f124671443
 SHA512 
b99da5318da54e7b64abd48df0b68cde9a02e1ae92b51fc43302e3dea28ba9672e2b7a25e31c342235835e16b2e1b98c94b6d4efa7916a0aa99258fc8290260f
 DIST http-5.1.1.gem 82944 BLAKE2B 
bd44ede401712ddd13b76f9e3266622aefd78f37a89c84217c7f8206214e9e2ee994fe375a6e7897315dd83853d4e8ab2c0c9c34a59fe47c1a0617f3c126fdab
 SHA512 
a39d88297b6f2f0a51a22fe502d1f7883d44a3fa0af250e1a8142f093fb3865b02b797bc46780d9129f0c67e18f97cc551aa1dbd794b3b4cda6bdb5495fe95e3

diff --git a/dev-ruby/http/http-5.1.0.ebuild b/dev-ruby/http/http-5.1.0.ebuild
deleted file mode 100644
index 8c5d7fa67658..
--- a/dev-ruby/http/http-5.1.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-inherit ruby-fakegem
-
-DESCRIPTION="An easy-to-use client library for making requests from Ruby"
-HOMEPAGE="https://github.com/tarcieri/http";
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/addressable-2*
-   >=dev-ruby/addressable-2.8
-   =dev-ruby/http-cookie-1*
-   >=dev-ruby/http-form_data-2.2:2
-   >=dev-ruby/llhttp-ffi-0.4.0:0/0.4"
-
-ruby_add_bdepend "
-   test? (
-   =dev-ruby/certificate_authority-1*
-   dev-ruby/rspec-its
-   dev-ruby/webrick
-   )"
-
-all_ruby_prepare() {
-   # Avoid specs that require network access
-   sed -i -e '/.persistent/,/^  end/ s:^:#:' \
-   spec/lib/http_spec.rb || die
-   sed -i -e '/with non-ASCII URLs/,/^end/ s:^:#:' \
-   spec/lib/http/client_spec.rb || die
-
-   # Avoid spec that may fail with a running web server
-   sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^  end/ 
s:^:#:' spec/lib/http_spec.rb || die
-
-   # Fix spec for production release
-   sed -i -e '/User-Agent:/ s/.dev//' 
spec/lib/http/features/logging_spec.rb || die
-
-   # Avoid specs also failing upstream due to some certificate issue
-   sed -i -e '/context "ssl"/,/^  end/ s:^:#:' spec/lib/http_spec.rb 
|| die
-   sed -i -e '/describe "working with SSL"/,/^  end/ s:^:#:' 
spec/lib/http/client_spec.rb || die
-
-   # Disable coverage
-   sed -i -e 's/require_relative ".\/support\/simplecov"//g' 
"spec/spec_helper.rb" || die
-
-   # Submitted upstream as https://github.com/httprb/http/pull/719
-   sed -i -e '4i require "cgi"' "spec/lib/http/client_spec.rb" || die
-}
-
-each_ruby_test() {
-   # disables dev-ruby/fuubar dep
-   CI=1 each_fakegem_test
-}



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

2023-07-04 Thread Hans de Graaff
commit: 81ca95b32e6ba6b6a9698d7f9478f7bc3f9e178f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 09:40:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ca95b3

dev-ruby/highline: drop 2.0.3-r1

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

 dev-ruby/highline/Manifest |  1 -
 dev-ruby/highline/highline-2.0.3-r1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/highline/Manifest b/dev-ruby/highline/Manifest
index 8837783258c4..85f11cfa446d 100644
--- a/dev-ruby/highline/Manifest
+++ b/dev-ruby/highline/Manifest
@@ -1,2 +1 @@
-DIST highline-2.0.3.tar.gz 234205 BLAKE2B 
4748c3ad8a15e551162ab9f2eb6e176297d833d13e6f5db7898f99c71f25e8a2a01057b0438c5d30b56a66333bbba0da1a435cfa07db97f2ffc5e301157618ef
 SHA512 
f432c8836040bcfb147a84efa2dd3feee7f3f6e03eafbf4232e9457aeef8cb9ca83fcf854d3b261f59a16abc3f2c8fc0f1279a7efeb07dea8a13be22ebde
 DIST highline-2.1.0.tar.gz 234116 BLAKE2B 
e1e899093de7e162e83f4d2e694e5841cedc336063a4410cab392702241136d5eec258b53065ffcded567f0af163d04a25bbdfd0767211b059980e9e5effe7c9
 SHA512 
b763428d67b1eb77762b54b8e2dd39bda720589e7030db8694e793bb432fa94caa2848b23358e7eaea0ccb22d8a93e0a64aeef3865f7e9fec348bbebee19d713

diff --git a/dev-ruby/highline/highline-2.0.3-r1.ebuild 
b/dev-ruby/highline/highline-2.0.3-r1.ebuild
deleted file mode 100644
index d4900500416a..
--- a/dev-ruby/highline/highline-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md TODO"
-
-RUBY_FAKEGEM_GEMSPEC="highline.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Highline is a high-level command-line IO library for ruby"
-HOMEPAGE="https://github.com/JEG2/highline";
-SRC_URI="https://github.com/JEG2/highline/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-IUSE=""
-LICENSE="|| ( GPL-2 Ruby-BSD )"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris"
-
-all_ruby_prepare() {
-   # fix up gemspec file not to call git
-   sed -i -e 's/git ls-files -z/find * -print0/' highline.gemspec || die
-
-   # Avoid unneeded dependencies
-   sed -i -e '/\(bundler\|code_statistics\)/ s:^:#:' \
-   -e '/PackageTask/,/end/ s:^:#:' Rakefile || die
-   sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
-
-   # Remove almost empty doc directory to allow rdoc recipe to work
-   rm -rf doc || die
-}



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

2023-07-04 Thread Hans de Graaff
commit: 774a4aa702d199d10390646265902f7ccd30a85f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 09:06:37 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774a4aa7

dev-ruby/hitimes: enable ruby32

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

 dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild 
b/dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild
index 84afd58175d9..7f5802820059 100644
--- a/dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild
+++ b/dev-ruby/hitimes/hitimes-2.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
 



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

2023-07-04 Thread Hans de Graaff
commit: 1c7e4de02f5ee8f60615428c9a083d5ec07b6d6c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:28:58 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7e4de0

dev-ruby/http-accept: drop 2.1.1-r1

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

 dev-ruby/http-accept/Manifest|  1 -
 dev-ruby/http-accept/http-accept-2.1.1-r1.ebuild | 27 
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/http-accept/Manifest b/dev-ruby/http-accept/Manifest
index 8b388a3912df..bc035fad5442 100644
--- a/dev-ruby/http-accept/Manifest
+++ b/dev-ruby/http-accept/Manifest
@@ -1,3 +1,2 @@
 DIST http-accept-1.7.0.tar.gz 12289 BLAKE2B 
5eda9bd29e2dd2b52c8f2589adf57872a80aaf93c37d28b1668dc24fc1e2fa81d00ec12766dd558691dbf3e6560bba013f456a659ead47fffd77b1565c186a7f
 SHA512 
3502bfbd07f6bb0164843c728cd5ef27adfd675317fd60372539180de212d02d6d446cff8eb081d1cbe5a19b30d5759a55b22bc63736cea83254595bd691522f
-DIST http-accept-2.1.1.tar.gz 12488 BLAKE2B 
b909736c0fda14b32f30c38f12f4c4c2b2bf1a36ddf753069484b6b7151d518b80a6ae8dba929e27f8f758c0c0ae0c52c24802f02b1bfd4674ca33b50d7a0de0
 SHA512 
e0231cae90ce9180006714485df2cf205bf1f114887dc581ea50fb558c1c7e434838d10d0c9f69c1d747249b8d0c73e628a6ea7b1ffa1ffa7059ba2447307df2
 DIST http-accept-2.2.0.tar.gz 14174 BLAKE2B 
b6fd0c065a1d9c798ebee8a2f82aa45738cf98721d42d9806614fd98c8ce5d571ce06ad3292e81a972e484f55c75c0e99c5ad54f138323b180bb9292f87b3049
 SHA512 
341b09b3f8ba132ba9394c904bbe7c95a91fe0b39b080ae96d8228b8474f2d7de6edf4d9dce0b16783ac12aa375b0cda99be67290656f3348219f52d66b7f120

diff --git a/dev-ruby/http-accept/http-accept-2.1.1-r1.ebuild 
b/dev-ruby/http-accept/http-accept-2.1.1-r1.ebuild
deleted file mode 100644
index ac8cdf35b333..
--- a/dev-ruby/http-accept/http-accept-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="http-accept.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parse Accept and Accept-Language HTTP headers"
-HOMEPAGE="https://github.com/socketry/http-accept";
-SRC_URI="https://github.com/socketry/http-accept/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
-   sed -e "s:_relative ': './:" \
-   -e 's/git ls-files -z/find * -print0/' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2023-07-04 Thread Hans de Graaff
commit: 8ab6f74b8110b44bffa18badd9185e825bedeca8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:24:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab6f74b

dev-ruby/http_parser_rb: enable ruby32

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

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

diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild 
b/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild
index 6a2e0717c5ea..878bf9a1a924 100644
--- a/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild
+++ b/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2023-07-04 Thread Hans de Graaff
commit: 08fcb382e1f8dc137a826950e8d6dff8a1079f68
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 06:26:38 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fcb382

dev-ruby/http-cookie: drop 1.0.5

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

 dev-ruby/http-cookie/http-cookie-1.0.5.ebuild | 29 ---
 1 file changed, 29 deletions(-)

diff --git a/dev-ruby/http-cookie/http-cookie-1.0.5.ebuild 
b/dev-ruby/http-cookie/http-cookie-1.0.5.ebuild
deleted file mode 100644
index c8c392057da5..
--- a/dev-ruby/http-cookie/http-cookie-1.0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library to handle HTTP cookies"
-HOMEPAGE="https://github.com/sparklemotion/http-cookie";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE=""
-
-# See https://github.com/sparklemotion/http-cookie/issues/16 for dropping 
domain_name
-ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"
-
-all_ruby_prepare() {
-   sed -i -e "/simplecov/d" -e "/bundler/d" Rakefile || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib test/test_http_cookie.rb || die
-   ${RUBY} -Ilib test/test_http_cookie_jar.rb || die
-}



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

2023-07-04 Thread Hans de Graaff
commit: 82c333bbcc8f066759f5566727818947f2574d1d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 09:02:33 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c333bb

dev-ruby/hocon: drop 1.3.1-r1

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

 dev-ruby/hocon/Manifest  |  1 -
 dev-ruby/hocon/hocon-1.3.1-r1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/hocon/Manifest b/dev-ruby/hocon/Manifest
index a054377a285f..b4947fb43d3b 100644
--- a/dev-ruby/hocon/Manifest
+++ b/dev-ruby/hocon/Manifest
@@ -1,2 +1 @@
-DIST hocon-1.3.1.tar.gz 146330 BLAKE2B 
4eaa791f148347cf30cea04c79ed63fbc804a0ef7f4bdf1640da706f857a46a99342d338a8444b2df316ef972e11d5a3e10aae8d82f464b2964aa30c2086274c
 SHA512 
c73cfd8d6c77751d1d2a35d85cad2f2eef700a01e8b8de9449c0c9dfefe8d4a80c4a79dd3db8ee4a6d2c3649f26d6780cbe05fe9b067de05ee3711b00faf4255
 DIST hocon-1.4.0.tar.gz 147184 BLAKE2B 
7a072b2c4e5bc0dda80b836a6b905888e2a8cf6da87403c738f62ffebc9bae6dfa71125c68f90c4b2608a36f1491f17ceb55b4628e54b44b8acb3933c2a748a9
 SHA512 
735cd6344d96e5e5e42a94da875476483c6cb993c9d2f6c144b74713e1eb5cbdadcd8a2c73414d456ff9fa565a6dcc575507ee1a6df339ffe1c1944ed6d15e33

diff --git a/dev-ruby/hocon/hocon-1.3.1-r1.ebuild 
b/dev-ruby/hocon/hocon-1.3.1-r1.ebuild
deleted file mode 100644
index 5f7f0a951236..
--- a/dev-ruby/hocon/hocon-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_BINWRAP="hocon"
-
-RUBY_FAKEGEM_GEMSPEC="hocon.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This is a port of the Typesafe Config library to Ruby"
-HOMEPAGE="https://github.com/puppetlabs/ruby-hocon";
-SRC_URI="https://github.com/puppetlabs/ruby-hocon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="ruby-hocon-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"



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

2023-07-04 Thread Hans de Graaff
commit: 5b75f900483b29b24c97c4822d92e303dc86b394
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  4 09:40:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  4 09:41:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b75f900

dev-ruby/histogram: drop 0.2.4.1

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

 dev-ruby/histogram/histogram-0.2.4.1.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild 
b/dev-ruby/histogram/histogram-0.2.4.1.ebuild
deleted file mode 100644
index 723024fb90bd..
--- a/dev-ruby/histogram/histogram-0.2.4.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Gives objects the ability to 'histogram' in several useful ways"
-HOMEPAGE="https://github.com/jtprince/histogram";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/narray )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-}



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

2023-07-04 Thread Sam James
commit: a6c307650cee4c6e02a2d0e415d473ca9e824730
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c30765

dev-php/PEAR-Net_IPv4: mark ALLARCHES

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

 dev-php/PEAR-Net_IPv4/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Net_IPv4/metadata.xml 
b/dev-php/PEAR-Net_IPv4/metadata.xml
index 77793b997e9e..6841fa89bee8 100644
--- a/dev-php/PEAR-Net_IPv4/metadata.xml
+++ b/dev-php/PEAR-Net_IPv4/metadata.xml
@@ -5,4 +5,5 @@
php-b...@gentoo.org
PHP
 
+
 



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

2023-07-04 Thread Sam James
commit: 711a23880c03f8f8ea96867fe3567c641b3a11da
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711a2388

dev-php/PEAR-Net_IPv4: Stabilize 1.3.5 x86, #909604

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

 dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild 
b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
index e7dcbc24d680..004f766bccad 100644
--- a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
+++ b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,5 +9,5 @@ DESCRIPTION="PEAR class for IP v4 calculations"
 
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""



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

2023-07-04 Thread Sam James
commit: 04dd9d08443699e409e6858cbed354312b12eadb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dd9d08

dev-php/PEAR-Mail: Stabilize 1.5.0 arm, #909606

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

 dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index a6b279e7630b..3a4dc8626374 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: 96c21bebe5afe6583794cabfd5e338d79ab6ebd7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c21beb

dev-php/xdebug-client: Stabilize 2.9.8 x86, #909622

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

 dev-php/xdebug-client/xdebug-client-2.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
index 989bef74cdfd..2b7709e8dcc4 100644
--- a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
+++ b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 
 MY_PN="xdebug"
 MY_PV="${PV/_/}"



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

2023-07-04 Thread Sam James
commit: 7d6228ad2adbd65ef285361216d40781b7810a71
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6228ad

dev-php/sebastian-version: Stabilize 3.0.2 ALLARCHES, #909621

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

 dev-php/sebastian-version/sebastian-version-3.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/sebastian-version/sebastian-version-3.0.2.ebuild 
b/dev-php/sebastian-version/sebastian-version-3.0.2.ebuild
index 3aa79ccb40b3..4721686fd835 100644
--- a/dev-php/sebastian-version/sebastian-version-3.0.2.ebuild
+++ b/dev-php/sebastian-version/sebastian-version-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit-mock-objects/

2023-07-04 Thread Sam James
commit: 63b9f9d19fa27af64e5b544a4a6d20e6ce3f7edd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:41:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b9f9d1

dev-php/phpunit-mock-objects: Stabilize 3.4.3-r1 arm, #909618

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

 dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild 
b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
index 9b0a499ebf29..2d80a13201e1 100644
--- a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
+++ b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-php/fedora-autoloader



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

2023-07-04 Thread Sam James
commit: 58c92260f151e5ce97f8ee373481d7c058d3dab3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:39:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:41:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c92260

dev-php/xdebug-client: add github upstream metadata

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

 dev-php/xdebug-client/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-php/xdebug-client/metadata.xml 
b/dev-php/xdebug-client/metadata.xml
index 222c77f3742a..8bdfa70e6be3 100644
--- a/dev-php/xdebug-client/metadata.xml
+++ b/dev-php/xdebug-client/metadata.xml
@@ -5,4 +5,7 @@
php-b...@gentoo.org
PHP

+   
+   xdebug/xdebug
+   
 



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

2023-07-04 Thread Sam James
commit: c8d65fe3b7459dd141c9a99dc51cb9c2b70f66bd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:42:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:42:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d65fe3

dev-php/zetacomponents-Base: Stabilize 1.9.3 ALLARCHES, #909619

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

 dev-php/zetacomponents-Base/zetacomponents-Base-1.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/zetacomponents-Base/zetacomponents-Base-1.9.3.ebuild 
b/dev-php/zetacomponents-Base/zetacomponents-Base-1.9.3.ebuild
index 03ece24351ac..1b0b85d20131 100644
--- a/dev-php/zetacomponents-Base/zetacomponents-Base-1.9.3.ebuild
+++ b/dev-php/zetacomponents-Base/zetacomponents-Base-1.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/zetacomponents/${MY_PN}/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="dev-lang/php:*"
 



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

2023-07-04 Thread Sam James
commit: cc12431c5326354c7528736f89dfdc2e332c0b7b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:42:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:42:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc12431c

dev-php/jpgraph: Stabilize 4.3.5 ALLARCHES, #909609

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

 dev-php/jpgraph/jpgraph-4.3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/jpgraph/jpgraph-4.3.5.ebuild 
b/dev-php/jpgraph/jpgraph-4.3.5.ebuild
index 2143d3e2edb4..80e97153f638 100644
--- a/dev-php/jpgraph/jpgraph-4.3.5.ebuild
+++ b/dev-php/jpgraph/jpgraph-4.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ HOMEPAGE="http://jpgraph.net/";
 SRC_URI="https://dev.gentoo.org/~grknight/distfiles/${P}.tar.gz";
 LICENSE="QPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
 IUSE="truetype examples"
 
 DEPEND=""



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

2023-07-04 Thread Sam James
commit: 16604e16de4687453d254e4963abc6789dce8cbb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:42:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:42:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16604e16

dev-php/sebastian-environment: Stabilize 5.1.3 ALLARCHES, #909611

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

 dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
index 3eea9930d2f8..427509aff50a 100644
--- a/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2023-07-04 Thread Sam James
commit: 59bead462bfaceaae44e11fc2e628ad03b274a03
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:43:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:43:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bead46

dev-php/File_Iterator: Stabilize 3.0.6 ALLARCHES, #909603

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

 dev-php/File_Iterator/File_Iterator-3.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/File_Iterator/File_Iterator-3.0.6.ebuild 
b/dev-php/File_Iterator/File_Iterator-3.0.6.ebuild
index dfb734499d3e..2c6952127d94 100644
--- a/dev-php/File_Iterator/File_Iterator-3.0.6.ebuild
+++ b/dev-php/File_Iterator/File_Iterator-3.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2023-07-04 Thread Sam James
commit: a1608656f8741ecc003ebefb01e6071762f71e7f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:43:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:43:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1608656

dev-php/Text_Template: Stabilize 2.0.4 ALLARCHES, #909624

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

 dev-php/Text_Template/Text_Template-2.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/Text_Template/Text_Template-2.0.4.ebuild 
b/dev-php/Text_Template/Text_Template-2.0.4.ebuild
index 177a57dccee6..d33c56bc9ec3 100644
--- a/dev-php/Text_Template/Text_Template-2.0.4.ebuild
+++ b/dev-php/Text_Template/Text_Template-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit-mock-objects/

2023-07-04 Thread Sam James
commit: 66a5d3b19521963c4a13648f4f6ee97aeac85534
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:43:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:43:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a5d3b1

dev-php/phpunit-mock-objects: Stabilize 3.4.3-r1 x86, #909618

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

 dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild 
b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
index 2d80a13201e1..f26ec7c5b9a3 100644
--- a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
+++ b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-php/fedora-autoloader



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/corectrl/

2023-07-04 Thread Kostadin Shishmanov
commit: 553a4f02cb951c40530edc117b11b0027688f7d0
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Tue Jul  4 09:37:25 2023 +
Commit: Kostadin Shishmanov  tutanota  com>
CommitDate: Tue Jul  4 09:38:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=553a4f02

app-misc/corectrl: only require dev-cpp/catch and dev-cpp/trompeloeil if 
building the tests

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/corectrl/corectrl-1.3.5.ebuild | 6 --
 app-misc/corectrl/corectrl-.ebuild  | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-misc/corectrl/corectrl-1.3.5.ebuild 
b/app-misc/corectrl/corectrl-1.3.5.ebuild
index 0a12aa077..e56edefc6 100644
--- a/app-misc/corectrl/corectrl-1.3.5.ebuild
+++ b/app-misc/corectrl/corectrl-1.3.5.ebuild
@@ -38,8 +38,10 @@ DEPEND="
dev-libs/pugixml
dev-cpp/easyloggingpp
dev-cpp/units
-   ~dev-cpp/catch-2.13.8
-   dev-cpp/trompeloeil
+   test? (
+   ~dev-cpp/catch-2.13.8
+   dev-cpp/trompeloeil
+   )
 "
 
 BDEPEND="${DEPEND}"

diff --git a/app-misc/corectrl/corectrl-.ebuild 
b/app-misc/corectrl/corectrl-.ebuild
index 0a12aa077..e56edefc6 100644
--- a/app-misc/corectrl/corectrl-.ebuild
+++ b/app-misc/corectrl/corectrl-.ebuild
@@ -38,8 +38,10 @@ DEPEND="
dev-libs/pugixml
dev-cpp/easyloggingpp
dev-cpp/units
-   ~dev-cpp/catch-2.13.8
-   dev-cpp/trompeloeil
+   test? (
+   ~dev-cpp/catch-2.13.8
+   dev-cpp/trompeloeil
+   )
 "
 
 BDEPEND="${DEPEND}"



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

2023-07-04 Thread Sam James
commit: eebd60b1d19e26ae14bfd01a21cdd5497b3f62c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebd60b1

dev-php/PEAR-XML_Parser: Stabilize 1.3.8-r1 arm, #909588

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

 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
index 461ae05c1155..5df29a224bd6 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="XML parsing class based on PHP's SAX parser"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 # This is to match patch compatibility
 RDEPEND="!

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

2023-07-04 Thread Sam James
commit: 23ae3916945a55aef2d7c7414eb7e89586e977fe
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ae3916

dev-php/igbinary: Stabilize 3.2.9 arm, #909589

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

 dev-php/igbinary/igbinary-3.2.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/igbinary/igbinary-3.2.9.ebuild 
b/dev-php/igbinary/igbinary-3.2.9.ebuild
index b2f81fe8a0fa..e916721e3056 100644
--- a/dev-php/igbinary/igbinary-3.2.9.ebuild
+++ b/dev-php/igbinary/igbinary-3.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,4 +17,4 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~x86"



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

2023-07-04 Thread Sam James
commit: 0a8eaa5041baf27d6b5bbb947038f77c3e000c4b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8eaa50

dev-php/doctrine-instantiator: Stabilize 1.4.0 ALLARCHES, #909590

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

 dev-php/doctrine-instantiator/doctrine-instantiator-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.4.0.ebuild 
b/dev-php/doctrine-instantiator/doctrine-instantiator-1.4.0.ebuild
index 2024f91b3039..8bb010d5cd46 100644
--- a/dev-php/doctrine-instantiator/doctrine-instantiator-1.4.0.ebuild
+++ b/dev-php/doctrine-instantiator/doctrine-instantiator-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/doctrine/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 BDEPEND="dev-php/theseer-Autoload"



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

2023-07-04 Thread Sam James
commit: 56048274bea59428e68501ab3a270a31f3d95350
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56048274

dev-php/theseer-DirectoryScanner: Stabilize 1.3.3 ALLARCHES, #909591

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

 .../theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.3.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.3.ebuild 
b/dev-php/theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.3.ebuild
index 57a47c3aee00..b93545bf5391 100644
--- a/dev-php/theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.3.ebuild
+++ b/dev-php/theseer-DirectoryScanner/theseer-DirectoryScanner-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/theseer/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="dev-lang/php:*"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-reflector/

2023-07-04 Thread Sam James
commit: d6f60cd54a13117234e108129f65bf374172707a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f60cd5

dev-php/sebastian-object-reflector: Stabilize 2.0.4 ALLARCHES, #909598

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

 .../sebastian-object-reflector-2.0.4.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild 
b/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild
index 240d65e2677c..4e42c8e4c710 100644
--- a/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild
+++ b/dev-php/sebastian-object-reflector/sebastian-object-reflector-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 BDEPEND="dev-php/theseer-Autoload"



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

2023-07-04 Thread Sam James
commit: 29e7300492524241ebc2f95daf8e7094086b591b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e73004

dev-php/pecl-yaz: Stabilize 1.2.4 arm, #909594

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

 dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild 
b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
index 757dad0ff483..bba6200a9bba 100644
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
+++ b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ USE_PHP="php7-4 php8-0 php8-1 php8-2"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ 
toolkit"
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-code-unit-reverse-lookup/

2023-07-04 Thread Sam James
commit: 12568608d6a9ee445d31ebb45c28228d5621c7ec
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12568608

dev-php/sebastian-code-unit-reverse-lookup: Stabilize 2.0.3 arm, #909593

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

 .../sebastian-code-unit-reverse-lookup-2.0.3.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
 
b/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
index 282d22debb45..d38eaed3851f 100644
--- 
a/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
+++ 
b/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 
 BDEPEND="dev-php/theseer-Autoload"



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

2023-07-04 Thread Sam James
commit: 56fcd0aa60d28e8f80f9d3546eddd3283c261e1b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fcd0aa

dev-php/pecl-raphf: Stabilize 2.0.1-r2 x86, #909601

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

 dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild 
b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
index 6dc7cf9c239c..52ff1a76d5f0 100644
--- a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
+++ b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,7 +13,7 @@ USE_PHP="php7-3 php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DESCRIPTION="A reusable, persistent handle and resource factory API"
 LICENSE="BSD-2"



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

2023-07-04 Thread Sam James
commit: 77b764e8a612690106a83878ac507ece7f3863a8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b764e8

dev-php/PEAR-Log: Stabilize 1.13.3 arm, #909605

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

 dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 39084a6e5e1a..4cb33815ba8c 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: 1752558076b53c66ee3372407075b4e1a4ffd0cb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17525580

dev-php/PEAR-Exception: Stabilize 1.0.2 ALLARCHES, #909602

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

 dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild 
b/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
index 2a4a155c793d..21a13694d28e 100644
--- a/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
+++ b/dev-php/PEAR-Exception/PEAR-Exception-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/PEAR_Exception";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="dev-lang/php:*



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

2023-07-04 Thread Sam James
commit: 78cd32b7f32b45e3d8683baa8f00ac302c506902
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cd32b7

dev-php/PEAR-Log: Stabilize 1.13.3 sparc, #909605

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

 dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 1722ed9831e8..39084a6e5e1a 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: 7d6edec7cabeea9f31cf0fbbf383b1e38602d6e9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6edec7

dev-php/PEAR-Mail: Stabilize 1.5.0 ppc64, #909606

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

 dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index 3a4dc8626374..345dd75dfeaa 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: 5ec8715076d25bf01bfa1d54d4504d3cf18d13c4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec87150

dev-php/PEAR-Mail: Stabilize 1.5.0 x86, #909606

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

 dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index 345dd75dfeaa..6fd9554dfa3d 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: 1c4dd4aed609bdd73bf4435b1302ae0388a46790
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4dd4ae

dev-php/webmozart-assert: Stabilize 1.10.0 sparc, #909613

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

 dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild 
b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
index 0d05751e5e3d..975b252fc2b4 100644
--- a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
+++ b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-io-version/

2023-07-04 Thread Sam James
commit: 508bdd13e8b03b1af01deffb3ff2857624654476
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508bdd13

dev-php/phar-io-version: Stabilize 3.1.0 ALLARCHES, #909592

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

 dev-php/phar-io-version/phar-io-version-3.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/phar-io-version/phar-io-version-3.1.0.ebuild 
b/dev-php/phar-io-version/phar-io-version-3.1.0.ebuild
index 1c28ee251730..4af6a4961851 100644
--- a/dev-php/phar-io-version/phar-io-version-3.1.0.ebuild
+++ b/dev-php/phar-io-version/phar-io-version-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/phar-io/version/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/version-${PV}"



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

2023-07-04 Thread Sam James
commit: fa165a2b045b70744f6c0b6c2fad9eb73e3f159d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa165a2b

dev-php/PEAR-Log: Stabilize 1.13.3 x86, #909605

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

 dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 4cb33815ba8c..2a3c5d821806 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: a30d3ef68b112e0c702aa4524fc5d9a54b311ef0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30d3ef6

dev-php/PEAR-HTTP_Request2: Stabilize 2.5.1 ALLARCHES, #909610

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

 dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild 
b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild
index 41c1916c349b..0d6497c49098 100644
--- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild
+++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="Provides an easy way to perform HTTP requests"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
 IUSE="+curl +fileinfo +ssl test +zlib"
 
 # We don't have Yoast\PHPUnitPolyfills in Gentoo



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

2023-07-04 Thread Sam James
commit: 89a17a24a1049bb78c9c639b6367ba2879f234e3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a17a24

dev-php/webmozart-assert: Stabilize 1.10.0 ppc64, #909613

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

 dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild 
b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
index b59fb244b709..0d05751e5e3d 100644
--- a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
+++ b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2023-07-04 Thread Sam James
commit: 0f7902935477de0b5f6592a82cecf6102916a17d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f790293

dev-php/xdebug-client: Stabilize 2.9.8 ppc64, #909622

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

 dev-php/xdebug-client/xdebug-client-2.9.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
index 2b7709e8dcc4..5a94f2b8d137 100644
--- a/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
+++ b/dev-php/xdebug-client/xdebug-client-2.9.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 x86"
 
 MY_PN="xdebug"
 MY_PV="${PV/_/}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit-mock-objects/

2023-07-04 Thread Sam James
commit: da5d8db15b455e19f7ac5567e1d2fb76a2f80a77
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5d8db1

dev-php/phpunit-mock-objects: Stabilize 3.4.3-r1 sparc, #909618

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

 dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild 
b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
index f02e21d947cf..5ecfca645c98 100644
--- a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
+++ b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 RDEPEND="dev-php/fedora-autoloader



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

2023-07-04 Thread Sam James
commit: 467828ded3fa42f188c4b6717a54dbcfb812e303
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467828de

dev-php/phpspec-prophecy: Stabilize 1.14.0 ALLARCHES, #909599

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

 dev-php/phpspec-prophecy/phpspec-prophecy-1.14.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.14.0.ebuild 
b/dev-php/phpspec-prophecy/phpspec-prophecy-1.14.0.ebuild
index 92ee8e7fe54c..6f43e7757c29 100644
--- a/dev-php/phpspec-prophecy/phpspec-prophecy-1.14.0.ebuild
+++ b/dev-php/phpspec-prophecy/phpspec-prophecy-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/prophecy-${PV}"



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

2023-07-04 Thread Sam James
commit: 5183f6b9330c6be4c7b8a68c0205503e98002079
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5183f6b9

dev-php/theseer-tokenizer: Stabilize 1.2.1 ALLARCHES, #909600

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

 dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild 
b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild
index 2da5b5180736..9f59bf88751c 100644
--- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild
+++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/theseer/tokenizer/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit-mock-objects/

2023-07-04 Thread Sam James
commit: 64bdb2a5b3bff94c8d34462a74ebf6333f413141
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bdb2a5

dev-php/phpunit-mock-objects: Stabilize 3.4.3-r1 ppc64, #909618

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

 dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild 
b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
index f26ec7c5b9a3..f02e21d947cf 100644
--- a/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
+++ b/dev-php/phpunit-mock-objects/phpunit-mock-objects-3.4.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${PN}/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-php/fedora-autoloader



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

2023-07-04 Thread Sam James
commit: 1dce8689fe02d18c550ed4695b5ead5525d55900
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dce8689

dev-php/PEAR-Log: Stabilize 1.13.3 ppc64, #909605

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

 dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 2c518ff5dabf..1722ed9831e8 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: a67e4ef78f200b4eb59b55de042fb365c49d35b3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:12:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:12:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67e4ef7

dev-php/webmozart-assert: Stabilize 1.10.0 arm, #909613

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

 dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild 
b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
index 975b252fc2b4..6195f3353de1 100644
--- a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
+++ b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



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

2023-07-04 Thread Sam James
commit: 402ce668fb959c8f762ea2cf9f505e5aa1bb9fe6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:14:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:14:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402ce668

dev-php/PEAR-Net_SmartIRC: Stabilize 1.1.14 x86, #909585

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

 dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
index c6e49dbd4c32..e91f14ced079 100644
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
+++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class to communicate with IRC networks"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc examples"
 DOCS=( CREDITS FEATURES docs/HOWTO README.md )
 



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

2023-07-04 Thread Sam James
commit: 1fc8e5f03eb6d51bdeea6199127c9961e3b05385
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:14:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:14:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc8e5f0

dev-php/igbinary: Stabilize 3.2.9 x86, #909589

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

 dev-php/igbinary/igbinary-3.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/igbinary/igbinary-3.2.9.ebuild 
b/dev-php/igbinary/igbinary-3.2.9.ebuild
index e916721e3056..07e1f6552cc3 100644
--- a/dev-php/igbinary/igbinary-3.2.9.ebuild
+++ b/dev-php/igbinary/igbinary-3.2.9.ebuild
@@ -17,4 +17,4 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 x86"



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

2023-07-04 Thread Sam James
commit: 190dd89fafd50136308af5771d859b9d919e8f18
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:14:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:14:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190dd89f

dev-php/pecl-ssh2: Stabilize 1.3.1-r1 x86, #909616

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

 dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild
index 405a6b3e9a07..58403c084627 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="PHP bindings for the libssh2 library"
 LICENSE="PHP-3.01"
 SLOT="7"
 IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 # Upstream notes say there are errors with gcrypt backend
 DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
 RDEPEND="${DEPEND}"



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

2023-07-04 Thread Sam James
commit: d3057042573ff00397f3660a8aec1780fc90fc06
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:13:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:13:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3057042

dev-php/PEAR-Net_IPv4: Stabilize 1.3.5 amd64, #909604

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

 dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild 
b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
index 004f766bccad..415d5812a17f 100644
--- a/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
+++ b/dev-php/PEAR-Net_IPv4/PEAR-Net_IPv4-1.3.5.ebuild
@@ -9,5 +9,5 @@ DESCRIPTION="PEAR class for IP v4 calculations"
 
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-code-unit-reverse-lookup/

2023-07-04 Thread Sam James
commit: 074f97995293fb9324ec8dd6a2753706409dc078
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:14:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:14:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074f9799

dev-php/sebastian-code-unit-reverse-lookup: Stabilize 2.0.3 x86, #909593

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

 .../sebastian-code-unit-reverse-lookup-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
 
b/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
index d38eaed3851f..5f2bad98e130 100644
--- 
a/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
+++ 
b/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-2.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 
 BDEPEND="dev-php/theseer-Autoload"



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

2023-07-04 Thread Sam James
commit: 5f1222d50341d0aaa9fd9b2912bf5ea5510e050f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:15:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:15:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1222d5

dev-php/PEAR-Log: mark ALLARCHES

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

 dev-php/PEAR-Log/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Log/metadata.xml b/dev-php/PEAR-Log/metadata.xml
index cf03dc3f557f..abe2aab8f350 100644
--- a/dev-php/PEAR-Log/metadata.xml
+++ b/dev-php/PEAR-Log/metadata.xml
@@ -5,6 +5,7 @@
php-b...@gentoo.org
PHP

+   

Log




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

2023-07-04 Thread Sam James
commit: cab8a523897580b6cfa4d866808d7cf68287aeab
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab8a523

dev-php/PEAR-Cache_Lite: Stabilize 1.8.3 x86, #909582

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

 dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild 
b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
index 8e86b80d4732..1a1c395f3b01 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 inherit php-pear-r2
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 DESCRIPTION="Fast and safe little cache system"
 LICENSE="LGPL-2.1"
 SLOT="0"



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

2023-07-04 Thread Sam James
commit: 9688ae57c7c2eb04b018d20d060471b8592d6268
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9688ae57

dev-php/PEAR-XML_Parser: Stabilize 1.3.8-r1 x86, #909588

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

 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
index 5df29a224bd6..fe57a209e312 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="XML parsing class based on PHP's SAX parser"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE=""
 # This is to match patch compatibility
 RDEPEND="!

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

2023-07-04 Thread Sam James
commit: d3b29db101f28ec869b385438c0561bf919a89c0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b29db1

dev-php/pecl-yaz: Stabilize 1.2.4 x86, #909594

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

 dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild 
b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
index bba6200a9bba..997adbd08567 100644
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
+++ b/dev-php/pecl-yaz/pecl-yaz-1.2.4.ebuild
@@ -12,7 +12,7 @@ USE_PHP="php7-4 php8-0 php8-1 php8-2"
 
 inherit php-ext-pecl-r3
 
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ 
toolkit"
 LICENSE="BSD"



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

2023-07-04 Thread Sam James
commit: ba1c425e248075c268ad0961e54f61f54ed0c144
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1c425e

dev-php/PEAR-Log: Stabilize 1.13.3 ALLARCHES, #909605

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

 dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild 
b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
index 2a3c5d821806..70968579db72 100644
--- a/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
+++ b/dev-php/PEAR-Log/PEAR-Log-1.13.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://pear.php.net/package/Log";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-io-manifest/

2023-07-04 Thread Sam James
commit: 14530e1b9b87cb3317d979b4b3453020b48c55c2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:16:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:16:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14530e1b

dev-php/phar-io-manifest: Stabilize 2.0.3 ALLARCHES, #909597

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

 dev-php/phar-io-manifest/phar-io-manifest-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/phar-io-manifest/phar-io-manifest-2.0.3.ebuild 
b/dev-php/phar-io-manifest/phar-io-manifest-2.0.3.ebuild
index 25f65d07e8d4..cc567e2bb37a 100644
--- a/dev-php/phar-io-manifest/phar-io-manifest-2.0.3.ebuild
+++ b/dev-php/phar-io-manifest/phar-io-manifest-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/phar-io/manifest/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="examples"
 
 CDEPEND="dev-php/fedora-autoloader



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

2023-07-04 Thread Sam James
commit: 83f549534a95ca41e5465427b150bc3340172bc7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:17:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:17:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f54953

dev-php/PEAR-XML_Parser: mark ALLARCHES

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

 dev-php/PEAR-XML_Parser/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-XML_Parser/metadata.xml 
b/dev-php/PEAR-XML_Parser/metadata.xml
index 77793b997e9e..6841fa89bee8 100644
--- a/dev-php/PEAR-XML_Parser/metadata.xml
+++ b/dev-php/PEAR-XML_Parser/metadata.xml
@@ -5,4 +5,5 @@
php-b...@gentoo.org
PHP
 
+
 



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

2023-07-04 Thread Sam James
commit: 06209549c3b8ad806a5d15310ab13f542388891f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:18:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:18:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06209549

dev-php/PEAR-XML_Parser: Stabilize 1.3.8-r1 ALLARCHES, #909588

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

 dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild 
b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
index fe57a209e312..b007d6571937 100644
--- a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
+++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.8-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="XML parsing class based on PHP's SAX parser"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 # This is to match patch compatibility
 RDEPEND="!

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

2023-07-04 Thread Sam James
commit: d4269b33ecaf1d35988e21a92be74a9c7d1b0520
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:18:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4269b33

dev-php/PEAR-Net_SmartIRC: Stabilize 1.1.14 ppc64, #909585

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

 dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
index e91f14ced079..b12612e2cf32 100644
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
+++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class to communicate with IRC networks"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="doc examples"
 DOCS=( CREDITS FEATURES docs/HOWTO README.md )
 



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

2023-07-04 Thread Sam James
commit: 3000e690e0e2a0781298c922eacc822685eb786d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:19:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:19:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3000e690

dev-php/PEAR-Net_SmartIRC: mark ALLARCHES

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

 dev-php/PEAR-Net_SmartIRC/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Net_SmartIRC/metadata.xml 
b/dev-php/PEAR-Net_SmartIRC/metadata.xml
index d44d8958cd4e..350320c75780 100644
--- a/dev-php/PEAR-Net_SmartIRC/metadata.xml
+++ b/dev-php/PEAR-Net_SmartIRC/metadata.xml
@@ -5,6 +5,7 @@
 php-b...@gentoo.org
 PHP
   
+  
   
 pear/Net_SmartIRC
 Net_SmartIRC



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

2023-07-04 Thread Sam James
commit: 4cb70a8ddb39a45dded6c260cf019fa640284368
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:19:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:19:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb70a8d

dev-php/PEAR-Net_SmartIRC: Stabilize 1.1.14 ALLARCHES, #909585

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

 dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild 
b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
index b12612e2cf32..f52221d84a08 100644
--- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
+++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.14.ebuild
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="PHP class to communicate with IRC networks"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="doc examples"
 DOCS=( CREDITS FEATURES docs/HOWTO README.md )
 



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

2023-07-04 Thread Sam James
commit: efeceb3024e0bdf83fbfd12343270435a1910e4d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:20:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:20:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efeceb30

dev-php/PEAR-Cache_Lite: mark ALLARCHES

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

 dev-php/PEAR-Cache_Lite/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Cache_Lite/metadata.xml 
b/dev-php/PEAR-Cache_Lite/metadata.xml
index 222c77f3742a..3b1963efeb6f 100644
--- a/dev-php/PEAR-Cache_Lite/metadata.xml
+++ b/dev-php/PEAR-Cache_Lite/metadata.xml
@@ -5,4 +5,5 @@
php-b...@gentoo.org
PHP

+   
 



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

2023-07-04 Thread Sam James
commit: ad27e08a81a558a34aed89da2726dba356013374
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:20:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:20:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad27e08a

dev-php/PEAR-Cache_Lite: Stabilize 1.8.3 ALLARCHES, #909582

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

 dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild 
b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
index 1a1c395f3b01..5e9656ad4b83 100644
--- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
+++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.3.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
 
 inherit php-pear-r2
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 DESCRIPTION="Fast and safe little cache system"
 LICENSE="LGPL-2.1"
 SLOT="0"



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

2023-07-04 Thread Sam James
commit: 738479eb9211e88f02ef598e3f8d27b695fd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:23:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:23:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73847eee

dev-php/PEAR-Mail: mark ALLARCHES

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

 dev-php/PEAR-Mail/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Mail/metadata.xml b/dev-php/PEAR-Mail/metadata.xml
index a307dd57bffd..4e7922456651 100644
--- a/dev-php/PEAR-Mail/metadata.xml
+++ b/dev-php/PEAR-Mail/metadata.xml
@@ -5,6 +5,7 @@
php-b...@gentoo.org
PHP

+   

Mail




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

2023-07-04 Thread Sam James
commit: 9f81e8b34e8a826bf09a1a9beabe8b55afc62023
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f81e8b3

dev-php/PEAR-Text_Wiki: mark ALLARCHES

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

 dev-php/PEAR-Text_Wiki/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Text_Wiki/metadata.xml 
b/dev-php/PEAR-Text_Wiki/metadata.xml
index 34b3349410d6..0386b719da9a 100644
--- a/dev-php/PEAR-Text_Wiki/metadata.xml
+++ b/dev-php/PEAR-Text_Wiki/metadata.xml
@@ -5,6 +5,7 @@
 php-b...@gentoo.org
 PHP
   
+  
   
 pear/archive
   



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

2023-07-04 Thread Sam James
commit: aaf2afd621dc99342ad8970024ad3e4ec4ef4650
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf2afd6

dev-php/PEAR-Numbers_Words: mark ALLARCHES

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

 dev-php/PEAR-Numbers_Words/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Numbers_Words/metadata.xml 
b/dev-php/PEAR-Numbers_Words/metadata.xml
index cdea7028d66c..7a8d11726956 100644
--- a/dev-php/PEAR-Numbers_Words/metadata.xml
+++ b/dev-php/PEAR-Numbers_Words/metadata.xml
@@ -5,6 +5,7 @@
 php-b...@gentoo.org
 PHP
   
+  
   
 pear/Numbers_Words
 Numbers_Words



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

2023-07-04 Thread Sam James
commit: ff75cdb473180ce8ddfd8c1776e969659cf965ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:25:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:25:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff75cdb4

dev-php/PEAR-Numbers_Words: Stabilize 0.18.2 ALLARCHES, #909607

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

 dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild 
b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild
index 53a6fc6a398b..4b9b5c4b1588 100644
--- a/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild
+++ b/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Provides methods for spelling numerals in words"
 HOMEPAGE="https://pear.php.net/package/Numbers_Words";
 LICENSE="PHP-3.01"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: 61bdcba3ab712acc5f5e74a518e31ecb9aa8c508
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bdcba3

dev-php/PEAR-Mail: Stabilize 1.5.0 ALLARCHES, #909606

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

 dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild 
b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
index 6fd9554dfa3d..5a6a62c504e2 100644
--- a/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
+++ b/dev-php/PEAR-Mail/PEAR-Mail-1.5.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Class that provides multiple interfaces for 
sending emails"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: b350ab9e7435847522e2460f4065f5395a780295
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:24:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b350ab9e

dev-php/PEAR-Text_Wiki: Stabilize 1.2.3 ALLARCHES, #909584

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

 dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild 
b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild
index 71ce9d98ae0f..9d83cd9429ec 100644
--- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild
+++ b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit php-pear-r2
 DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in 
structured plain text"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-07-04 Thread Sam James
commit: b5ffb6509717a16e99d02dca96a762cd5e956219
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 10:25:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 10:25:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ffb650

dev-php/pecl-ssh2: Stabilize 1.3.1-r1 amd64, #909616

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

 dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild
index 58403c084627..ffd7c7eca7bc 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="PHP bindings for the libssh2 library"
 LICENSE="PHP-3.01"
 SLOT="7"
 IUSE=""
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 # Upstream notes say there are errors with gcrypt backend
 DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
 RDEPEND="${DEPEND}"



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

2023-07-04 Thread Andreas K. Hüttel
commit: 018d5f301fe4bf859e66bf5f1f7b9db94d8104c2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jul  4 11:17:56 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jul  4 11:18:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018d5f30

sys-libs/glibc: relax python dependencies

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-2.37-r3.ebuild | 16 ++--
 sys-libs/glibc/glibc-.ebuild| 18 +++---
 2 files changed, 13 insertions(+), 21 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.37-r3.ebuild 
b/sys-libs/glibc/glibc-2.37-r3.ebuild
index 5f1be40ebfeb..f5259765d7d6 100644
--- a/sys-libs/glibc/glibc-2.37-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.37-r3.ebuild
@@ -6,10 +6,13 @@ EAPI=8
 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc
 # Please read & adapt the page as necessary if obsolete.
 
-PYTHON_COMPAT=( python3_{9..11} )
+# Please keep the python line in BDEPEND updated and do NOT use eclasses pr
+# ${PYTHON_DEPS} (since they are too strict and lead to problems with the
+# package order during upgrades).
+
 TMPFILES_OPTIONAL=1
 
-inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic 
gnuconfig \
+inherit prefix preserve-libs toolchain-funcs flag-o-matic gnuconfig \
multilib systemd multiprocessing tmpfiles
 
 DESCRIPTION="GNU libc C library"
@@ -101,7 +104,7 @@ IDEPEND="
!compile-locales? ( sys-apps/locale-gen )
 "
 BDEPEND="
-   ${PYTHON_DEPS}
+   || ( dev-lang/python:3.11 dev-lang/python:3.10 dev-lang/python:3.9 )
>=app-misc/pax-utils-${MIN_PAX_UTILS_VER}
sys-devel/bison
compile-locales? ( sys-apps/locale-gen )
@@ -863,13 +866,6 @@ pkg_pretend() {
upgrade_warning
 }
 
-# pkg_setup
-
-pkg_setup() {
-   # see bug 682570
-   [[ -z ${BOOTSTRAP_RAP} ]] && python-any-r1_pkg_setup
-}
-
 # src_unpack
 
 src_unpack() {

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index ffcac4cc7948..53192e4ee2dc 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -6,10 +6,13 @@ EAPI=8
 # Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc
 # Please read & adapt the page as necessary if obsolete.
 
-PYTHON_COMPAT=( python3_{9..11} )
+# Please keep the python line in BDEPEND updated and do NOT use eclasses pr
+# ${PYTHON_DEPS} (since they are too strict and lead to problems with the
+# package order during upgrades).
+
 TMPFILES_OPTIONAL=1
 
-inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic 
gnuconfig \
+inherit prefix preserve-libs toolchain-funcs flag-o-matic gnuconfig \
multilib systemd multiprocessing tmpfiles
 
 DESCRIPTION="GNU libc C library"
@@ -39,7 +42,7 @@ MIN_PAX_UTILS_VER="1.3.3"
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   #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"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz";
 fi
@@ -101,7 +104,7 @@ IDEPEND="
!compile-locales? ( sys-apps/locale-gen )
 "
 BDEPEND="
-   ${PYTHON_DEPS}
+   || ( dev-lang/python:3.11 dev-lang/python:3.10 dev-lang/python:3.9 )
>=app-misc/pax-utils-${MIN_PAX_UTILS_VER}
sys-devel/bison
compile-locales? ( sys-apps/locale-gen )
@@ -863,13 +866,6 @@ pkg_pretend() {
upgrade_warning
 }
 
-# pkg_setup
-
-pkg_setup() {
-   # see bug 682570
-   [[ -z ${BOOTSTRAP_RAP} ]] && python-any-r1_pkg_setup
-}
-
 # src_unpack
 
 src_unpack() {



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

2023-07-04 Thread Okamura Kazuya
commit: 6fe9a21e89ec48bd65e8a4647da8ac5ce6d67330
Author: Okamura Kazuya  danceylove  net>
AuthorDate: Tue Jul  4 12:11:41 2023 +
Commit: Okamura Kazuya  danceylove  net>
CommitDate: Tue Jul  4 12:11:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6fe9a21e

dev-libs/ls-hpack: fix to overwrites CFLAGS/CXXFLAGS and fix install

Signed-off-by: Okamura Kazuya  danceylove.net>

 .../files/ls-hpack-disable-overwrites-flags.patch  | 25 ++
 dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild | 38 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-libs/ls-hpack/files/ls-hpack-disable-overwrites-flags.patch 
b/dev-libs/ls-hpack/files/ls-hpack-disable-overwrites-flags.patch
new file mode 100644
index 0..182f26787
--- /dev/null
+++ b/dev-libs/ls-hpack/files/ls-hpack-disable-overwrites-flags.patch
@@ -0,0 +1,25 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e68af65..22830bc 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -37,20 +37,11 @@ ENDIF()
+ IF (CMAKE_C_COMPILER_ID STREQUAL GNU
+   OR CMAKE_C_COMPILER_ID STREQUAL Clang)
+   SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -Wall -Wextra 
-Wno-unused-parameter")
+-  SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -fno-omit-frame-pointer")
+ INCLUDE(CheckCCompilerFlag)
+ CHECK_C_COMPILER_FLAG(-Wno-implicit-fallthrough 
HAS_NO_IMPLICIT_FALLTHROUGH)
+ IF (HAS_NO_IMPLICIT_FALLTHROUGH)
+ SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -Wno-implicit-fallthrough")
+ ENDIF()
+-IF (PROFILE EQUAL 1)
+-SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -g -pg")
+-ENDIF()
+-IF (CMAKE_BUILD_TYPE STREQUAL Release)
+-SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -g0 -O3")
+-ELSE()
+-SET(MY_CMAKE_FLAGS "${MY_CMAKE_FLAGS} -g3 -O0 -fsanitize=address")
+-ENDIF()
+ ENDIF()
+ 
+ IF (NOT CMAKE_BUILD_TYPE STREQUAL Release)

diff --git a/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild 
b/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild
new file mode 100644
index 0..e435b6304
--- /dev/null
+++ b/dev-libs/ls-hpack/ls-hpack-2.3.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="QPACK compression library for use with HTTP/3"
+HOMEPAGE="https://github.com/litespeedtech/ls-hpack/";
+SRC_URI="https://github.com/litespeedtech/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-disable-overwrites-flags.patch
+   "${FILESDIR}"/${PN}-disable-tests.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DSHARED=$(usex !static-libs 1 0)
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cp ${S}_build/libls-hpack.* ${S} || die
+   newheader lshpack.h lshpack.h
+   if [[ $(usex static-libs) == "yes" ]] ; then
+   newlib.a libls-hpack.a libls-hpack.a
+   else
+   newlib.so libls-hpack.so libls-hpack.so
+   fi
+   einstalldocs
+}



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

2023-07-04 Thread Michał Górny
commit: 5ca1af4f70b22a042102c08858746e174376725a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  4 12:39:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  4 12:41:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca1af4f

dev-python/django: Remove old

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

 dev-python/django/Manifest |   8 ---
 dev-python/django/django-3.2.19.ebuild | 107 -
 dev-python/django/django-4.1.9.ebuild  |  97 --
 dev-python/django/django-4.2.1.ebuild  |  97 --
 dev-python/django/django-4.2.2.ebuild  |  97 --
 5 files changed, 406 deletions(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 1c8044b6b66b..05f563039750 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,14 +1,6 @@
-DIST Django-3.2.19.checksum.txt 2558 BLAKE2B 
dafc8f9b47686b96aca4e3c48fd7bac91ce26f5439439f5799cdbfd892120797cdf99dcf99ede62bc825f4e2475691b6235c9fd077da1cc3b2a946933798f207
 SHA512 
4d1596e83a064b02abf0c00ec7f9f134be1cb9a77e61016b5a3370b5c286ebb667c1a29b678a403b98f6d8b5488dd16c50297db7026d46e913d2793996aa1171
-DIST Django-3.2.19.tar.gz 9832772 BLAKE2B 
3b18fe5edf258b7bbd34d55c5006d4f399155841549e02d4e256a2710bd1c22408d6cb1edea041aaf3239c709d4c51695e5a42a5440339714f0e6c3d4824
 SHA512 
25a611b4479718b866b9f7b9247d6ada1f20c9118d17735f07fe3ae2e7092bee3655c1733c5c244b2e7f5ab04f6d5cc7fab94ca33d2426e281581554a64582dc
 DIST Django-3.2.20.checksum.txt 2559 BLAKE2B 
db638871c5fd57d05000fd4765a8a0d1b2cc198ec7879fbcd76a11021b0cecd334cea50f27cd0215143fb735429e7aba6638f9783a632009054226b2acd2080c
 SHA512 
dc82a2ead2cd9167a0d0309475d57e0a63b0f35bb2dae4f0a2240c3ab2f3425a748eb7cc66cca678904b1907192457fb3fbc867119329d3daf1fd4230f9a615e
 DIST Django-3.2.20.tar.gz 9831078 BLAKE2B 
3591081804dd08188f41ce0b2013b4d7a9adc992b8136ad76ff7a9c49436e6d26e659136e3463c40b380f441448aba8ead4de3e3c7726ec6908830719bef8dcd
 SHA512 
3252e3929718c998ecb7ca2f39b94bbce378cd3c2b633d497fdf58e435fc7a0a89e22bdfdfcb8e5e6884d909103c0f4b545ee0c01fe58a0ba9dd6eed992b
 DIST Django-4.1.10.checksum.txt 2559 BLAKE2B 
103d1de6ec0da3a2440ea339388e2525ef5770f896be2383cf1828315e2c04ff8f5f8efe4d705dfcb905d453c25b8660410d4ab1b9d61331bc150a16ad857a28
 SHA512 
f23599dd06889a49c4fbb0c8c7b8f39ebaecbcb02c88ef95cdf33ea0c6563f3cf5c924d8b9a8b81e7b5aa17b6a1469b95e422faa7a53eb759bff516e053f302c
 DIST Django-4.1.10.tar.gz 10513572 BLAKE2B 
0f1ef14fcf40cb6952fc459855a4e633e2d21c252a4732b27f8e980af6277ef69869a65a7bd0508fd7cdbd82742cb838170d965219b2919679ac92abfef087b6
 SHA512 
f31ad6fcce3bea0e0f895ec14b063485edec70872aa9c317243a38fb49b6c863159afc5aa31fb5c7a824c737f520f25cfbef55781c23fa0a204b61cefc66fb01
-DIST Django-4.1.9.checksum.txt 2548 BLAKE2B 
13f0594922dce5c2f680b2c2c03955c1772161204f96ec48744b56d8388c35790fec9c1dcd6b91dc2585a07137e05b1952e3f2a8524112d5a2de4cd1590a247b
 SHA512 
d80687c1986cdec1facb040f35380b34618b493abbedbaea9326814e64a200118c6ed74d7a1c48c794de8d30de7a87381ffc4df6024153a0380f840fa5caaf7d
-DIST Django-4.1.9.tar.gz 10514944 BLAKE2B 
d54350ee09f1460156d98d597075a63a5a64bc1198805eadffd337b1af8423332f874fca2327f4aa18aa3dd3ad362b687b14ceb2ca1b7d55b910b8a2030c182c
 SHA512 
75f6f25e84b48f066b7e7e2ee47eb5af60a63d206d83aa32f366ec5685b202a97537daaf98afbbc1c3214f6df7b88630f0d2849f4c78827e2de1141c9bd0b317
-DIST Django-4.2.1.checksum.txt 2548 BLAKE2B 
4d20462ad292d01544a60f9fac13a52204763555ce317ddde161613edd58641b0ba2e8313e5683de9cdf555b2d11d5d2942da4142844572ad928f1e49488be94
 SHA512 
aeb69a20e331416749712fc2738e9bf9798a7333f45d680149aaad65b88bcc5a76f6f8692eff43a9a74c33137ac4a135fd59f00f8400e20377025d4b7e3acd02
-DIST Django-4.2.1.tar.gz 10420051 BLAKE2B 
7d657155f45bea0bfce964e74222edd742b2f4db1d23b91baac1021aebceef5d8e553767e1da32507832047e8d62e525783ddeed31f86f80ad7ea9a4962b5c6c
 SHA512 
eaa3f633f380e9a215e52bd40c2f7c7aed9f0a6122f5c9c07d954904dcb8ccc9ae8ed2e988742e2b1b3b32e626cf754ab4e0d2b4ed06f3b81ef7a38f0bd047ee
-DIST Django-4.2.2.checksum.txt 2569 BLAKE2B 
ff89a4ea9ed88ebe1c2a0ea2d8b9945986c550a53ad2ccb68754cb41e39766181c9605290c23c893083ee40e4544d486d7be86d5e096c4ea49837a367a22ff05
 SHA512 
226dbdda2e3b2898428ec90229ea043d3b568ebac6e6371cc56ef9b5d401fd9b73ef97788760cac44450d9b579743f9471228638a43a14ece7a25fc02dea4aee
-DIST Django-4.2.2.tar.gz 10390518 BLAKE2B 
f5fd69d814947aadf7654c8863826524f4fed2d0c086af47d8009ada4fc2f40f7e23550ee14e09003788eca09b0d45835dd98be11bda5b8970e54a4fc2a01815
 SHA512 
68b88f79a784c0bcb80338e9c3497443716d02dfaebab1d8d87974393bd12d4d322cd61a05297e776966497a736962835c0ca73defc663fb13342a5d74863a5b
 DIST Django-4.2.3.checksum.txt 2549 BLAKE2B 
8cd57d91bc05c4ae7c5fad7682668cb132c587cff63871173a7f3e9f9adada203544b93e017f743b7c7916ec97b4d7bb7bac06d1c875410a8836c49ea1627774
 SHA512 
d8e9c3f90fccfddb6b0284fc37d22e67476e49f58f80151e70d2640ed311e9657ab8aa60eebd509751b24c2f4102f33d496460a335f1adbba

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

2023-07-04 Thread Michał Górny
commit: d32b9624fe5291a9b69af4617f7d624fb7ac7ea7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  4 12:38:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  4 12:41:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32b9624

xfce-base/xfce4-settings: Bump to 4.18.3

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

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.3.ebuild| 73 ++
 2 files changed, 74 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index c8e84fe560be..e265f35c479e 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.18.2.tar.bz2 1544572 BLAKE2B 
8dee6855c98426aace796c7c6fe55770ca2c4c8e0c5129fd70274a0fe6589dd797eb078d79f7fd490c39cd4e1ec1dd90439c4cc030e7594aeb27c84e6e541fa2
 SHA512 
3371db3952f1863763b613952585873a0b8e1bd8507a64c056a918f3d16c3313e1266cb65dc341d3ce89ab281ee5a5d2cd183b6bb4078609b843524a125769b4
+DIST xfce4-settings-4.18.3.tar.bz2 1553936 BLAKE2B 
6b8ab7a520044496223ae09ca0c09c7395968a79f937773ce847921869e58aa081e943feb17e72dd7565ca572c445d41baf4a7beb20067fa90400c9181e01890
 SHA512 
81a79a886966a5f017f066ece6ad134d132b1fa18c4f8b203212fb56b45a62fe8d9814f3039cc9bda41c52338b7e80685e9671cd80db3f2f9bcd99dd7bc47d8e
 DIST xfce4-settings-4.19.0.tar.bz2 2370986 BLAKE2B 
64a25238afffb99fefe488d2218652ce714af7f783620ed5dc9d848911293bec25f95d81089cc9bb971f73e55a861c4953ebb9affd501eeb10f27a49dfc1b01b
 SHA512 
8892d19f723bfacea1c7df8afa5abc7d45984f8b1070b24316cb8ca04ef621489632314ce1e361eda94e036df7a36b4a7988a7853469bbad1bde9e6bef9113d6

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
new file mode 100644
index ..13e4a1c5b9e9
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfce4-settings/start
+   https://gitlab.xfce.org/xfce/xfce4-settings/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.66.0
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.24.0:3
+   x11-libs/libX11
+   >=x11-libs/libXcursor-1.1
+   >=x11-libs/libXi-1.3
+   >=x11-libs/libXrandr-1.2
+   >=xfce-base/garcon-0.2:=
+   >=xfce-base/exo-4.15.1:=
+   >=xfce-base/libxfce4ui-4.17.0:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.13:=
+   colord? ( x11-misc/colord:= )
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   input_devices_libinput? ( x11-drivers/xf86-input-libinput )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   upower? ( >=sys-power/upower-0.9.23 )
+   xklavier? ( >=x11-libs/libxklavier-5 )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable upower upower-glib)
+   $(use_enable input_devices_libinput xorg-libinput)
+   $(use_enable libnotify)
+   $(use_enable colord)
+   $(use_enable xklavier libxklavier)
+   $(use_enable libcanberra sound-settings)
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/linux-patches:6.4 commit in: /

2023-07-04 Thread Mike Pagano
commit: cb463ff8b2189881a8ec5d3b2aecc283383b6227
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jul  4 12:46:06 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jul  4 12:46:06 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=cb463ff8

execve: always mark stack as growing down during early stack setup

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

 _README |  4 ++
 1800_mm-execve-mark-stack-as-growing-down.patch | 82 +
 2 files changed, 86 insertions(+)

diff --git a/_README b/_README
index bda29555..38ee98e3 100644
--- a/_README
+++ b/_README
@@ -59,6 +59,10 @@ Patch:  1700_sparc-address-warray-bound-warnings.patch
 From:  https://github.com/KSPP/linux/issues/109
 Desc:  Address -Warray-bounds warnings 
 
+Patch:  1800_mm-execve-mark-stack-as-growing-down.patch
+From:   
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
+Desc:   execve: always mark stack as growing down during early stack setup
+
 Patch:  2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
 From:   
https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw
 Desc:   Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. 
See bug #686758

diff --git a/1800_mm-execve-mark-stack-as-growing-down.patch 
b/1800_mm-execve-mark-stack-as-growing-down.patch
new file mode 100644
index ..07daf228
--- /dev/null
+++ b/1800_mm-execve-mark-stack-as-growing-down.patch
@@ -0,0 +1,82 @@
+From d7a7655b29081c053b1abe71f64a2928638dafc6 Mon Sep 17 00:00:00 2001
+From: Linus Torvalds 
+Date: Sun, 2 Jul 2023 23:20:17 -0700
+Subject: execve: always mark stack as growing down during early stack setup
+
+commit f66066bc5136f25e36a2daff4896c768f18c211e upstream.
+
+While our user stacks can grow either down (all common architectures) or
+up (parisc and the ia64 register stack), the initial stack setup when we
+copy the argument and environment strings to the new stack at execve()
+time is always done by extending the stack downwards.
+
+But it turns out that in commit 8d7071af8907 ("mm: always expand the
+stack with the mmap write lock held"), as part of making the stack
+growing code more robust, 'expand_downwards()' was now made to actually
+check the vma flags:
+
+   if (!(vma->vm_flags & VM_GROWSDOWN))
+   return -EFAULT;
+
+and that meant that this execve-time stack expansion started failing on
+parisc, because on that architecture, the stack flags do not contain the
+VM_GROWSDOWN bit.
+
+At the same time the new check in expand_downwards() is clearly correct,
+and simplified the callers, so let's not remove it.
+
+The solution is instead to just codify the fact that yes, during
+execve(), the stack grows down.  This not only matches reality, it ends
+up being particularly simple: we already have special execve-time flags
+for the stack (VM_STACK_INCOMPLETE_SETUP) and use those flags to avoid
+page migration during this setup time (see vma_is_temporary_stack() and
+invalid_migration_vma()).
+
+So just add VM_GROWSDOWN to that set of temporary flags, and now our
+stack flags automatically match reality, and the parisc stack expansion
+works again.
+
+Note that the VM_STACK_INCOMPLETE_SETUP bits will be cleared when the
+stack is finalized, so we only add the extra VM_GROWSDOWN bit on
+CONFIG_STACK_GROWSUP architectures (ie parisc) rather than adding it in
+general.
+
+Link: 
https://lore.kernel.org/all/612eaa53-6904-6e16-67fc-394f4faa0...@bell.net/
+Link: https://lore.kernel.org/all/5fd98a09-4792-1433-752d-029ae3545...@gmx.de/
+Fixes: 8d7071af8907 ("mm: always expand the stack with the mmap write lock 
held")
+Reported-by: John David Anglin 
+Reported-and-tested-by: Helge Deller 
+Reported-and-tested-by: Guenter Roeck 
+Signed-off-by: Linus Torvalds 
+Signed-off-by: Greg Kroah-Hartman 
+---
+ include/linux/mm.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/include/linux/mm.h b/include/linux/mm.h
+index 6cbcc55a80b02..9e10485f37e7f 100644
+--- a/include/linux/mm.h
 b/include/linux/mm.h
+@@ -377,7 +377,7 @@ extern unsigned int kobjsize(const void *objp);
+ #endif /* CONFIG_HAVE_ARCH_USERFAULTFD_MINOR */
+ 
+ /* Bits set in the VMA until the stack is in its final location */
+-#define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ)
++#define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | 
VM_STACK_EARLY)
+ 
+ #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)
+ 
+@@ -399,8 +399,10 @@ extern unsigned int kobjsize(const void *objp);
+ 
+ #ifdef CONFIG_STACK_GROWSUP
+ #define VM_STACK  VM_GROWSUP
++#define VM_STACK_EARLYVM_GROWSDOWN
+ #else
+ #define VM_STACK  VM_GROWSDOWN
++#define VM_STACK_EARLY0
+ #endif
+ 
+ #define VM_STACK_FLAGS(VM_STACK | VM_STACK_DEFAULT_FLAGS | VM_ACCOUNT)
+-- 
+cgit 
+



[gentoo-commits] proj/linux-patches:6.4 commit in: /

2023-07-04 Thread Mike Pagano
commit: 89834e8979d29abb5525573e5fb3456092f77ef8
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jul  4 12:56:35 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jul  4 12:56:35 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=89834e89

mm: disable CONFIG_PER_VMA_LOCK by default until its fixed

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

 _README  |  4 +++
 1805_mm-disable-CONFIG-PER-VMA-LOCK-by-def.patch | 35 
 2 files changed, 39 insertions(+)

diff --git a/_README b/_README
index 38ee98e3..a09a44a9 100644
--- a/_README
+++ b/_README
@@ -63,6 +63,10 @@ Patch:  1800_mm-execve-mark-stack-as-growing-down.patch
 From:   
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
 Desc:   execve: always mark stack as growing down during early stack setup
 
+Patch:  1805_mm-disable-CONFIG-PER-VMA-LOCK-by-def.patch
+From:   https://lore.kernel.org/all/20230703182150.2193578-1-sur...@google.com/
+Desc:   mm: disable CONFIG_PER_VMA_LOCK by default until its fixed
+
 Patch:  2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
 From:   
https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw
 Desc:   Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. 
See bug #686758

diff --git a/1805_mm-disable-CONFIG-PER-VMA-LOCK-by-def.patch 
b/1805_mm-disable-CONFIG-PER-VMA-LOCK-by-def.patch
new file mode 100644
index ..c98255a6
--- /dev/null
+++ b/1805_mm-disable-CONFIG-PER-VMA-LOCK-by-def.patch
@@ -0,0 +1,35 @@
+Subject: [PATCH 1/1] mm: disable CONFIG_PER_VMA_LOCK by default until its fixed
+Date: Mon,  3 Jul 2023 11:21:50 -0700  [thread overview]
+Message-ID: <20230703182150.2193578-1-sur...@google.com> (raw)
+
+A memory corruption was reported in [1] with bisection pointing to the
+patch [2] enabling per-VMA locks for x86.
+Disable per-VMA locks config to prevent this issue while the problem is
+being investigated. This is expected to be a temporary measure.
+
+[1] https://bugzilla.kernel.org/show_bug.cgi?id=217624
+[2] https://lore.kernel.org/all/20230227173632.3292573-30-sur...@google.com
+
+Reported-by: Jiri Slaby 
+Reported-by: Jacob Young 
+Fixes: 0bff0aaea03e ("x86/mm: try VMA lock-based page fault handling first")
+Signed-off-by: Suren Baghdasaryan 
+---
+ mm/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mm/Kconfig b/mm/Kconfig
+index 09130434e30d..de94b2497600 100644
+--- a/mm/Kconfig
 b/mm/Kconfig
+@@ -1224,7 +1224,7 @@ config ARCH_SUPPORTS_PER_VMA_LOCK
+def_bool n
+ 
+ config PER_VMA_LOCK
+-  def_bool y
++  bool "Enable per-vma locking during page fault handling."
+   depends on ARCH_SUPPORTS_PER_VMA_LOCK && MMU && SMP
+   help
+ Allow per-vma locking during page fault handling.
+-- 
+2.41.0.255.g8b1d071c50-goog



[gentoo-commits] proj/linux-patches:6.3 commit in: /

2023-07-04 Thread Mike Pagano
commit: 6dd30a46a4609e1a119a362fd999f5b1d9e25817
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jul  4 13:05:49 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jul  4 13:05:49 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6dd30a46

mm: disable CONFIG_PER_VMA_LOCK by default until its fixed

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

 _README |  4 ++
 1800_mm-execve-mark-stack-as-growing-down.patch | 82 +
 2 files changed, 86 insertions(+)

diff --git a/_README b/_README
index 80499d11..ac24f1fa 100644
--- a/_README
+++ b/_README
@@ -99,6 +99,10 @@ Patch:  1700_sparc-address-warray-bound-warnings.patch
 From:  https://github.com/KSPP/linux/issues/109
 Desc:  Address -Warray-bounds warnings 
 
+Patch:  1800_mm-execve-mark-stack-as-growing-down.patch
+From:   
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
+Desc:   execve: always mark stack as growing down during early stack setup
+
 Patch:  2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
 From:   
https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw
 Desc:   Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. 
See bug #686758

diff --git a/1800_mm-execve-mark-stack-as-growing-down.patch 
b/1800_mm-execve-mark-stack-as-growing-down.patch
new file mode 100644
index ..f3da01d8
--- /dev/null
+++ b/1800_mm-execve-mark-stack-as-growing-down.patch
@@ -0,0 +1,82 @@
+From 53a70ffa22715ab23903ef9fa4f67a21ce10a759 Mon Sep 17 00:00:00 2001
+From: Linus Torvalds 
+Date: Sun, 2 Jul 2023 23:20:17 -0700
+Subject: execve: always mark stack as growing down during early stack setup
+
+commit f66066bc5136f25e36a2daff4896c768f18c211e upstream.
+
+While our user stacks can grow either down (all common architectures) or
+up (parisc and the ia64 register stack), the initial stack setup when we
+copy the argument and environment strings to the new stack at execve()
+time is always done by extending the stack downwards.
+
+But it turns out that in commit 8d7071af8907 ("mm: always expand the
+stack with the mmap write lock held"), as part of making the stack
+growing code more robust, 'expand_downwards()' was now made to actually
+check the vma flags:
+
+   if (!(vma->vm_flags & VM_GROWSDOWN))
+   return -EFAULT;
+
+and that meant that this execve-time stack expansion started failing on
+parisc, because on that architecture, the stack flags do not contain the
+VM_GROWSDOWN bit.
+
+At the same time the new check in expand_downwards() is clearly correct,
+and simplified the callers, so let's not remove it.
+
+The solution is instead to just codify the fact that yes, during
+execve(), the stack grows down.  This not only matches reality, it ends
+up being particularly simple: we already have special execve-time flags
+for the stack (VM_STACK_INCOMPLETE_SETUP) and use those flags to avoid
+page migration during this setup time (see vma_is_temporary_stack() and
+invalid_migration_vma()).
+
+So just add VM_GROWSDOWN to that set of temporary flags, and now our
+stack flags automatically match reality, and the parisc stack expansion
+works again.
+
+Note that the VM_STACK_INCOMPLETE_SETUP bits will be cleared when the
+stack is finalized, so we only add the extra VM_GROWSDOWN bit on
+CONFIG_STACK_GROWSUP architectures (ie parisc) rather than adding it in
+general.
+
+Link: 
https://lore.kernel.org/all/612eaa53-6904-6e16-67fc-394f4faa0...@bell.net/
+Link: https://lore.kernel.org/all/5fd98a09-4792-1433-752d-029ae3545...@gmx.de/
+Fixes: 8d7071af8907 ("mm: always expand the stack with the mmap write lock 
held")
+Reported-by: John David Anglin 
+Reported-and-tested-by: Helge Deller 
+Reported-and-tested-by: Guenter Roeck 
+Signed-off-by: Linus Torvalds 
+Signed-off-by: Greg Kroah-Hartman 
+---
+ include/linux/mm.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/include/linux/mm.h b/include/linux/mm.h
+index 53bec6d4297bb..e9cf8dcd4b83d 100644
+--- a/include/linux/mm.h
 b/include/linux/mm.h
+@@ -384,7 +384,7 @@ extern unsigned int kobjsize(const void *objp);
+ #endif /* CONFIG_HAVE_ARCH_USERFAULTFD_MINOR */
+ 
+ /* Bits set in the VMA until the stack is in its final location */
+-#define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ)
++#define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | 
VM_STACK_EARLY)
+ 
+ #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)
+ 
+@@ -406,8 +406,10 @@ extern unsigned int kobjsize(const void *objp);
+ 
+ #ifdef CONFIG_STACK_GROWSUP
+ #define VM_STACK  VM_GROWSUP
++#define VM_STACK_EARLYVM_GROWSDOWN
+ #else
+ #define VM_STACK  VM_GROWSDOWN
++#define VM_STACK_EARLY0
+ #endif
+ 
+ #define VM_STACK_FLAGS(VM_STACK | VM_STACK_DEFAULT_FLAGS | VM_ACCOUNT)
+-- 
+cgit 
+



[gentoo-commits] proj/linux-patches:6.1 commit in: /

2023-07-04 Thread Mike Pagano
commit: 603da5b7208c6a4e92fdc62538021f1c3d5c7539
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jul  4 13:15:15 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jul  4 13:15:15 2023 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=603da5b7

mm: disable CONFIG_PER_VMA_LOCK by default until its fixed

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

 _README |  4 ++
 1800_mm-execve-mark-stack-as-growing-down.patch | 82 +
 2 files changed, 86 insertions(+)

diff --git a/_README b/_README
index d50ba74b..0d9f0d0b 100644
--- a/_README
+++ b/_README
@@ -203,6 +203,10 @@ Patch:  1700_sparc-address-warray-bound-warnings.patch
 From:  https://github.com/KSPP/linux/issues/109
 Desc:  Address -Warray-bounds warnings 
 
+Patch:  1800_mm-execve-mark-stack-as-growing-down.patch
+From:   
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
+Desc:   execve: always mark stack as growing down during early stack setup
+
 Patch:  2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
 From:   
https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw
 Desc:   Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. 
See bug #686758

diff --git a/1800_mm-execve-mark-stack-as-growing-down.patch 
b/1800_mm-execve-mark-stack-as-growing-down.patch
new file mode 100644
index ..7c71f7ea
--- /dev/null
+++ b/1800_mm-execve-mark-stack-as-growing-down.patch
@@ -0,0 +1,82 @@
+From 0140eae44accd0df8071de6487afe0921eb0d7fd Mon Sep 17 00:00:00 2001
+From: Linus Torvalds 
+Date: Sun, 2 Jul 2023 23:20:17 -0700
+Subject: execve: always mark stack as growing down during early stack setup
+
+commit f66066bc5136f25e36a2daff4896c768f18c211e upstream.
+
+While our user stacks can grow either down (all common architectures) or
+up (parisc and the ia64 register stack), the initial stack setup when we
+copy the argument and environment strings to the new stack at execve()
+time is always done by extending the stack downwards.
+
+But it turns out that in commit 8d7071af8907 ("mm: always expand the
+stack with the mmap write lock held"), as part of making the stack
+growing code more robust, 'expand_downwards()' was now made to actually
+check the vma flags:
+
+   if (!(vma->vm_flags & VM_GROWSDOWN))
+   return -EFAULT;
+
+and that meant that this execve-time stack expansion started failing on
+parisc, because on that architecture, the stack flags do not contain the
+VM_GROWSDOWN bit.
+
+At the same time the new check in expand_downwards() is clearly correct,
+and simplified the callers, so let's not remove it.
+
+The solution is instead to just codify the fact that yes, during
+execve(), the stack grows down.  This not only matches reality, it ends
+up being particularly simple: we already have special execve-time flags
+for the stack (VM_STACK_INCOMPLETE_SETUP) and use those flags to avoid
+page migration during this setup time (see vma_is_temporary_stack() and
+invalid_migration_vma()).
+
+So just add VM_GROWSDOWN to that set of temporary flags, and now our
+stack flags automatically match reality, and the parisc stack expansion
+works again.
+
+Note that the VM_STACK_INCOMPLETE_SETUP bits will be cleared when the
+stack is finalized, so we only add the extra VM_GROWSDOWN bit on
+CONFIG_STACK_GROWSUP architectures (ie parisc) rather than adding it in
+general.
+
+Link: 
https://lore.kernel.org/all/612eaa53-6904-6e16-67fc-394f4faa0...@bell.net/
+Link: https://lore.kernel.org/all/5fd98a09-4792-1433-752d-029ae3545...@gmx.de/
+Fixes: 8d7071af8907 ("mm: always expand the stack with the mmap write lock 
held")
+Reported-by: John David Anglin 
+Reported-and-tested-by: Helge Deller 
+Reported-and-tested-by: Guenter Roeck 
+Signed-off-by: Linus Torvalds 
+Signed-off-by: Greg Kroah-Hartman 
+---
+ include/linux/mm.h | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/include/linux/mm.h b/include/linux/mm.h
+index f5b6ef943ede2..b8ed44f401b58 100644
+--- a/include/linux/mm.h
 b/include/linux/mm.h
+@@ -378,7 +378,7 @@ extern unsigned int kobjsize(const void *objp);
+ #endif /* CONFIG_HAVE_ARCH_USERFAULTFD_MINOR */
+ 
+ /* Bits set in the VMA until the stack is in its final location */
+-#define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ)
++#define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | 
VM_STACK_EARLY)
+ 
+ #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)
+ 
+@@ -400,8 +400,10 @@ extern unsigned int kobjsize(const void *objp);
+ 
+ #ifdef CONFIG_STACK_GROWSUP
+ #define VM_STACK  VM_GROWSUP
++#define VM_STACK_EARLYVM_GROWSDOWN
+ #else
+ #define VM_STACK  VM_GROWSDOWN
++#define VM_STACK_EARLY0
+ #endif
+ 
+ #define VM_STACK_FLAGS(VM_STACK | VM_STACK_DEFAULT_FLAGS | VM_ACCOUNT)
+-- 
+cgit 
+



[gentoo-commits] proj/linux-patches: New tag: 6.1-43

2023-07-04 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jul  4 13:16:04 2023 +

New tag: 6.1-43




  1   2   3   4   >