summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-17 23:15:22 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-18 23:32:41 +0100
commit879ca4ab9e090e92471ba63ab02c50bb5dfc451e (patch)
treea40a9cabd575d9237d01ecd965712c5157f12a0e /sec-keys/openpgp-keys-libvirt
parentMove {app-crypt → sec-keys}/openpgp-keys-libidn (diff)
downloadgentoo-879ca4ab9e090e92471ba63ab02c50bb5dfc451e.tar.gz
gentoo-879ca4ab9e090e92471ba63ab02c50bb5dfc451e.tar.bz2
gentoo-879ca4ab9e090e92471ba63ab02c50bb5dfc451e.zip
Move {app-crypt → sec-keys}/openpgp-keys-libvirt
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sec-keys/openpgp-keys-libvirt')
-rw-r--r--sec-keys/openpgp-keys-libvirt/Manifest1
-rw-r--r--sec-keys/openpgp-keys-libvirt/metadata.xml8
-rw-r--r--sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild20
3 files changed, 29 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-libvirt/Manifest b/sec-keys/openpgp-keys-libvirt/Manifest
new file mode 100644
index 000000000000..fd98218d6648
--- /dev/null
+++ b/sec-keys/openpgp-keys-libvirt/Manifest
@@ -0,0 +1 @@
+DIST 453B65310595562855471199CA68BE8010084C9C.asc 3155 BLAKE2B 7126ccc1af0350ab179c137915bfb1ab7da715219a7f037a08f79d3e503d4fa424a01cf83cd57866c8fb22957e1b736d7c32e68035189b182b09ac9be696eda6 SHA512 49861840e534d1b1ed7d9ba16d825b5f861e05d82119adea8e3bf16355c6c3ed5cdab39c828f9e33f644ff9b806735ca2e70ddaa7c9e92aead87019515118006
diff --git a/sec-keys/openpgp-keys-libvirt/metadata.xml b/sec-keys/openpgp-keys-libvirt/metadata.xml
new file mode 100644
index 000000000000..fe0b86b88b96
--- /dev/null
+++ b/sec-keys/openpgp-keys-libvirt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>virtualization@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+</pkgmetadata>
diff --git a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
new file mode 100644
index 000000000000..8db3a7fb5428
--- /dev/null
+++ b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 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://libvirt.org/sources/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+
+S=${WORKDIR}
+
+src_install() {
+ local files=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - libvirt.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}