[sec-keys/openpgp-keys-mongo-c-driver] initial import

This commit is contained in:
Robert Förster 2025-09-14 14:31:43 +02:00
parent 0a3601bf16
commit 0bf538d486
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST openpgp-keys-mongo-c-driver-20250731.pub 1183 BLAKE2B 58f684bea4930852d2ac1ee31fe7eb68d9172cde15f5601003fae436d7e159257a6b08b1ad47068ee672d80ed7fbafb75ea0a014693c5871cce24abeba24548e SHA512 32b8852bfa4b6faeb9ce14d45ea26a4ceab1589c0e64754f940e24e2800b4c545f64040efab5b6289f76368303e25ebd009e5989a23fe90e4c76091b2ed631ad

View File

@ -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">
<email>parona@protonmail.com</email>
<name>Alfred Wingate</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,18 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
SEC_KEYS_VALIDPGPKEYS=(
"6DB55D8223FF44E49DCB981344E76C0565ABC463:mongo-c-driver:manual"
)
inherit sec-keys
DESCRIPTION="OpenPGP keys used by mongo-c-driver"
HOMEPAGE="https://pgp.mongodb.com/"
SRC_URI="
https://pgp.mongodb.com/c-driver.pub -> ${P}.pub
"
KEYWORDS="~alpha amd64 ~arm64 ~hppa ~loong ~ppc ~riscv ~sparc x86"