[sec-keys/openpgp-keys-mongodb] add keys for mongodb

This commit is contained in:
Robert Förster 2024-02-24 16:18:21 +01:00
parent 512e0af4c7
commit 8ea1dd7711
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST openpgp-keys-mongodb-4.4-server-4.4.asc 1674 BLAKE2B af5c8840a2c3acdc86301e2da43af2a8819e3ddd8a54b5ef7461a313f9864bb03cb816224d2ca2517c4b6aedd0ea73597a60b01a72d21c2d01c09412d06c1735 SHA512 ca1d5e7ce4a1fc06753f236b8870c31da481d73812a59811d2342d86a4f0f7e5541bf7c98cb500aa8d77c877c300bc8702c86539b50c363b5f627ca6349fd75b
DIST openpgp-keys-mongodb-5.0-server-5.0.asc 1656 BLAKE2B 3b342ca885a9e3e8bc726f1a97a15f4b66c1d34491b753af00c408f774047c5c433c95d4ec29932bb3ef336c18f6974ec9af12d561f4cb187ed71958ea898f5a SHA512 3991336364c5df2f26aa5bc99c1526a78f088773fc118e9f1216d6aca207853a05daca4d08aa49af74696556b08a1d0d863b3e5d71d45d4f0f9e904f0aa9300e

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ultrabug@gentoo.org</email>
<name>Alexys Jacob</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@ -0,0 +1,19 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by MongoDB"
HOMEPAGE="https://www.mongodb.com"
SRC_URI="https://pgp.mongodb.com/server-${PV}.asc -> ${P}-server-${PV}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - mongodb-${PV}.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}

View File

@ -0,0 +1,19 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by MongoDB"
HOMEPAGE="https://www.mongodb.com"
SRC_URI="https://pgp.mongodb.com/server-${PV}.asc -> ${P}-server-${PV}.asc"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - mongodb-${PV}.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}