diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:49:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:59 +0100 |
commit | 120f571dcd11d87ce42a8b2dc8007d0befa96b79 (patch) | |
tree | af536c15173d04aad01fb794c10c5b499c12ea19 /sec-keys | |
parent | sci-electronics/librepcb: drop 0.1.3 (diff) | |
download | gentoo-120f571dcd11d87ce42a8b2dc8007d0befa96b79.tar.gz gentoo-120f571dcd11d87ce42a8b2dc8007d0befa96b79.tar.bz2 gentoo-120f571dcd11d87ce42a8b2dc8007d0befa96b79.zip |
sec-keys/openpgp-keys-django: drop 20201105
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-keys')
-rw-r--r-- | sec-keys/openpgp-keys-django/openpgp-keys-django-20201105.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sec-keys/openpgp-keys-django/openpgp-keys-django-20201105.ebuild b/sec-keys/openpgp-keys-django/openpgp-keys-django-20201105.ebuild deleted file mode 100644 index f7097a1bad5a..000000000000 --- a/sec-keys/openpgp-keys-django/openpgp-keys-django-20201105.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="OpenPGP keys used to sign Django releases" -HOMEPAGE="https://www.djangoproject.com/download/" -SRC_URI=" - https://keys.openpgp.org/vks/v1/by-fingerprint/FE5FB63876A1D718A8C67556E17DF5C82B4F9D00 - -> FE5FB63876A1D718A8C67556E17DF5C82B4F9D00.asc -" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -S=${WORKDIR} - -src_install() { - local files=( ${A} ) - insinto /usr/share/openpgp-keys - newins - django.asc < <(cat "${files[@]/#/${DISTDIR}/}") -} |