diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 22:24:35 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 22:24:35 +0000 |
commit | ad74a61e23252c1fa162e243014383bf366e5f3b (patch) | |
tree | 092f3a6d142216111efda80bd36051ec8f74bc3a /dev-php | |
parent | Removing ruby16 and ruby19 from USE_RUBY (diff) | |
download | gentoo-2-ad74a61e23252c1fa162e243014383bf366e5f3b.tar.gz gentoo-2-ad74a61e23252c1fa162e243014383bf366e5f3b.tar.bz2 gentoo-2-ad74a61e23252c1fa162e243014383bf366e5f3b.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Services_Amazon/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Services_Amazon/PEAR-Services_Amazon-0.8.0.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-Services_Amazon/ChangeLog b/dev-php/PEAR-Services_Amazon/ChangeLog index 5a9c24ba7f75..753fd2e836bf 100644 --- a/dev-php/PEAR-Services_Amazon/ChangeLog +++ b/dev-php/PEAR-Services_Amazon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Services_Amazon -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Amazon/ChangeLog,v 1.13 2007/12/24 12:47:31 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Amazon/ChangeLog,v 1.14 2009/08/22 22:24:35 beandog Exp $ + +*PEAR-Services_Amazon-0.8.0 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-Services_Amazon-0.8.0.ebuild: + Version bump *PEAR-Services_Amazon-0.7.1 (24 Dec 2007) diff --git a/dev-php/PEAR-Services_Amazon/PEAR-Services_Amazon-0.8.0.ebuild b/dev-php/PEAR-Services_Amazon/PEAR-Services_Amazon-0.8.0.ebuild new file mode 100644 index 000000000000..e48c6b01a61e --- /dev/null +++ b/dev-php/PEAR-Services_Amazon/PEAR-Services_Amazon-0.8.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_Amazon/PEAR-Services_Amazon-0.8.0.ebuild,v 1.1 2009/08/22 22:24:35 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Provides access to Amazon's retail and associate web services." + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="minimal" +RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2.4-r1 + >=dev-php/PEAR-XML_Serializer-0.17.0 + !minimal? ( dev-php/PEAR-Cache )" |