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: Thu, 30 Jun 2022 21:16:47
Message-Id: 1656623794.3082f1d9bf58d1c8d79ac40c612f70156829f7cf.prometheanfire@gentoo
1 commit: 3082f1d9bf58d1c8d79ac40c612f70156829f7cf
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 21:09:11 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 21:16:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3082f1d9
7
8 app-admin/ansible-base: 2.12.5 cleanup
9
10 Package-Manager: Portage-3.0.30, 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.12.5.ebuild | 64 -----------------------
15 2 files changed, 65 deletions(-)
16
17 diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
18 index 3df3ccd0da96..dcf13f4266ca 100644
19 --- a/app-admin/ansible-base/Manifest
20 +++ b/app-admin/ansible-base/Manifest
21 @@ -1,5 +1,4 @@
22 DIST ansible-core-2.11.7.tar.gz 7108269 BLAKE2B c5080161bfffc34382db86f3940dbbf1c8194a4413b20ef28b3c15503aec905acfffc864041496b4f6b4b77966fee3221b80e90d4b952e38513ba9ce506ee1ae SHA512 f37c925c5302eff30d17f52a04d4a5311e38ee5c1d6db4fbdb32970afa362e0522d6ec3d07bddf40137b2f5ec5fa03a2b72e7e1ed313c28c207f65490e49af92
23 -DIST ansible-core-2.12.5.tar.gz 7757691 BLAKE2B 04be15e932221dfbc8435c703efe3803d4de5f1f94b3205c220f4ea105ffd703df5dff680a4812f1230b77f21ee78b9f6b1020122442aac333aa26304d4d62c0 SHA512 795001257d8b2ffdca00c13a018ebfc822c11f1d8a0eb83df30a1670c19bdc995325da1c87414b672a4fcf8bf57215ff8b7a7b85325ad561d5123c549b18dbe9
24 DIST ansible-core-2.12.6.tar.gz 7761844 BLAKE2B 37fe58bd04fcd59bb8085c31d8d7b4d4298c7911acb2a5988afa7a3b9d856769f0a737179f8d4828fd94a1a6c5e029385a7514a5f1b5155fffd6b8aa7ae7427f SHA512 55138701f3733b1ea2049783d9d0246beb7cc778090785eada756c9ef540b248bc345e07a261d5542648fc22088bc25e3ab57f7b904bba615264d5556baae456
25 DIST ansible-core-2.12.7.tar.gz 7756456 BLAKE2B e9c5b446fbd80524572646667875afa26a28cd6f8a0c138383ef2af7fe2e51ba5dcbb19bdbb00e7e367ba78f9667be0b03320f887367dc5cc3d18cfc33ebf89b SHA512 15b29bc52cbcd690d442e4923bad23c2b4db34b1d9af9a7e3a73fbad6b4d775795a44df80c739ad409206767f6bc9efc3d5abdab593fb2abd6ba991ca8cbee67
26 DIST ansible-core-2.13.0.tar.gz 7383065 BLAKE2B 14c9c30a1d04c4235877da9a2d866bae229fa0bb28815dccc2cbc37ca7a767a6a15b2ae1824849cb2c7031b3c3bdcac433b04bf353265228ab2beec7650aa7b9 SHA512 37e17d73477ba88c62af94a6912f9b4b91ebf2ac967c2845875e293fe2ed09307e414644899714e604883973e241eed571d61b7a093a6c212446a1f5b702af6f
27
28 diff --git a/app-admin/ansible-base/ansible-base-2.12.5.ebuild b/app-admin/ansible-base/ansible-base-2.12.5.ebuild
29 deleted file mode 100644
30 index e8c2a3cb1c45..000000000000
31 --- a/app-admin/ansible-base/ansible-base-2.12.5.ebuild
32 +++ /dev/null
33 @@ -1,64 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -DISTUTILS_USE_SETUPTOOLS=bdepend
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
45 -HOMEPAGE="https://www.ansible.com/"
46 -
47 -if [[ ${PV} == 9999 ]]; then
48 - inherit git-r3
49 - EGIT_REPO_URI="https://github.com/ansible/ansible.git"
50 - EGIT_BRANCH="devel"
51 -else
52 - MY_PN="${PN/-base/-core}"
53 - MY_P="${MY_PN}-${PV}"
54 - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
55 - KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
56 - S="${WORKDIR}"/${MY_P}
57 -fi
58 -
59 -LICENSE="GPL-3"
60 -SLOT="0"
61 -IUSE="test"
62 -RESTRICT="test"
63 -
64 -RDEPEND="
65 - dev-python/paramiko[${PYTHON_USEDEP}]
66 - dev-python/jinja[${PYTHON_USEDEP}]
67 - dev-python/pyyaml[${PYTHON_USEDEP}]
68 - dev-python/cryptography[${PYTHON_USEDEP}]
69 - dev-python/httplib2[${PYTHON_USEDEP}]
70 - dev-python/six[${PYTHON_USEDEP}]
71 - dev-python/netaddr[${PYTHON_USEDEP}]
72 - dev-python/pexpect[${PYTHON_USEDEP}]
73 - >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
74 - <dev-python/resolvelib-0.6.0[${PYTHON_USEDEP}]
75 - net-misc/sshpass
76 - virtual/ssh
77 -"
78 -DEPEND="
79 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
80 - test? (
81 - ${RDEPEND}
82 - dev-python/bcrypt[${PYTHON_USEDEP}]
83 - dev-python/nose[${PYTHON_USEDEP}]
84 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
85 - dev-python/passlib[${PYTHON_USEDEP}]
86 - dev-python/coverage[${PYTHON_USEDEP}]
87 - dev-vcs/git
88 - )"
89 -
90 -python_compile() {
91 - export ANSIBLE_SKIP_CONFLICT_CHECK=1
92 - distutils-r1_python_compile
93 -}
94 -
95 -python_test() {
96 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
97 -}