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 | 99cebe5e30092419b584d96c4915ce4a9d4f3c53 (patch) | |
tree | 89eaea7b0bd12d7045c9fe22f1c3cd3b8e516e57 /dev-php | |
parent | Fix libstdc++ deps. (diff) | |
download | historical-99cebe5e30092419b584d96c4915ce4a9d4f3c53.tar.gz historical-99cebe5e30092419b584d96c4915ce4a9d4f3c53.tar.bz2 historical-99cebe5e30092419b584d96c4915ce4a9d4f3c53.zip |
Initial commit
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Var_Dump/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Var_Dump/Manifest | 4 | ||||
-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 |
4 files changed, 36 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/Manifest b/dev-php/PEAR-Var_Dump/Manifest new file mode 100644 index 000000000000..3d81aa905c87 --- /dev/null +++ b/dev-php/PEAR-Var_Dump/Manifest @@ -0,0 +1,4 @@ +DIST Var_Dump-1.0.3.tgz 16342 RMD160 7088c21f78053d15fad1a1709653408f3644d77b SHA1 5bc9e03ecfe3713a531dcd44ea2e68929b6aac8b SHA256 d73b985d46a118a65d11dc1e93d6e0e7f0919237f090920478d2ab3250d17826 +EBUILD PEAR-Var_Dump-1.0.3.ebuild 490 RMD160 ff1ba2aac9636971c6ab2e47dcad5f85d3acb3a2 SHA1 cbca8e52d46e1e5b5b479045309f8967ae8ec979 SHA256 a0e1626038b51dadc0063d2082f10d9538503a6e82291edb14751191adfc5be7 +MISC ChangeLog 363 RMD160 c3d3b9e57070875a2af27cd5d5fd0e94cc0b2e05 SHA1 fb22a3b6be2b1086ac1122b032bb367139b6cd82 SHA256 ad5d51280435f9570828a3498ceca2c0648b4a0376e92d55063dc1620b40c7c8 +MISC metadata.xml 157 RMD160 a98db3a086fae3c09a903dadbc05f60443ec4b1a SHA1 ddaa23cc35eb917bf8962b652442bebb1ce0f440 SHA256 54f8878ca0228e380abbaa4b529806b5533a6b9b51b3b16c0909e906586a91a1 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> |