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