diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-01-09 19:33:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-01-09 19:33:20 +0000 |
commit | d9b20dcf4fd7632bcc16f82c9ebff356e29e44a5 (patch) | |
tree | 0f1047655fefef8bedfbdc62ab5ac7307045774b /dev-php/PEAR-XML_Parser | |
parent | media-libs/freeverb3: Bump to 2.5.14.1 (diff) | |
download | gentoo-2-d9b20dcf4fd7632bcc16f82c9ebff356e29e44a5.tar.gz gentoo-2-d9b20dcf4fd7632bcc16f82c9ebff356e29e44a5.tar.bz2 gentoo-2-d9b20dcf4fd7632bcc16f82c9ebff356e29e44a5.zip |
Version bump (bug 350046)
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-XML_Parser')
-rw-r--r-- | dev-php/PEAR-XML_Parser/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.4.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-XML_Parser/ChangeLog b/dev-php/PEAR-XML_Parser/ChangeLog index 4db5d3af17cc..9d741fad4508 100644 --- a/dev-php/PEAR-XML_Parser/ChangeLog +++ b/dev-php/PEAR-XML_Parser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-XML_Parser -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.36 2010/03/27 23:12:29 mabi Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.37 2011/01/09 19:33:20 olemarkus Exp $ + +*PEAR-XML_Parser-1.3.4 (09 Jan 2011) + + 09 Jan 2011; <olemarkus@gentoo.org> +PEAR-XML_Parser-1.3.4.ebuild: + Version bump (bug 350046) 27 Mar 2010; <mabi@gentoo.org> PEAR-XML_Parser-1.2.7.ebuild, PEAR-XML_Parser-1.2.8.ebuild, PEAR-XML_Parser-1.3.2.ebuild: diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.4.ebuild b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.4.ebuild new file mode 100644 index 000000000000..62aa5a81c61c --- /dev/null +++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.4.ebuild @@ -0,0 +1,12 @@ +# 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_Parser/PEAR-XML_Parser-1.3.4.ebuild,v 1.1 2011/01/09 19:33:20 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="XML parsing class based on PHP's SAX parser" + +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" |