dev-php/pecl-raphf: add 2.0.2

compatible with PHP8.4 and PHP8.5
tested with PHP8.{3,4,5}

Signed-off-by: Anton Fischl <github@fischl-online.de>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1191
Merges: https://codeberg.org/gentoo/gentoo/pulls/1191
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Anton Fischl
2026-06-19 11:59:02 +02:00
committed by Sam James
parent 0d4c211bbb
commit 0a9f646141
2 changed files with 20 additions and 0 deletions

View File

@@ -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

View File

@@ -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"