From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6012215838C for ; Sat, 20 Jan 2024 13:00:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A00DE29AD; Sat, 20 Jan 2024 13:00:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F338E29AD for ; Sat, 20 Jan 2024 13:00:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EDFF343081 for ; Sat, 20 Jan 2024 13:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C685414B5 for ; Sat, 20 Jan 2024 13:00:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705755617.4dcd8465937fb217d84ad607587a406023192060.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xhprof/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/xhprof/Manifest dev-php/xhprof/xhprof-2.3.9.ebuild X-VCS-Directories: dev-php/xhprof/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4dcd8465937fb217d84ad607587a406023192060 X-VCS-Branch: master Date: Sat, 20 Jan 2024 13:00:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c4d8786-ed52-48f2-add3-5d085d5e4cfb X-Archives-Hash: c7aea46e5d0571cf5fe95d8813fe68e7 commit: 4dcd8465937fb217d84ad607587a406023192060 Author: Anthony Ryan gmail com> AuthorDate: Thu Dec 14 17:47:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 20 13:00:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcd8465 dev-php/xhprof: add 2.3.9 Signed-off-by: Anthony Ryan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34284 Signed-off-by: Sam James gentoo.org> dev-php/xhprof/Manifest | 1 + dev-php/xhprof/xhprof-2.3.9.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest index 6d88f3b33341..993f97faf8d3 100644 --- a/dev-php/xhprof/Manifest +++ b/dev-php/xhprof/Manifest @@ -1 +1,2 @@ DIST xhprof-2.3.5.tgz 842658 BLAKE2B 4392b521e8b4c10dc745bbd670c351231680e753251b1d1e3c7048e17fa5a88a6c79da39f3c50b8642ca0c1a5b9658e4dafe6ed4af3dc97c71265f021438fda9 SHA512 50ae6fb8d63ac8354b7887daecd1882f33e616cd1ef165b54d51f26fa93d2827f621e89d0d583979c453af5d66a83ddcbf0eb2d462df74ebb422294e601268f4 +DIST xhprof-2.3.9.tgz 843027 BLAKE2B be7c36d7b30f1efd1e3fb4d67f1d9ee8e23bb0e28f6bf9b8c00ee61154e753505e0935acf75c61d0806222a14d3203a4be1c0b4ef6b00f7d15aa9d35d99e410f SHA512 38a2609d961d908c6a4b5d1ff2085ffdad4a5f7d277705c826ae19e215660802528d606c5ee052f2e65255a7a85b2a9cb9038f4785c730ec468fc76dc7bcf5de diff --git a/dev-php/xhprof/xhprof-2.3.9.ebuild b/dev-php/xhprof/xhprof-2.3.9.ebuild new file mode 100644 index 000000000000..42bbc9840ab0 --- /dev/null +++ b/dev-php/xhprof/xhprof-2.3.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 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-1 php8-2 php8-3" + +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"