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 3A900139694 for ; Sun, 28 May 2017 00:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7222E0E63; Sun, 28 May 2017 00:35:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C4838E0E63 for ; Sun, 28 May 2017 00:35:39 +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 8F7DC340988 for ; Sun, 28 May 2017 00:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55681745E for ; Sun, 28 May 2017 00:35:37 +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: <1495931727.49a67baff8c8233cd390cd42898653687500e50f.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_Timer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild X-VCS-Directories: dev-php/PHP_Timer/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 49a67baff8c8233cd390cd42898653687500e50f X-VCS-Branch: master Date: Sun, 28 May 2017 00:35:37 +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: a7ea6c33-0553-4fb0-91b3-8ed75e18add0 X-Archives-Hash: fa84c6960569020f61939dc77234fb5b commit: 49a67baff8c8233cd390cd42898653687500e50f Author: Brian Evans gentoo org> AuthorDate: Sun May 28 00:35:27 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun May 28 00:35:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a67baf dev-php/PHP_Timer: Fix stable build by moving to php-pear-r2 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild index fc8f24635df..e0d5a2764c1 100644 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_URI="pear.phpunit.de" -PHP_PEAR_PN="PHP_Timer" +PHP_PEAR_DOMAIN="pear.phpunit.de" +PHP_PEAR_PKG_NAME="PHP_Timer" -inherit php-pear-lib-r1 +inherit php-pear-r2 DESCRIPTION="Utility class for timing" LICENSE="BSD" @@ -15,3 +15,4 @@ SLOT="0" KEYWORDS="amd64 hppa x86" IUSE="" HOMEPAGE="http://pear.phpunit.de/" +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"