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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE15E15ACFC for ; Mon, 1 May 2023 12:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6BEAE081A; Mon, 1 May 2023 12:34:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9046EE081A for ; Mon, 1 May 2023 12:34:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5B66340F3C for ; Mon, 1 May 2023 12:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF2A2A40 for ; Mon, 1 May 2023 12:34:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1682944211.f518c12bb61a46ecc97f3f77abf37173fd455389.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-modules-hashivault/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ansible-modules-hashivault/Manifest app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild X-VCS-Directories: app-admin/ansible-modules-hashivault/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f518c12bb61a46ecc97f3f77abf37173fd455389 X-VCS-Branch: master Date: Mon, 1 May 2023 12:34:17 +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: f1e57b52-a473-49d0-b6c7-6aa4198db342 X-Archives-Hash: 115034e1b4bc0ea7bc065b64b485e75b commit: f518c12bb61a46ecc97f3f77abf37173fd455389 Author: Michał Górny gentoo org> AuthorDate: Mon May 1 12:30:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 1 12:30:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f518c12b app-admin/ansible-modules-hashivault: Remove old Signed-off-by: Michał Górny gentoo.org> app-admin/ansible-modules-hashivault/Manifest | 1 - .../ansible-modules-hashivault-4.6.2.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/app-admin/ansible-modules-hashivault/Manifest b/app-admin/ansible-modules-hashivault/Manifest index 444113cd74a7..9c81fc6469bf 100644 --- a/app-admin/ansible-modules-hashivault/Manifest +++ b/app-admin/ansible-modules-hashivault/Manifest @@ -1,2 +1 @@ -DIST ansible-modules-hashivault-4.6.2.tar.gz 91244 BLAKE2B 475ecce4110d985876c556da7ec386b45feaa34e516ae9ac49b43b75f39a3ddb3c0969dc5c3dee4c31a9dea9c6f643c4bbfe9d6035d1c32f5d105c7c78bfd284 SHA512 4e4ff741c5652277f71cd211425404dad865838546d6c3dc4983333187201f9463ddaf819e5a675a962f5866fea4db3564c11dbe6a886739c2126a678607590f DIST ansible-modules-hashivault-4.6.8.tar.gz 94253 BLAKE2B 2b6a315cfd051a2e16d889a8784a9185b86b98b3d96ba19f6bdde8b628ce94622c360b60cb59dfcae790fc822f2c41eacd5428356b48324aa2704f0048821c2d SHA512 4b3487e553e6dea5fbefbb383ce22d018ed9f83378d601574badfb2be8dd3f98c54caf975690d3116df6cca970d8e2d3932f0d0ccb1f18f7145aee0beae79f96 diff --git a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild deleted file mode 100644 index e0c9ec778f8e..000000000000 --- a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_9 ) -inherit distutils-r1 - -DESCRIPTION="Ansible module for hashicorp vault" -HOMEPAGE="https://www.ansible.com/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git" -else - SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=app-admin/ansible-2.0.0[${PYTHON_USEDEP}] - >=dev-python/hvac-0.9.5[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" - -# The tests require a private instance of vault -RESTRICT="test"