diff options
author | 2017-03-07 16:21:33 -0500 | |
---|---|---|
committer | 2017-03-07 16:21:33 -0500 | |
commit | e0fce92201e1574a6ab04ec9ac41581603116e9c (patch) | |
tree | 80f0e04cf50cb994fd3d4f25431d97c9e916a5bd /dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild | |
parent | sys-apps/yarn: delete non-working 9999 version (diff) | |
download | gentoo-e0fce92201e1574a6ab04ec9ac41581603116e9c.tar.gz gentoo-e0fce92201e1574a6ab04ec9ac41581603116e9c.tar.bz2 gentoo-e0fce92201e1574a6ab04ec9ac41581603116e9c.zip |
dev-php/PEAR-XML_RSS: Version bump to 1.1.0
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild')
-rw-r--r-- | dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild new file mode 100644 index 000000000000..bd575d2b9911 --- /dev/null +++ b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit php-pear-r2 + +DESCRIPTION="PHP parser for RDF and RSS documents" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +# Only needs PEAR_Exception (not in the tree), not all of PEAR. +# This can be made into an || dependency if we add PEAR_Exception. +RDEPEND=">=dev-php/PEAR-PEAR-1.10.1 + dev-php/PEAR-XML_Parser" |