Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xhprof/
Date: Fri, 15 Oct 2021 14:33:15
Message-Id: 1634308379.bd046fb6ff09095c0a3f64804f977f1e283991a4.whissi@gentoo
1 commit: bd046fb6ff09095c0a3f64804f977f1e283991a4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 13:59:08 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 14:32:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd046fb6
7
8 dev-php/xhprof: bump to v2.3.5
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/xhprof/Manifest | 1 +
14 dev-php/xhprof/xhprof-2.3.5.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest
18 index 9b12b022e21..4c1e44ac312 100644
19 --- a/dev-php/xhprof/Manifest
20 +++ b/dev-php/xhprof/Manifest
21 @@ -1,2 +1,3 @@
22 DIST xhprof-2.1.4.tgz 841444 BLAKE2B 33be85d55f2636af5664aeb017ccaab6ad03962d44b3143c0eb9d9f9cc0fa74048fbca6beae89d02ed47db8ffe1ea77df1f6a41aa62fbc90fea2c52c467a422d SHA512 8777d29c16bce9e7698cf37c7dd631e951a018fa63ab5a4ab0df8e7621643e7fb905cd9bc189b238d76e32408a43f522bbab455caab6b89f7b6c26590b2733a3
23 DIST xhprof-2.2.3.tgz 842543 BLAKE2B 5940a5ed8edc334ae2dc09d4621ed7fb4b8b56de6f07dc49e4a84ced33689f242f11ac89dced670f7b54d35fe8c9840fea09e55340174c399fae263760ca35ac SHA512 000468a7fa2a0af25004f0ffd59a8ab111a5cfa4cff275291fcbc54d3283fbf4a904b4aaeb38c2a8c7c81924bc31d9328ccf9fb7de24e20c224e014ed942efaf
24 +DIST xhprof-2.3.5.tgz 842658 BLAKE2B 4392b521e8b4c10dc745bbd670c351231680e753251b1d1e3c7048e17fa5a88a6c79da39f3c50b8642ca0c1a5b9658e4dafe6ed4af3dc97c71265f021438fda9 SHA512 50ae6fb8d63ac8354b7887daecd1882f33e616cd1ef165b54d51f26fa93d2827f621e89d0d583979c453af5d66a83ddcbf0eb2d462df74ebb422294e601268f4
25
26 diff --git a/dev-php/xhprof/xhprof-2.3.5.ebuild b/dev-php/xhprof/xhprof-2.3.5.ebuild
27 new file mode 100644
28 index 00000000000..e7f6bda6ad8
29 --- /dev/null
30 +++ b/dev-php/xhprof/xhprof-2.3.5.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="7"
36 +
37 +PHP_EXT_S="${S}/extension"
38 +PHP_EXT_ECONF_ARGS=""
39 +USE_PHP="php7-2 php7-3 php7-4 php8-0 php8-1"
40 +
41 +inherit php-ext-pecl-r3
42 +
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +HOMEPAGE="https://pecl.php.net/package/xhprof"
46 +DESCRIPTION="A Hierarchical Profiler for PHP"
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +IUSE=""