diff options
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild | 22 | ||||
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/metadata.xml | 13 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-php/PEAR-Console_CommandLine/ChangeLog b/dev-php/PEAR-Console_CommandLine/ChangeLog new file mode 100644 index 000000000000..464414a43a9c --- /dev/null +++ b/dev-php/PEAR-Console_CommandLine/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Console_Commandline +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/ChangeLog,v 1.1 2011/03/31 18:29:17 olemarkus Exp $ + +*PEAR-Console_Commandline-1.1.3 (31 Mar 2011) + + 31 Mar 2011; Ole Markus With <olemarkus@gentoo.org> + +PEAR-Console_Commandline-1.1.3.ebuild, +metadata.xml: + Initial commit + diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild new file mode 100644 index 000000000000..1845683e0788 --- /dev/null +++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.1.3.ebuild,v 1.1 2011/03/31 18:29:17 olemarkus Exp $ + +EAPI="2" +inherit php-pear-r1 + +DESCRIPTION="A full featured command line options and arguments parser" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=dev-php/pear-1.4" + +RDEPEND="${DEPEND}" + +src_install() { + php-pear-r1_src_install + rm -r "${D}"/usr/share/php/tests + rm -r "${D}"/usr/share/php/docs +} diff --git a/dev-php/PEAR-Console_CommandLine/metadata.xml b/dev-php/PEAR-Console_CommandLine/metadata.xml new file mode 100644 index 000000000000..40444210f626 --- /dev/null +++ b/dev-php/PEAR-Console_CommandLine/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +<maintainer> +<email>olemarkus@gentoo.org</email> +<name>Ole Markus With</name> +</maintainer> +<longdescription lang="en"> +A full featured command line options and arguments parser +</longdescription> +</pkgmetadata> + |