diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-28 21:45:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-28 21:45:15 +0000 |
commit | cf1d478a2551d9cb947d568bc8d74ef8522be2a2 (patch) | |
tree | 21190fd26541cf10bd9298c8e54295b01e0885ec /dev-python/boto | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-cf1d478a2551d9cb947d568bc8d74ef8522be2a2.tar.gz gentoo-2-cf1d478a2551d9cb947d568bc8d74ef8522be2a2.tar.bz2 gentoo-2-cf1d478a2551d9cb947d568bc8d74ef8522be2a2.zip |
Delete older ebuild.
(Portage version: 2.2_rc88_p32/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/boto/boto-1.6b.ebuild | 16 |
2 files changed, 5 insertions, 17 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 620ce432c174..1afee1716f3d 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/boto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.27 2010/09/28 16:09:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.28 2010/09/28 21:45:15 arfrever Exp $ + + 28 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -boto-1.6b.ebuild: + Delete. 28 Sep 2010; Brent Baude <ranger@gentoo.org> boto-1.9b.ebuild: stable ppc, bug 326815 diff --git a/dev-python/boto/boto-1.6b.ebuild b/dev-python/boto/boto-1.6b.ebuild deleted file mode 100644 index 0fad88c8cbe1..000000000000 --- a/dev-python/boto/boto-1.6b.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.6b.ebuild,v 1.4 2009/04/27 19:29:32 maekke 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 ppc x86" - -DEPEND=">=dev-lang/python-2.3" |