diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-10-15 15:59:08 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-10-15 16:32:59 +0200 |
commit | bd046fb6ff09095c0a3f64804f977f1e283991a4 (patch) | |
tree | b6dacb7a4ab10c5c30688a1a100d808a062082cb /dev-php | |
parent | dev-php/zetacomponents-Base: bump to v1.9.3 (diff) | |
download | gentoo-bd046fb6ff09095c0a3f64804f977f1e283991a4.tar.gz gentoo-bd046fb6ff09095c0a3f64804f977f1e283991a4.tar.bz2 gentoo-bd046fb6ff09095c0a3f64804f977f1e283991a4.zip |
dev-php/xhprof: bump to v2.3.5
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xhprof/Manifest | 1 | ||||
-rw-r--r-- | dev-php/xhprof/xhprof-2.3.5.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest index 9b12b022e21b..4c1e44ac3123 100644 --- a/dev-php/xhprof/Manifest +++ b/dev-php/xhprof/Manifest @@ -1,2 +1,3 @@ DIST xhprof-2.1.4.tgz 841444 BLAKE2B 33be85d55f2636af5664aeb017ccaab6ad03962d44b3143c0eb9d9f9cc0fa74048fbca6beae89d02ed47db8ffe1ea77df1f6a41aa62fbc90fea2c52c467a422d SHA512 8777d29c16bce9e7698cf37c7dd631e951a018fa63ab5a4ab0df8e7621643e7fb905cd9bc189b238d76e32408a43f522bbab455caab6b89f7b6c26590b2733a3 DIST xhprof-2.2.3.tgz 842543 BLAKE2B 5940a5ed8edc334ae2dc09d4621ed7fb4b8b56de6f07dc49e4a84ced33689f242f11ac89dced670f7b54d35fe8c9840fea09e55340174c399fae263760ca35ac SHA512 000468a7fa2a0af25004f0ffd59a8ab111a5cfa4cff275291fcbc54d3283fbf4a904b4aaeb38c2a8c7c81924bc31d9328ccf9fb7de24e20c224e014ed942efaf +DIST xhprof-2.3.5.tgz 842658 BLAKE2B 4392b521e8b4c10dc745bbd670c351231680e753251b1d1e3c7048e17fa5a88a6c79da39f3c50b8642ca0c1a5b9658e4dafe6ed4af3dc97c71265f021438fda9 SHA512 50ae6fb8d63ac8354b7887daecd1882f33e616cd1ef165b54d51f26fa93d2827f621e89d0d583979c453af5d66a83ddcbf0eb2d462df74ebb422294e601268f4 diff --git a/dev-php/xhprof/xhprof-2.3.5.ebuild b/dev-php/xhprof/xhprof-2.3.5.ebuild new file mode 100644 index 000000000000..e7f6bda6ad82 --- /dev/null +++ b/dev-php/xhprof/xhprof-2.3.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PHP_EXT_S="${S}/extension" +PHP_EXT_ECONF_ARGS="" +USE_PHP="php7-2 php7-3 php7-4 php8-0 php8-1" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" + +HOMEPAGE="https://pecl.php.net/package/xhprof" +DESCRIPTION="A Hierarchical Profiler for PHP" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" |