diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-05-26 17:52:58 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-05-26 17:52:58 +0000 |
commit | 5348b044ee40e4ffe65fda164e204af1cf365dec (patch) | |
tree | 3a55a6bfb322d04577b1a98d8a6aad359000eb14 /dev-php | |
parent | Initial add, Bug #51891 (diff) | |
download | historical-5348b044ee40e4ffe65fda164e204af1cf365dec.tar.gz historical-5348b044ee40e4ffe65fda164e204af1cf365dec.tar.bz2 historical-5348b044ee40e4ffe65fda164e204af1cf365dec.zip |
Initial add, closes Bug #51891
Diffstat (limited to 'dev-php')
4 files changed, 30 insertions, 0 deletions
diff --git a/dev-php/PEAR-PhpDocumentor/ChangeLog b/dev-php/PEAR-PhpDocumentor/ChangeLog new file mode 100644 index 000000000000..c627661c9cee --- /dev/null +++ b/dev-php/PEAR-PhpDocumentor/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-PhpDocumentor +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/ChangeLog,v 1.1 2004/05/26 17:52:58 rizzo Exp $ + +*PEAR-PhpDocumentor-1.2.3 (26 May 2004) + + 26 May 2004; Don Seiler <rizzo@gentoo.org>; +metadata.xml, + +PEAR-PhpDocumentor-1.2.3.ebuild: + Initial add + diff --git a/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.2.3.ebuild b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.2.3.ebuild new file mode 100644 index 000000000000..7132b09fb17a --- /dev/null +++ b/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.2.3.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PhpDocumentor/PEAR-PhpDocumentor-1.2.3.ebuild,v 1.1 2004/05/26 17:52:58 rizzo Exp $ + +inherit php-pear + +DESCRIPTION="The phpDocumentor package provides automatic documenting of php api directly from the source." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" diff --git a/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.2.3 b/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.2.3 new file mode 100644 index 000000000000..9fa7ea72f431 --- /dev/null +++ b/dev-php/PEAR-PhpDocumentor/files/digest-PEAR-PhpDocumentor-1.2.3 @@ -0,0 +1 @@ +MD5 200556aaec710a90b4d073fce3547817 PhpDocumentor-1.2.3.tgz 2656621 diff --git a/dev-php/PEAR-PhpDocumentor/metadata.xml b/dev-php/PEAR-PhpDocumentor/metadata.xml new file mode 100644 index 000000000000..512691d7e1c9 --- /dev/null +++ b/dev-php/PEAR-PhpDocumentor/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +<maintainer> + <email>rizzo@gentoo.org</email> +</maintainer> +</pkgmetadata> |