commit:     45812ba3937ba5f3f400728f2bf537a8f987310c
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 20:27:33 2023 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon May 29 20:27:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45812ba3

app-admin/ansible-core: drop 2.14.4-r1

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/ansible-core/Manifest                    |  1 -
 .../ansible-core/ansible-core-2.14.4-r1.ebuild     | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 13f0a03cffb5..9db266817976 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-core-2.13.9.tar.gz 14025835 BLAKE2B 
831f04f1d4872d2e7a9801e69e450ed48c65f95121dc56f124c932169e44c12da672dd4ba9320a4e40270afd044d38c0774e79980977322260f110986d06a65e
 SHA512 
74514d98fb3f7f24fb0b4e95ee20c76f26234d1f5067ca2801e9ac92baabed0f2f2c89bf577510be7403041405951271e7749279c9fa04fab57018cbdf2c52c7
-DIST ansible-core-2.14.4.tar.gz 11589961 BLAKE2B 
ae096debaf676dbd46cb047f0f87af5d09b4265368500964bbd0cf3ac8e58969bee489d66486fb570a697df5b22065fae206f1df361eb911a7fe025628655371
 SHA512 
86164dfded15232174e4f11140a71b91ef5b0d93b40a2df9588930b4b955f20feb419258c2bbf9d6735d298ec626c88c5e9b1c933a51e3273a28b85fac7a3762
 DIST ansible-core-2.14.5.tar.gz 11620295 BLAKE2B 
d006f773e1c2b28582143a4f08f699e5744fba492130388fa5463053cdf8f0cc7056296daa213c72884ea0c0ba454a3e04ef118c184faba8c8d3c281ae65345a
 SHA512 
130a0de925c7229dee350ddbf4382d87802d86aab4817ed595105db8ed5071153847dac0478f20a994670e59e53a07b77d0bf35855d309ebc222fbb61233b7db
 DIST ansible-core-2.14.6.tar.gz 11452549 BLAKE2B 
123b2a87d92f8074b389a71c0ab91bf01a126b38e99f8af05b766c15ff1bf18e9a28d3d06b61f836df1a24f86c8586df6b8cfb48bfc1e4fde033ed499825a7d4
 SHA512 
a50f39f043e7a72fd7ec5239d30848cf663d80b37115a9d32086462f5c8689b08dc8007087b188686160c46a3aa63a661e702c79e69f35f086e214e2d315cbd4
 DIST ansible-core-2.15.0.tar.gz 10801327 BLAKE2B 
58d92d3d8cbc87d9c2c606317bae3b6841c66b9600153b38be912b02dbc19069ff8e755daa574e394ac5d12c04859640f0e2af17ed0adeb8a12da76979c163d3
 SHA512 
aebb43840380854e7759656a0b08579a8fbdddbf2d204c47fb16cdb73ffd540df5ad56e5bf4a78a338804a3d40f9b042ea50b2b1853aaef6b7c2f0aab7a95432

diff --git a/app-admin/ansible-core/ansible-core-2.14.4-r1.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.4-r1.ebuild
deleted file mode 100644
index c9e4dbcd003a..000000000000
--- a/app-admin/ansible-core/ansible-core-2.14.4-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/ansible/ansible.git";
-       EGIT_BRANCH="devel"
-else
-       inherit pypi
-       KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-RESTRICT="test"
-
-PATCHES=(
-       "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-       dev-python/paramiko[${PYTHON_USEDEP}]
-       dev-python/jinja[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/netaddr[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
-       <dev-python/resolvelib-1.1.0[${PYTHON_USEDEP}]
-       net-misc/sshpass
-       virtual/ssh
-"
-BDEPEND="
-       >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
-       test? (
-               dev-python/botocore[${PYTHON_USEDEP}]
-               dev-python/pytz[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-python_compile() {
-       export ANSIBLE_SKIP_CONFLICT_CHECK=1
-       distutils-r1_python_compile
-}

Reply via email to