summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-06-02 11:32:09 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-06-02 11:32:09 +0000
commit8dbe347e28544ab46736abc7fd919b10fc386b32 (patch)
tree5ceae588dcc067b625d393bc8089ed4d937ab72d /dev-python/boto
parentpython takes over dev-python/boto. (diff)
downloadgentoo-2-8dbe347e28544ab46736abc7fd919b10fc386b32.tar.gz
gentoo-2-8dbe347e28544ab46736abc7fd919b10fc386b32.tar.bz2
gentoo-2-8dbe347e28544ab46736abc7fd919b10fc386b32.zip
Version bump dev-python/boto to 1.9b (bug 320653).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r--dev-python/boto/ChangeLog7
-rw-r--r--dev-python/boto/boto-1.9b.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog
index 5689a75b5a99..04b8f288daec 100644
--- a/dev-python/boto/ChangeLog
+++ b/dev-python/boto/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/boto
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.18 2010/06/02 11:26:28 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.19 2010/06/02 11:32:09 djc Exp $
+
+*boto-1.9b (02 Jun 2010)
+
+ 02 Jun 2010; Dirkjan Ochtman <djc@gentoo.org> +boto-1.9b.ebuild:
+ Version bump to 1.9b (bug 320653).
02 Jun 2010; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
python takes over maintainership.
diff --git a/dev-python/boto/boto-1.9b.ebuild b/dev-python/boto/boto-1.9b.ebuild
new file mode 100644
index 000000000000..e711c7a8f33f
--- /dev/null
+++ b/dev-python/boto/boto-1.9b.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.1 2010/06/02 11:32:09 djc Exp $
+
+inherit distutils
+
+IUSE=""
+DESCRIPTION="Amazon Web Services API"
+HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto/"
+SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
+
+DEPEND=">=dev-lang/python-2.3"