commit: b9e7796fb0d4dd759d28d9b80dd8c938c467ee99
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 6 03:19:01 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jun 6 03:19:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e7796f
app-admin/ansible: 2.11.1 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-admin/ansible/Manifest | 1 +
app-admin/ansible/{ansible-9999.ebuild => ansible-2.11.1.ebuild} | 3 ++-
app-admin/ansible/ansible-9999.ebuild | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 67022ca9598..393d4983539 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1 +1,2 @@
DIST ansible-2.10.7.tar.gz 29862966 BLAKE2B
fa86deaac034adc8e02f91cbf4b63ca718d50376cab19e156c85f8372c1787275e2ce24840fc3cbad2b9191146c785feafcf024a0c14052ee39a839390cc1319
SHA512
7a6522bcc57c178c9c6e87e313f6f175d5c74ac0d1b9dd0cad5506c7fa0efb16d4a627dc2d9c73f988177544bd9ccfdbec162d0feacc757edeb20280d7414191
+DIST ansible-core-2.11.1.tar.gz 6148111 BLAKE2B
46b1553542adbebfb0b0756be99a81d20cce2978a59766c65632b40413a851ad3c9de12df67959c0557584c5209ecd4f3c94381ae0a1e6987bd3cfb237de5a85
SHA512
1362754dde0a88ca8f6323d87cc6f4bf5f93b189b8d45fcb435d3fb289c359da128e7688a92107ade2c54828d4c4deb3ded9e01e18d19c503306924aa189a381
diff --git a/app-admin/ansible/ansible-9999.ebuild
b/app-admin/ansible/ansible-2.11.1.ebuild
similarity index 93%
copy from app-admin/ansible/ansible-9999.ebuild
copy to app-admin/ansible/ansible-2.11.1.ebuild
index c50250cd530..1925abcf423 100644
--- a/app-admin/ansible/ansible-9999.ebuild
+++ b/app-admin/ansible/ansible-2.11.1.ebuild
@@ -16,9 +16,10 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/ansible/ansible.git"
EGIT_BRANCH="devel"
else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}-core/${PN}-core-${PV}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
fi
+S="${WORKDIR}/${PN}-core-${PV}"
LICENSE="GPL-3"
SLOT="0"
diff --git a/app-admin/ansible/ansible-9999.ebuild
b/app-admin/ansible/ansible-9999.ebuild
index c50250cd530..1925abcf423 100644
--- a/app-admin/ansible/ansible-9999.ebuild
+++ b/app-admin/ansible/ansible-9999.ebuild
@@ -16,9 +16,10 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/ansible/ansible.git"
EGIT_BRANCH="devel"
else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}-core/${PN}-core-${PV}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
fi
+S="${WORKDIR}/${PN}-core-${PV}"
LICENSE="GPL-3"
SLOT="0"