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, 08 Aug 2019 22:23:45
Message-Id: 1565303018.2bcb517bf29b40954dc45bfa42dfe9fca01887e9.prometheanfire@gentoo
1 commit: 2bcb517bf29b40954dc45bfa42dfe9fca01887e9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 22:23:31 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 22:23:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcb517b
7
8 app-admin/ansible: 2.8.2 stable amd64 and 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 | 1 -
14 app-admin/ansible/ansible-2.8.1.ebuild | 68 ----------------------------------
15 app-admin/ansible/ansible-2.8.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 a43374efb71..271499869b7 100644
20 --- a/app-admin/ansible/Manifest
21 +++ b/app-admin/ansible/Manifest
22 @@ -1,4 +1,3 @@
23 DIST ansible-2.7.12.tar.gz 11860944 BLAKE2B 52cc79a88bbff9dc009ead8ab9f9d299420ae060e211aab23fe3bbef8c8229cd9e526dc3df518a4285cc17c1448ab4892cc3059d70bfef2fd332a44c72b57019 SHA512 0ab68af8239f6d4d2a13bd38a09fe6f3c700231e7c83df0af77c70ea62faebd0d45e1ff316963c6c72931608d49a79b98e8d3ddc6f4c8b826aabe87dc71cc6f9
24 -DIST ansible-2.8.1.tar.gz 14299403 BLAKE2B defbe8fa8db7ab3325cf57df3bdfe901f53544b4c1b6460cefbfa9393acfe2a0e104f99468ad8e907d90d33842563bd7ab666d30f64572fd146c7ce46ff77048 SHA512 08be80584edfe28f11fe750735ade117deaf3a7c98fe15fb2fa0e3a5ed0c3f98cd126b60386e51d15ce275e8f1fc3eda0177bb56e0823b2f2b7702cc0e35be92
25 DIST ansible-2.8.2.tar.gz 14328267 BLAKE2B 9548af73914b68374f71ab83e5a68e86e75b8ccf86066831699b147091d067a3f1e0b59d94b22b42151d90779f6d3bb39856a3d205862c933aec6bbe76824e22 SHA512 02cd8fd214f61041914abeebf2395f16acf370e110bdef0181689f604f06504902f9a05a2413877a31680528af539f078e2cd7b7f2eebe2389c9aa441b063305
26 DIST ansible-2.8.3.tar.gz 14343746 BLAKE2B 3859d88d8462f7109ab23c169b4a91c7a03940b5a8aaff4bfc7ab430fb533898a44221dee18f481612abe1cce1270211a34c2bc1dc7603d89adeb11e50d2b242 SHA512 cee2c663577155269c4d762816590200224e87979411dc7486f5840783f23aaa688577a3f75e272c4875af30397bb383d11eaa7d122d5f304388d5b45ffb9b6f
27
28 diff --git a/app-admin/ansible/ansible-2.8.1.ebuild b/app-admin/ansible/ansible-2.8.1.ebuild
29 deleted file mode 100644
30 index 7bb6843073c..00000000000
31 --- a/app-admin/ansible/ansible-2.8.1.ebuild
32 +++ /dev/null
33 @@ -1,68 +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 - net-misc/sshpass
63 - virtual/ssh
64 -"
65 -DEPEND="
66 - dev-python/setuptools[${PYTHON_USEDEP}]
67 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
68 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
69 - test? (
70 - ${RDEPEND}
71 - dev-python/nose[${PYTHON_USEDEP}]
72 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
73 - dev-python/passlib[${PYTHON_USEDEP}]
74 - dev-python/coverage[${PYTHON_USEDEP}]
75 - dev-python/unittest2[${PYTHON_USEDEP}]
76 - dev-vcs/git
77 - )"
78 -
79 -python_compile_all() {
80 - if use doc; then
81 - cd docs/docsite || die
82 - export CPUS=4
83 - emake -f Makefile.sphinx html
84 - fi
85 -}
86 -
87 -python_prepare_all() {
88 - rm -fv MANIFEST.in || die
89 - distutils-r1_python_prepare_all
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.8.2.ebuild b/app-admin/ansible/ansible-2.8.2.ebuild
104 index e6b530db760..7bb6843073c 100644
105 --- a/app-admin/ansible/ansible-2.8.2.ebuild
106 +++ b/app-admin/ansible/ansible-2.8.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"