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 25A72139694 for ; Sun, 28 May 2017 01:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21BE2E0D09; Sun, 28 May 2017 01:42:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F277AE0D09 for ; Sun, 28 May 2017 01:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFA5C33FE7D for ; Sun, 28 May 2017 01:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 317CF745E for ; Sun, 28 May 2017 01:42:16 +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: <1495935727.64c1a751dc21bc2e5a0114e819bedd174d0f30c8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_CodeCoverage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild X-VCS-Directories: dev-php/PHP_CodeCoverage/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 64c1a751dc21bc2e5a0114e819bedd174d0f30c8 X-VCS-Branch: master Date: Sun, 28 May 2017 01:42:16 +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: 661b5248-6bd1-45ff-b7fc-af477c747f4e X-Archives-Hash: 8217632048241d737c458ab9b3b6471c commit: 64c1a751dc21bc2e5a0114e819bedd174d0f30c8 Author: Brian Evans gentoo org> AuthorDate: Sun May 28 01:42:07 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun May 28 01:42:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c1a751 dev-php/PHP_CodeCoverage: Fix stable build by moving to new eclass Installed files not changed Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild index ad75c711f3a..501117d4dfd 100644 --- a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild +++ b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PHP_PEAR_URI="pear.phpunit.de" +PHP_PEAR_DOMAIN="pear.phpunit.de" +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -inherit php-pear-r1 +inherit php-pear-r2 -DESCRIPTION="Provides collection, processing, and rendering functionality for PHP code coverage information" +DESCRIPTION="Collection, processing, and rendering for PHP code coverage" HOMEPAGE="http://pear.phpunit.de" +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz" LICENSE="BSD" SLOT="0"