commit:     8f0f1f49d652271514f25a00bdafe61413605eb9
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Nov  6 02:03:57 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 15:53:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0f1f49

sec-keys/openpgp-keys-jpakkane: new package, add 20231105

Signing keys used by the Meson Build System.

Keywords are copied from meson. sec-keys are inherently an inert file
understood at the portage level, so there is nothing to test. But we do
want them available everywhere that meson itself is in use.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sec-keys/openpgp-keys-jpakkane/Manifest                |  1 +
 sec-keys/openpgp-keys-jpakkane/metadata.xml            | 12 ++++++++++++
 .../openpgp-keys-jpakkane-20231105.ebuild              | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/sec-keys/openpgp-keys-jpakkane/Manifest 
b/sec-keys/openpgp-keys-jpakkane/Manifest
new file mode 100644
index 000000000000..842a7a475ffe
--- /dev/null
+++ b/sec-keys/openpgp-keys-jpakkane/Manifest
@@ -0,0 +1 @@
+DIST jpakkane-20231105.gpg 3918 BLAKE2B 
a4e9db8a302d4271c8692e74e78027321b8603376fa44c2813806a91200523eed507ef8c24b0fdcbfe239093f7b3795c6a47a439dd2745b6aaae71a726a4bc04
 SHA512 
55a75551780d14617baf9a39a56c267cf6d83f11468400d19eefec5328c8246158b638defc1d5fab5583f4e7a79215935c18bf7846913a879e991356cd49cf2b

diff --git a/sec-keys/openpgp-keys-jpakkane/metadata.xml 
b/sec-keys/openpgp-keys-jpakkane/metadata.xml
new file mode 100644
index 000000000000..667a16a60d08
--- /dev/null
+++ b/sec-keys/openpgp-keys-jpakkane/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>Eli Schwartz</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>

diff --git 
a/sec-keys/openpgp-keys-jpakkane/openpgp-keys-jpakkane-20231105.ebuild 
b/sec-keys/openpgp-keys-jpakkane/openpgp-keys-jpakkane-20231105.ebuild
new file mode 100644
index 000000000000..c9414901fdba
--- /dev/null
+++ b/sec-keys/openpgp-keys-jpakkane/openpgp-keys-jpakkane-20231105.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Jussi Pakkanen"
+HOMEPAGE="https://github.com/jpakkane";
+SRC_URI="https://github.com/jpakkane.gpg -> jpakkane-${PV}.gpg"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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}"/jpakkane-${PV}.gpg jpakkane.gpg
+}

Reply via email to