Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-django/
Date: Fri, 29 Apr 2022 10:21:57
Message-Id: 1651227659.120f571dcd11d87ce42a8b2dc8007d0befa96b79.sam@gentoo
1 commit: 120f571dcd11d87ce42a8b2dc8007d0befa96b79
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 09:49:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 10:20:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120f571d
7
8 sec-keys/openpgp-keys-django: drop 20201105
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../openpgp-keys-django-20201105.ebuild | 23 ----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/sec-keys/openpgp-keys-django/openpgp-keys-django-20201105.ebuild b/sec-keys/openpgp-keys-django/openpgp-keys-django-20201105.ebuild
16 deleted file mode 100644
17 index f7097a1bad5a..000000000000
18 --- a/sec-keys/openpgp-keys-django/openpgp-keys-django-20201105.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DESCRIPTION="OpenPGP keys used to sign Django releases"
27 -HOMEPAGE="https://www.djangoproject.com/download/"
28 -SRC_URI="
29 - https://keys.openpgp.org/vks/v1/by-fingerprint/FE5FB63876A1D718A8C67556E17DF5C82B4F9D00
30 - -> FE5FB63876A1D718A8C67556E17DF5C82B4F9D00.asc
31 -"
32 -
33 -LICENSE="public-domain"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
36 -
37 -S=${WORKDIR}
38 -
39 -src_install() {
40 - local files=( ${A} )
41 - insinto /usr/share/openpgp-keys
42 - newins - django.asc < <(cat "${files[@]/#/${DISTDIR}/}")
43 -}