diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:20:09 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:20:09 +0000 |
commit | f1e8bd9a1425a01f9fdaf71ddf0d5408e2c36d62 (patch) | |
tree | e265c6132f3664adb22961994c7c381024559a55 /dev-php/PEAR-Var_Dump | |
parent | Fix libstdc++ deps. (diff) | |
download | gentoo-2-f1e8bd9a1425a01f9fdaf71ddf0d5408e2c36d62.tar.gz gentoo-2-f1e8bd9a1425a01f9fdaf71ddf0d5408e2c36d62.tar.bz2 gentoo-2-f1e8bd9a1425a01f9fdaf71ddf0d5408e2c36d62.zip |
Initial commit
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Var_Dump')
-rw-r--r-- | dev-php/PEAR-Var_Dump/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.3.ebuild | 17 | ||||
-rw-r--r-- | dev-php/PEAR-Var_Dump/metadata.xml | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-php/PEAR-Var_Dump/ChangeLog b/dev-php/PEAR-Var_Dump/ChangeLog new file mode 100644 index 000000000000..7d59b4b8e3ec --- /dev/null +++ b/dev-php/PEAR-Var_Dump/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-Var_Dump +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Var_Dump/ChangeLog,v 1.1 2009/08/22 19:20:09 beandog Exp $ + +*PEAR-Var_Dump-1.0.3 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Var_Dump-1.0.3.ebuild, + +metadata.xml: + Initial commit + diff --git a/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.3.ebuild b/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.3.ebuild new file mode 100644 index 000000000000..597675a49208 --- /dev/null +++ b/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Var_Dump/PEAR-Var_Dump-1.0.3.ebuild,v 1.1 2009/08/22 19:20:09 beandog Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Provides methods for dumping structured information about a +variable." + +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use pcre +} diff --git a/dev-php/PEAR-Var_Dump/metadata.xml b/dev-php/PEAR-Var_Dump/metadata.xml new file mode 100644 index 000000000000..fd3dbe39fa64 --- /dev/null +++ b/dev-php/PEAR-Var_Dump/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> |