diff options
author | Brian Evans <grknight@gentoo.org> | 2017-05-27 21:28:17 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-05-27 21:28:17 -0400 |
commit | ac6853df78c639f43713a362e8a2b2bd1b33f2b2 (patch) | |
tree | ff7e7a5c5f454de83d20ba53cd71b4a70a0f04e1 | |
parent | php-pear-lib-r1.eclass: Mark as dead (diff) | |
download | gentoo-ac6853df78c639f43713a362e8a2b2bd1b33f2b2.tar.gz gentoo-ac6853df78c639f43713a362e8a2b2bd1b33f2b2.tar.bz2 gentoo-ac6853df78c639f43713a362e8a2b2bd1b33f2b2.zip |
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
-rw-r--r-- | dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild b/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild index 13336e1b6f58..16306964ba0f 100644 --- a/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild +++ b/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild @@ -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 ) |