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/boto-1.4c.ebuild
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/boto-1.4c.ebuild')
-rw-r--r--dev-python/boto/boto-1.4c.ebuild16
1 files changed, 16 insertions, 0 deletions
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"