blob: a9d9c402e96109eadce15fbd728f98eef03e2bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2006 Gentoo Foundation
# 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.9 2006/02/28 09:09:41 sebastian 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 ppc ia64 sparc"
IUSE=""
RDEPEND="dev-php/PEAR-XML_Util
dev-php/PEAR-XML_Parser"
|