summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-12-07 11:38:10 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-12-07 11:39:07 -0600
commit39669616a4f1ef43e609d87d0cb33f8cab80e38e (patch)
treef7bda0cb4bd8106d1c13db3e9faf03038fc64092 /app-admin/ansible
parentapp-admin/ansible-base: 2.11.7 and 2.12.1 bump (diff)
downloadgentoo-39669616a4f1ef43e609d87d0cb33f8cab80e38e.tar.gz
gentoo-39669616a4f1ef43e609d87d0cb33f8cab80e38e.tar.bz2
gentoo-39669616a4f1ef43e609d87d0cb33f8cab80e38e.zip
app-admin/ansible: 5.0.1 bump
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/Manifest2
-rw-r--r--app-admin/ansible/ansible-5.0.1.ebuild (renamed from app-admin/ansible/ansible-4.8.0.ebuild)5
2 files changed, 4 insertions, 3 deletions
diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 03634ae7e58b..6bc89bd249d0 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,4 @@
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-4.8.0.tar.gz 36065045 BLAKE2B b317158b008b18ce4a3c149c07fe4d8c12dc358d4945d414eb4e1bb058314c7012bf3458e051692f7d2ed8bac19bfa8dd43acc918bdcd531b8403f9ba438646c SHA512 bc6eff841ba5a35612ffd6ef3a4d4ad556ec07b404bc75b0385bdb453edacaf7420dff3c579c17c027ae8e202ba4ed0fe81e2726efef3ce939e93fcdb7b2ed6d
+DIST ansible-5.0.1.tar.gz 38449873 BLAKE2B 1b2cfab6f851c3eb9cc124c7178d9a156a4279fa539e960213289a6e7c8e6b4efcde009fe8484259150ffb8a2ce90080c7e9356308bea6f46e51645518593f6b SHA512 ade29442ed12f635161b2a98dabce75c125b8eac855b33cfc484f35624e55f51534a8a0c414450db60cdf3d8f25ae6ab66946a1cd2c3468f921d7a2ced38a2de
diff --git a/app-admin/ansible/ansible-4.8.0.ebuild b/app-admin/ansible/ansible-5.0.1.ebuild
index d47bb7a62d35..5efc642e8678 100644
--- a/app-admin/ansible/ansible-4.8.0.ebuild
+++ b/app-admin/ansible/ansible-5.0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
RESTRICT="test"
-RDEPEND=">=app-admin/ansible-base-2.12.0"
+RDEPEND=">=app-admin/ansible-base-2.12.0
+ <app-admin/ansible-base-2.13"
python_compile() {
local -x ANSIBLE_SKIP_CONFLICT_CHECK=1