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 | 2c2f518da291caef02db1490e1d3eb6cb8a73174 (patch) | |
tree | 31dcca2db1b69138a8feffc267cdf4417433d99c /dev-php/PEAR-XML_RSS | |
parent | Version bump. Bug #359495. Thanks to Denny (diff) | |
download | historical-2c2f518da291caef02db1490e1d3eb6cb8a73174.tar.gz historical-2c2f518da291caef02db1490e1d3eb6cb8a73174.tar.bz2 historical-2c2f518da291caef02db1490e1d3eb6cb8a73174.zip |
Version bump. Bug #359497. Thanks to Denny
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-XML_RSS')
-rw-r--r-- | dev-php/PEAR-XML_RSS/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.1.ebuild | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php/PEAR-XML_RSS/ChangeLog b/dev-php/PEAR-XML_RSS/ChangeLog index 9cdf29f8d57c..2016b76f579e 100644 --- a/dev-php/PEAR-XML_RSS/ChangeLog +++ b/dev-php/PEAR-XML_RSS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-XML_RSS -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v 1.38 2010/02/15 01:40:18 beandog Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v 1.39 2011/03/19 16:33:28 olemarkus Exp $ + +*PEAR-XML_RSS-1.0.1 (19 Mar 2011) + + 19 Mar 2011; <olemarkus@gentoo.org> +PEAR-XML_RSS-1.0.1.ebuild: + Version bump. Bug #359497. Thanks to Denny *PEAR-XML_RSS-1.0.0 (15 Feb 2010) 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" |