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: Fri, 23 Aug 2019 16:14:04
Message-Id: 1566576830.156ce31e4c8d887a8f4195ebb8182e4b65062c21.prometheanfire@gentoo
1 commit: 156ce31e4c8d887a8f4195ebb8182e4b65062c21
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 16:13:23 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 16:13:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156ce31e
7
8 app-admin/ansible: 2.7.13, 2.8.4 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible/Manifest | 3 --
14 app-admin/ansible/ansible-2.7.12.ebuild | 66 ------------------------------
15 app-admin/ansible/ansible-2.7.13.ebuild | 2 +-
16 app-admin/ansible/ansible-2.8.2.ebuild | 68 -------------------------------
17 app-admin/ansible/ansible-2.8.3.ebuild | 71 ---------------------------------
18 app-admin/ansible/ansible-2.8.4.ebuild | 2 +-
19 6 files changed, 2 insertions(+), 210 deletions(-)
20
21 diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
22 index 756ff2d10fb..b07e7cc013e 100644
23 --- a/app-admin/ansible/Manifest
24 +++ b/app-admin/ansible/Manifest
25 @@ -1,5 +1,2 @@
26 -DIST ansible-2.7.12.tar.gz 11860944 BLAKE2B 52cc79a88bbff9dc009ead8ab9f9d299420ae060e211aab23fe3bbef8c8229cd9e526dc3df518a4285cc17c1448ab4892cc3059d70bfef2fd332a44c72b57019 SHA512 0ab68af8239f6d4d2a13bd38a09fe6f3c700231e7c83df0af77c70ea62faebd0d45e1ff316963c6c72931608d49a79b98e8d3ddc6f4c8b826aabe87dc71cc6f9
27 DIST ansible-2.7.13.tar.gz 11861862 BLAKE2B 3123d84b9f45bb5e50a0d5db5d0b2ae10163e2818d30f29ad5a80c23979a347eb5e17806bd295df547b88a09191918443162cb25d7f339ae76df52e3960954b0 SHA512 8dc19e5c93a90d43ced6628699d2da42d522a020bb2cdd35ba73f6286998c605852c89250af8696e94aba0080b2fab12761a39c3e2eb86d39c212a198f970652
28 -DIST ansible-2.8.2.tar.gz 14328267 BLAKE2B 9548af73914b68374f71ab83e5a68e86e75b8ccf86066831699b147091d067a3f1e0b59d94b22b42151d90779f6d3bb39856a3d205862c933aec6bbe76824e22 SHA512 02cd8fd214f61041914abeebf2395f16acf370e110bdef0181689f604f06504902f9a05a2413877a31680528af539f078e2cd7b7f2eebe2389c9aa441b063305
29 -DIST ansible-2.8.3.tar.gz 14343746 BLAKE2B 3859d88d8462f7109ab23c169b4a91c7a03940b5a8aaff4bfc7ab430fb533898a44221dee18f481612abe1cce1270211a34c2bc1dc7603d89adeb11e50d2b242 SHA512 cee2c663577155269c4d762816590200224e87979411dc7486f5840783f23aaa688577a3f75e272c4875af30397bb383d11eaa7d122d5f304388d5b45ffb9b6f
30 DIST ansible-2.8.4.tar.gz 14348300 BLAKE2B 8a9b5587411d2366a91643682c0ef82b0aa5b5cd5e6b882f3ffdfa100c4f3995472913bc12e1c2f7077efb69ec8ac3ad168a79fc3d8c127b34ce03c69588a4c7 SHA512 9efacbaf053acb8cf92ebe5bda982794ecbdbf55e33a4a292a68874b637eebe82406bfba129adf839354ee18aa809d45d77502f68b8e8d07358a48c9b5687b7e
31
32 diff --git a/app-admin/ansible/ansible-2.7.12.ebuild b/app-admin/ansible/ansible-2.7.12.ebuild
33 deleted file mode 100644
34 index 028f77e10f7..00000000000
35 --- a/app-admin/ansible/ansible-2.7.12.ebuild
36 +++ /dev/null
37 @@ -1,66 +0,0 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=7
42 -
43 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
44 -
45 -inherit distutils-r1 eutils
46 -
47 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
48 -HOMEPAGE="https://ansible.com/"
49 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
54 -IUSE="doc test"
55 -
56 -RDEPEND="
57 - dev-python/paramiko[${PYTHON_USEDEP}]
58 - dev-python/jinja[${PYTHON_USEDEP}]
59 - dev-python/pyyaml[${PYTHON_USEDEP}]
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 - dev-python/cryptography[${PYTHON_USEDEP}]
62 - dev-python/httplib2[${PYTHON_USEDEP}]
63 - dev-python/six[${PYTHON_USEDEP}]
64 - dev-python/netaddr[${PYTHON_USEDEP}]
65 - net-misc/sshpass
66 - virtual/ssh
67 -"
68 -DEPEND="
69 - dev-python/setuptools[${PYTHON_USEDEP}]
70 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
71 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
72 - test? (
73 - ${RDEPEND}
74 - dev-python/nose[${PYTHON_USEDEP}]
75 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
76 - dev-python/passlib[${PYTHON_USEDEP}]
77 - dev-python/coverage[${PYTHON_USEDEP}]
78 - dev-python/unittest2[${PYTHON_USEDEP}]
79 - dev-vcs/git
80 - )"
81 -
82 -# not included in release tarball
83 -RESTRICT="test"
84 -
85 -python_compile_all() {
86 - if use doc; then
87 - cd docs/docsite || die
88 - export CPUS=4
89 - emake -f Makefile.sphinx html
90 - fi
91 -}
92 -
93 -python_test() {
94 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
95 -}
96 -
97 -python_install_all() {
98 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
99 - distutils-r1_python_install_all
100 -
101 - doman docs/man/man1/*.1
102 - dodoc -r examples
103 -}
104
105 diff --git a/app-admin/ansible/ansible-2.7.13.ebuild b/app-admin/ansible/ansible-2.7.13.ebuild
106 index 63e11740ae9..028f77e10f7 100644
107 --- a/app-admin/ansible/ansible-2.7.13.ebuild
108 +++ b/app-admin/ansible/ansible-2.7.13.ebuild
109 @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
110
111 LICENSE="GPL-3"
112 SLOT="0"
113 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
114 +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
115 IUSE="doc test"
116
117 RDEPEND="
118
119 diff --git a/app-admin/ansible/ansible-2.8.2.ebuild b/app-admin/ansible/ansible-2.8.2.ebuild
120 deleted file mode 100644
121 index 7bb6843073c..00000000000
122 --- a/app-admin/ansible/ansible-2.8.2.ebuild
123 +++ /dev/null
124 @@ -1,68 +0,0 @@
125 -# Copyright 1999-2019 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=7
129 -
130 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
131 -
132 -inherit distutils-r1 eutils
133 -
134 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
135 -HOMEPAGE="https://ansible.com/"
136 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
137 -
138 -LICENSE="GPL-3"
139 -SLOT="0"
140 -KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
141 -IUSE="doc test"
142 -RESTRICT="test"
143 -
144 -RDEPEND="
145 - dev-python/paramiko[${PYTHON_USEDEP}]
146 - dev-python/jinja[${PYTHON_USEDEP}]
147 - dev-python/pyyaml[${PYTHON_USEDEP}]
148 - dev-python/setuptools[${PYTHON_USEDEP}]
149 - dev-python/cryptography[${PYTHON_USEDEP}]
150 - dev-python/httplib2[${PYTHON_USEDEP}]
151 - dev-python/six[${PYTHON_USEDEP}]
152 - dev-python/netaddr[${PYTHON_USEDEP}]
153 - net-misc/sshpass
154 - virtual/ssh
155 -"
156 -DEPEND="
157 - dev-python/setuptools[${PYTHON_USEDEP}]
158 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
159 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
160 - test? (
161 - ${RDEPEND}
162 - dev-python/nose[${PYTHON_USEDEP}]
163 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
164 - dev-python/passlib[${PYTHON_USEDEP}]
165 - dev-python/coverage[${PYTHON_USEDEP}]
166 - dev-python/unittest2[${PYTHON_USEDEP}]
167 - dev-vcs/git
168 - )"
169 -
170 -python_compile_all() {
171 - if use doc; then
172 - cd docs/docsite || die
173 - export CPUS=4
174 - emake -f Makefile.sphinx html
175 - fi
176 -}
177 -
178 -python_prepare_all() {
179 - rm -fv MANIFEST.in || die
180 - distutils-r1_python_prepare_all
181 -}
182 -
183 -python_test() {
184 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
185 -}
186 -
187 -python_install_all() {
188 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
189 - distutils-r1_python_install_all
190 -
191 - dodoc -r examples
192 -}
193
194 diff --git a/app-admin/ansible/ansible-2.8.3.ebuild b/app-admin/ansible/ansible-2.8.3.ebuild
195 deleted file mode 100644
196 index 851a6fa4e71..00000000000
197 --- a/app-admin/ansible/ansible-2.8.3.ebuild
198 +++ /dev/null
199 @@ -1,71 +0,0 @@
200 -# Copyright 1999-2019 Gentoo Authors
201 -# Distributed under the terms of the GNU General Public License v2
202 -
203 -EAPI=7
204 -
205 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
206 -
207 -inherit distutils-r1 eutils
208 -
209 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
210 -HOMEPAGE="https://ansible.com/"
211 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
212 -
213 -LICENSE="GPL-3"
214 -SLOT="0"
215 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
216 -IUSE="doc test"
217 -RESTRICT="test"
218 -
219 -RDEPEND="
220 - dev-python/paramiko[${PYTHON_USEDEP}]
221 - dev-python/jinja[${PYTHON_USEDEP}]
222 - dev-python/pyyaml[${PYTHON_USEDEP}]
223 - dev-python/setuptools[${PYTHON_USEDEP}]
224 - dev-python/cryptography[${PYTHON_USEDEP}]
225 - dev-python/httplib2[${PYTHON_USEDEP}]
226 - dev-python/six[${PYTHON_USEDEP}]
227 - dev-python/netaddr[${PYTHON_USEDEP}]
228 - net-misc/sshpass
229 - virtual/ssh
230 -"
231 -DEPEND="
232 - dev-python/setuptools[${PYTHON_USEDEP}]
233 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
234 - doc? (
235 - dev-python/sphinx[${PYTHON_USEDEP}]
236 - dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
237 - )
238 - test? (
239 - ${RDEPEND}
240 - dev-python/nose[${PYTHON_USEDEP}]
241 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
242 - dev-python/passlib[${PYTHON_USEDEP}]
243 - dev-python/coverage[${PYTHON_USEDEP}]
244 - dev-python/unittest2[${PYTHON_USEDEP}]
245 - dev-vcs/git
246 - )"
247 -
248 -python_compile_all() {
249 - if use doc; then
250 - cd docs/docsite || die
251 - export CPUS=4
252 - emake -f Makefile.sphinx html
253 - fi
254 -}
255 -
256 -python_prepare_all() {
257 - rm -fv MANIFEST.in || die
258 - distutils-r1_python_prepare_all
259 -}
260 -
261 -python_test() {
262 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
263 -}
264 -
265 -python_install_all() {
266 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
267 - distutils-r1_python_install_all
268 -
269 - dodoc -r examples
270 -}
271
272 diff --git a/app-admin/ansible/ansible-2.8.4.ebuild b/app-admin/ansible/ansible-2.8.4.ebuild
273 index 851a6fa4e71..def82c47563 100644
274 --- a/app-admin/ansible/ansible-2.8.4.ebuild
275 +++ b/app-admin/ansible/ansible-2.8.4.ebuild
276 @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
277
278 LICENSE="GPL-3"
279 SLOT="0"
280 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
281 +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
282 IUSE="doc test"
283 RESTRICT="test"