diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-11 14:20:59 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-11 14:21:17 -0600 |
commit | 09b05982ef1520e0180f60fc12e23e25cc66f6dd (patch) | |
tree | 5f777ce4a2206f69981b8472916d4d040672744e /app-admin/ansible | |
parent | app-admin/ansible-base: clean up old versions (diff) | |
download | gentoo-09b05982ef1520e0180f60fc12e23e25cc66f6dd.tar.gz gentoo-09b05982ef1520e0180f60fc12e23e25cc66f6dd.tar.bz2 gentoo-09b05982ef1520e0180f60fc12e23e25cc66f6dd.zip |
app-admin/ansible: 4.3.0 and 4.5.0 removal
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible')
-rw-r--r-- | app-admin/ansible/Manifest | 2 | ||||
-rw-r--r-- | app-admin/ansible/ansible-4.3.0.ebuild | 29 | ||||
-rw-r--r-- | app-admin/ansible/ansible-4.5.0.ebuild | 29 |
3 files changed, 0 insertions, 60 deletions
diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest index 6bc89bd249d0..d34d730350aa 100644 --- a/app-admin/ansible/Manifest +++ b/app-admin/ansible/Manifest @@ -1,4 +1,2 @@ -DIST ansible-4.3.0.tar.gz 35135987 BLAKE2B 6f4bf55f07275b7264a7fba693816bf925d574d4da3d4d13af9b85c44d4b5adf9e823b9bd936408a0e424273f8f2aa529e960105842444d26eb3f45973109ec5 SHA512 035a236d0762e425c4ce4ffd709386075aee438bb8085a25920543bb2378feb07fb8f0a50ce9fb6b0d1f5dde1f27a408b828c286bfc1173d38da5f8c7b572c3a -DIST ansible-4.5.0.tar.gz 35530106 BLAKE2B 3176f374df6b9e7fdb8554187f8132a25b474627d66729c776e5935ee0eb84c296e951a511afec6787bb1cebda8d72670f9305e1904cff221229a459a671ddf7 SHA512 fd8461d22d6d3fd325a12480d78009cf65580c790c56164a50c5d74061034a1f387772f687bc730d23192a9a72221f87e11a44e984d05308311b9d6d2441a976 DIST ansible-4.6.0.tar.gz 35644507 BLAKE2B 94f544caa81ba7d20493f469483612f2ebf9eb1c4be18006b5ca6afdb3bd45428226340a0658b8f1ebecf8bd06396763ba888bb1cbd48aa6b71aaa6a56542d38 SHA512 5b7fad69628dded0b42a25e3f2fbbcc30ef876dc3f97dc1dff2c7db6443d1506fe5db62bc4d8a00ebfb7dc78ecc205a56bea3bf760f85260c835b2286f63b702 DIST ansible-5.0.1.tar.gz 38449873 BLAKE2B 1b2cfab6f851c3eb9cc124c7178d9a156a4279fa539e960213289a6e7c8e6b4efcde009fe8484259150ffb8a2ce90080c7e9356308bea6f46e51645518593f6b SHA512 ade29442ed12f635161b2a98dabce75c125b8eac855b33cfc484f35624e55f51534a8a0c414450db60cdf3d8f25ae6ab66946a1cd2c3468f921d7a2ced38a2de diff --git a/app-admin/ansible/ansible-4.3.0.ebuild b/app-admin/ansible/ansible-4.3.0.ebuild deleted file mode 100644 index d96231433bb4..000000000000 --- a/app-admin/ansible/ansible-4.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="https://www.ansible.com/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" -RESTRICT="test" - -RDEPEND=">=app-admin/ansible-base-2.11.1 - <app-admin/ansible-base-2.12" - -python_compile() { - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1 - distutils-r1_python_compile -} -python_install() { - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1 - distutils-r1_python_install -} diff --git a/app-admin/ansible/ansible-4.5.0.ebuild b/app-admin/ansible/ansible-4.5.0.ebuild deleted file mode 100644 index 7b9608af55af..000000000000 --- a/app-admin/ansible/ansible-4.5.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Model-driven deployment, config management, and command execution framework" -HOMEPAGE="https://www.ansible.com/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" -RESTRICT="test" - -RDEPEND=">=app-admin/ansible-base-2.11.1 - <app-admin/ansible-base-2.12" - -python_compile() { - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1 - distutils-r1_python_compile -} -python_install() { - local -x ANSIBLE_SKIP_CONFLICT_CHECK=1 - distutils-r1_python_install -} |