diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-18 11:20:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-18 11:37:47 +0200 |
commit | 31944a4aa82505e3f20230b410249b58e26422f0 (patch) | |
tree | f096bb15a49e16091abbed5fb6a3c5e786bb4970 /app-crypt | |
parent | www-apps/cgp: drop old version (diff) | |
download | gentoo-31944a4aa82505e3f20230b410249b58e26422f0.tar.gz gentoo-31944a4aa82505e3f20230b410249b58e26422f0.tar.bz2 gentoo-31944a4aa82505e3f20230b410249b58e26422f0.zip |
app-crypt/openpgp-keys-gentoo-auth: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/openpgp-keys-gentoo-auth/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20191030.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/app-crypt/openpgp-keys-gentoo-auth/Manifest b/app-crypt/openpgp-keys-gentoo-auth/Manifest index ccbd2084acb6..928b9645b900 100644 --- a/app-crypt/openpgp-keys-gentoo-auth/Manifest +++ b/app-crypt/openpgp-keys-gentoo-auth/Manifest @@ -1,2 +1 @@ -DIST gentoo-auth.asc.20191030.gz 6556 BLAKE2B 233df81a8c01ead6524fdded0c64aba7d930d0f9e6214c403e43aa97bc87502a4e1d68c6c415505db5f618d9309d5ba1279d1e9b9e068289002ad30896a500c9 SHA512 c752dc4b5d75937290e469e722ccd48a592413438a7d1c5bc5d4e07114077ae3dfb5fc3cbe6b96d672e4149737cd7db6dc8298e670e63745bdff7426e98fc03b DIST gentoo-auth.asc.20200704.gz 4540 BLAKE2B 8ae8a1947ae81e89aef6171b228e97a80331cc58336a0387bbda7c885ec5fff322d17b7fc462d7f3fe88a965455b94d1e16b705903843d75fa53481d525a1965 SHA512 da7d1aa76ea04f465e690560dd2d09306aa120b9f2771abc6fe06d5181c39c9e7db73ae0b9c01b864ccdd55a881a7e9c9716dd87446c809b901bb17c448878f5 diff --git a/app-crypt/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20191030.ebuild b/app-crypt/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20191030.ebuild deleted file mode 100644 index da6d195dcff1..000000000000 --- a/app-crypt/openpgp-keys-gentoo-auth/openpgp-keys-gentoo-auth-20191030.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -S=${WORKDIR} - -src_install() { - insinto /usr/share/openpgp-keys - newins "gentoo-auth.asc.${PV}" gentoo-auth.asc - newins - gentoo-auth-ownertrust.txt <<-EOF - ABD00913019D6354BA1D9A132839FE0D796198B1:6: - EOF -} |