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/File_Iterator/
Date: Sun, 28 May 2017 00:31:54
Message-Id: 1495931504.b5cf05b080425654e2d5cc7c560559f602475cfa.grknight@gentoo
1 commit: b5cf05b080425654e2d5cc7c560559f602475cfa
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 00:30:36 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 00:31:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cf05b0
7
8 dev-php/File_Iterator: Fix stable 1.3.4 by changing eclass
9
10 Does not affect installed files
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-php/File_Iterator/File_Iterator-1.3.4.ebuild | 12 +++++++-----
15 1 file changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild b/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild
18 index 03524e3b494..46a825640e3 100644
19 --- a/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild
20 +++ b/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild
21 @@ -1,12 +1,12 @@
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 -PHP_PEAR_URI="pear.phpunit.de"
30 +PHP_PEAR_DOMAIN="pear.phpunit.de"
31 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
32 -PHP_PEAR_PN="File_Iterator"
33 -inherit php-pear-lib-r1
34 +PHP_PEAR_PKG_NAME="File_Iterator"
35 +inherit php-pear-r2
36
37 DESCRIPTION="FilterIterator implementation that filters files based on a list of suffixes"
38 LICENSE="BSD"
39 @@ -14,3 +14,5 @@ SLOT="0"
40 KEYWORDS="amd64 hppa x86"
41 IUSE=""
42 HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator"
43 +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz"
44 +DOCS=( ChangeLog.markdown README.markdown )