Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_CodeCoverage/
Date: Sun, 28 May 2017 01:42:22
Message-Id: 1495935727.64c1a751dc21bc2e5a0114e819bedd174d0f30c8.grknight@gentoo
1 commit: 64c1a751dc21bc2e5a0114e819bedd174d0f30c8
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 01:42:07 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 01:42:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c1a751
7
8 dev-php/PHP_CodeCoverage: Fix stable build by moving to new eclass
9
10 Installed files not changed
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild | 12 +++++++-----
15 1 file changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild
18 index ad75c711f3a..501117d4dfd 100644
19 --- a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild
20 +++ b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-1.2.13.ebuild
21 @@ -1,14 +1,16 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=6
28
29 -PHP_PEAR_URI="pear.phpunit.de"
30 +PHP_PEAR_DOMAIN="pear.phpunit.de"
31 +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
32
33 -inherit php-pear-r1
34 +inherit php-pear-r2
35
36 -DESCRIPTION="Provides collection, processing, and rendering functionality for PHP code coverage information"
37 +DESCRIPTION="Collection, processing, and rendering for PHP code coverage"
38 HOMEPAGE="http://pear.phpunit.de"
39 +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"
40
41 LICENSE="BSD"
42 SLOT="0"