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, 02 May 2022 15:07:57
Message-Id: 1651504065.7d6a6dc3d8d2cdfe57540fc41b35d28cccfb30b9.prometheanfire@gentoo
1 commit: 7d6a6dc3d8d2cdfe57540fc41b35d28cccfb30b9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 15:07:45 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 15:07:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6a6dc3
7
8 app-admin/ansible: 5.5.0 stable amd64/arm64/x86 with 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/Manifest | 2 --
14 app-admin/ansible/ansible-5.0.1.ebuild | 29 -----------------------------
15 app-admin/ansible/ansible-5.3.0.ebuild | 29 -----------------------------
16 app-admin/ansible/ansible-5.5.0.ebuild | 2 +-
17 4 files changed, 1 insertion(+), 61 deletions(-)
18
19 diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
20 index b00227af9740..36367850a74f 100644
21 --- a/app-admin/ansible/Manifest
22 +++ b/app-admin/ansible/Manifest
23 @@ -1,6 +1,4 @@
24 DIST ansible-4.6.0.tar.gz 35644507 BLAKE2B 94f544caa81ba7d20493f469483612f2ebf9eb1c4be18006b5ca6afdb3bd45428226340a0658b8f1ebecf8bd06396763ba888bb1cbd48aa6b71aaa6a56542d38 SHA512 5b7fad69628dded0b42a25e3f2fbbcc30ef876dc3f97dc1dff2c7db6443d1506fe5db62bc4d8a00ebfb7dc78ecc205a56bea3bf760f85260c835b2286f63b702
25 -DIST ansible-5.0.1.tar.gz 38449873 BLAKE2B 1b2cfab6f851c3eb9cc124c7178d9a156a4279fa539e960213289a6e7c8e6b4efcde009fe8484259150ffb8a2ce90080c7e9356308bea6f46e51645518593f6b SHA512 ade29442ed12f635161b2a98dabce75c125b8eac855b33cfc484f35624e55f51534a8a0c414450db60cdf3d8f25ae6ab66946a1cd2c3468f921d7a2ced38a2de
26 -DIST ansible-5.3.0.tar.gz 38005050 BLAKE2B 57e196fe005060cf53f9d76e33e61d461035fc9472254e90c28eb5107dc3546aa38c5f3bc340a7ace518e853bc50bb4299015dc087e286064efc661825df5ba9 SHA512 15f814f23305ceae3426464bccd6fc5cfb9b7b86b6634ce9b867d20c3d512e669387cbd12cb2ea03a66c352272aa72b53f255dfdd03c3198b70fc286e527f43a
27 DIST ansible-5.4.0.tar.gz 38255326 BLAKE2B a7a840d9c8f6f260c8fc2b488b7d8c4b59fa1eeb68751f1cfe4cbf2cc68644ac0d716fd59e0df29f671e8bd3719b37d529ecbf008025988d38eb202fe7a41c75 SHA512 7065c7d16a3bb13db27a3ec99c33c48e9d4abb4bec8267751e3d8df89da7d0948a8415b50b8fabd05f6a97fba661714f08f8473ae145fcb323dd83f6c7349a6d
28 DIST ansible-5.5.0.tar.gz 42044944 BLAKE2B f82b31ca7f329d408efdfdcbd0e281815efc618bb6d0dfa634fc66d0ad0113ab93941a1418dd2a5058a4bd63604e154e99d6b25eb3289b155fe76a9aec3ac045 SHA512 1a7b2021a2d5223c82eb05b517f61b0da62f6f33aef5dd7dd006527d71f41d18491634f156ab3a654bcdd4e03be5de4d6809c79e1b1053cbc577510e5ba47578
29 DIST ansible-5.7.0.tar.gz 35864998 BLAKE2B 9bee56b3c1aec3af8fec68a80f97431d8c610a8646b755974cf6365d68e57a4adefb4f678ed76da1dd25802eec1abb45b596030b9ebca8337e4b9bf8c18b469b SHA512 2e2f88948e875a1ce5a6cac58ae0d918adf903848c60e125728314e935cbf29aae6db6ec87d9aad14fd5406751251a681b441f1209c789f14a1df6e68b91c3d9
30
31 diff --git a/app-admin/ansible/ansible-5.0.1.ebuild b/app-admin/ansible/ansible-5.0.1.ebuild
32 deleted file mode 100644
33 index 21e85e45cd01..000000000000
34 --- a/app-admin/ansible/ansible-5.0.1.ebuild
35 +++ /dev/null
36 @@ -1,29 +0,0 @@
37 -# Copyright 1999-2022 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=8
41 -
42 -PYTHON_COMPAT=( python3_{8..10} )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
47 -HOMEPAGE="https://www.ansible.com/"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="GPL-3+"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
53 -RESTRICT="test"
54 -
55 -RDEPEND=">=app-admin/ansible-base-2.12.0
56 - <app-admin/ansible-base-2.13"
57 -
58 -python_compile() {
59 - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1
60 - distutils-r1_python_compile
61 -}
62 -python_install() {
63 - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1
64 - distutils-r1_python_install
65 -}
66
67 diff --git a/app-admin/ansible/ansible-5.3.0.ebuild b/app-admin/ansible/ansible-5.3.0.ebuild
68 deleted file mode 100644
69 index 21e85e45cd01..000000000000
70 --- a/app-admin/ansible/ansible-5.3.0.ebuild
71 +++ /dev/null
72 @@ -1,29 +0,0 @@
73 -# Copyright 1999-2022 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=8
77 -
78 -PYTHON_COMPAT=( python3_{8..10} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
83 -HOMEPAGE="https://www.ansible.com/"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -
86 -LICENSE="GPL-3+"
87 -SLOT="0"
88 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
89 -RESTRICT="test"
90 -
91 -RDEPEND=">=app-admin/ansible-base-2.12.0
92 - <app-admin/ansible-base-2.13"
93 -
94 -python_compile() {
95 - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1
96 - distutils-r1_python_compile
97 -}
98 -python_install() {
99 - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1
100 - distutils-r1_python_install
101 -}
102
103 diff --git a/app-admin/ansible/ansible-5.5.0.ebuild b/app-admin/ansible/ansible-5.5.0.ebuild
104 index 999bc1a1edb8..21e85e45cd01 100644
105 --- a/app-admin/ansible/ansible-5.5.0.ebuild
106 +++ b/app-admin/ansible/ansible-5.5.0.ebuild
107 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
108
109 LICENSE="GPL-3+"
110 SLOT="0"
111 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
112 +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
113 RESTRICT="test"
114
115 RDEPEND=">=app-admin/ansible-base-2.12.0