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: Tue, 07 Jan 2020 00:24:31
Message-Id: 1578356658.0f8a1d3706df2b81a2c4a2a7282b3eb0972cfcd7.prometheanfire@gentoo
1 commit: 0f8a1d3706df2b81a2c4a2a7282b3eb0972cfcd7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 19:16:04 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 00:24:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8a1d37
7
8 app-admin/ansible: 2.9.2 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible/Manifest | 1 -
14 app-admin/ansible/ansible-2.9.1.ebuild | 68 ----------------------------------
15 app-admin/ansible/ansible-2.9.2.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 70 deletions(-)
17
18 diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
19 index 56efb415d3c..a3e6abd067a 100644
20 --- a/app-admin/ansible/Manifest
21 +++ b/app-admin/ansible/Manifest
22 @@ -1,4 +1,3 @@
23 DIST ansible-2.7.15.tar.gz 10205890 BLAKE2B 30b0c83ad646cdcd918472be4512ee8cf00e966b9c7ed0431bcf915e858dae6aeb26cdff4eee5d480b751a4c33f30c2b213d8bc67d17bc8774c5ca2bcf897632 SHA512 7140fdb80456f5dd9f34226a9f38ce567ad13e4cd6b4058ae22012867554c9ed19e3cfa0ae7e745bf56d109fbe8dde8e264efce2f537b5bdae48cf606ee38f52
24 DIST ansible-2.8.7.tar.gz 12697144 BLAKE2B f88225b358ff9fad352c04a053100c5aa612f54ba7ad8e3a700d61e030fd0b5850055b83861d3ad76e614d3e786a2ed719f63b7f452ce24d7e27d79d386b8eed SHA512 166009780c8bb5b35beb9604412d4e5e3874e13b04f3ce694d726dc5bfb064f73a17ec3c814c8a67e28d57e7c327276b6cb66a9a0dba7138d702427ec13b4de3
25 -DIST ansible-2.9.1.tar.gz 14144123 BLAKE2B 20b288aed59221c63cbc345d6f1bb33770b864229ddfdcb3e3d7c5ddde0978b05f1139466945a92145772f1d659a43d406c7486df91f7f16135f66b7282761ab SHA512 fdb25017b96475a6c182bba2f32050f0eaa6f22d17f166b98ce0f0cb40fd12dbbc5ede9912624fa4c5d4a8de472b28c2eb2b569700537c7d4b4c568d7e38f21b
26 DIST ansible-2.9.2.tar.gz 14157188 BLAKE2B 4c1207bd43f7797d8d9cb1d4612e866eebbf8c19ee060cf1eb7daa68415be5d7718c79d756454648e66a13434eacba6a07c8de31c4ec4b12e0474563d8844e46 SHA512 522dd84af9493ceafd95ff0fc806a671f3d1f10d0ca074ef41875eb966d39e64b834e0b98a35d81d9d9d96efef8069db604c8080ce8cbb1ce2e8b13bf5c30a6a
27
28 diff --git a/app-admin/ansible/ansible-2.9.1.ebuild b/app-admin/ansible/ansible-2.9.1.ebuild
29 deleted file mode 100644
30 index 205e178f21d..00000000000
31 --- a/app-admin/ansible/ansible-2.9.1.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=( python2_7 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 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 -}
102
103 diff --git a/app-admin/ansible/ansible-2.9.2.ebuild b/app-admin/ansible/ansible-2.9.2.ebuild
104 index 87aa8f15ecb..205e178f21d 100644
105 --- a/app-admin/ansible/ansible-2.9.2.ebuild
106 +++ b/app-admin/ansible/ansible-2.9.2.ebuild
107 @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
108
109 LICENSE="GPL-3"
110 SLOT="0"
111 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
112 +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
113 IUSE="doc test"
114 RESTRICT="test"