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_Timer/
Date: Sun, 28 May 2017 00:35:43
Message-Id: 1495931727.49a67baff8c8233cd390cd42898653687500e50f.grknight@gentoo
1 commit: 49a67baff8c8233cd390cd42898653687500e50f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 00:35:27 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 00:35:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a67baf
7
8 dev-php/PHP_Timer: Fix stable build by moving to php-pear-r2
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
16 index fc8f24635df..e0d5a2764c1 100644
17 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
18 +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild
19 @@ -1,13 +1,13 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26
27 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
28 -PHP_PEAR_URI="pear.phpunit.de"
29 -PHP_PEAR_PN="PHP_Timer"
30 +PHP_PEAR_DOMAIN="pear.phpunit.de"
31 +PHP_PEAR_PKG_NAME="PHP_Timer"
32
33 -inherit php-pear-lib-r1
34 +inherit php-pear-r2
35
36 DESCRIPTION="Utility class for timing"
37 LICENSE="BSD"
38 @@ -15,3 +15,4 @@ SLOT="0"
39 KEYWORDS="amd64 hppa x86"
40 IUSE=""
41 HOMEPAGE="http://pear.phpunit.de/"
42 +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"