From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A51A513835A for ; Sun, 6 Jun 2021 03:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BF9FE08C3; Sun, 6 Jun 2021 03:19:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8691CE08BF for ; Sun, 6 Jun 2021 03:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F906340DBC for ; Sun, 6 Jun 2021 03:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0C187A1 for ; Sun, 6 Jun 2021 03:19:12 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1622949541.b9e7796fb0d4dd759d28d9b80dd8c938c467ee99.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible/Manifest app-admin/ansible/ansible-2.11.1.ebuild app-admin/ansible/ansible-9999.ebuild X-VCS-Directories: app-admin/ansible/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: b9e7796fb0d4dd759d28d9b80dd8c938c467ee99 X-VCS-Branch: master Date: Sun, 6 Jun 2021 03:19:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25c39b3b-be95-4a58-98e7-005f42cbce26 X-Archives-Hash: 69ef3a35e3efcf6e29324285e60002d7 commit: b9e7796fb0d4dd759d28d9b80dd8c938c467ee99 Author: Matthew Thode gentoo org> AuthorDate: Sun Jun 6 03:19:01 2021 +0000 Commit: Matthew Thode gentoo 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 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"