commit: 292bf158aa207a022d4a8ddfe9527470c1128724 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 30 15:22:32 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 31 06:21:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292bf158
sec-keys/openpgp-keys-kernel: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44387 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../openpgp-keys-kernel-20201103.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/sec-keys/openpgp-keys-kernel/openpgp-keys-kernel-20201103.ebuild b/sec-keys/openpgp-keys-kernel/openpgp-keys-kernel-20201103.ebuild deleted file mode 100644 index 956bab9e2ae7..000000000000 --- a/sec-keys/openpgp-keys-kernel/openpgp-keys-kernel-20201103.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="OpenPGP keys used to sign Linux kernel releases" -HOMEPAGE="https://www.kernel.org/signature.html" -SRC_URI=" - https://kernel.org/.well-known/openpgpkey/hu/e3n9xnm94c5apezqnj1pmrfuaoyfm8cf?l=gregkh - -> [email protected] - https://kernel.org/.well-known/openpgpkey/hu/pf113mfnx1f3eb1yiwhsipa91xfc7o4x?l=torvalds - -> [email protected] -" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -S=${WORKDIR} - -src_install() { - local files=( ${A} ) - insinto /usr/share/openpgp-keys - newins - kernel.org.asc < <(cat "${files[@]/#/${DISTDIR}/}") -}
