diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-07-20 05:31:43 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-07-20 05:31:43 +0000 |
commit | 39dcf3fcd8504c402cf66c9c54238fd956b8803f (patch) | |
tree | 6b502b8ecff56400abf854e90b6b0f82063fb3ef /dev-python/boto | |
parent | Version bump (imported from python overlay). (diff) | |
download | gentoo-2-39dcf3fcd8504c402cf66c9c54238fd956b8803f.tar.gz gentoo-2-39dcf3fcd8504c402cf66c9c54238fd956b8803f.tar.bz2 gentoo-2-39dcf3fcd8504c402cf66c9c54238fd956b8803f.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/boto/boto-2.0.ebuild (renamed from dev-python/boto/boto-2.0_beta3.ebuild) | 9 | ||||
-rw-r--r-- | dev-python/boto/boto-2.0_beta4.ebuild | 27 |
3 files changed, 9 insertions, 35 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 4c78b02e6727..68a51bb5240e 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/boto # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.31 2011/05/02 22:09:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.32 2011/07/20 05:31:43 radhermit Exp $ + +*boto-2.0 (20 Jul 2011) + + 20 Jul 2011; Tim Harder <radhermit@gentoo.org> -boto-2.0_beta3.ebuild, + -boto-2.0_beta4.ebuild, +boto-2.0.ebuild: + Version bump and remove old. *boto-2.0_beta4 (02 May 2011) diff --git a/dev-python/boto/boto-2.0_beta3.ebuild b/dev-python/boto/boto-2.0.ebuild index a5313ec8319a..b3e962759fc2 100644 --- a/dev-python/boto/boto-2.0_beta3.ebuild +++ b/dev-python/boto/boto-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta3.ebuild,v 1.2 2011/01/04 22:00:43 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0.ebuild,v 1.1 2011/07/20 05:31:43 radhermit Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -9,12 +9,9 @@ RESTRICT_PYTHON_ABIS="2.4 3.*" inherit distutils -MY_PV="${PV/_beta/b}" -MY_P="${PN}-${MY_PV}" - DESCRIPTION="Amazon Web Services API" HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto" -SRC_URI="http://boto.googlecode.com/files/${MY_P}.tar.gz" +SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -23,5 +20,3 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-python/boto/boto-2.0_beta4.ebuild b/dev-python/boto/boto-2.0_beta4.ebuild deleted file mode 100644 index 4ff330924c79..000000000000 --- a/dev-python/boto/boto-2.0_beta4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.0_beta4.ebuild,v 1.1 2011/05/02 22:09:38 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit distutils - -MY_PV="${PV/_beta/b}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Amazon Web Services API" -HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto" -SRC_URI="http://boto.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" |