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 524141395E2 for ; Thu, 8 Dec 2016 18:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B75B721C07C; Thu, 8 Dec 2016 18:29:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94DAF21C07C for ; Thu, 8 Dec 2016 18:29:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE92034162B for ; Thu, 8 Dec 2016 18:29:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E4324C2 for ; Thu, 8 Dec 2016 18:29:09 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1481221728.1a172c7dc8864f40cc5846b1d3e94edd5b5701a5.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/xhprof/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild X-VCS-Directories: dev-php/xhprof/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 1a172c7dc8864f40cc5846b1d3e94edd5b5701a5 X-VCS-Branch: master Date: Thu, 8 Dec 2016 18:29:09 +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-Archives-Salt: 42dd5ce2-ceb7-48ab-a7ff-0a793443f28c X-Archives-Hash: 40ec4d5cbbb0b1700cf5508c4a52771c commit: 1a172c7dc8864f40cc5846b1d3e94edd5b5701a5 Author: Brian Evans gentoo org> AuthorDate: Thu Dec 8 18:26:33 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 8 18:28:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a172c7d dev-php/xhprof: Revbump to drop php 5.5 dependencies This package has not been ported and fails with PHP 7.0. Patches are welcome, but this package is in danger of being dropped when PHP 5.6 becomes obsolete. Package-Manager: portage-2.3.2 dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild b/dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild new file mode 100644 index 00000000..e14925e --- /dev/null +++ b/dev-php/xhprof/xhprof-0.9.4_p20150226-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +MY_PV="ff8b3892d0cfc53e744631ff5c6b34f13421edce" +PHP_EXT_S="${WORKDIR}/${PN}-${MY_PV}/extension" +PHP_EXT_ECONF_ARGS="" +USE_PHP="php5-6" + +inherit php-ext-pecl-r3 + +SRC_URI="https://github.com/phacility/xhprof/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" + +HOMEPAGE="http://pecl.php.net/package/xhprof" +DESCRIPTION="A Hierarchical Profiler for PHP" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +S="${WORKDIR}"