diff options
author | Brian Evans <grknight@gentoo.org> | 2017-05-27 20:39:29 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-05-27 21:11:46 -0400 |
commit | ccc36814b41e5dde299af30d4eba3453898668df (patch) | |
tree | 54fbe2a4ac0d06939d42daac7ebf583e3d1b613a | |
parent | sci-physics/cernlib: remove dpkg-architecture directories. (diff) | |
download | gentoo-ccc36814b41e5dde299af30d4eba3453898668df.tar.gz gentoo-ccc36814b41e5dde299af30d4eba3453898668df.tar.bz2 gentoo-ccc36814b41e5dde299af30d4eba3453898668df.zip |
dev-php/Text_Template: Fix stable build by moving to php-pear-r2
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-php/Text_Template/Text_Template-1.1.1.ebuild | 13 |
1 files 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 ) |