From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- app-crypt/openpgp-keys-botan/Manifest | 3 +++ app-crypt/openpgp-keys-botan/metadata.xml | 9 +++++++++ .../openpgp-keys-botan-20210416.ebuild | 20 ++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 app-crypt/openpgp-keys-botan/Manifest create mode 100644 app-crypt/openpgp-keys-botan/metadata.xml create mode 100644 app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild (limited to 'app-crypt/openpgp-keys-botan') diff --git a/app-crypt/openpgp-keys-botan/Manifest b/app-crypt/openpgp-keys-botan/Manifest new file mode 100644 index 000000000000..03d7805d80b8 --- /dev/null +++ b/app-crypt/openpgp-keys-botan/Manifest @@ -0,0 +1,3 @@ +DIST openpgp-keys-botan-20210416.asc 11506 BLAKE2B 3f601f0875d420cdc47a33d3c9de84efcd8cbe945d11b5831c1f860289495d5a0b02ac97c91b493e0e0fc50aa5fe22afbd323ba3607ad23e443f035c4860ebe7 SHA512 b4ce10cb9dff16059d766b490aeaacfa48dfc729a2339ec8aace9a19a62d07b645c8fcdd46ddcc9930caa839e2a057858342c21be91197a62b0c3212943aa165 +EBUILD openpgp-keys-botan-20210416.ebuild 593 BLAKE2B 6d80ee67636740e93a19d37b0e95b3abcf43bfbb20951eca12c21f90ea7da0744e33a5b25200c09e0d153aedb05bb03aa2c115d00f1b4d037516a5fbccae06bc SHA512 c78a06bdeaf2277342428386146e4ba769cb6021d4c6ceb47a114b8350f88a6864356ca012983322a75344e8e85a605b45eb089c6621164ef05e55ee2aad08d7 +MISC metadata.xml 263 BLAKE2B 3674e5c7d5dedc501574b523bf09a9f2d8f2e066edffa5649d59afba65ef3d9c36f3fd909f196f676b5b1266e5edce6ba6c44cf11fdca73b02b30cebcb662a3e SHA512 2f82b95119eb592f8edd7468010dbdc6863b235a0827586114fca02d01d45ce32a2be24077edfa497b0692f2f14447ad070c15b8a951b87091806750b8b0b862 diff --git a/app-crypt/openpgp-keys-botan/metadata.xml b/app-crypt/openpgp-keys-botan/metadata.xml new file mode 100644 index 000000000000..a1af484833bd --- /dev/null +++ b/app-crypt/openpgp-keys-botan/metadata.xml @@ -0,0 +1,9 @@ + + + + + sam@gentoo.org + Sam James + + + diff --git a/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.ebuild new file mode 100644 index 000000000000..dacd11b4fe46 --- /dev/null +++ b/app-crypt/openpgp-keys-botan/openpgp-keys-botan-20210416.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 to sign Botan releases" +HOMEPAGE="https://botan.randombit.net https://botan.randombit.net/pgpkey.txt" +SRC_URI="https://botan.randombit.net/pgpkey.txt -> ${P}.asc" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +src_install() { + local files=( ${A} ) + + insinto /usr/share/openpgp-keys + newins - botan.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} -- cgit v1.2.3