sec-keys/openpgp-keys-eschwartz: new package, add 20250405

See c2d795735f.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-05 14:17:53 +01:00
parent 5b4088b7a5
commit b5ddef6e7b
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST eli-schwartz-20250405.gpg 9325 BLAKE2B c93871bf0044c77339d5601b44463d38300f6ac56d459da7df2d239ed540b0d69894b0834a8891119f337a0f677f65c9ff75a1beef251b8e322d529e81098925 SHA512 449404f8b7a72eda0930eda2c3078d389e1fecfa030621bebdc882242b486e2d1d763f455222cbf80adf176df8f9085de08bc3c329d882a07a3cdddcb54a6e51

View File

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

View File

@@ -0,0 +1,18 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Eli Schwartz"
HOMEPAGE="https://github.com/eli-schwartz"
SRC_URI="https://github.com/eli-schwartz.gpg -> eli-schwartz-${PV}.gpg"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
src_install() {
insinto /usr/share/openpgp-keys
newins "${DISTDIR}"/eli-schwartz-${PV}.gpg eschwartz.gpg
}