commit: a830fe20ab5dde880edf03f4feffea49a2b2b8d0 Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks> AuthorDate: Fri Mar 14 15:51:54 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun May 4 05:06:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a830fe20
dev-php/pecl-brotli: update to 0.16.0 & support php-8.4 drop php-8.1 Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/41077 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-php/pecl-brotli/Manifest | 1 + .../{pecl-brotli-9999.ebuild => pecl-brotli-0.16.0.ebuild} | 12 +++++++++--- dev-php/pecl-brotli/pecl-brotli-9999.ebuild | 12 +++++++++--- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/dev-php/pecl-brotli/Manifest b/dev-php/pecl-brotli/Manifest index 0fce687535d5..f418fe44c483 100644 --- a/dev-php/pecl-brotli/Manifest +++ b/dev-php/pecl-brotli/Manifest @@ -1 +1,2 @@ DIST pecl-brotli-0.15.0.tgz 468436 BLAKE2B 865f1e970157ac1fead313e63133c74b48ef8fc1d916ea1efbba74186f6ba2b9c3e93b67f842df40b3399713c5bef3d62a15dda0f626a0c9a3b0a956c763a9eb SHA512 0e3be424eace7ed50f67dac780fa55c0fa6da1265676cea12588d8713ec6636936379a543bde48f7b30054aeda038200a3f650259e2da589f642447125b32e6a +DIST pecl-brotli-0.16.0.tgz 470378 BLAKE2B 5a64b86a4ef53badafdb55e67d9e5b508123604c0317aaa4c827c6534f71232b2e2cdca378d970be35bcd12a9b74c18fc3064ed6639ba7f2384a905107134942 SHA512 c8876afe320eb18a6073e0441ad1e17bbe5ff967f9a4c774e775fb23904f676974b328716651f93e893aebbcc9b1550e1276cd7eab08189aab2fe88828d9bde3 diff --git a/dev-php/pecl-brotli/pecl-brotli-9999.ebuild b/dev-php/pecl-brotli/pecl-brotli-0.16.0.ebuild similarity index 79% copy from dev-php/pecl-brotli/pecl-brotli-9999.ebuild copy to dev-php/pecl-brotli/pecl-brotli-0.16.0.ebuild index 605396f97a83..0e0a2032e897 100644 --- a/dev-php/pecl-brotli/pecl-brotli-9999.ebuild +++ b/dev-php/pecl-brotli/pecl-brotli-0.16.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3 php8-4" inherit php-ext-pecl-r3 @@ -24,7 +24,7 @@ DESCRIPTION="Brotli compression extension for PHP" HOMEPAGE+=" https://github.com/kjdev/php-ext-brotli" LICENSE="MIT" -SLOT="0" +SLOT="0/0.16" RDEPEND="app-arch/brotli:=" DEPEND="${RDEPEND}" @@ -33,3 +33,9 @@ BDEPEND="virtual/pkgconfig" PHP_EXT_ECONF_ARGS=( --with-libbrotli ) + +src_test(){ + export SKIP_ONLINE_TESTS="yes" + php-ext-pecl-r3_src_test + unset SKIP_ONLINE_TESTS +} diff --git a/dev-php/pecl-brotli/pecl-brotli-9999.ebuild b/dev-php/pecl-brotli/pecl-brotli-9999.ebuild index 605396f97a83..0e0a2032e897 100644 --- a/dev-php/pecl-brotli/pecl-brotli-9999.ebuild +++ b/dev-php/pecl-brotli/pecl-brotli-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3 php8-4" inherit php-ext-pecl-r3 @@ -24,7 +24,7 @@ DESCRIPTION="Brotli compression extension for PHP" HOMEPAGE+=" https://github.com/kjdev/php-ext-brotli" LICENSE="MIT" -SLOT="0" +SLOT="0/0.16" RDEPEND="app-arch/brotli:=" DEPEND="${RDEPEND}" @@ -33,3 +33,9 @@ BDEPEND="virtual/pkgconfig" PHP_EXT_ECONF_ARGS=( --with-libbrotli ) + +src_test(){ + export SKIP_ONLINE_TESTS="yes" + php-ext-pecl-r3_src_test + unset SKIP_ONLINE_TESTS +}
