diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:40:18 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-15 01:40:18 +0000 |
commit | 369925396468d4c320bedb7bde4c55c2e3656c66 (patch) | |
tree | 8e77b2fca5e826d88636798f7ec0ad3d06e879ba /dev-php/PEAR-XML_RSS | |
parent | Version bump (diff) | |
download | gentoo-2-369925396468d4c320bedb7bde4c55c2e3656c66.tar.gz gentoo-2-369925396468d4c320bedb7bde4c55c2e3656c66.tar.bz2 gentoo-2-369925396468d4c320bedb7bde4c55c2e3656c66.zip |
Version bump
(Portage version: 2.2_rc62/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.0.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 0f9c2c280622..9cdf29f8d57c 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 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_RSS/ChangeLog,v 1.37 2007/12/06 00:58:39 jokey Exp $ +# 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 $ + +*PEAR-XML_RSS-1.0.0 (15 Feb 2010) + + 15 Feb 2010; Steve Dibb <beandog@gentoo.org> +PEAR-XML_RSS-1.0.0.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> PEAR-XML_RSS-0.9.2-r1.ebuild, PEAR-XML_RSS-0.9.10.ebuild: diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild new file mode 100644 index 000000000000..115e6f0fa0c7 --- /dev/null +++ b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.0.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 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.0.ebuild,v 1.1 2010/02/15 01:40:18 beandog 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" |