Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_TokenStream/
Date: Sun, 28 May 2017 01:28:35
Message-Id: 1495934897.ac6853df78c639f43713a362e8a2b2bd1b33f2b2.grknight@gentoo
1 commit: ac6853df78c639f43713a362e8a2b2bd1b33f2b2
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 01:28:17 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 01:28:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6853df
7
8 dev-php/PHP_TokenStream: Fix stable build by moving to new eclass
9
10 Installed files not changed
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild | 12 +++++++-----
15 1 file changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild b/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild
18 index 13336e1b6f5..16306964ba0 100644
19 --- a/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild
20 +++ b/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild
21 @@ -1,12 +1,13 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=4
27 +EAPI=6
28
29 -PEAR_PV="1.1.3"
30 PHP_PEAR_PKG_NAME="PHP_TokenStream"
31 +PHP_PEAR_DOMAIN="pear.phpunit.de"
32 +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
33
34 -inherit php-pear-r1
35 +inherit php-pear-r2
36
37 DESCRIPTION="Wrapper around PHP's tokenizer extension"
38 HOMEPAGE="http://pear.phpunit.de"
39 @@ -17,6 +18,7 @@ SLOT="0"
40 KEYWORDS="amd64 hppa x86"
41 IUSE=""
42
43 -DEPEND="dev-lang/php[tokenizer]
44 +DEPEND="dev-lang/php:*[tokenizer]
45 >=dev-php/pear-1.9.4"
46 RDEPEND="${DEPEND}"
47 +DOCS=( README.markdown ChangeLog.markdown )