commit: ac6853df78c639f43713a362e8a2b2bd1b33f2b2
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 01:28:17 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun May 28 01:28:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6853df
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
dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild | 12 +++++++-----
1 file 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 13336e1b6f5..16306964ba0 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 )