commit: 4e2c599c8a2a4ad018d771588dae8c51a32e0266 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sat Aug 30 22:10:58 2025 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sat Aug 30 22:16:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2c599c
sec-keys/openpgp-keys-libvirt: add 20250830 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> sec-keys/openpgp-keys-libvirt/Manifest | 1 + .../openpgp-keys-libvirt-20250830.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/sec-keys/openpgp-keys-libvirt/Manifest b/sec-keys/openpgp-keys-libvirt/Manifest index fd98218d6648..359c4e1c5c3b 100644 --- a/sec-keys/openpgp-keys-libvirt/Manifest +++ b/sec-keys/openpgp-keys-libvirt/Manifest @@ -1 +1,2 @@ +DIST 453B65310595562855471199CA68BE8010084C9C-r2.asc 3155 BLAKE2B 593023f6801d367a0e1b0f0f13b693980bc9e6ea599b4d02e665fd57ca57e7e791b8b10c4e7b76f2620b126eb840137c046f0186bea07a9ea998fb3160bb478a SHA512 705883dfdfdfb8bb784c5a78a7ad1402dd44a4dc92f29779579eb401f3d08115b0e6be07710e258ad91588ebb32d0dcf679973b79815786e4b91c7b7b61ab65d DIST 453B65310595562855471199CA68BE8010084C9C.asc 3155 BLAKE2B 7126ccc1af0350ab179c137915bfb1ab7da715219a7f037a08f79d3e503d4fa424a01cf83cd57866c8fb22957e1b736d7c32e68035189b182b09ac9be696eda6 SHA512 49861840e534d1b1ed7d9ba16d825b5f861e05d82119adea8e3bf16355c6c3ed5cdab39c828f9e33f644ff9b806735ca2e70ddaa7c9e92aead87019515118006 diff --git a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20250830.ebuild b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20250830.ebuild new file mode 100644 index 000000000000..8c1f1d38a033 --- /dev/null +++ b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20250830.ebuild @@ -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) +}
