dev-util/distribution-gpg-keys: drop 1.109

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2025-02-15 22:21:31 +09:00
parent cb7c1d9b78
commit fb519e4b42
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61
2 changed files with 0 additions and 27 deletions

View File

@ -1,2 +1 @@
DIST distribution-gpg-keys-1.109-1.tar.gz 79331959 BLAKE2B b7e983fa20a2c8201b9456d6b8b1621be3e6ff86f7bab33e1b06996deb842d2025e5cf3f1b6ff3a13a51f3019e147b1401f311d7be296df5a5a24c98388b776c SHA512 6c6c4d36108152b2bb75bd028d35a446390e38b1aebcec370d14e5438ec413d23dc4e444cb00c0196b5c275408e032d83fb501cfce5c8a0110811db66f1a55ec
DIST distribution-gpg-keys-1.110-1.tar.gz 79336269 BLAKE2B 9051778906c42752428fdcb00f3dcf55d2c05cc5f9a976ef51a3cbf676337ddf42319a351ad2b7f56e10f03b3717b2dcefdcd847234300f24e7d3b9d56786c2a SHA512 b160cb542761c979f59c96bbea93525ce5f23a34784a1aeb732679b9f5938a287e30cd657d53b45a93122b56ae2b36030b11bd5dcd43b252859734950039ee1e

View File

@ -1,26 +0,0 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P="${P}-1"
DESCRIPTION="Collection of GPG keys used in Linux Distributions"
HOMEPAGE="https://github.com/rpm-software-management/distribution-gpg-keys"
SRC_URI="https://github.com/rpm-software-management/distribution-gpg-keys/archive/${MY_P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_P}"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="copr"
src_prepare() {
default
use copr || rm -rf keys/copr || die
}
src_install() {
insinto "/usr/share/${PN}"
doins -r keys/*
}