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 D69D11382DE for ; Wed, 29 Jun 2016 20:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07A2EE095B; Wed, 29 Jun 2016 20:06:57 +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 9E6CAE095B for ; Wed, 29 Jun 2016 20:06:56 +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 79D6A340DD9 for ; Wed, 29 Jun 2016 20:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64E713FF for ; Wed, 29 Jun 2016 20:06:51 +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: <1467230798.af996ffeb5302f811600832d32b09cc7dcc8692a.grknight@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-0.9.4_p20150226.ebuild X-VCS-Directories: dev-php/xhprof/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: af996ffeb5302f811600832d32b09cc7dcc8692a X-VCS-Branch: master Date: Wed, 29 Jun 2016 20:06:51 +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: 3fa53d26-f1fa-4760-9a54-bffae760b555 X-Archives-Hash: 83e6cf986f69df86a5627753c40b592d commit: af996ffeb5302f811600832d32b09cc7dcc8692a Author: Brian Evans gentoo org> AuthorDate: Wed Jun 29 20:06:38 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Jun 29 20:06:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af996ffe dev-php/xhprof: Version bump to upstream VCS snapshot This shapshot fixes some bugs but has yet to be released into a new version. All tests pass instead of failing on 5.5 and 5.6 with the release Package-Manager: portage-2.3.0 dev-php/xhprof/Manifest | 1 + dev-php/xhprof/xhprof-0.9.4_p20150226.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest index 0dd9ffd..d04f4c2 100644 --- a/dev-php/xhprof/Manifest +++ b/dev-php/xhprof/Manifest @@ -1 +1,2 @@ DIST xhprof-0.9.4.tgz 842077 SHA256 002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8 SHA512 25de7b69cef9b5b468eba1b4151e53f721c1b1437eb5a63a99da996857b77052513cf13c27d4f9034e8eff558b9bd8941ce8bd7ce824087636f5e000f3a647ff WHIRLPOOL 670a36c54850e8307e032fefa732d5fdb91692de45f55ab47495286b2fa0bd5aacc7fc4ba7070d4b2703536c34e1ef334f51935f3136034704f749a68ba61ade +DIST xhprof-0.9.4_p20150226.tar.gz 855540 SHA256 c719e8208511fec2e13d2988a62523c47c370bb8f7a45a270059cc5b9090d0bb SHA512 6f0f4f76b793746cb37b623b891956c1abe7c08cb56fb0edfa31b7d7a59ccd49b8c3401f067a1f203e188843290afb9f9913729b59026b43e7cf026010ef7fb7 WHIRLPOOL 1b6b5b87b81ce9456102dd71b1d6149c7805c6ca2b25024eadf9b2048331603e725743253b6f4034eee876062190c4ba7cf8cd9171faadd22f3f591677bdb264 diff --git a/dev-php/xhprof/xhprof-0.9.4_p20150226.ebuild b/dev-php/xhprof/xhprof-0.9.4_p20150226.ebuild new file mode 100644 index 0000000..16b6432 --- /dev/null +++ b/dev-php/xhprof/xhprof-0.9.4_p20150226.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_PV="ff8b3892d0cfc53e744631ff5c6b34f13421edce" +PHP_EXT_S="${WORKDIR}/${PN}-${MY_PV}/extension" + +USE_PHP="php5-5 php5-6" + +inherit php-ext-pecl-r2 + +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=""