From 6cfaaa5718b3f507c50b84b29372fedf20ac05d9 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 23 Apr 2016 17:09:14 -0500 Subject: app-admin/ansible: fix spaces in reqs.txt bug 575972 Package-Manager: portage-2.2.26 --- app-admin/ansible/ansible-2.0.2.0-r1.ebuild | 59 +++++++++++++++++++++++++++++ app-admin/ansible/ansible-2.0.2.0.ebuild | 58 ---------------------------- 2 files changed, 59 insertions(+), 58 deletions(-) create mode 100644 app-admin/ansible/ansible-2.0.2.0-r1.ebuild delete mode 100644 app-admin/ansible/ansible-2.0.2.0.ebuild diff --git a/app-admin/ansible/ansible-2.0.2.0-r1.ebuild b/app-admin/ansible/ansible-2.0.2.0-r1.ebuild new file mode 100644 index 000000000000..e1e67a318738 --- /dev/null +++ b/app-admin/ansible/ansible-2.0.2.0-r1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 eutils versionator + +DESCRIPTION="Model-driven deployment, config management, and command execution framework" +HOMEPAGE="http://ansible.com/" +BLAKE2B_HASH="b3/0e/5f3ee8884866a3d5e3b8ba86e9caa85ecdec75adabac8924b1c122339e7f" +SRC_URI="https://pypi.python.org/packages/${BLAKE2B_HASH}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="keyczar test" + +RDEPEND=" + keyczar? ( dev-python/keyczar[${PYTHON_USEDEP}] ) + dev-python/paramiko[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + net-misc/sshpass + virtual/ssh +" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/packaging-16.6[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] + >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] +