--- boto-1.8d.ebuild 2010-02-14 11:06:25.000000000 -0800 +++ boto-1.9b.ebuild 2010-05-19 15:59:17.759431713 -0700 @@ -1,16 +1,16 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.8d.ebuild,v 1.2 2009/12/20 10:17:23 grobian Exp $ +# $Header: $ 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" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" -DEPEND=">=dev-lang/python-2.3" +DEPEND="dev-lang/python"