Skip to content

Commit

Permalink
dev-php/Text_Template: Fix stable build by moving to php-pear-r2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Brian Evans committed May 28, 2017
1 parent 009278e commit ccc3681
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dev-php/Text_Template/Text_Template-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# 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"
KEYWORDS="amd64 hppa x86"
IUSE=""

DEPEND=">=dev-php/pear-1.9.4"
DOCS=( README.markdown ChangeLog.markdown )

0 comments on commit ccc3681

Please sign in to comment.