diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-02-17 22:10:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-02-17 22:10:37 +0000 |
commit | 534121370faa4d926b1363bbc18ab2451fedac1f (patch) | |
tree | 1c304ced285d0cf7cb6b87294bab0e722647add7 /dev-php/PEAR-XML_Beautifier | |
parent | Added polish description (diff) | |
download | historical-534121370faa4d926b1363bbc18ab2451fedac1f.tar.gz historical-534121370faa4d926b1363bbc18ab2451fedac1f.tar.bz2 historical-534121370faa4d926b1363bbc18ab2451fedac1f.zip |
Mark 1.1-r1 stable on alpha/ia64. #119722
Package-Manager: portage-2.1_pre4-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 | 10 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild | 4 |
3 files changed, 17 insertions, 3 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog index 38ce44859e9c..b468df183746 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.18 2006/01/27 19:56:09 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.19 2006/02/17 22:10:37 agriffis Exp $ + + 17 Feb 2006; Aron Griffis <agriffis@gentoo.org> + PEAR-XML_Beautifier-1.1-r1.ebuild: + Mark 1.1-r1 stable on alpha/ia64. #119722 27 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> PEAR-XML_Beautifier-1.1-r1.ebuild: diff --git a/dev-php/PEAR-XML_Beautifier/Manifest b/dev-php/PEAR-XML_Beautifier/Manifest index 1f81783be6cc..0d752a2b1a67 100644 --- a/dev-php/PEAR-XML_Beautifier/Manifest +++ b/dev-php/PEAR-XML_Beautifier/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 61c8340e1ea6e4e7372b0ec42a90440b ChangeLog 2348 RMD160 ecc363b73cc224440520c7d9b720c5de65d5143f ChangeLog 2348 SHA256 670b83a6018395ffd407be798b87e6a4d6ad346718e39ee3bde1aa5497201067 ChangeLog 2348 @@ -16,3 +19,10 @@ SHA256 2e6bc3f2338c420d8ffcb19ebeb58d647346bfdec1f024510426c9382ea695c4 files/di MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 RMD160 a3a59cdc3ac33d711123b2d7e2b1deb2984aa101 metadata.xml 156 SHA256 f6d70434415ff7294f2a64e7870f32318c5fab9153fe63a58841b12d897da6ba metadata.xml 156 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD9knmJrHF4yAQTrARAqM5AKCdfiZ5BK2sdfPVjtfmrc9b1XdGDQCeNQh6 +WGRYbNxRpvoE8dj/XuESIsI= +=KnbW +-----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 b296bf184ceb..50aa660ecb9b 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-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-r1.ebuild,v 1.12 2006/01/27 19:56:09 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.1-r1.ebuild,v 1.13 2006/02/17 22:10:37 agriffis 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="amd64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" |