summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-12-20 01:15:20 +0000
committerTim Harder <radhermit@gentoo.org>2013-12-20 01:15:20 +0000
commita40062014b31c0fdd0a569215018e3b5830a493a (patch)
treeb7cf3f73b425b90f323995e2b840950f69e1be85 /dev-python/boto
parentCleanup old. (diff)
downloadgentoo-2-a40062014b31c0fdd0a569215018e3b5830a493a.tar.gz
gentoo-2-a40062014b31c0fdd0a569215018e3b5830a493a.tar.bz2
gentoo-2-a40062014b31c0fdd0a569215018e3b5830a493a.zip
Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/boto')
-rw-r--r--dev-python/boto/ChangeLog8
-rw-r--r--dev-python/boto/boto-2.1.1.ebuild31
-rw-r--r--dev-python/boto/boto-2.10.0.ebuild28
-rw-r--r--dev-python/boto/boto-2.13.3.ebuild28
-rw-r--r--dev-python/boto/boto-2.15.0.ebuild28
-rw-r--r--dev-python/boto/boto-2.16.0.ebuild28
-rw-r--r--dev-python/boto/boto-2.17.0.ebuild25
-rw-r--r--dev-python/boto/boto-2.18.0.ebuild25
-rw-r--r--dev-python/boto/boto-2.3.0.ebuild27
-rw-r--r--dev-python/boto/boto-2.9.9.ebuild28
10 files changed, 7 insertions, 249 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog
index 9348f8cae7aa..1fb6b8b9321b 100644
--- a/dev-python/boto/ChangeLog
+++ b/dev-python/boto/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/boto
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.84 2013/12/20 01:08:51 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.85 2013/12/20 01:15:20 radhermit Exp $
+
+ 20 Dec 2013; Tim Harder <radhermit@gentoo.org> -boto-2.1.1.ebuild,
+ -boto-2.3.0.ebuild, -boto-2.9.9.ebuild, -boto-2.10.0.ebuild,
+ -boto-2.13.3.ebuild, -boto-2.15.0.ebuild, -boto-2.16.0.ebuild,
+ -boto-2.17.0.ebuild, -boto-2.18.0.ebuild:
+ Remove old.
*boto-2.21.0 (20 Dec 2013)
diff --git a/dev-python/boto/boto-2.1.1.ebuild b/dev-python/boto/boto-2.1.1.ebuild
deleted file mode 100644
index e2fec01d4bcb..000000000000
--- a/dev-python/boto/boto-2.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.1.1.ebuild,v 1.6 2013/09/05 18:46:27 mgorny Exp $
-
-#please do not remove without checking if it is still required by
-#sys-cluster/nova
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/m2crypto )"
-RDEPEND="dev-python/m2crypto"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/boto/boto-2.10.0.ebuild b/dev-python/boto/boto-2.10.0.ebuild
deleted file mode 100644
index 9e95cca6c97d..000000000000
--- a/dev-python/boto/boto-2.10.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.10.0.ebuild,v 1.2 2013/09/05 18:46:27 mgorny Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/m2crypto )"
-RDEPEND="dev-python/m2crypto"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/boto/boto-2.13.3.ebuild b/dev-python/boto/boto-2.13.3.ebuild
deleted file mode 100644
index c35facba5ca4..000000000000
--- a/dev-python/boto/boto-2.13.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.13.3.ebuild,v 1.1 2013/09/17 02:55:44 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/m2crypto )"
-RDEPEND="dev-python/m2crypto"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/boto/boto-2.15.0.ebuild b/dev-python/boto/boto-2.15.0.ebuild
deleted file mode 100644
index 7ec955244441..000000000000
--- a/dev-python/boto/boto-2.15.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.15.0.ebuild,v 1.2 2013/10/22 11:34:01 grobian Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/m2crypto )"
-RDEPEND="dev-python/m2crypto"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/boto/boto-2.16.0.ebuild b/dev-python/boto/boto-2.16.0.ebuild
deleted file mode 100644
index cfdfeaea36cf..000000000000
--- a/dev-python/boto/boto-2.16.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.16.0.ebuild,v 1.1 2013/11/09 02:05:37 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/m2crypto )"
-RDEPEND="dev-python/m2crypto"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/boto/boto-2.17.0.ebuild b/dev-python/boto/boto-2.17.0.ebuild
deleted file mode 100644
index 995402d807da..000000000000
--- a/dev-python/boto/boto-2.17.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.17.0.ebuild,v 1.1 2013/11/14 20:41:55 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/boto/boto-2.18.0.ebuild b/dev-python/boto/boto-2.18.0.ebuild
deleted file mode 100644
index 8b1b8e897e6f..000000000000
--- a/dev-python/boto/boto-2.18.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.18.0.ebuild,v 1.1 2013/11/24 21:34:53 radhermit Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/boto/boto-2.3.0.ebuild b/dev-python/boto/boto-2.3.0.ebuild
deleted file mode 100644
index 1741988238d6..000000000000
--- a/dev-python/boto/boto-2.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild,v 1.8 2012/07/29 16:59:38 armin76 Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://github/boto/boto/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools
- test? ( dev-python/m2crypto )"
-RDEPEND="dev-python/m2crypto"
-
-# Requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
diff --git a/dev-python/boto/boto-2.9.9.ebuild b/dev-python/boto/boto-2.9.9.ebuild
deleted file mode 100644
index 68a405300861..000000000000
--- a/dev-python/boto/boto-2.9.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.9.9.ebuild,v 1.2 2013/09/05 18:46:27 mgorny Exp $
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/m2crypto )"
-RDEPEND="dev-python/m2crypto"
-
-# requires Amazon Web Services keys to pass some tests
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}