diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:24:51 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:24:51 +0000 |
commit | 44e10a8b04f6cc91e9c2d3ae9a7d118fb18bfa20 (patch) | |
tree | c13aed4b6bfce1fa3360dcc8bc7ac69c4b2e38c4 /dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.2.ebuild | |
parent | Initial commit, bug 225371 (diff) | |
download | gentoo-2-44e10a8b04f6cc91e9c2d3ae9a7d118fb18bfa20.tar.gz gentoo-2-44e10a8b04f6cc91e9c2d3ae9a7d118fb18bfa20.tar.bz2 gentoo-2-44e10a8b04f6cc91e9c2d3ae9a7d118fb18bfa20.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.2.ebuild')
-rw-r--r-- | dev-php/PEAR-XML_Parser/PEAR-XML_Parser-1.3.2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
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="" |