diff options
author | Markus Ullmann <jokey@gentoo.org> | 2010-10-04 22:45:24 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2010-10-04 22:45:24 +0000 |
commit | dd92d7169ba4c2a5a543594175e7d5fbce1a2fa7 (patch) | |
tree | f6318ecb5493b4d9770a9afcc4e464dc802c3376 /dev-php5 | |
parent | Add myself as co-maintainer and version bump (diff) | |
download | gentoo-2-dd92d7169ba4c2a5a543594175e7d5fbce1a2fa7.tar.gz gentoo-2-dd92d7169ba4c2a5a543594175e7d5fbce1a2fa7.tar.bz2 gentoo-2-dd92d7169ba4c2a5a543594175e7d5fbce1a2fa7.zip |
Initial import for phpunit-3.5
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/PEAR-File_Iterator/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild | 12 | ||||
-rw-r--r-- | dev-php5/PEAR-File_Iterator/metadata.xml | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-php5/PEAR-File_Iterator/ChangeLog b/dev-php5/PEAR-File_Iterator/ChangeLog new file mode 100644 index 000000000000..1f40eab46efe --- /dev/null +++ b/dev-php5/PEAR-File_Iterator/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php5/PEAR-File_Iterator +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-File_Iterator/ChangeLog,v 1.1 2010/10/04 22:45:24 jokey Exp $ + +*PEAR-File_Iterator-1.2.3 (04 Oct 2010) + + 04 Oct 2010; Markus Ullmann <jokey@gentoo.org> + +PEAR-File_Iterator-1.2.3.ebuild, +metadata.xml: + Initial import for phpunit-3.5 + diff --git a/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild b/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild new file mode 100644 index 000000000000..ea493225c0dd --- /dev/null +++ b/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/PEAR-File_Iterator/PEAR-File_Iterator-1.2.3.ebuild,v 1.1 2010/10/04 22:45:24 jokey Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="FilterIterator implementation that filters files based on a list of suffixes" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +SRC_URI="http://pear.phpunit.de/get/File_Iterator-${PV}.tgz" diff --git a/dev-php5/PEAR-File_Iterator/metadata.xml b/dev-php5/PEAR-File_Iterator/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php5/PEAR-File_Iterator/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> |