diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 06:55:28 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 06:55:28 +0000 |
commit | 8a28bbd342b966267d484f9346b53d6d2a239c04 (patch) | |
tree | e81d59e38c39b6ac0eca44f883b179b5f5f3d819 /dev-php/PEAR-File_Find | |
parent | Initial ebuild for the File PEAR package. (diff) | |
download | gentoo-2-8a28bbd342b966267d484f9346b53d6d2a239c04.tar.gz gentoo-2-8a28bbd342b966267d484f9346b53d6d2a239c04.tar.bz2 gentoo-2-8a28bbd342b966267d484f9346b53d6d2a239c04.zip |
Initial ebuild for the File_Find PEAR package.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-php/PEAR-File_Find')
-rw-r--r-- | dev-php/PEAR-File_Find/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-File_Find/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-File_Find/files/digest-PEAR-File_Find-0.2.0 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-File_Find/metadata.xml | 5 |
5 files changed, 30 insertions, 0 deletions
diff --git a/dev-php/PEAR-File_Find/ChangeLog b/dev-php/PEAR-File_Find/ChangeLog new file mode 100644 index 000000000000..d3f1352a86a1 --- /dev/null +++ b/dev-php/PEAR-File_Find/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-File_Find +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/ChangeLog,v 1.1 2005/02/16 06:55:28 sebastian Exp $ + +*PEAR-File_Find-0.2.0 (16 Feb 2005) + + 16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PEAR-File_Find-0.2.0.ebuild: + Initial ebuild for the File_Find PEAR package. + diff --git a/dev-php/PEAR-File_Find/Manifest b/dev-php/PEAR-File_Find/Manifest new file mode 100644 index 000000000000..1eb7a3e25745 --- /dev/null +++ b/dev-php/PEAR-File_Find/Manifest @@ -0,0 +1,3 @@ +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 f20d7017eccce0a30cd18df0f941be8a PEAR-File_Find-0.2.0.ebuild 253 +MD5 d8ae9fab1985e6be4310271c90651929 files/digest-PEAR-File_Find-0.2.0 62 diff --git a/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild b/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild new file mode 100644 index 000000000000..6ee88110ca2f --- /dev/null +++ b/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Find/PEAR-File_Find-0.2.0.ebuild,v 1.1 2005/02/16 06:55:28 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="A class that facillitates the search of filesystems." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" diff --git a/dev-php/PEAR-File_Find/files/digest-PEAR-File_Find-0.2.0 b/dev-php/PEAR-File_Find/files/digest-PEAR-File_Find-0.2.0 new file mode 100644 index 000000000000..ebe4bab49c03 --- /dev/null +++ b/dev-php/PEAR-File_Find/files/digest-PEAR-File_Find-0.2.0 @@ -0,0 +1 @@ +MD5 6560a5dc0d750f959b00d4aefc427fb6 File_Find-0.2.0.tgz 3245 diff --git a/dev-php/PEAR-File_Find/metadata.xml b/dev-php/PEAR-File_Find/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-File_Find/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> |