summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-01-07 13:33:21 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2023-01-07 13:34:35 -0600
commit58bf9c9f74cb8a89c0c7190df741382d79a10f1d (patch)
treea008d0372bcf03d2eb338bd2571c23e7acc12f98
parentapp-containers/docker: adjust kernel checks (diff)
downloadgentoo-58bf9c9f74cb8a89c0c7190df741382d79a10f1d.tar.gz
gentoo-58bf9c9f74cb8a89c0c7190df741382d79a10f1d.tar.bz2
gentoo-58bf9c9f74cb8a89c0c7190df741382d79a10f1d.zip
app-admin/ansible: drop 6.6.0
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--app-admin/ansible/Manifest1
-rw-r--r--app-admin/ansible/ansible-6.6.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index a0c963489f5d..29466429371f 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,3 @@
DIST ansible-4.6.0.tar.gz 35644507 BLAKE2B 94f544caa81ba7d20493f469483612f2ebf9eb1c4be18006b5ca6afdb3bd45428226340a0658b8f1ebecf8bd06396763ba888bb1cbd48aa6b71aaa6a56542d38 SHA512 5b7fad69628dded0b42a25e3f2fbbcc30ef876dc3f97dc1dff2c7db6443d1506fe5db62bc4d8a00ebfb7dc78ecc205a56bea3bf760f85260c835b2286f63b702
DIST ansible-5.10.0.tar.gz 36898833 BLAKE2B 5705325c150909e4911cbc6fafb9b6194bcd15cf7a97978835b29cb8b87b671fa888163e28e825d1fc98006c57313677afed63236f4a55af415a70daf5fe305f SHA512 d81b34642533dfaf0c3dba5ecc8ba483efb3d82bd40afa469de2778666e932bec3c20e61ae579184fcbd7f1ec7c8d694617f334ebb3e910db3c9f6709d3b9385
-DIST ansible-6.6.0.tar.gz 35620748 BLAKE2B 1e36ff72669902629cf1f373e9816b9d0a3136cb205867a24d67efc27b0ca3f2d361f3017fb1543c46da8693bb165ee6b354388611ab3e3186098513bd49f41d SHA512 51d06386dfb14ef826562dd4991556805d3e6014173965f0541e97b905984208a95889392dd3bb22027060ac767a354d53dfb9de774d5b461b15b236395d6fd1
DIST ansible-6.7.0.tar.gz 36371372 BLAKE2B 75cb14f158c36ded8313a1c5b798838afdf3a38ffc8e29a87c8e1e3e74c9aeca827432397ad83ed23a1d3aeaaef91822cc3c23aa226a307d93f84f54b25d71bb SHA512 676baf03626d5bf36aea7117d39ef71ba7878ab6bccdec1ee199bd699d559a5f3f6a0d9032ef120204093677b7fbbe1b575529d3aa692acd1a4447f9c2715f3a
diff --git a/app-admin/ansible/ansible-6.6.0.ebuild b/app-admin/ansible/ansible-6.6.0.ebuild
deleted file mode 100644
index 9a54e321f412..000000000000
--- a/app-admin/ansible/ansible-6.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-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-core-2.13.0
- <app-admin/ansible-core-2.14"
-
-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
-}