commit: 248b884e52dbc383ebb64104646fa899860f17ac Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Wed Apr 9 07:27:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 01:15:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248b884e
sec-keys/openpgp-keys-knot: new package, add 20170710 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41532 Signed-off-by: Sam James <sam <AT> gentoo.org> sec-keys/openpgp-keys-knot/Manifest | 1 + sec-keys/openpgp-keys-knot/metadata.xml | 12 ++++++++++++ .../openpgp-keys-knot-20170710.ebuild | 18 ++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/sec-keys/openpgp-keys-knot/Manifest b/sec-keys/openpgp-keys-knot/Manifest new file mode 100644 index 000000000000..7e35a1610f4c --- /dev/null +++ b/sec-keys/openpgp-keys-knot/Manifest @@ -0,0 +1 @@ +DIST openpgp-keys-knot-20170710.asc 11901 BLAKE2B 26414abf61f625f6e27c48f2001b122125b6152cc31418fc27985102f71e5ff02a26928e2001309f02c9672dd712020fc2ebfc77b4d0a8271280af5101c43d67 SHA512 60677a615f982fd8da99d7aa23b23cc63f335bcd5b09c1286bdf12a0cec9b1839b4874ced2faccb510cc0fac27f9b3409a0bf523f1af9e9a9b0627f1aa8e886f diff --git a/sec-keys/openpgp-keys-knot/metadata.xml b/sec-keys/openpgp-keys-knot/metadata.xml new file mode 100644 index 000000000000..8b83e1ec73c0 --- /dev/null +++ b/sec-keys/openpgp-keys-knot/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Nicolas PARLANT</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/sec-keys/openpgp-keys-knot/openpgp-keys-knot-20170710.ebuild b/sec-keys/openpgp-keys-knot/openpgp-keys-knot-20170710.ebuild new file mode 100644 index 000000000000..eb0eae6d5177 --- /dev/null +++ b/sec-keys/openpgp-keys-knot/openpgp-keys-knot-20170710.ebuild @@ -0,0 +1,18 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="OpenPGP keys used by the Knot DNS developers" +HOMEPAGE="https://www.knot-dns.cz/download/" +SRC_URI="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x742fa4e95829b6c5eac6b85710bb7af6febbd6ab -> ${P}.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() { + insinto /usr/share/openpgp-keys + newins "${DISTDIR}"/${P}.asc knot.asc +}
