From 7a7e91fa7d7ef97d0114c15e11221739ade62044 Mon Sep 17 00:00:00 2001 From: Jaco Kroon Date: Fri, 5 Dec 2025 12:35:40 +0200 Subject: [PATCH] dev-php/pecl-xattr: add 1.4.1 Unable to reproduce test failures, suspect (as per discussion) this relates to tmpfs and CONFIG_TMPFS_XATTR not having been enabled. Closes: https://bugs.gentoo.org/913851 Signed-off-by: Jaco Kroon --- dev-php/pecl-xattr/Manifest | 1 + dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild diff --git a/dev-php/pecl-xattr/Manifest b/dev-php/pecl-xattr/Manifest index f1c89623e8c1..de8862d7b6dd 100644 --- a/dev-php/pecl-xattr/Manifest +++ b/dev-php/pecl-xattr/Manifest @@ -1 +1,2 @@ DIST pecl-xattr-1.4.0.tgz 8401 BLAKE2B 661611cd638db4807b33b68d549cb85659c1fe092d2f576a72f44a5afd5306e551303f4b55a4ed6354b5fa69c91f98c8a7e0d27eb7700c1aa506bfaa50dbf991 SHA512 b8e0225e07df55f428db7d9c26fa4c7007f7345df72bced162b1910235de52040147c1925658bcd428f6dd76793a874d3db6cd14258cf3f794f3abe5ec07e97d +DIST pecl-xattr-1.4.1.tgz 8694 BLAKE2B 6681ab603648a9e2cc18270f37a6d508efadbf468f6267126bd7b62bfa0490f4ea3b8c536a933837d85021889934cc62f7ced6927f74e3c1106cd185a710c830 SHA512 30b9a925e3db6b6b6aef2f8a8b75822f892e8edcc843611090ce00ee7f65d40780a9a813ebb470b5b26670a73e8ed9459fc13282f74a1903119b770e38c5fa78 diff --git a/dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild b/dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild new file mode 100644 index 000000000000..aaa17db496b9 --- /dev/null +++ b/dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_INI="yes" +PHP_EXT_NAME="xattr" +PHP_EXT_NEEDED_USE="" +PHP_EXT_ZENDEXT="no" +USE_PHP="php8-2 php8-3" + +inherit php-ext-pecl-r3 + +DESCRIPTION="Extended attributes for PHP" +SRC_URI="${SRC_URI} -> ${P}.tgz" + +LICENSE="PHP-3.01" +SLOT="8" +KEYWORDS="~amd64 ~x86"