From ccc36814b41e5dde299af30d4eba3453898668df Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Sat, 27 May 2017 20:39:29 -0400 Subject: 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 bc786224b530..e12d9f8af66a 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 ) -- cgit v1.2.3-65-gdbad