summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-23 15:14:50 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-23 15:14:50 +0000
commitc72d52dc4753e5cf10eeeea2d9c8df90e366bdec (patch)
tree7bfea312ce1c260648d003389de652b170f50c63
parentUpdate to EAPI 4 and restrict python 3 (bug #404021). (diff)
downloadgentoo-2-c72d52dc4753e5cf10eeeea2d9c8df90e366bdec.tar.gz
gentoo-2-c72d52dc4753e5cf10eeeea2d9c8df90e366bdec.tar.bz2
gentoo-2-c72d52dc4753e5cf10eeeea2d9c8df90e366bdec.zip
Remove old.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
-rw-r--r--dev-python/boto/ChangeLog5
-rw-r--r--dev-python/boto/boto-1.9b.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog
index 38215cbc03cc..b785c085da1f 100644
--- a/dev-python/boto/ChangeLog
+++ b/dev-python/boto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/boto
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.39 2012/02/22 16:51:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.40 2012/02/23 15:14:50 radhermit Exp $
+
+ 23 Feb 2012; Tim Harder <radhermit@gentoo.org> -boto-1.9b.ebuild:
+ Remove old.
22 Feb 2012; Mike Frysinger <vapier@gentoo.org> boto-2.0.ebuild:
Mark sparc stable #391437.
diff --git a/dev-python/boto/boto-1.9b.ebuild b/dev-python/boto/boto-1.9b.ebuild
deleted file mode 100644
index 4a7dde1cd0e9..000000000000
--- a/dev-python/boto/boto-1.9b.ebuild
+++ /dev/null
@@ -1,22 +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-1.9b.ebuild,v 1.7 2011/01/04 22:00:44 xmw Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-inherit distutils
-
-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/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""