commit: 3a5bf602b24632443fac51879d959899fb4a2a64 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Sep 4 10:10:40 2025 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Mon Sep 8 07:10:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5bf602
sec-keys/openpgp-keys-syncthing: new package, add 20250904 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43667 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org> sec-keys/openpgp-keys-syncthing/Manifest | 1 + sec-keys/openpgp-keys-syncthing/metadata.xml | 9 +++++++++ .../openpgp-keys-syncthing-20250904.ebuild | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/sec-keys/openpgp-keys-syncthing/Manifest b/sec-keys/openpgp-keys-syncthing/Manifest new file mode 100644 index 000000000000..a45c78eaa768 --- /dev/null +++ b/sec-keys/openpgp-keys-syncthing/Manifest @@ -0,0 +1 @@ +DIST openpgp-keys-syncthing-20250904-release-key.txt 3581 BLAKE2B 4490a8dcfa734131ef42740ad2154491e42b9ebfa0d6804d93b95676986b648d8cb47fcbaeff08db87434e66b7e1b30bbab34fe8b972b52e91852782e79d7925 SHA512 52b6b868f5153fe1ffaadad450e1fa6369990134c6f07b64da0c4aac7ef4973e1eff9000640b04180c4e093222531fab4dd68d439daf40c7454b596f23248960 diff --git a/sec-keys/openpgp-keys-syncthing/metadata.xml b/sec-keys/openpgp-keys-syncthing/metadata.xml new file mode 100644 index 000000000000..a0e7d9289325 --- /dev/null +++ b/sec-keys/openpgp-keys-syncthing/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Marc Schiffbauer</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> diff --git a/sec-keys/openpgp-keys-syncthing/openpgp-keys-syncthing-20250904.ebuild b/sec-keys/openpgp-keys-syncthing/openpgp-keys-syncthing-20250904.ebuild new file mode 100644 index 000000000000..135fb216508c --- /dev/null +++ b/sec-keys/openpgp-keys-syncthing/openpgp-keys-syncthing-20250904.ebuild @@ -0,0 +1,18 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SEC_KEYS_VALIDPGPKEYS=( + "FBA2E162F2F44657B38F0309E5665F9BD5970C47:syncthing:manual" +) + +inherit sec-keys + +DESCRIPTION="OpenPGP key used to sign Syncthing releases" +HOMEPAGE="https://syncthing.net/" +SRC_URI+=" + https://syncthing.net/release-key.txt -> ${P}-release-key.txt +" + +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
