diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:28:48 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:28:48 +0000 |
commit | b8251f8188235b73ce6a604151e9a0fec70766ff (patch) | |
tree | 68b7363a8c843aecfdebb9fa54c7e7b5b9215cc7 /dev-php/PEAR-XML_Parser | |
parent | amd64 stable, compile tested only; assumed no issues based on length of time ... (diff) | |
download | historical-b8251f8188235b73ce6a604151e9a0fec70766ff.tar.gz historical-b8251f8188235b73ce6a604151e9a0fec70766ff.tar.bz2 historical-b8251f8188235b73ce6a604151e9a0fec70766ff.zip |
Version bump
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-XML_Parser')
-rw-r--r-- | dev-php/PEAR-XML_Parser/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.2.ebuild | 12 |
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-php/PEAR-XML_Parser/ChangeLog b/dev-php/PEAR-XML_Parser/ChangeLog index bd70d3c66735..f773ff2b5054 100644 --- a/dev-php/PEAR-XML_Parser/ChangeLog +++ b/dev-php/PEAR-XML_Parser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-XML_Parser -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.33 2007/12/06 00:58:14 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Parser/ChangeLog,v 1.34 2009/08/22 18:24:51 beandog Exp $ + +*PEAR-XML_Parser-1.3.2 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-XML_Parser-1.3.2.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-XML_Parser-1.2.7.ebuild, PEAR-XML_Parser-1.2.8.ebuild: diff --git a/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.2.ebuild b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.2.ebuild new file mode 100644 index 000000000000..fe022d0404eb --- /dev/null +++ b/dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 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.2.ebuild,v 1.1 2009/08/22 18:24:51 beandog 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="" |