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-base/
Date: Fri, 24 Sep 2021 02:25:29
Message-Id: 1632450315.90a2198071a553ecbb7942cab2bec630d490db14.prometheanfire@gentoo
1 commit: 90a2198071a553ecbb7942cab2bec630d490db14
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 02:21:15 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 02:25:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a21980
7
8 app-admin/ansible-base: 2.10.9 cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible-base/Manifest | 1 -
14 app-admin/ansible-base/ansible-base-2.10.9.ebuild | 62 -----------------------
15 2 files changed, 63 deletions(-)
16
17 diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
18 index 67b165c4af5..cdb24cc4e9a 100644
19 --- a/app-admin/ansible-base/Manifest
20 +++ b/app-admin/ansible-base/Manifest
21 @@ -1,5 +1,4 @@
22 DIST ansible-base-2.10.10.tar.gz 5986488 BLAKE2B 5c793d25ac5a216d05e15f49cd447cbdfb2ef97c2881bca60be5c23e3245262e15304a63431704d8b69fff56594e25517c0e5e1f2641b3eca5ad6a1e76e4d7b3 SHA512 b599b498a20b77cd3346f5b865b5a0436cdd835af250e8cc4ed20d61ac6a4929bf4ceef9a95c6e7b8e825c5f513d33ea32b24661c58e2f1d285db0569d71fc1b
23 -DIST ansible-base-2.10.9.tar.gz 6039597 BLAKE2B de455cc402ae4c5c4acd6b1c3d3f2e16572d4a4e79c5f3e4151ec8b913a3be0cfbcb42e5743fe627b7aba9b0e6b004189960cd5a17ff46166cd033a952d3c560 SHA512 093514230a3f6680ddeda07c24e77c2e793475895f44da6e5dd68335341d6fefe10091a124cf84e18475257a099b39fd2c16e6fc0dae0bbaf2d26e70b09c277a
24 DIST ansible-core-2.11.3.tar.gz 6841255 BLAKE2B fde1143515d04121de79ddb2c14bf326f9efa596c39418b9def1679539dd144551b64dff83c66795e44f48e776dbc60bc456125904bbb64970f8c44e072b5abf SHA512 93a28200dd0ab289cc05add5fbe46a1cfbbd4ba91fc7d7e95ee4060dc4f126bf4bd4affce5e44dac9cf2c12792b2a2a10b97d96b795f5bed579959391b7c4a65
25 DIST ansible-core-2.11.4.tar.gz 6843603 BLAKE2B fa8e72a9e77633b1b43a9a290d92db009e95ed87357f666059ed7898031f584c993ebeb6acec8cad29376666f3a714a742f4e52ac8f2baaf5d01c02796b64acd SHA512 9385a3877e6e9a25d244c855cf50c0c6b62a91cc9cebc5e7b5b5ec23424b3e3dcddd71e7367482a03996fcd5d591ad29771edd19d62758ae61473f97a5c9351d
26 DIST ansible-core-2.11.5.tar.gz 6847600 BLAKE2B 83a80dcfda427b5d41eb3288d6b60cf710124a82edce2817a6bd5bbed0dc0157fed444b45db6428640dd25164306c987af9aba6f87ef52c63229ae113754b7c3 SHA512 73cfdb65e984856b84a0f7d0e1164a97ddbcdc38e00479f15c4a335297ba3a8f43dc503dc5b4a3f1fea06f91a3c4590b66dd680adb95b765c034207a8de5d589
27
28 diff --git a/app-admin/ansible-base/ansible-base-2.10.9.ebuild b/app-admin/ansible-base/ansible-base-2.10.9.ebuild
29 deleted file mode 100644
30 index 46ca9a204a0..00000000000
31 --- a/app-admin/ansible-base/ansible-base-2.10.9.ebuild
32 +++ /dev/null
33 @@ -1,62 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -
41 -inherit distutils-r1
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 ~ppc64 x86 ~x64-macos"
50 -IUSE="test"
51 -RESTRICT="test"
52 -# doc removed due to https://github.com/ansible/ansible/issues/71395
53 -
54 -RDEPEND="
55 - dev-python/paramiko[${PYTHON_USEDEP}]
56 - dev-python/jinja[${PYTHON_USEDEP}]
57 - dev-python/pyyaml[${PYTHON_USEDEP}]
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - dev-python/cryptography[${PYTHON_USEDEP}]
60 - dev-python/httplib2[${PYTHON_USEDEP}]
61 - dev-python/six[${PYTHON_USEDEP}]
62 - dev-python/netaddr[${PYTHON_USEDEP}]
63 - dev-python/pexpect[${PYTHON_USEDEP}]
64 - net-misc/sshpass
65 - virtual/ssh
66 - !<app-admin/ansible-2.10
67 -"
68 -# ansible-2.10 or above is needed for the collections
69 -DEPEND="
70 - !<app-admin/ansible-2.10
71 - dev-python/setuptools[${PYTHON_USEDEP}]
72 - >=dev-python/packaging-16.6[${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-vcs/git
80 - )"
81 -
82 -python_compile() {
83 - # disable version checks on upgrade
84 - export ANSIBLE_SKIP_CONFLICT_CHECK=1
85 - distutils-r1_python_compile
86 -}
87 -
88 -python_test() {
89 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
90 -}
91 -
92 -python_install_all() {
93 - distutils-r1_python_install_all
94 - dodoc -r examples
95 -}