app-admin/gopass-summon-provider: drop 1.15.14

Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
John Helmert III
2025-07-21 17:13:43 -07:00
parent d99e5a7057
commit 3be05af0ed
2 changed files with 0 additions and 23 deletions

View File

@@ -1,4 +1,2 @@
DIST gopass-summon-provider-1.15.14-deps.tar.xz 14646676 BLAKE2B 2423b090fa1a292dafa577a0070dcb66e01daa5971ce07b3c9d47a879a9c990485d86330b97324b35606e2ee7257f6b72fd452a52fc0186741987699890b5bab SHA512 872d0772c61b71a729368c45587c88c5056a0fed1ddf6516936ae41884cfd2f971a05925582f89cc8ab0499b27f6599d28b093bf335ab4a6c7e115af157d8c66
DIST gopass-summon-provider-1.15.14.tar.gz 16307 BLAKE2B cfe83ea69a20a71017c0ecb32ebe5c83ef3f6eaf2b0215f10885ccbb38f8b98aa6e677d751cbd558ae421113b0513a2571392c1ddd2779224ddc2f6f3279a21a SHA512 ae9f65dcd1982230d3495e00c927266c70c1a5fd924b74c435c32a1956f25beaee717ef42493f769b8cf0327ac1bc7703479778706a67a09a941fdc92cc9ec79
DIST gopass-summon-provider-1.15.15-deps.tar.xz 16648580 BLAKE2B 7e7c575b27a3ce4f468e231302d1045b2b97d2ec93c781fa82ad72f8e90e9e9760b13b2b67391aff482c1786afde11952bf5cc79151c9662f5884e069e2281b7 SHA512 fd515971377b025c7ce23110f412ce7b3b7e8d321983f4e28135e5d41aca003f4675cd3e5841d9318f4af562cc4d25673e8c904a07e205e4e44035493b179244
DIST gopass-summon-provider-1.15.15.tar.gz 15025 BLAKE2B 4d2122099fa69495f5365eef2e9d9ed5478d2760e3274bfb87b15846974e3621d793f4c9fa29f89ddd6a5494b1bd7e9102f6586090c18aa2016751a367f7d115 SHA512 b84f8ccde84b3fc6298386e959c4486119c24bf9f15d5f3820a0f2c062d490e6979889738283518c85a944043012172ee50a1de43818a7bdabbdf0672f0274f0

View File

@@ -1,21 +0,0 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Gopass Summon Provider"
HOMEPAGE="https://github.com/gopasspw/gopass-summon-provider"
SRC_URI="https://github.com/gopasspw/gopass-summon-provider/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2"
SLOT="0"
KEYWORDS="amd64 ~ppc64 ~x86"
DEPEND=">=dev-lang/go-1.16"
RDEPEND="
dev-vcs/git
>=app-crypt/gnupg-2
"