diff options
author | 2023-04-23 19:29:57 +0200 | |
---|---|---|
committer | 2023-04-23 21:29:58 +0200 | |
commit | b4478c514aaccbadeae6a4010e318cabeca89d9c (patch) | |
tree | 41ef93d62b0990d681fe77ff1c5bf1f312ab97d6 /sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20200704.ebuild | |
parent | acct-user.eclass: add ~arm64-macos to KEYWORDS (diff) | |
download | gentoo-b4478c514aaccbadeae6a4010e318cabeca89d9c.tar.gz gentoo-b4478c514aaccbadeae6a4010e318cabeca89d9c.tar.bz2 gentoo-b4478c514aaccbadeae6a4010e318cabeca89d9c.zip |
sec-keys/openpgp-keys-gentoo-auth: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20200704.ebuild')
-rw-r--r-- | sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20200704.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20200704.ebuild b/sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20200704.ebuild deleted file mode 100644 index 7b2d4595212f..000000000000 --- a/sec-keys/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20200704.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Gentoo Authority Keys (GLEP 79)" -HOMEPAGE="https://www.gentoo.org/downloads/signatures/" -SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-auth.asc.${PV}.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -S=${WORKDIR} - -# Keys included: -# ABD00913019D6354BA1D9A132839FE0D796198B1 -# 18F703D702B1B9591373148C55D3238EC050396E -# 2C13823B8237310FA213034930D132FF0FF50EEB - -src_install() { - insinto /usr/share/openpgp-keys - newins "gentoo-auth.asc.${PV}" gentoo-auth.asc - newins - gentoo-auth-ownertrust.txt <<-EOF - ABD00913019D6354BA1D9A132839FE0D796198B1:6: - EOF -} |