commit:     ccc36814b41e5dde299af30d4eba3453898668df
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 00:39:29 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun May 28 01:11:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc36814

dev-php/Text_Template: Fix stable build by moving to php-pear-r2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/Text_Template/Text_Template-1.1.1.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-php/Text_Template/Text_Template-1.1.1.ebuild 
b/dev-php/Text_Template/Text_Template-1.1.1.ebuild
index bc786224b53..e12d9f8af66 100644
--- a/dev-php/Text_Template/Text_Template-1.1.1.ebuild
+++ b/dev-php/Text_Template/Text_Template-1.1.1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-PHP_PEAR_URI="pear.phpunit.de"
-PHP_PEAR_PN="Text_Template"
+PHP_PEAR_DOMAIN="pear.phpunit.de"
+PHP_PEAR_PKG_NAME="Text_Template"
 
-inherit php-pear-lib-r1
+inherit php-pear-r2
 
 HOMEPAGE="http://pear.phpunit.de";
-
+SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz";
 DESCRIPTION="Simple template engine"
 LICENSE="BSD"
 SLOT="0"
@@ -18,3 +18,4 @@ KEYWORDS="amd64 hppa x86"
 IUSE=""
 
 DEPEND=">=dev-php/pear-1.9.4"
+DOCS=( README.markdown ChangeLog.markdown )

Reply via email to