diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Console_Getopt/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/Manifest | 3 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/files/digest-PEAR-Console_Getopt-1.2 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/metadata.xml | 5 |
5 files changed, 30 insertions, 0 deletions
diff --git a/dev-php/PEAR-Console_Getopt/ChangeLog b/dev-php/PEAR-Console_Getopt/ChangeLog new file mode 100644 index 000000000000..02ac8700991a --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Console_Getopt +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.1 2005/02/16 06:37:18 sebastian Exp $ + +*PEAR-Console_Getopt-1.2 (16 Feb 2005) + + 16 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, + +PEAR-Console_Getopt-1.2.ebuild: + Initial ebuild for Console_Getopt PEAR package. + diff --git a/dev-php/PEAR-Console_Getopt/Manifest b/dev-php/PEAR-Console_Getopt/Manifest new file mode 100644 index 000000000000..88a4e3162af1 --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/Manifest @@ -0,0 +1,3 @@ +MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 3e1b2c121dd3cf7b549093c1a7af4089 PEAR-Console_Getopt-1.2.ebuild 228 +MD5 c9d76029e885ac56a75a03019d4e0907 files/digest-PEAR-Console_Getopt-1.2 65 diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild new file mode 100644 index 000000000000..ee2f69b8fd9c --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.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-Console_Getopt/PEAR-Console_Getopt-1.2.ebuild,v 1.1 2005/02/16 06:37:18 sebastian Exp $ + +inherit php-pear + +DESCRIPTION="Command-line option parser." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" diff --git a/dev-php/PEAR-Console_Getopt/files/digest-PEAR-Console_Getopt-1.2 b/dev-php/PEAR-Console_Getopt/files/digest-PEAR-Console_Getopt-1.2 new file mode 100644 index 000000000000..023e4850c9d3 --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/files/digest-PEAR-Console_Getopt-1.2 @@ -0,0 +1 @@ +MD5 8f9ec8253c04350bc01ee7ca941e24b6 Console_Getopt-1.2.tgz 3370 diff --git a/dev-php/PEAR-Console_Getopt/metadata.xml b/dev-php/PEAR-Console_Getopt/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/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> |