Move {app-crypt → sec-keys}/openpgp-keys-aepaneshnikov

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-12-19 15:15:36 +05:00
parent 9f1465c034
commit ec4066ef84
6 changed files with 3 additions and 2 deletions

View File

@@ -1 +0,0 @@
DIST openpgp-key-aepaneshnikov-20211208.asc 31060 BLAKE2B 3fb33b21d387874373227be7d8aaf5317850ab7e39108d3b6116424a236fea6b5e2dcf081403d9c4014cb54e6611f8248ccc74cee32ac8eca0604b3fb6c2b714 SHA512 8d51c206c949af6cba37f2caf096136793b82fa4a3c111a6807734f286ed61c90d666b009aa627e464c68d932610d6563dba93577f2e432c3bb9e05741b11558

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Alexander Epaneshnikov"
HOMEPAGE="https://github.com/alex19ep https://keybase.io/alex19ep"
SRC_URI="https://keybase.io/alex19ep/pgp_keys.asc?fingerprint=6c7f7f22e0152a6fd5728592dad6f3056c897266 -> ${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 - aepaneshnikov.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}