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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-06-09 22:39:11 +09:00
parent 7aaf58dc79
commit 0e46d0a071
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST distribution-gpg-keys-1.102-1.tar.gz 56787681 BLAKE2B 74431f5cfc31244b153a9a89af88f84950424297773de905869de637a894cc278af741adc5813dbb62708ba2f2788aa1b65fd411b791aeaba916024709e8193f SHA512 5dcfc8ac7d80a6bde8d8b5fa37ce6a9b31d04bb96221967f5c706bd981b3ea2c903450e7fae0d246710a22d02103f04bfd9d27c9bb4c8eb95601f53498ffc67e
DIST distribution-gpg-keys-1.103-1.tar.gz 57321798 BLAKE2B 8e3e46ee3916f2f02b5398a61cb578638f531b820ac9589e4d585ed18fa395e5492db45564237cd0555e1ea5341fd7089d8c4bd2be9d104e8bd0f8b8b877043d SHA512 9dc7c854f796484ee710783fcc931f13bbef7fd5d1514cd2f06b33d43fb575aa06bef03be3d2683730175491cdf7a91a7b49c1f7c5dac93f794e38939f925081

View File

@@ -1,26 +0,0 @@
# Copyright 2023-2024 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/xsuchy/distribution-gpg-keys"
SRC_URI="https://github.com/xsuchy/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/*
}