commit: 57e9eb42a1c67a799a4341c8c6a0f42d3e73c4ff Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 5 19:23:47 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 05:10:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e9eb42
sec-keys/openpgp-keys-tinc: new package, add 20260205 Signed-off-by: Sam James <sam <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/45648 sec-keys/openpgp-keys-tinc/Manifest | 1 + sec-keys/openpgp-keys-tinc/metadata.xml | 8 ++++++++ .../openpgp-keys-tinc/openpgp-keys-tinc-20260205.ebuild | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) diff --git a/sec-keys/openpgp-keys-tinc/Manifest b/sec-keys/openpgp-keys-tinc/Manifest new file mode 100644 index 000000000000..69df3e1e7bab --- /dev/null +++ b/sec-keys/openpgp-keys-tinc/Manifest @@ -0,0 +1 @@ +DIST openpgp-keys-tinc-devel-ubuntu-20260205.asc 9414 BLAKE2B 9805d53e2b8f58ff229c3df34fa61a5461aca05b05e5e874f5dc4c1827f17a683321e4f55d449a28e14666512f087706df7cdf061811bbe4e145548402dbc896 SHA512 06f03cb958dba19fe8c2eb9bb27d774375c347ed58883d29cef171eba3f2359e317dc8f6005f9c54c45c2bd3a4c11744adb97cdab110dfbb54e6a22a01056b72 diff --git a/sec-keys/openpgp-keys-tinc/metadata.xml b/sec-keys/openpgp-keys-tinc/metadata.xml new file mode 100644 index 000000000000..1ab427e8f0b6 --- /dev/null +++ b/sec-keys/openpgp-keys-tinc/metadata.xml @@ -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>[email protected]</email> + <name>Yixun Lan</name> + </maintainer> +</pkgmetadata> diff --git a/sec-keys/openpgp-keys-tinc/openpgp-keys-tinc-20260205.ebuild b/sec-keys/openpgp-keys-tinc/openpgp-keys-tinc-20260205.ebuild new file mode 100644 index 000000000000..679731dd5f31 --- /dev/null +++ b/sec-keys/openpgp-keys-tinc/openpgp-keys-tinc-20260205.ebuild @@ -0,0 +1,16 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SEC_KEYS_VALIDPGPKEYS=( + D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A:tinc-devel:ubuntu +) + +inherit sec-keys + +DESCRIPTION="OpenPGP key used by net-vpn/tinc" +HOMEPAGE="https://www.tinc-vpn.org/download/" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
