From b5cf05b080425654e2d5cc7c560559f602475cfa Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Sat, 27 May 2017 20:30:36 -0400 Subject: dev-php/File_Iterator: Fix stable 1.3.4 by changing eclass Does not affect installed files Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-php/File_Iterator/File_Iterator-1.3.4.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'dev-php/File_Iterator') diff --git a/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild b/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild index 03524e3b494..46a825640e3 100644 --- a/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild +++ b/dev-php/File_Iterator/File_Iterator-1.3.4.ebuild @@ -1,12 +1,12 @@ -# 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 -PHP_PEAR_URI="pear.phpunit.de" +PHP_PEAR_DOMAIN="pear.phpunit.de" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_PN="File_Iterator" -inherit php-pear-lib-r1 +PHP_PEAR_PKG_NAME="File_Iterator" +inherit php-pear-r2 DESCRIPTION="FilterIterator implementation that filters files based on a list of suffixes" LICENSE="BSD" @@ -14,3 +14,5 @@ SLOT="0" KEYWORDS="amd64 hppa x86" IUSE="" HOMEPAGE="https://github.com/sebastianbergmann/php-file-iterator" +SRC_URI="http://${PHP_PEAR_URI}/get/${PEAR_P}.tgz" +DOCS=( ChangeLog.markdown README.markdown ) -- cgit v1.2.1