diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 14:56:21 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-03-10 14:56:21 +0000 |
commit | cfbdecdfef9f4c0c984693be483ca101204c45e4 (patch) | |
tree | a0ed40cdd9c80faf40f83542f20cb07655e3c25a /dev-php/File_Iterator/File_Iterator-1.3.1.ebuild | |
parent | Moving dev-php/php-timer to dev-php/PHP_Timer (diff) | |
download | gentoo-2-cfbdecdfef9f4c0c984693be483ca101204c45e4.tar.gz gentoo-2-cfbdecdfef9f4c0c984693be483ca101204c45e4.tar.bz2 gentoo-2-cfbdecdfef9f4c0c984693be483ca101204c45e4.zip |
Moving dev-php/file-iterator to dev-php/File_Iterator
(Portage version: 2.1.10.44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-php/File_Iterator/File_Iterator-1.3.1.ebuild')
-rw-r--r-- | dev-php/File_Iterator/File_Iterator-1.3.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/File_Iterator/File_Iterator-1.3.1.ebuild b/dev-php/File_Iterator/File_Iterator-1.3.1.ebuild new file mode 100644 index 000000000000..0c2d94b68539 --- /dev/null +++ b/dev-php/File_Iterator/File_Iterator-1.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/File_Iterator/File_Iterator-1.3.1.ebuild,v 1.1 2012/03/10 14:56:20 olemarkus Exp $ + +EAPI=4 + +PHP_PEAR_URI="pear.phpunit.de" +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_PN="File_Iterator" +inherit php-pear-lib-r1 + +DESCRIPTION="FilterIterator implementation that filters files based on a list of suffixes" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +HOMEPAGE="http://www.phpunit.de" |