diff options
author | 2009-01-08 19:33:50 +0000 | |
---|---|---|
committer | 2009-01-08 19:33:50 +0000 | |
commit | 15c568c50aceae73f1c6cfa832be2f4b0ebcf099 (patch) | |
tree | 0ea56a02713e428b34f14bf0b883b78d2a2d4631 /dev-python/boto | |
parent | Stable for HPPA (bug #254091). (diff) | |
download | gentoo-2-15c568c50aceae73f1c6cfa832be2f4b0ebcf099.tar.gz gentoo-2-15c568c50aceae73f1c6cfa832be2f4b0ebcf099.tar.bz2 gentoo-2-15c568c50aceae73f1c6cfa832be2f4b0ebcf099.zip |
Bump to 1.6b, closes #254218
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/boto/boto-1.6b.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 51fe4f0038da..ace9ffa68a83 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/boto -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.5 2008/11/11 14:58:57 caleb Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.6 2009/01/08 19:33:50 patrick Exp $ + +*boto-1.6b (08 Jan 2009) + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> +boto-1.6b.ebuild: + Bump to 1.6b, closes #254218 *boto-1.4c (11 Nov 2008) diff --git a/dev-python/boto/boto-1.6b.ebuild b/dev-python/boto/boto-1.6b.ebuild new file mode 100644 index 000000000000..9196b77d50f9 --- /dev/null +++ b/dev-python/boto/boto-1.6b.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.6b.ebuild,v 1.1 2009/01/08 19:33:50 patrick Exp $ + +inherit distutils + +IUSE="" +DESCRIPTION="Amazon Web Services API" +HOMEPAGE="http://code.google.com/p/boto/" +SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-lang/python-2.3" |