diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-19 16:33:28 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-19 16:33:28 +0000 |
commit | e52932bbed4b5a7a0cd39e466f8457cb064764d9 (patch) | |
tree | ad304df5d0ddf323e231135ca95a5b3abccbc43c /dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.1.ebuild | |
parent | Version bump. Bug #359495. Thanks to Denny (diff) | |
download | gentoo-2-e52932bbed4b5a7a0cd39e466f8457cb064764d9.tar.gz gentoo-2-e52932bbed4b5a7a0cd39e466f8457cb064764d9.tar.bz2 gentoo-2-e52932bbed4b5a7a0cd39e466f8457cb064764d9.zip |
Version bump. Bug #359497. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.1.ebuild')
-rw-r--r-- | dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.1.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.1.ebuild new file mode 100644 index 000000000000..8cf66212eb57 --- /dev/null +++ b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.1.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_RSS/PEAR-XML_RSS-1.0.1.ebuild,v 1.1 2011/03/19 16:33:28 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Parser for Resource Description Framework (RDF) Site Summary (RSS) documents." +LICENSE="PHP-2.02 PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="dev-php/PEAR-XML_Parser" |