diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-18 12:20:10 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-18 12:53:26 -0400 |
commit | 8b1362ee636a74a56ba41686d0d789a4234bb6c8 (patch) | |
tree | b09597cbc29b95d898f710b165aa91fcd057a9d3 /dev-php/xhprof | |
parent | dev-python/filelock: Remove old (diff) | |
download | gentoo-8b1362ee636a74a56ba41686d0d789a4234bb6c8.tar.gz gentoo-8b1362ee636a74a56ba41686d0d789a4234bb6c8.tar.bz2 gentoo-8b1362ee636a74a56ba41686d0d789a4234bb6c8.zip |
dev-php/xhprof: Drop old; adjust targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/xhprof')
-rw-r--r-- | dev-php/xhprof/Manifest | 2 | ||||
-rw-r--r-- | dev-php/xhprof/xhprof-2.1.4.ebuild | 18 | ||||
-rw-r--r-- | dev-php/xhprof/xhprof-2.2.3.ebuild | 18 | ||||
-rw-r--r-- | dev-php/xhprof/xhprof-2.3.5.ebuild | 4 |
4 files changed, 2 insertions, 40 deletions
diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest index 4c1e44ac3123..6d88f3b33341 100644 --- a/dev-php/xhprof/Manifest +++ b/dev-php/xhprof/Manifest @@ -1,3 +1 @@ -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.1.4.ebuild b/dev-php/xhprof/xhprof-2.1.4.ebuild deleted file mode 100644 index 6d7187add699..000000000000 --- a/dev-php/xhprof/xhprof-2.1.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 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" - -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="" diff --git a/dev-php/xhprof/xhprof-2.2.3.ebuild b/dev-php/xhprof/xhprof-2.2.3.ebuild deleted file mode 100644 index 1d609078c8c4..000000000000 --- a/dev-php/xhprof/xhprof-2.2.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 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" - -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="" diff --git a/dev-php/xhprof/xhprof-2.3.5.ebuild b/dev-php/xhprof/xhprof-2.3.5.ebuild index e7f6bda6ad82..e1655ad5829f 100644 --- a/dev-php/xhprof/xhprof-2.3.5.ebuild +++ b/dev-php/xhprof/xhprof-2.3.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-pecl-r3 |