diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-05 13:17:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-05 13:17:19 +0000 |
commit | fc7a4ae10d3142463f736de41ec25553e6eb32e8 (patch) | |
tree | e5b246df7dca05edace8499283a97bc67f2ea947 /dev-python/boto | |
parent | Add back ruby-gstreamer. (diff) | |
download | gentoo-2-fc7a4ae10d3142463f736de41ec25553e6eb32e8.tar.gz gentoo-2-fc7a4ae10d3142463f736de41ec25553e6eb32e8.tar.bz2 gentoo-2-fc7a4ae10d3142463f736de41ec25553e6eb32e8.zip |
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/boto/boto-1.7a.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index 387383e8b63f..282a7e75a404 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/boto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.14 2009/07/25 11:18:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.15 2009/09/05 13:17:19 patrick Exp $ + + 05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -boto-1.7a.ebuild: + Remove old *boto-1.8d (25 Jul 2009) diff --git a/dev-python/boto/boto-1.7a.ebuild b/dev-python/boto/boto-1.7a.ebuild deleted file mode 100644 index d7a2ccf562f6..000000000000 --- a/dev-python/boto/boto-1.7a.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.7a.ebuild,v 1.1 2009/04/24 14:54:03 patrick 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" |