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, 10 Oct 2019 17:28:34
Message-Id: 1570728503.3cc1bf110bc9ef39ba78e3d2deeba78002b5c3f1.prometheanfire@gentoo
1 commit: 3cc1bf110bc9ef39ba78e3d2deeba78002b5c3f1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 17:28:02 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 17:28:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc1bf11
7
8 app-admin/ansible: 2.8.5 stable amd64 and x86 with cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible/Manifest | 1 -
14 app-admin/ansible/ansible-2.8.4-r1.ebuild | 72 -------------------------------
15 app-admin/ansible/ansible-2.8.4.ebuild | 71 ------------------------------
16 app-admin/ansible/ansible-2.8.5.ebuild | 2 +-
17 4 files changed, 1 insertion(+), 145 deletions(-)
18
19 diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
20 index ded632eec7a..7e1fb122f85 100644
21 --- a/app-admin/ansible/Manifest
22 +++ b/app-admin/ansible/Manifest
23 @@ -1,3 +1,2 @@
24 DIST ansible-2.7.13.tar.gz 11861862 BLAKE2B 3123d84b9f45bb5e50a0d5db5d0b2ae10163e2818d30f29ad5a80c23979a347eb5e17806bd295df547b88a09191918443162cb25d7f339ae76df52e3960954b0 SHA512 8dc19e5c93a90d43ced6628699d2da42d522a020bb2cdd35ba73f6286998c605852c89250af8696e94aba0080b2fab12761a39c3e2eb86d39c212a198f970652
25 -DIST ansible-2.8.4.tar.gz 14348300 BLAKE2B 8a9b5587411d2366a91643682c0ef82b0aa5b5cd5e6b882f3ffdfa100c4f3995472913bc12e1c2f7077efb69ec8ac3ad168a79fc3d8c127b34ce03c69588a4c7 SHA512 9efacbaf053acb8cf92ebe5bda982794ecbdbf55e33a4a292a68874b637eebe82406bfba129adf839354ee18aa809d45d77502f68b8e8d07358a48c9b5687b7e
26 DIST ansible-2.8.5.tar.gz 14352036 BLAKE2B a2d60132e3aeafd7dbdcca13daac1c657e19fc1b7822b33dde35e0fff67fa7093b54330652ba6c02bad710fd2d05fba3081cd0b609f16bccf7e2eba52f9fa45b SHA512 6555b9a3d3d8298410e54f7116d92fc1978bef185a5136cfb809c1942b08b96c562af9e0d6d1a25eee5a4024d309b6713ce27836857b428a7c362e26efb53777
27
28 diff --git a/app-admin/ansible/ansible-2.8.4-r1.ebuild b/app-admin/ansible/ansible-2.8.4-r1.ebuild
29 deleted file mode 100644
30 index b078e69e7bf..00000000000
31 --- a/app-admin/ansible/ansible-2.8.4-r1.ebuild
32 +++ /dev/null
33 @@ -1,72 +0,0 @@
34 -# Copyright 1999-2019 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_{5,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 - )
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 -python_compile_all() {
84 - if use doc; then
85 - cd docs/docsite || die
86 - export CPUS=4
87 - emake -f Makefile.sphinx html
88 - fi
89 -}
90 -
91 -python_prepare_all() {
92 - rm -fv MANIFEST.in || die
93 - distutils-r1_python_prepare_all
94 -}
95 -
96 -python_test() {
97 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
98 -}
99 -
100 -python_install_all() {
101 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
102 - distutils-r1_python_install_all
103 -
104 - dodoc -r examples
105 -}
106
107 diff --git a/app-admin/ansible/ansible-2.8.4.ebuild b/app-admin/ansible/ansible-2.8.4.ebuild
108 deleted file mode 100644
109 index def82c47563..00000000000
110 --- a/app-admin/ansible/ansible-2.8.4.ebuild
111 +++ /dev/null
112 @@ -1,71 +0,0 @@
113 -# Copyright 1999-2019 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=7
117 -
118 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
119 -
120 -inherit distutils-r1 eutils
121 -
122 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
123 -HOMEPAGE="https://ansible.com/"
124 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
125 -
126 -LICENSE="GPL-3"
127 -SLOT="0"
128 -KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
129 -IUSE="doc test"
130 -RESTRICT="test"
131 -
132 -RDEPEND="
133 - dev-python/paramiko[${PYTHON_USEDEP}]
134 - dev-python/jinja[${PYTHON_USEDEP}]
135 - dev-python/pyyaml[${PYTHON_USEDEP}]
136 - dev-python/setuptools[${PYTHON_USEDEP}]
137 - dev-python/cryptography[${PYTHON_USEDEP}]
138 - dev-python/httplib2[${PYTHON_USEDEP}]
139 - dev-python/six[${PYTHON_USEDEP}]
140 - dev-python/netaddr[${PYTHON_USEDEP}]
141 - net-misc/sshpass
142 - virtual/ssh
143 -"
144 -DEPEND="
145 - dev-python/setuptools[${PYTHON_USEDEP}]
146 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
147 - doc? (
148 - dev-python/sphinx[${PYTHON_USEDEP}]
149 - dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
150 - )
151 - test? (
152 - ${RDEPEND}
153 - dev-python/nose[${PYTHON_USEDEP}]
154 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
155 - dev-python/passlib[${PYTHON_USEDEP}]
156 - dev-python/coverage[${PYTHON_USEDEP}]
157 - dev-python/unittest2[${PYTHON_USEDEP}]
158 - dev-vcs/git
159 - )"
160 -
161 -python_compile_all() {
162 - if use doc; then
163 - cd docs/docsite || die
164 - export CPUS=4
165 - emake -f Makefile.sphinx html
166 - fi
167 -}
168 -
169 -python_prepare_all() {
170 - rm -fv MANIFEST.in || die
171 - distutils-r1_python_prepare_all
172 -}
173 -
174 -python_test() {
175 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
176 -}
177 -
178 -python_install_all() {
179 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
180 - distutils-r1_python_install_all
181 -
182 - dodoc -r examples
183 -}
184
185 diff --git a/app-admin/ansible/ansible-2.8.5.ebuild b/app-admin/ansible/ansible-2.8.5.ebuild
186 index b078e69e7bf..b0307b32f95 100644
187 --- a/app-admin/ansible/ansible-2.8.5.ebuild
188 +++ b/app-admin/ansible/ansible-2.8.5.ebuild
189 @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
190
191 LICENSE="GPL-3"
192 SLOT="0"
193 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
194 +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
195 IUSE="doc test"
196 RESTRICT="test"