sec-keys/openpgp-keys-libvirt: add 20250830

Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Matthias Maier
2025-08-30 17:10:58 -05:00
parent ea9089e916
commit 4e2c599c8a
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST 453B65310595562855471199CA68BE8010084C9C-r2.asc 3155 BLAKE2B 593023f6801d367a0e1b0f0f13b693980bc9e6ea599b4d02e665fd57ca57e7e791b8b10c4e7b76f2620b126eb840137c046f0186bea07a9ea998fb3160bb478a SHA512 705883dfdfdfb8bb784c5a78a7ad1402dd44a4dc92f29779579eb401f3d08115b0e6be07710e258ad91588ebb32d0dcf679973b79815786e4b91c7b7b61ab65d
DIST 453B65310595562855471199CA68BE8010084C9C.asc 3155 BLAKE2B 7126ccc1af0350ab179c137915bfb1ab7da715219a7f037a08f79d3e503d4fa424a01cf83cd57866c8fb22957e1b736d7c32e68035189b182b09ac9be696eda6 SHA512 49861840e534d1b1ed7d9ba16d825b5f861e05d82119adea8e3bf16355c6c3ed5cdab39c828f9e33f644ff9b806735ca2e70ddaa7c9e92aead87019515118006

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="OpenPGP keys used by libvirt"
HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/"
SRC_URI="https://download.libvirt.org/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C-r2.asc"
S=${WORKDIR}
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - libvirt.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}