diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2004-07-06 23:03:21 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2004-07-06 23:03:21 +0000 |
commit | 5350a5b4621b4ae690a2954f9ec495d7054c0bd7 (patch) | |
tree | 8a71c14b3552d6006b5dd19bd7ebf1a7b42725bf /dev-php/PEAR-XML_Beautifier | |
parent | Stable on ppc. (Manifest recommit) (diff) | |
download | gentoo-2-5350a5b4621b4ae690a2954f9ec495d7054c0bd7.tar.gz gentoo-2-5350a5b4621b4ae690a2954f9ec495d7054c0bd7.tar.bz2 gentoo-2-5350a5b4621b4ae690a2954f9ec495d7054c0bd7.zip |
Unstable on ppc.
Diffstat (limited to 'dev-php/PEAR-XML_Beautifier')
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog index e67311bb52b6..d03b1346a8dd 100644 --- a/dev-php/PEAR-XML_Beautifier/ChangeLog +++ b/dev-php/PEAR-XML_Beautifier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-XML_Beautifier # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.3 2004/07/04 23:19:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.4 2004/07/06 23:03:21 hansmi Exp $ + + 06 Jul 2004; Michael Hanselmann <hansmi@gentoo.org> + PEAR-XML_Beautifier-1.1.ebuild: + Unstable on ppc. 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> PEAR-XML_Beautifier-1.1.ebuild: 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 index b6bbf5269da9..b046529acaea 100644 --- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 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.3 2004/07/04 23:19:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1.ebuild,v 1.4 2004/07/06 23:03:21 hansmi 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" +KEYWORDS="x86 ~ppc" IUSE="" |