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-alexbarton/Manifest | 3 +++ app-crypt/openpgp-keys-alexbarton/metadata.xml | 9 +++++++++ .../openpgp-keys-alexbarton-20210416.ebuild | 20 ++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 app-crypt/openpgp-keys-alexbarton/Manifest create mode 100644 app-crypt/openpgp-keys-alexbarton/metadata.xml create mode 100644 app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild (limited to 'app-crypt/openpgp-keys-alexbarton') diff --git a/app-crypt/openpgp-keys-alexbarton/Manifest b/app-crypt/openpgp-keys-alexbarton/Manifest new file mode 100644 index 000000000000..565e0b6a366e --- /dev/null +++ b/app-crypt/openpgp-keys-alexbarton/Manifest @@ -0,0 +1,3 @@ +DIST openpgp-keys-alexbarton-20210416.asc 43394 BLAKE2B a7eb52b880f20abb49c1262e89629349f1ed8ff464aa44f24e45b8f6de73e40ba2cf9e13de9e10e7e0f48917eb40d9b233b67ec68348bc839b46e1d8225a8b02 SHA512 eee74a49226db5818e4b48cac253798ca44da9897c088fae99a92052a90226fc6825761dcf171bbcf99dbb938c4259a7a642267e0e735bc165dd8df0b3902b1f +EBUILD openpgp-keys-alexbarton-20210416.ebuild 632 BLAKE2B 611b7e5be2cd75b59ebcf7f73661df32bee36ba78a7d3acc6c6e59b3b4c4d154c63d8a58d23ebd389254cad20c11b805152aaa628e49c8e5e6d8c1aee0cf24e7 SHA512 b772681affd3037184c0ddcb5a138db6a84c502d800de4d108db07d1530f2ab9704fc41a4f8e35334f79b85ed3aef225e7439d5b334a97636022ded2dd9d8d6f +MISC metadata.xml 263 BLAKE2B 3674e5c7d5dedc501574b523bf09a9f2d8f2e066edffa5649d59afba65ef3d9c36f3fd909f196f676b5b1266e5edce6ba6c44cf11fdca73b02b30cebcb662a3e SHA512 2f82b95119eb592f8edd7468010dbdc6863b235a0827586114fca02d01d45ce32a2be24077edfa497b0692f2f14447ad070c15b8a951b87091806750b8b0b862 diff --git a/app-crypt/openpgp-keys-alexbarton/metadata.xml b/app-crypt/openpgp-keys-alexbarton/metadata.xml new file mode 100644 index 000000000000..a1af484833bd --- /dev/null +++ b/app-crypt/openpgp-keys-alexbarton/metadata.xml @@ -0,0 +1,9 @@ + + + + + sam@gentoo.org + Sam James + + + diff --git a/app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild b/app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-20210416.ebuild new file mode 100644 index 000000000000..92785b672ab8 --- /dev/null +++ b/app-crypt/openpgp-keys-alexbarton/openpgp-keys-alexbarton-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 by Alex Barton" +HOMEPAGE="https://github.com/alexbarton https://keybase.io/alexbarton" +SRC_URI="https://keybase.io/alexbarton/pgp_keys.asc?fingerprint=f5b9f52ed90920d2520376a2c24a0f637e364856 -> ${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 - alexbarton.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} -- cgit v1.2.3