Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Thu, 20 Aug 2020 15:31:06
Message-Id: 1597937440.1c8cafc0a8959a4d00d8751cdc651bdf22b96fdd.prometheanfire@gentoo
1 commit: 1c8cafc0a8959a4d00d8751cdc651bdf22b96fdd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 19:10:12 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 15:30:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8cafc0
7
8 app-admin/ansible: 2.9.9 cleanup
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible/Manifest | 1 -
14 app-admin/ansible/ansible-2.9.9.ebuild | 68 ----------------------------------
15 2 files changed, 69 deletions(-)
16
17 diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
18 index 296fa16a7bd..1289cf1d910 100644
19 --- a/app-admin/ansible/Manifest
20 +++ b/app-admin/ansible/Manifest
21 @@ -1,5 +1,4 @@
22 DIST ansible-2.9.10.tar.gz 14237929 BLAKE2B 52230b18efa94dbcbd6e4fba3d0915e2375fc8de7412944eaeefc054f50ea888a1aeb86b688a7ae97184b1a8a10180e67a7004d48906235ce4e1b83976d10e9a SHA512 c0d5e26491f52d1eb8d1c3755903bb6a8d50634df5fb50a970076d49d99cfda424fa60c258a6a5821e01c435a8ef077d46ced4b2f8c4f4a8d381737e6f14afb4
23 DIST ansible-2.9.11.tar.gz 14243995 BLAKE2B afd60d69f53c79c778f122db902ba149030fd995650566f6edcfa41178e92d56cf200089b76de3c6999a824725c793e57c222733ed5b9d9c401bccea942cde5b SHA512 b157a5cfb5ba7cb651c7afc0dc92cfe3b8f9eebd06de6d7a1e4917ffca3c542c5207c8e1820acc5be840190c8754f111e2501304ad7e64867247e5b973aec81e
24 DIST ansible-2.9.12.tar.gz 14260349 BLAKE2B 6d7fdc82489df755196b890b39c166e9639c94e4238b4bf33686a3ab17fcc92c6b3a05f80e1276795b966aaa318ec7d9003099950102c014adb1a5d730928633 SHA512 6c05c49e363d4d68516dfea448cead3e2c281d1288c9467a0b6dd083504f303df694ed1c5957ae6582b28acc937d12d13333254328e13bac430b9b7fa4354f23
25 -DIST ansible-2.9.9.tar.gz 14222889 BLAKE2B bcacd9271aa0275cff8090819ee5c2832c7b59a287d976ced7e4dad52b5af85350baa1de30f56fdbb92e237c1dd3a9f6ff86cd1af5cb20167331b3f846649d4a SHA512 327c5ece277096f71f10fec2b33a8d2c94ee59b0e22b15bb5ca449da2331b8158239bdbc8e3afd093af358a787f410c7c2e0942010de65a8d9c8719cf83e4abd
26 DIST ansible-base-2.10.0.tar.gz 5775091 BLAKE2B 2a087b1a9d675c5218e8700f5b455ff280a5dc6e66b575a47755b9936c54594300e3c22acadbe14acfd335c3be788e3d63f6ad3c5c51650cbc036c77ceec41ef SHA512 f9e9631f9ce77e55b06d01814422cbc0ca170e3fbbbd5886e4f87065b68b4d7eefe1c782f6dce14241cc548192c7b06ef778446636be02a342d4bd112000126e
27
28 diff --git a/app-admin/ansible/ansible-2.9.9.ebuild b/app-admin/ansible/ansible-2.9.9.ebuild
29 deleted file mode 100644
30 index 2a5dea9c031..00000000000
31 --- a/app-admin/ansible/ansible-2.9.9.ebuild
32 +++ /dev/null
33 @@ -1,68 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{6,7} )
40 -
41 -inherit distutils-r1 eutils
42 -
43 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
44 -HOMEPAGE="https://ansible.com/"
45 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
50 -IUSE="doc test"
51 -RESTRICT="test"
52 -
53 -RDEPEND="
54 - dev-python/paramiko[${PYTHON_USEDEP}]
55 - dev-python/jinja[${PYTHON_USEDEP}]
56 - dev-python/pyyaml[${PYTHON_USEDEP}]
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - dev-python/cryptography[${PYTHON_USEDEP}]
59 - dev-python/httplib2[${PYTHON_USEDEP}]
60 - dev-python/six[${PYTHON_USEDEP}]
61 - dev-python/netaddr[${PYTHON_USEDEP}]
62 - dev-python/pexpect[${PYTHON_USEDEP}]
63 - net-misc/sshpass
64 - virtual/ssh
65 -"
66 -DEPEND="
67 - dev-python/setuptools[${PYTHON_USEDEP}]
68 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
69 - doc? (
70 - dev-python/sphinx[${PYTHON_USEDEP}]
71 - dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
72 - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
73 - )
74 - test? (
75 - ${RDEPEND}
76 - dev-python/nose[${PYTHON_USEDEP}]
77 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
78 - dev-python/passlib[${PYTHON_USEDEP}]
79 - dev-python/coverage[${PYTHON_USEDEP}]
80 - dev-python/unittest2[${PYTHON_USEDEP}]
81 - dev-vcs/git
82 - )"
83 -
84 -python_compile_all() {
85 - if use doc; then
86 - cd docs/docsite || die
87 - export CPUS=4
88 - emake -f Makefile.sphinx html
89 - fi
90 -}
91 -
92 -python_test() {
93 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
94 -}
95 -
96 -python_install_all() {
97 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
98 - distutils-r1_python_install_all
99 -
100 - dodoc -r examples
101 -}