commit: f9b0b7ae3d94f58880b88bac3c4c35a5eb7a03eb Author: Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com> AuthorDate: Tue Apr 15 15:21:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 21:56:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b0b7ae
dev-php/xhprof: add 2.3.10, PHP_TARGETS="php8-4" All tests passing, just make sure you haven't copied any deprecated ini settings from prior PHP passess into 8.4, or the deprecation warnings will cause unexpected test failures. Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41607 Closes: https://github.com/gentoo/gentoo/pull/41607 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-php/xhprof/Manifest | 1 + dev-php/xhprof/xhprof-2.3.10.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest index 9f4a9c0f2004..56ad039e3032 100644 --- a/dev-php/xhprof/Manifest +++ b/dev-php/xhprof/Manifest @@ -1 +1,2 @@ +DIST xhprof-2.3.10.tgz 843156 BLAKE2B 35100d288f11744e716ea9c04e0bd83c762572231a97c8a9aa2409be084dbe59a56368dd4268d985850193c652909ef0e16c4025b93cc2b34935988ce14e37f3 SHA512 fcd96013222cfde9a5a26e818effc35fdc686e1aeec5040964af7672700938b1e6090b84090234ef05b7ae4deb9fa2869eb53ae5d7c6666fcb1c6e0b484a7a9c DIST xhprof-2.3.9.tgz 843027 BLAKE2B be7c36d7b30f1efd1e3fb4d67f1d9ee8e23bb0e28f6bf9b8c00ee61154e753505e0935acf75c61d0806222a14d3203a4be1c0b4ef6b00f7d15aa9d35d99e410f SHA512 38a2609d961d908c6a4b5d1ff2085ffdad4a5f7d277705c826ae19e215660802528d606c5ee052f2e65255a7a85b2a9cb9038f4785c730ec468fc76dc7bcf5de diff --git a/dev-php/xhprof/xhprof-2.3.10.ebuild b/dev-php/xhprof/xhprof-2.3.10.ebuild new file mode 100644 index 000000000000..3911e56402c3 --- /dev/null +++ b/dev-php/xhprof/xhprof-2.3.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PHP_EXT_S="${S}/extension" +PHP_EXT_ECONF_ARGS="" +USE_PHP="php8-2 php8-3 php8-4" + +inherit php-ext-pecl-r3 + +DESCRIPTION="A Hierarchical Profiler for PHP" +HOMEPAGE="https://pecl.php.net/package/xhprof" +LICENSE="Apache-2.0" + +SLOT="0" +KEYWORDS="~amd64 ~x86"