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: Wed, 14 Nov 2018 11:22:12
Message-Id: 1542194496.a96c24320687bc4f6229136507c87fad4d700eca.prometheanfire@gentoo
1 commit: a96c24320687bc4f6229136507c87fad4d700eca
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 14 11:21:36 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 14 11:21:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96c2432
7
8 app-admin/ansible: 2.6.7 and 2.5.11 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible/Manifest | 3 --
14 app-admin/ansible/ansible-2.5.10.ebuild | 66 ---------------------------------
15 app-admin/ansible/ansible-2.5.11.ebuild | 2 +-
16 app-admin/ansible/ansible-2.6.5.ebuild | 66 ---------------------------------
17 app-admin/ansible/ansible-2.6.6.ebuild | 66 ---------------------------------
18 app-admin/ansible/ansible-2.6.7.ebuild | 2 +-
19 6 files changed, 2 insertions(+), 203 deletions(-)
20
21 diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
22 index d3d51aca61c..98eebc16c2c 100644
23 --- a/app-admin/ansible/Manifest
24 +++ b/app-admin/ansible/Manifest
25 @@ -1,6 +1,3 @@
26 -DIST ansible-2.5.10.tar.gz 10167484 BLAKE2B 0c60758d54fabef8037ce7e79d86c1508786a3e8cfe2cb1cc9d09cc24ece107414793f4dd12013dbc4c9a1354669288e0989374a20b7ebc035115dfd907c7279 SHA512 911f1f616206136708ceb4f9955e8bf309d7b506fcca9e0f31d770ead0a47c803d670909b6fe10b0d26056d3fd5c140e144132284ad5dbb618d3b013abc9385f
27 DIST ansible-2.5.11.tar.gz 10114022 BLAKE2B 196c657c66b588ed709b8354d7f043c12701f08e263ede1224f59457b7d65c113d6a936150c0379378615e7a89a66db6a8cfc52304f2c3431a4cafbed9a3bdb5 SHA512 b0da66fb67bdd33b42b35239d392793cc19b98650990028ef89b83384285ab6185accbfe15edb030b9e9a62e59961a22e2002b6aeea34f1f063da857ad199358
28 -DIST ansible-2.6.5.tar.gz 10757800 BLAKE2B 2389dfdbdf731382643227cb3a0df501d7b756d81dbddfe9b5ce609086eb04073441c01ed6f49480628fa2a2b3556e07c1b4588cb5df96a072d72c9a09fe2739 SHA512 3cab1d14abb3d173722ee76699ac778188481d575d589fb9e85541689a806b6f3eece9b1c5122cd863b46da56ed5cc3c32faaa143826ab3bd3e7a6cc06cbe2fe
29 -DIST ansible-2.6.6.tar.gz 10707168 BLAKE2B be41ee9b314a669069d4e8578baefdaa3e12864d132320ecad1cb539ae34d048a4f95b44c995f4695911f652064ef343ca35d9864326fd951e4e389088266505 SHA512 0fd8f208479bde3f9fa957c488abce17e6e7c492e6016a9acd88a11db44f777d148d451a4a246d2b55c6de85b9178e8127908e1fe36e490f7bbef350246ba716
30 DIST ansible-2.6.7.tar.gz 10708387 BLAKE2B cfdd8940e3c23183fa8650d9c5a46b9af056dc9850b25b7969925ea66f2ec7d78945efaf982bc8c8752a285295461922b3e047b4edf75ecf3e3d4c893f0dafbc SHA512 23fde88f7e2151154cd77bb8a946c06c703b620456e0f1e9dc74f532b95d2868eb96e9c6f52fc48fc75ed5ad77d45d61be48fe4b7bd11ac8baa4745a026852bc
31 DIST ansible-2.7.1.tar.gz 11738557 BLAKE2B 8d154d9f09eabd851fb182cea3a6a810385ed971429f4968b649ccd7e5cbbb5c6cd884a478b235f04f12134b471c99a4f77c32826661cc73cbb9e3a1159c377c SHA512 263ebc5fb172c7eda0cc703508ba06a5a6ab197923597a616bcdf28b8bc673ff6117c72cbff4546a1f3628656b0c4d7dd05c34c75e68b9a0d9c29ea9b5a4162f
32
33 diff --git a/app-admin/ansible/ansible-2.5.10.ebuild b/app-admin/ansible/ansible-2.5.10.ebuild
34 deleted file mode 100644
35 index 652b1374c85..00000000000
36 --- a/app-admin/ansible/ansible-2.5.10.ebuild
37 +++ /dev/null
38 @@ -1,66 +0,0 @@
39 -# Copyright 1999-2018 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=7
43 -
44 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
45 -
46 -inherit distutils-r1 eutils
47 -
48 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
49 -HOMEPAGE="https://ansible.com/"
50 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="GPL-3"
53 -SLOT="0"
54 -KEYWORDS="amd64 x86 ~x64-macos"
55 -IUSE="doc test"
56 -
57 -RDEPEND="
58 - dev-python/paramiko[${PYTHON_USEDEP}]
59 - dev-python/jinja[${PYTHON_USEDEP}]
60 - dev-python/pyyaml[${PYTHON_USEDEP}]
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - dev-python/cryptography[${PYTHON_USEDEP}]
63 - dev-python/httplib2[${PYTHON_USEDEP}]
64 - dev-python/six[${PYTHON_USEDEP}]
65 - dev-python/netaddr[${PYTHON_USEDEP}]
66 - net-misc/sshpass
67 - virtual/ssh
68 -"
69 -DEPEND="
70 - dev-python/setuptools[${PYTHON_USEDEP}]
71 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
72 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
73 - test? (
74 - ${RDEPEND}
75 - dev-python/nose[${PYTHON_USEDEP}]
76 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
77 - dev-python/passlib[${PYTHON_USEDEP}]
78 - dev-python/coverage[${PYTHON_USEDEP}]
79 - dev-python/unittest2[${PYTHON_USEDEP}]
80 - dev-vcs/git
81 - )"
82 -
83 -# not included in release tarball
84 -RESTRICT="test"
85 -
86 -python_compile_all() {
87 - if use doc; then
88 - cd docs/docsite || die
89 - export CPUS=4
90 - emake -f Makefile.sphinx html
91 - fi
92 -}
93 -
94 -python_test() {
95 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
96 -}
97 -
98 -python_install_all() {
99 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
100 - distutils-r1_python_install_all
101 -
102 - doman docs/man/man1/*.1
103 - dodoc -r examples
104 -}
105
106 diff --git a/app-admin/ansible/ansible-2.5.11.ebuild b/app-admin/ansible/ansible-2.5.11.ebuild
107 index 71d5cc29ecc..652b1374c85 100644
108 --- a/app-admin/ansible/ansible-2.5.11.ebuild
109 +++ b/app-admin/ansible/ansible-2.5.11.ebuild
110 @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
111
112 LICENSE="GPL-3"
113 SLOT="0"
114 -KEYWORDS="~amd64 ~x86 ~x64-macos"
115 +KEYWORDS="amd64 x86 ~x64-macos"
116 IUSE="doc test"
117
118 RDEPEND="
119
120 diff --git a/app-admin/ansible/ansible-2.6.5.ebuild b/app-admin/ansible/ansible-2.6.5.ebuild
121 deleted file mode 100644
122 index 652b1374c85..00000000000
123 --- a/app-admin/ansible/ansible-2.6.5.ebuild
124 +++ /dev/null
125 @@ -1,66 +0,0 @@
126 -# Copyright 1999-2018 Gentoo Authors
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=7
130 -
131 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
132 -
133 -inherit distutils-r1 eutils
134 -
135 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
136 -HOMEPAGE="https://ansible.com/"
137 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
138 -
139 -LICENSE="GPL-3"
140 -SLOT="0"
141 -KEYWORDS="amd64 x86 ~x64-macos"
142 -IUSE="doc 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 -# not included in release tarball
171 -RESTRICT="test"
172 -
173 -python_compile_all() {
174 - if use doc; then
175 - cd docs/docsite || die
176 - export CPUS=4
177 - emake -f Makefile.sphinx html
178 - fi
179 -}
180 -
181 -python_test() {
182 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
183 -}
184 -
185 -python_install_all() {
186 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
187 - distutils-r1_python_install_all
188 -
189 - doman docs/man/man1/*.1
190 - dodoc -r examples
191 -}
192
193 diff --git a/app-admin/ansible/ansible-2.6.6.ebuild b/app-admin/ansible/ansible-2.6.6.ebuild
194 deleted file mode 100644
195 index 71d5cc29ecc..00000000000
196 --- a/app-admin/ansible/ansible-2.6.6.ebuild
197 +++ /dev/null
198 @@ -1,66 +0,0 @@
199 -# Copyright 1999-2018 Gentoo Authors
200 -# Distributed under the terms of the GNU General Public License v2
201 -
202 -EAPI=7
203 -
204 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
205 -
206 -inherit distutils-r1 eutils
207 -
208 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
209 -HOMEPAGE="https://ansible.com/"
210 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
211 -
212 -LICENSE="GPL-3"
213 -SLOT="0"
214 -KEYWORDS="~amd64 ~x86 ~x64-macos"
215 -IUSE="doc test"
216 -
217 -RDEPEND="
218 - dev-python/paramiko[${PYTHON_USEDEP}]
219 - dev-python/jinja[${PYTHON_USEDEP}]
220 - dev-python/pyyaml[${PYTHON_USEDEP}]
221 - dev-python/setuptools[${PYTHON_USEDEP}]
222 - dev-python/cryptography[${PYTHON_USEDEP}]
223 - dev-python/httplib2[${PYTHON_USEDEP}]
224 - dev-python/six[${PYTHON_USEDEP}]
225 - dev-python/netaddr[${PYTHON_USEDEP}]
226 - net-misc/sshpass
227 - virtual/ssh
228 -"
229 -DEPEND="
230 - dev-python/setuptools[${PYTHON_USEDEP}]
231 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
232 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
233 - test? (
234 - ${RDEPEND}
235 - dev-python/nose[${PYTHON_USEDEP}]
236 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
237 - dev-python/passlib[${PYTHON_USEDEP}]
238 - dev-python/coverage[${PYTHON_USEDEP}]
239 - dev-python/unittest2[${PYTHON_USEDEP}]
240 - dev-vcs/git
241 - )"
242 -
243 -# not included in release tarball
244 -RESTRICT="test"
245 -
246 -python_compile_all() {
247 - if use doc; then
248 - cd docs/docsite || die
249 - export CPUS=4
250 - emake -f Makefile.sphinx html
251 - fi
252 -}
253 -
254 -python_test() {
255 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
256 -}
257 -
258 -python_install_all() {
259 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
260 - distutils-r1_python_install_all
261 -
262 - doman docs/man/man1/*.1
263 - dodoc -r examples
264 -}
265
266 diff --git a/app-admin/ansible/ansible-2.6.7.ebuild b/app-admin/ansible/ansible-2.6.7.ebuild
267 index 71d5cc29ecc..652b1374c85 100644
268 --- a/app-admin/ansible/ansible-2.6.7.ebuild
269 +++ b/app-admin/ansible/ansible-2.6.7.ebuild
270 @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
271
272 LICENSE="GPL-3"
273 SLOT="0"
274 -KEYWORDS="~amd64 ~x86 ~x64-macos"
275 +KEYWORDS="amd64 x86 ~x64-macos"
276 IUSE="doc test"
277
278 RDEPEND="