diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-02-25 12:11:48 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-02-25 12:11:48 +0000 |
commit | 90c0539c30df85e89ed234b7561313ebe0734564 (patch) | |
tree | e1463404d90d604b31e1913208009cb254cfadef /dev-php | |
parent | Remove dependency on libevent (diff) | |
download | gentoo-2-90c0539c30df85e89ed234b7561313ebe0734564.tar.gz gentoo-2-90c0539c30df85e89ed234b7561313ebe0734564.tar.bz2 gentoo-2-90c0539c30df85e89ed234b7561313ebe0734564.zip |
Version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-php/PEAR-XML_Beautifier/ChangeLog b/dev-php/PEAR-XML_Beautifier/ChangeLog index c1ba17778373..217659a3f1b6 100644 --- a/dev-php/PEAR-XML_Beautifier/ChangeLog +++ b/dev-php/PEAR-XML_Beautifier/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-XML_Beautifier -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Beautifier/ChangeLog,v 1.24 2007/12/06 00:57:58 jokey Exp $ +# 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 $ + +*PEAR-XML_Beautifier-1.2.2 (25 Feb 2011) + + 25 Feb 2011; Ole Markus With <olemarkus@gentoo.org> + +PEAR-XML_Beautifier-1.2.2.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-XML_Beautifier-1.1-r1.ebuild: 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 new file mode 100644 index 000000000000..ad8032443ac7 --- /dev/null +++ b/dev-php/PEAR-XML_Beautifier/PEAR-XML_Beautifier-1.2.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 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 $ + +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" +IUSE="" +RDEPEND="dev-php/PEAR-XML_Util + dev-php/PEAR-XML_Parser" |