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: Mon, 15 Apr 2019 09:44:35
Message-Id: 1555321462.95028fb2029b66be2e8191a02e5bafc77b6162aa.prometheanfire@gentoo
1 commit: 95028fb2029b66be2e8191a02e5bafc77b6162aa
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 09:43:24 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 09:44:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95028fb2
7
8 app-admin/ansible: 2.7.9 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible/Manifest | 1 -
14 app-admin/ansible/ansible-2.7.8.ebuild | 66 ----------------------------------
15 app-admin/ansible/ansible-2.7.9.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 68 deletions(-)
17
18 diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
19 index d246569598d..2b61ab1a41f 100644
20 --- a/app-admin/ansible/Manifest
21 +++ b/app-admin/ansible/Manifest
22 @@ -3,5 +3,4 @@ DIST ansible-2.6.14.tar.gz 10732165 BLAKE2B c753860a521c37357c7a5042391957680865
23 DIST ansible-2.6.15.tar.gz 10734433 BLAKE2B 9c48d9de348a11a57b364921af26154b5a2106d0bfa2d7d341c06e2408b3f71d30b3cc2f5e4df1bb21eb6eebd39a4d297ce8d697d68826378d4e786a4acb4e25 SHA512 14951db33ed2124b3379adf1114a9c980f63668c18a79d436658d8ddc1bbbd38f26682520319bd0e399d6ced518ece0f01da5a6991003e8b30adf78f20c6d1e8
24 DIST ansible-2.6.16.tar.gz 10738431 BLAKE2B b801eb524f631950c385f7a949bdeae288e95d1590ea96f98e955f6ebc4ccfc5970e3926727850e7ef13fbcd7118ad6388e516a8fe62b53f1bf8b4d5b484dbab SHA512 ff67803cf6afd512ab779b7c862d4427591c90bb0ed9391e32fc8ea30c24c70cc31c910c9af51b4dd423885f858f65c1c8d6274565c90296ecd7a00df3374977
25 DIST ansible-2.7.10.tar.gz 11844278 BLAKE2B c847b642ebe4cbc2194538a0b194cd5c0bb82e0ba2a6da2e272670c75596b9793e028d067ddb37000c07f2c2427b5b99248b16c544daed4976c0210b601d3c97 SHA512 4d58ef080c8ee02ef36eb3116ec89e4542b5b4042262953b2001081601fe1066237191cce5e647f354efa9e1933cf5010519d049e678a90e8ca08620cd1788a5
26 -DIST ansible-2.7.8.tar.gz 11812884 BLAKE2B 867ed7072efc4effafd637ac0353bd722269046cae8ddb794eea8c6cf9d739bc567f2a5323a589c21a74bbb57565ef153fb8c52798c17809a42400abe72ce65c SHA512 f3501ce8b642f83fe3d5e21cdfa26bce8611e92bc6e68e40b3a7ff2443c7d8ee0b2175981c92a5e83f9ce8c5d7d75aac95106a237bb9325c66319d96a790009a
27 DIST ansible-2.7.9.tar.gz 11830476 BLAKE2B 7688ce9f74b0ab1fafd0e31dce90d995a9d8ca90bbe436f2d4ee9d005069b6e1b2c4dd679c2430a6873233da54ae06d3ebf08736681ec2e59e5b3ddafa6bb1e2 SHA512 4d39c7d4eb97264ce8f92812fb986b24af0c663efa6d8cd1d9a4cb25731d55e7518e503c04764e62d0458916b601baaa7acc623f9f83ce8b93e7f22900e29a53
28
29 diff --git a/app-admin/ansible/ansible-2.7.8.ebuild b/app-admin/ansible/ansible-2.7.8.ebuild
30 deleted file mode 100644
31 index be1e38fe59f..00000000000
32 --- a/app-admin/ansible/ansible-2.7.8.ebuild
33 +++ /dev/null
34 @@ -1,66 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
41 -
42 -inherit distutils-r1 eutils
43 -
44 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
45 -HOMEPAGE="https://ansible.com/"
46 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm x86 ~x64-macos"
51 -IUSE="doc 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 -# not included in release tarball
80 -RESTRICT="test"
81 -
82 -python_compile_all() {
83 - if use doc; then
84 - cd docs/docsite || die
85 - export CPUS=4
86 - emake -f Makefile.sphinx html
87 - fi
88 -}
89 -
90 -python_test() {
91 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
92 -}
93 -
94 -python_install_all() {
95 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
96 - distutils-r1_python_install_all
97 -
98 - doman docs/man/man1/*.1
99 - dodoc -r examples
100 -}
101
102 diff --git a/app-admin/ansible/ansible-2.7.9.ebuild b/app-admin/ansible/ansible-2.7.9.ebuild
103 index 1363dee05e6..be1e38fe59f 100644
104 --- a/app-admin/ansible/ansible-2.7.9.ebuild
105 +++ b/app-admin/ansible/ansible-2.7.9.ebuild
106 @@ -13,7 +13,7 @@ SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
107
108 LICENSE="GPL-3"
109 SLOT="0"
110 -KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
111 +KEYWORDS="amd64 ~arm x86 ~x64-macos"
112 IUSE="doc test"
113
114 RDEPEND="