dev-php/pecl-uuid: add 1.3.0

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/1159
Merges: https://codeberg.org/gentoo/gentoo/pulls/1159
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Anton Fischl
2026-06-14 11:51:23 +02:00
committed by Sam James
parent 5a3d776dff
commit 4a4c18882e
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST uuid-1.2.1.tgz 16903 BLAKE2B bfc0f1a29327a637d4bda687bc00fa588a20aae86ade1e771df64eb2241ef3d5d11e368532ad823bacfc94d57876d0e0ec74703247a3b11282fbd7b70473e8c9 SHA512 32afa4e71e6b3a524b0ab4dcf021b5c6272b4061e4bea352355468f0f001ccba7c1ad72b397c35d012ceabc1a3ade68babe37e3c38ef7d83f6d5c3eee3b528d8
DIST uuid-1.3.0.tgz 17385 BLAKE2B c68e7b144f3e9fc1888899a83f55f4446823f70c1b4b601d11bb41eea36ba119ed507b19b29a7487bf5fc7a186dc756feec876e1775342a74211a97f02fd4f9f SHA512 92fd2c9387a6f38b83cb2a1bcad8be29c9774b7f38b2047b9733fea84fa37ef29aab04359be3c46039fe3a568f91ebf934dde30d560f14d79896f4f62cf7fcaa

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PHP_EXT_NAME="uuid"
PHP_EXT_INIT="yes"
PHP_EXT_ZENDEXT="no"
DOCS=( CREDITS )
USE_PHP="php8-2 php8-3 php8-4 php8-5"
inherit php-ext-pecl-r3
DESCRIPTION="A wrapper around libuuid"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="sys-apps/util-linux"
RDEPEND="${DEPEND}"
PHP_EXT_ECONF_ARGS=()