sec-keys/openpgp-keys-fefe: new package, add 20250926

Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/43954
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alexey Sokolov
2025-09-26 23:13:12 +01:00
committed by Sam James
parent e0ca39e39a
commit 40bcb2158f
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST felix@fefe.de.asc 46748 BLAKE2B b21a6758152dc069be83f1adb442bbf2cec7cf40008a9fa3af90db37b373351f133161895e2f81ee64b5d7cb4465c6c4a99ecd07678a34fa99e7dcef340b8196 SHA512 4d9297f71edb15831580c32a66030319d218137fb0230a9cdc5a7f8987ac35e7c78ae6642d619328f2719615f022a0af9ad266843d1c4251e080c31ca78000bd

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>alexey+gentoo@asokolov.org</email>
<name>Alexey Sokolov</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used to sign packages from http://www.fefe.de/"
HOMEPAGE="http://www.fefe.de/"
SRC_URI="http://www.fefe.de/felix@fefe.de.asc"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~sparc ~x86 ~amd64-linux ~x86-linux"
S=${WORKDIR}
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - fefe.asc < <(cat "${files[@]/#/${DISTDIR}/}")
}