diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-20 03:01:54 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-20 03:01:54 -0500 |
| commit | b8e997d669f2779a6f954a9ce5cfb887d0ee91e8 (patch) | |
| tree | c20220a94b4fc7a65b110c2ab41765671acc5530 /dev-php | |
| parent | fd47b082ab0da4bc79447a8e2bfb7e77dd71874d (diff) | |
| download | baldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.tar.gz baldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.tar.xz baldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.zip | |
Adding metadata
Diffstat (limited to 'dev-php')
| -rw-r--r-- | dev-php/pecl-http/pecl-http-4.3.1-r1.ebuild (renamed from dev-php/pecl-http/pecl-http-4.3.1.ebuild) | 8 | ||||
| -rw-r--r-- | dev-php/pecl-raphf/Manifest | 1 | ||||
| -rw-r--r-- | dev-php/pecl-raphf/pecl-raphf-2.0.2.ebuild | 19 |
3 files changed, 25 insertions, 3 deletions
diff --git a/dev-php/pecl-http/pecl-http-4.3.1.ebuild b/dev-php/pecl-http/pecl-http-4.3.1-r1.ebuild index 4ced72373d85..222c10e5ec85 100644 --- a/dev-php/pecl-http/pecl-http-4.3.1.ebuild +++ b/dev-php/pecl-http/pecl-http-4.3.1-r1.ebuild @@ -9,7 +9,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_INI_NAME="50-http" -USE_PHP="php8-2 php8-3" +USE_PHP="php8-2 php8-3 php8-4 php8-5" inherit php-ext-pecl-r3 @@ -21,7 +21,7 @@ IUSE="ssl curl_ssl_gnutls +curl_ssl_openssl" COMMON_DEPEND="app-arch/brotli:= dev-libs/libevent - >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] + >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?,php_targets_php8-4(-)?,php_targets_php8-5(-)?] net-dns/libidn2 virtual/zlib:= ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) @@ -29,7 +29,9 @@ COMMON_DEPEND="app-arch/brotli:= " DEPEND=" php_targets_php8-2? ( ${COMMON_DEPEND} dev-lang/php:8.2[session(-),iconv(-)] ) - php_targets_php8-3? ( ${COMMON_DEPEND} dev-lang/php:8.3[session(-),iconv(-)] )" + php_targets_php8-3? ( ${COMMON_DEPEND} dev-lang/php:8.3[session(-),iconv(-)] ) + php_targets_php8-4? ( ${COMMON_DEPEND} dev-lang/php:8.4[session(-),iconv(-)] ) + php_targets_php8-5? ( ${COMMON_DEPEND} dev-lang/php:8.5[session(-),iconv(-)] )" RDEPEND="${DEPEND}" PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps diff --git a/dev-php/pecl-raphf/Manifest b/dev-php/pecl-raphf/Manifest index fe67b291dc82..ef6edfcf6e93 100644 --- a/dev-php/pecl-raphf/Manifest +++ b/dev-php/pecl-raphf/Manifest @@ -1 +1,2 @@ DIST raphf-2.0.1.tgz 16003 BLAKE2B 4eaf9f89e6572e17e0df347543dc99221f68d45103444f89e59862b9078574722278fbb1e2841b0a5952ffd6dfc4ea0fa81298f2014ffbe8a6b51ed6887f6692 SHA512 0a609fc21a62880963e7afb75297eb75a2598aab2c816cb61e84d665b0453e4952aa9bf25fe2c818cc94492a4b94aed965053c67899fdb984d88661364fffb1e +DIST raphf-2.0.2.tgz 16262 BLAKE2B d140aaf8a4cb3b9b9aa1b5876302d6507b7176866ea2ffe3ea5043727be46af6b2cfb1f128a24a724a0faf271afbff00ec5be827289218352fdc7cb410e22e73 SHA512 ca82e95bfaa9012de2c46334ff9095c8e214c108d58ed778c33541c9a39b53e2edc5539af1da075a11f025c209ea6cd1439f902be12f5726fb9fbc7c194e30b2 diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.2.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.2.ebuild new file mode 100644 index 000000000000..f31084495327 --- /dev/null +++ b/dev-php/pecl-raphf/pecl-raphf-2.0.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PHP_EXT_NAME="raphf" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +PHP_EXT_ECONF_ARGS="" +PHP_INI_NAME="30-${PHP_EXT_NAME}" + +USE_PHP="php8-2 php8-3 php8-4 php8-5" + +inherit php-ext-pecl-r3 + +DESCRIPTION="A reusable, persistent handle and resource factory API" +LICENSE="BSD-2" +SLOT="7" +KEYWORDS="~amd64 ~x86" |
