diff options
author | Jason Wever <weeve@gentoo.org> | 2005-09-19 01:45:27 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-09-19 01:45:27 +0000 |
commit | 27cdf9805cc431826943700e65a31bcf1a67f0cc (patch) | |
tree | 6aa4531b5e2365762c7af4c1890593cc04661b7a /dev-php/PEAR-XML_Beautifier | |
parent | New version. Removed obsolete versions. (diff) | |
download | gentoo-2-27cdf9805cc431826943700e65a31bcf1a67f0cc.tar.gz gentoo-2-27cdf9805cc431826943700e65a31bcf1a67f0cc.tar.bz2 gentoo-2-27cdf9805cc431826943700e65a31bcf1a67f0cc.zip |
Added ~sparc keyword.
(Portage version: 2.0.52-r1)
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/Manifest | 14 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog index 5fb322bc5ded..938ab52cdbce 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.8 2005/09/08 08:13:57 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.9 2005/09/19 01:45:27 weeve Exp $ + + 19 Sep 2005; Jason Wever <weeve@gentoo.org> + PEAR-XML_Beautifier-1.1-r1.ebuild: + Added ~sparc keyword. *PEAR-XML_Beautifier-1.1-r1 (08 Sep 2005) diff --git a/dev-php/PEAR-XML_Beautifier/Manifest b/dev-php/PEAR-XML_Beautifier/Manifest index 21c3da310f65..d0d75219851a 100644 --- a/dev-php/PEAR-XML_Beautifier/Manifest +++ b/dev-php/PEAR-XML_Beautifier/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 3ac0d208ba826b158c67ad6c41212540 PEAR-XML_Beautifier-1.1-r1.ebuild 481 -MD5 dbeb5a2c86c04a57d051d28792678920 PEAR-XML_Beautifier-1.1.ebuild 485 MD5 190c03e0f6332654be96d76a3eae8f54 ChangeLog 1059 +MD5 dbeb5a2c86c04a57d051d28792678920 PEAR-XML_Beautifier-1.1.ebuild 485 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 0b9873844631137b7541ccccac6a2089 PEAR-XML_Beautifier-1.1-r1.ebuild 488 MD5 79862a91dc02e3e8be9ff822b1c95f68 files/digest-PEAR-XML_Beautifier-1.1 65 MD5 79862a91dc02e3e8be9ff822b1c95f68 files/digest-PEAR-XML_Beautifier-1.1-r1 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDIZrUaGfFFLhbXWkRAnsxAKCRyfuZ7J5FLWNA/DAYxHV1e1fGpACcDa4O -oF+VNAidKBFa5WiqblNLbck= -=KPEU ------END PGP SIGNATURE----- diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild index 32d400e14338..f797ad0afb3b 100644 --- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 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-r1.ebuild,v 1.2 2005/09/09 14:21:31 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild,v 1.3 2005/09/19 01:45:27 weeve Exp $ inherit php-pear-r1 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="~sparc ~x86" IUSE="" |