2025-11-04 09:50:53 UTC

This commit is contained in:
Repository mirror & CI
2025-11-04 09:50:54 +00:00
parent 00b4cc6bb3
commit d22ab8e8ad
1149 changed files with 3339 additions and 3323 deletions

View File

@@ -1,6 +1,6 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 sys-devel/m4 dev-build/libtool php_targets_php8-2? ( dev-lang/php:8.2 ) php_targets_php8-3? ( dev-lang/php:8.3 )
DEFINED_PHASES=compile configure install prepare test
DEPEND=php_targets_php8-2? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.2[session(-),iconv(-)] ) php_targets_php8-3? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.3[session(-),iconv(-)] ) php_targets_php8-2? ( dev-lang/php:8.2 ) php_targets_php8-3? ( dev-lang/php:8.3 )
DEPEND=php_targets_php8-2? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib:= ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.2[session(-),iconv(-)] ) php_targets_php8-3? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib:= ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.3[session(-),iconv(-)] ) php_targets_php8-2? ( dev-lang/php:8.2 ) php_targets_php8-3? ( dev-lang/php:8.3 )
DESCRIPTION=Extended HTTP Support for PHP
EAPI=8
HOMEPAGE=https://pecl.php.net/pecl_http
@@ -8,9 +8,9 @@ INHERIT=php-ext-pecl-r3
IUSE=ssl curl_ssl_gnutls +curl_ssl_openssl php_targets_php8-2 php_targets_php8-3
KEYWORDS=amd64 x86
LICENSE=BSD-2 MIT
RDEPEND=php_targets_php8-2? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.2[session(-),iconv(-)] ) php_targets_php8-3? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.3[session(-),iconv(-)] ) php_targets_php8-2? ( dev-lang/php:8.2 ) php_targets_php8-3? ( dev-lang/php:8.3 )
RDEPEND=php_targets_php8-2? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib:= ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.2[session(-),iconv(-)] ) php_targets_php8-3? ( app-arch/brotli:= dev-libs/libevent >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 virtual/zlib:= ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) dev-lang/php:8.3[session(-),iconv(-)] ) php_targets_php8-2? ( dev-lang/php:8.2 ) php_targets_php8-3? ( dev-lang/php:8.3 )
REQUIRED_USE=|| ( php_targets_php8-2 php_targets_php8-3 )
SLOT=8
SRC_URI=https://pecl.php.net/get/pecl_http-4.2.6.tgz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6 php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 php-ext-pecl-r3 4ca93611caa4190394eb13cc22aedbd0
_md5_=0c02ddbee6e7c0a873aae333b5a85b1f
_md5_=f1dda378206b3406aa35be4887410558

View File

@@ -1,6 +1,6 @@
BDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] ) test? ( net-misc/memcached ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 sys-devel/m4 dev-build/libtool php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] )
BDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib:= igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] ) test? ( net-misc/memcached ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 sys-devel/m4 dev-build/libtool php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] )
DEFINED_PHASES=compile configure install prepare test
DEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] )
DEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib:= igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] )
DESCRIPTION=Interface PHP with memcached via libmemcached library
EAPI=8
HOMEPAGE=https://pecl.php.net/memcached
@@ -8,10 +8,10 @@ INHERIT=php-ext-pecl-r3
IUSE=igbinary json sasl +session test php_targets_php8-2 php_targets_php8-3
KEYWORDS=amd64 arm arm64 x86
LICENSE=PHP-3.01
RDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] )
RDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib:= igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] )
REQUIRED_USE=test? ( igbinary ) || ( php_targets_php8-2 php_targets_php8-3 )
RESTRICT=!test? ( test )
SLOT=7
SRC_URI=https://pecl.php.net/get/memcached-3.3.0.tgz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6 php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 php-ext-pecl-r3 4ca93611caa4190394eb13cc22aedbd0
_md5_=6ed9d765d801455d099dadca1afaaa2d
_md5_=b5f1939abb35bbbe1ae8e97e6012addb

View File

@@ -1,6 +1,6 @@
BDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] dev-php/igbinary[php_targets_php8-4(-)?] ) test? ( net-misc/memcached ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 sys-devel/m4 dev-build/libtool php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] ) php_targets_php8-4? ( dev-lang/php:8.4[json(+)?,session(-)?] )
BDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib:= igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] dev-php/igbinary[php_targets_php8-4(-)?] ) test? ( net-misc/memcached ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 sys-devel/m4 dev-build/libtool php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] ) php_targets_php8-4? ( dev-lang/php:8.4[json(+)?,session(-)?] )
DEFINED_PHASES=compile configure install prepare test
DEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] dev-php/igbinary[php_targets_php8-4(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] ) php_targets_php8-4? ( dev-lang/php:8.4[json(+)?,session(-)?] )
DEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib:= igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] dev-php/igbinary[php_targets_php8-4(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] ) php_targets_php8-4? ( dev-lang/php:8.4[json(+)?,session(-)?] )
DESCRIPTION=Interface PHP with memcached via libmemcached library
EAPI=8
HOMEPAGE=https://pecl.php.net/memcached
@@ -8,10 +8,10 @@ INHERIT=php-ext-pecl-r3
IUSE=igbinary json sasl +session test php_targets_php8-2 php_targets_php8-3 php_targets_php8-4
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=PHP-3.01
RDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] dev-php/igbinary[php_targets_php8-4(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] ) php_targets_php8-4? ( dev-lang/php:8.4[json(+)?,session(-)?] )
RDEPEND=|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) virtual/zlib:= igbinary? ( dev-php/igbinary[php_targets_php8-2(-)?] dev-php/igbinary[php_targets_php8-3(-)?] dev-php/igbinary[php_targets_php8-4(-)?] ) php_targets_php8-2? ( dev-lang/php:8.2[json(+)?,session(-)?] ) php_targets_php8-3? ( dev-lang/php:8.3[json(+)?,session(-)?] ) php_targets_php8-4? ( dev-lang/php:8.4[json(+)?,session(-)?] )
REQUIRED_USE=test? ( igbinary ) || ( php_targets_php8-2 php_targets_php8-3 php_targets_php8-4 )
RESTRICT=!test? ( test )
SLOT=7
SRC_URI=https://pecl.php.net/get/memcached-3.4.0.tgz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6 php-ext-source-r3 57493651a3540d6ef7bff5e1c97c8dd3 php-ext-pecl-r3 4ca93611caa4190394eb13cc22aedbd0
_md5_=7d4cca9e86acad79e7f02e52e568e031
_md5_=a9237845337d4accfd6e60b67e0999c4