mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user