commit:     1497d9ff34f77575682e629d31a9f312b75d863f
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 16:41:29 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 16:41:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1497d9ff

app-admin/ansible: cleanup

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/ansible/Manifest              |  3 --
 app-admin/ansible/ansible-2.7.15.ebuild | 67 ------------------------------
 app-admin/ansible/ansible-2.8.7.ebuild  | 72 ---------------------------------
 app-admin/ansible/ansible-2.8.8.ebuild  | 72 ---------------------------------
 4 files changed, 214 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 4748c0c9ff4..ea58fce24e0 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,6 +1,3 @@
-DIST ansible-2.7.15.tar.gz 10205890 BLAKE2B 
30b0c83ad646cdcd918472be4512ee8cf00e966b9c7ed0431bcf915e858dae6aeb26cdff4eee5d480b751a4c33f30c2b213d8bc67d17bc8774c5ca2bcf897632
 SHA512 
7140fdb80456f5dd9f34226a9f38ce567ad13e4cd6b4058ae22012867554c9ed19e3cfa0ae7e745bf56d109fbe8dde8e264efce2f537b5bdae48cf606ee38f52
-DIST ansible-2.8.7.tar.gz 12697144 BLAKE2B 
f88225b358ff9fad352c04a053100c5aa612f54ba7ad8e3a700d61e030fd0b5850055b83861d3ad76e614d3e786a2ed719f63b7f452ce24d7e27d79d386b8eed
 SHA512 
166009780c8bb5b35beb9604412d4e5e3874e13b04f3ce694d726dc5bfb064f73a17ec3c814c8a67e28d57e7c327276b6cb66a9a0dba7138d702427ec13b4de3
-DIST ansible-2.8.8.tar.gz 12703583 BLAKE2B 
0352646b495514d5a7a88fcd8e8437ef323f6d754f4704923b357c0f11c47932a2671a342e24f2de88479436f6f36664dbb0b26ee46fa98bc2d53d4f681595d0
 SHA512 
fb7705f3d0b8c0ee87d2954cccb7d00e12851693bbe995c062316577f66488f48d8180f11c8d87e025f4082a48ec27f25cb877be4c0ce96ed39951360e8679bd
 DIST ansible-2.9.2.tar.gz 14157188 BLAKE2B 
4c1207bd43f7797d8d9cb1d4612e866eebbf8c19ee060cf1eb7daa68415be5d7718c79d756454648e66a13434eacba6a07c8de31c4ec4b12e0474563d8844e46
 SHA512 
522dd84af9493ceafd95ff0fc806a671f3d1f10d0ca074ef41875eb966d39e64b834e0b98a35d81d9d9d96efef8069db604c8080ce8cbb1ce2e8b13bf5c30a6a
 DIST ansible-2.9.3.tar.gz 14170666 BLAKE2B 
bb27d249e2390888ee3c28fdb48c1ceff346d2903089c70b451f793742238498aed7c33be056cce9790f44f5cdb74b5020b6decf4f1242904bd9c8f7b5077ea0
 SHA512 
02cfa2c7c43506dc602e92aed66c920243222b82bc4852f1a4d786cd3ff26fe17eda18d35ac7301cd9bf26366df9b18776e2a27e8d54fc92c3128f52ec7f58e8
 DIST ansible-2.9.4.tar.gz 14170264 BLAKE2B 
e230837360d29df460906d118b3c2ebb9a9dc1ac2a4427809a16716e67a79db8e737ed1beca757bd8a75b631c8cb6c26e58b1caeaaeb613731d63031f1e4e34e
 SHA512 
21020548100fc31b59d4ee1b461f2a14359f2f18752d431cd041eb987c8c8b308f1aa1687461a9b3f5a086485b77b3a38c8f006b942cc24cb2157b45e6582822

diff --git a/app-admin/ansible/ansible-2.7.15.ebuild 
b/app-admin/ansible/ansible-2.7.15.ebuild
deleted file mode 100644
index 1d192f699c0..00000000000
--- a/app-admin/ansible/ansible-2.7.15.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/";
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
-IUSE="doc test"
-
-RDEPEND="
-       dev-python/paramiko[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/netaddr[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       net-misc/sshpass
-       virtual/ssh
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-       test? (
-               ${RDEPEND}
-               dev-python/nose[${PYTHON_USEDEP}]
-               >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-               dev-python/passlib[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/unittest2[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )"
-
-# not included in release tarball
-RESTRICT="test"
-
-python_compile_all() {
-       if use doc; then
-               cd docs/docsite || die
-               export CPUS=4
-               emake -f Makefile.sphinx html
-       fi
-}
-
-python_test() {
-       nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
-       distutils-r1_python_install_all
-
-       doman docs/man/man1/*.1
-       dodoc -r examples
-}

diff --git a/app-admin/ansible/ansible-2.8.7.ebuild 
b/app-admin/ansible/ansible-2.8.7.ebuild
deleted file mode 100644
index b252901fb90..00000000000
--- a/app-admin/ansible/ansible-2.8.7.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/";
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
-IUSE="doc test"
-RESTRICT="test"
-
-RDEPEND="
-       dev-python/paramiko[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/netaddr[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       net-misc/sshpass
-       virtual/ssh
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-       doc? (
-               dev-python/sphinx[${PYTHON_USEDEP}]
-               dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
-       )
-       test? (
-               ${RDEPEND}
-               dev-python/nose[${PYTHON_USEDEP}]
-               >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-               dev-python/passlib[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/unittest2[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )"
-
-python_compile_all() {
-       if use doc; then
-               cd docs/docsite || die
-               export CPUS=4
-               emake -f Makefile.sphinx html
-       fi
-}
-
-python_prepare_all() {
-       rm -fv MANIFEST.in || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
-       distutils-r1_python_install_all
-
-       dodoc -r examples
-}

diff --git a/app-admin/ansible/ansible-2.8.8.ebuild 
b/app-admin/ansible/ansible-2.8.8.ebuild
deleted file mode 100644
index b34d22be5ff..00000000000
--- a/app-admin/ansible/ansible-2.8.8.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://ansible.com/";
-SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
-IUSE="doc test"
-RESTRICT="test"
-
-RDEPEND="
-       dev-python/paramiko[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/netaddr[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       net-misc/sshpass
-       virtual/ssh
-"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-       doc? (
-               dev-python/sphinx[${PYTHON_USEDEP}]
-               dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
-       )
-       test? (
-               ${RDEPEND}
-               dev-python/nose[${PYTHON_USEDEP}]
-               >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-               dev-python/passlib[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/unittest2[${PYTHON_USEDEP}]
-               dev-vcs/git
-       )"
-
-python_compile_all() {
-       if use doc; then
-               cd docs/docsite || die
-               export CPUS=4
-               emake -f Makefile.sphinx html
-       fi
-}
-
-python_prepare_all() {
-       rm -fv MANIFEST.in || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
-       distutils-r1_python_install_all
-
-       dodoc -r examples
-}

Reply via email to