diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-09-23 02:46:59 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-09-23 02:46:59 +0000 |
commit | 4670c1eb5c6a126106303bd55dbda71de87d21f6 (patch) | |
tree | cfcfd5c8ed325c54ca55bf4a6093a12f7102a6fd /dev-php | |
parent | Initial commit; new split ebuilds for PEAR base install (diff) | |
download | gentoo-2-4670c1eb5c6a126106303bd55dbda71de87d21f6.tar.gz gentoo-2-4670c1eb5c6a126106303bd55dbda71de87d21f6.tar.bz2 gentoo-2-4670c1eb5c6a126106303bd55dbda71de87d21f6.zip |
Initial commit; new split ebuilds for PEAR base install
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Console_Getopt/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild | 29 | ||||
-rw-r--r-- | dev-php/PEAR-Console_Getopt/metadata.xml | 5 |
3 files changed, 44 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..e46b8246f333 --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Console_Getopt +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.20 2009/09/23 02:46:59 beandog Exp $ + +*PEAR-Console_Getopt-1.2.3 (23 Sep 2009) + + 23 Sep 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-Console_Getopt-1.2.3.ebuild, +metadata.xml: + Initial commit; new split ebuilds for PEAR base install + diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild new file mode 100644 index 000000000000..32b28e232169 --- /dev/null +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.2.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/09/23 02:46:59 beandog Exp $ + +MY_PN="${PN/PEAR-/}" +MY_P="${MY_PN}-${PV}" + +inherit depend.php + +DESCRIPTION="Command-line option parser" + +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +PDEPEND="dev-php/pear" +HOMEPAGE="http://pear.php.net/package/Console_Getopt" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + require_php_with_use pcre +} + +src_install() { + insinto /usr/share/php/ + doins -r Console +} diff --git a/dev-php/PEAR-Console_Getopt/metadata.xml b/dev-php/PEAR-Console_Getopt/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /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> |