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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A498158087 for ; Fri, 15 Oct 2021 14:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8276CE083D; Fri, 15 Oct 2021 14:33:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 672A3E083D for ; Fri, 15 Oct 2021 14:33:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29366343649 for ; Fri, 15 Oct 2021 14:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 345A9162 for ; Fri, 15 Oct 2021 14:33:10 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1634308379.bd046fb6ff09095c0a3f64804f977f1e283991a4.whissi@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.5.ebuild X-VCS-Directories: dev-php/xhprof/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: bd046fb6ff09095c0a3f64804f977f1e283991a4 X-VCS-Branch: master Date: Fri, 15 Oct 2021 14:33:10 +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: 027de0ea-bc3c-4233-ba09-1b7fc00c8316 X-Archives-Hash: da3264092fc1b013c15dbb1022c6b472 commit: bd046fb6ff09095c0a3f64804f977f1e283991a4 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 15 13:59:08 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 15 14:32:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd046fb6 dev-php/xhprof: bump to v2.3.5 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/xhprof/Manifest | 1 + dev-php/xhprof/xhprof-2.3.5.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest index 9b12b022e21..4c1e44ac312 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 00000000000..e7f6bda6ad8 --- /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=""