diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 06:37:18 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-02-16 06:37:18 +0000 |
commit | 6b337efb4b1c1db19cb84789475c984fde8e0156 (patch) | |
tree | bb2c246e893295f21bb70c8b3623e35208f0e843 /dev-php/PEAR-Console_Getopt | |
parent | Manifest fix. (diff) | |
download | historical-6b337efb4b1c1db19cb84789475c984fde8e0156.tar.gz historical-6b337efb4b1c1db19cb84789475c984fde8e0156.tar.bz2 historical-6b337efb4b1c1db19cb84789475c984fde8e0156.zip |
Initial ebuild for Console_Getopt PEAR package.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-php/PEAR-Console_Getopt')
4 files changed, 27 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/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> |