diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-05-26 17:51:28 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-05-26 17:51:28 +0000 |
commit | 07873ad1ce0ad8e2f9351b332869577aeb495da8 (patch) | |
tree | 581a0db673a7a43e02f7cb3c7f9dbf35056ea068 /dev-php/PEAR-XML_Beautifier | |
parent | version bump (diff) | |
download | historical-07873ad1ce0ad8e2f9351b332869577aeb495da8.tar.gz historical-07873ad1ce0ad8e2f9351b332869577aeb495da8.tar.bz2 historical-07873ad1ce0ad8e2f9351b332869577aeb495da8.zip |
Initial add, Bug #51891
Diffstat (limited to 'dev-php/PEAR-XML_Beautifier')
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/Manifest | 4 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild | 11 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/files/digest-PEAR-XML_Beautifier-1.1 | 1 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/metadata.xml | 8 |
5 files changed, 34 insertions, 0 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog new file mode 100644 index 000000000000..78a6899f185d --- /dev/null +++ b/dev-php/PEAR-XML_Beautifier/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-php/PEAR-XML_Beautifier +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.1 2004/05/26 17:51:28 rizzo Exp $ + +*PEAR-XML_Beautifier-1.1 (26 May 2004) + + 26 May 2004; Don Seiler <rizzo@gentoo.org>; +metadata.xml, + +PEAR-XML_Beautifier-1.1.ebuild: + Initial add. + diff --git a/dev-php/PEAR-XML_Beautifier/Manifest b/dev-php/PEAR-XML_Beautifier/Manifest new file mode 100644 index 000000000000..fc275873f091 --- /dev/null +++ b/dev-php/PEAR-XML_Beautifier/Manifest @@ -0,0 +1,4 @@ +MD5 808166ce22153e7bbd110c99580ebc5b PEAR-XML_Beautifier-1.1.ebuild 480 +MD5 b77d550eed29b5c6237d9a352b1737e9 ChangeLog 387 +MD5 ba001f830d728b8ce150553c2e553a6c metadata.xml 219 +MD5 79862a91dc02e3e8be9ff822b1c95f68 files/digest-PEAR-XML_Beautifier-1.1 65 diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild new file mode 100644 index 000000000000..e0a13cc411e7 --- /dev/null +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.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-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild,v 1.1 2004/05/26 17:51:28 rizzo Exp $ + +inherit php-pear + +DESCRIPTION="XML_Beautifier will add indentation and linebreaks to you XML files, replace all entities, format your comments and makes your document easier to read." +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86" +IUSE="" diff --git a/dev-php/PEAR-XML_Beautifier/files/digest-PEAR-XML_Beautifier-1.1 b/dev-php/PEAR-XML_Beautifier/files/digest-PEAR-XML_Beautifier-1.1 new file mode 100644 index 000000000000..d2fc6a9e3538 --- /dev/null +++ b/dev-php/PEAR-XML_Beautifier/files/digest-PEAR-XML_Beautifier-1.1 @@ -0,0 +1 @@ +MD5 d121758edb840d9107debb26bb5837d7 XML_Beautifier-1.1.tgz 9854 diff --git a/dev-php/PEAR-XML_Beautifier/metadata.xml b/dev-php/PEAR-XML_Beautifier/metadata.xml new file mode 100644 index 000000000000..512691d7e1c9 --- /dev/null +++ b/dev-php/PEAR-XML_Beautifier/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> |