Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320653
Collapse All | Expand All

(-)boto-1.8d.ebuild (-5 / +5 lines)
Lines 1-16 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.8d.ebuild,v 1.2 2009/12/20 10:17:23 grobian Exp $
3
# $Header: $
4
4
5
inherit distutils
5
inherit distutils
6
6
7
IUSE=""
8
DESCRIPTION="Amazon Web Services API"
7
DESCRIPTION="Amazon Web Services API"
9
HOMEPAGE="http://code.google.com/p/boto/"
8
HOMEPAGE="http://code.google.com/p/boto/"
10
SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz"
9
SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz"
11
10
12
LICENSE="GPL-2"
11
LICENSE="MIT"
13
SLOT="0"
12
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
13
KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
14
IUSE=""
15
15
16
DEPEND=">=dev-lang/python-2.3"
16
DEPEND="dev-lang/python"

Return to bug 320653