summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2008-11-11 14:58:57 +0000
committerCaleb Tennis <caleb@gentoo.org>2008-11-11 14:58:57 +0000
commite75324b439f76cb5e82fe562cfaa9b22183f85b9 (patch)
tree59803f3ab898ffd2b73fefc9aace5339015a2372 /dev-python/boto
parentrev bump with upstream patchsets since 3.3.0 release (diff)
downloadgentoo-2-e75324b439f76cb5e82fe562cfaa9b22183f85b9.tar.gz
gentoo-2-e75324b439f76cb5e82fe562cfaa9b22183f85b9.tar.bz2
gentoo-2-e75324b439f76cb5e82fe562cfaa9b22183f85b9.zip
version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.21-gentoo-r1 i686)
Diffstat (limited to 'dev-python/boto')
-rw-r--r--dev-python/boto/ChangeLog7
-rw-r--r--dev-python/boto/boto-1.4c.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog
index f108cb683b30..51fe4f0038da 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.4 2008/09/20 16:40:16 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.5 2008/11/11 14:58:57 caleb Exp $
+
+*boto-1.4c (11 Nov 2008)
+
+ 11 Nov 2008; Caleb Tennis <caleb@gentoo.org> +boto-1.4c.ebuild:
+ version bump
*boto-1.4a (20 Sep 2008)
diff --git a/dev-python/boto/boto-1.4c.ebuild b/dev-python/boto/boto-1.4c.ebuild
new file mode 100644
index 000000000000..a53f3dea8663
--- /dev/null
+++ b/dev-python/boto/boto-1.4c.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.4c.ebuild,v 1.1 2008/11/11 14:58:57 caleb 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"