commit: b418da5e8e1dac550b122aeb62cfbce560a6dc89 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 3 04:29:29 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 04:29:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b418da5e
sec-keys/openpgp-keys-django: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../openpgp-keys-django-20240807.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/sec-keys/openpgp-keys-django/openpgp-keys-django-20240807.ebuild b/sec-keys/openpgp-keys-django/openpgp-keys-django-20240807.ebuild deleted file mode 100644 index b9e47c00441d..000000000000 --- a/sec-keys/openpgp-keys-django/openpgp-keys-django-20240807.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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.r1.asc - https://keybase.io/felixx/pgp_keys.asc?fingerprint=abb2c2a8cd01f1613618b70d2ef56372ba48cd1b - -> ABB2C2A8CD01F1613618B70D2EF56372BA48CD1B.asc - https://github.com/nessita.gpg - -> 5B5B1BA10D85AC7C5C76E38F2EE82A8D9470983E.asc - https://github.com/sarahboyce.gpg - -> EB1B380D8AC52D002BACD3323955B19851EA96EF.asc -" -S=${WORKDIR} - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -src_install() { - insinto /usr/share/openpgp-keys - newins - django.asc < <( - for x in ${A}; do - cat "${DISTDIR}/${x}" - # GitHub outputs keys without trailing newline, so we cannot - # just concatenate them - echo - done - ) -}
