diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 17:05:53 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 17:05:53 +0000 |
commit | e0483e2a5f9d66a7e725909e00f00d3bba46865b (patch) | |
tree | eb39be0d68f2dfd3c83dbea4f871c833ead79c85 /dev-php | |
parent | Stable for AMD64, wrt bug #397001 (diff) | |
download | historical-e0483e2a5f9d66a7e725909e00f00d3bba46865b.tar.gz historical-e0483e2a5f9d66a7e725909e00f00d3bba46865b.tar.bz2 historical-e0483e2a5f9d66a7e725909e00f00d3bba46865b.zip |
Stable for AMD64, wrt bug #396999
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog index 217659a3f1b6..2060cc3bd4be 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 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.25 2011/02/25 12:11:48 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.26 2012/01/04 17:05:53 ago Exp $ + + 04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> + PEAR-XML_Beautifier-1.2.2.ebuild: + Stable for AMD64, wrt bug #396999 *PEAR-XML_Beautifier-1.2.2 (25 Feb 2011) diff --git a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild index ad8032443ac7..7538f06ccfde 100644 --- a/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.2.2.ebuild,v 1.1 2011/02/25 12:11:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild,v 1.2 2012/01/04 17:05:53 ago 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-2.02" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-php/PEAR-XML_Util dev-php/PEAR-XML_Parser" |