dev-php/PHP_TokenStream: Fix stable build by moving to new eclass

Installed files not changed

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Brian Evans
2017-05-27 21:28:17 -04:00
parent a8449ac13e
commit ac6853df78

View File

@@ -1,12 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
EAPI=6
PEAR_PV="1.1.3"
PHP_PEAR_PKG_NAME="PHP_TokenStream"
PHP_PEAR_DOMAIN="pear.phpunit.de"
PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
inherit php-pear-r1
inherit php-pear-r2
DESCRIPTION="Wrapper around PHP's tokenizer extension"
HOMEPAGE="http://pear.phpunit.de"
@@ -17,6 +18,7 @@ SLOT="0"
KEYWORDS="amd64 hppa x86"
IUSE=""
DEPEND="dev-lang/php[tokenizer]
DEPEND="dev-lang/php:*[tokenizer]
>=dev-php/pear-1.9.4"
RDEPEND="${DEPEND}"
DOCS=( README.markdown ChangeLog.markdown )