diff options
Diffstat (limited to 'dev-python/boto/boto-1.3a.ebuild')
-rw-r--r-- | dev-python/boto/boto-1.3a.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/boto/boto-1.3a.ebuild b/dev-python/boto/boto-1.3a.ebuild new file mode 100644 index 000000000000..f1c5b0005dba --- /dev/null +++ b/dev-python/boto/boto-1.3a.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.3a.ebuild,v 1.1 2008/07/13 21:24:26 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" |