summaryrefslogtreecommitdiff
path: root/dev-php/xhprof
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-10 03:03:09 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-10 03:03:09 +0000
commitbe94ae04eee564451203d45977c2ef7c7ace1580 (patch)
tree616ffc0ad9aee18dc7d5e9e62bf62394e8e520ba /dev-php/xhprof
parent2be329ae14bbf99f0fc4de7567e2386bbb529fdc (diff)
gentoo auto-resync : 10:11:2024 - 03:03:09
Diffstat (limited to 'dev-php/xhprof')
-rw-r--r--dev-php/xhprof/Manifest2
-rw-r--r--dev-php/xhprof/xhprof-2.3.5.ebuild18
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest
index 50cde73586e7..e37ebbaff589 100644
--- a/dev-php/xhprof/Manifest
+++ b/dev-php/xhprof/Manifest
@@ -1,5 +1,3 @@
-DIST xhprof-2.3.5.tgz 842658 BLAKE2B 4392b521e8b4c10dc745bbd670c351231680e753251b1d1e3c7048e17fa5a88a6c79da39f3c50b8642ca0c1a5b9658e4dafe6ed4af3dc97c71265f021438fda9 SHA512 50ae6fb8d63ac8354b7887daecd1882f33e616cd1ef165b54d51f26fa93d2827f621e89d0d583979c453af5d66a83ddcbf0eb2d462df74ebb422294e601268f4
DIST xhprof-2.3.9.tgz 843027 BLAKE2B be7c36d7b30f1efd1e3fb4d67f1d9ee8e23bb0e28f6bf9b8c00ee61154e753505e0935acf75c61d0806222a14d3203a4be1c0b4ef6b00f7d15aa9d35d99e410f SHA512 38a2609d961d908c6a4b5d1ff2085ffdad4a5f7d277705c826ae19e215660802528d606c5ee052f2e65255a7a85b2a9cb9038f4785c730ec468fc76dc7bcf5de
-EBUILD xhprof-2.3.5.ebuild 362 BLAKE2B 0835e2c687df3a4035678880ef37d913c2a8ff45b4f18f5fb5839c869107ff39b4da6ac055ad07c29caadc4ac9d56dbb2cecb03e095ca2e46ded6ded11816932 SHA512 28911799dc7a22ed53b519403a254aeabdb041ca629af55e21216dbb1fea43dd45a520c931e0908767074ad86a3bcfb0d378b81fa5100b2ef6b449549d5b8d51
EBUILD xhprof-2.3.9.ebuild 368 BLAKE2B a92c4017f6709b5f166412ce4c62845b7364495e5bc1661fef9c3391a3e5a96b2cccf8905ef6416037b978a930af7f4c856aa9cf0c986305f99095610046c259 SHA512 f4294385d43cc1eb682a13f3dd0377f97894e585c133b9a2b45283124e5805b301c7197eb5b0d8c67b70ef991abafda2fe67c8ca96f1e5d6747059618b99bbf3
MISC metadata.xml 320 BLAKE2B fcc5d80e127f6834fe5d8e9b15648e129c894914079784416d269553112e790d1b0f4d25f9c3d5a46b55ca569a35c122d84189d4f5fe4f9ff2e500fb37c53104 SHA512 975a3563e5575c13fefa0e01ec3dd44f7135195c66ba157c7766069cd21de332ee361db730032d2c88be60ea00bb4b52dba1ba1c95a24e6de8126ab320f77c14
diff --git a/dev-php/xhprof/xhprof-2.3.5.ebuild b/dev-php/xhprof/xhprof-2.3.5.ebuild
deleted file mode 100644
index 43941532e3b0..000000000000
--- a/dev-php/xhprof/xhprof-2.3.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2024 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="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=""