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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-01-17 22:15:19 +09:00
parent 9b754f4d58
commit 37e7f5c211
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST distribution-gpg-keys-1.106-1.tar.gz 75279538 BLAKE2B e963ce5ce7be62448bc7905172e2f81bedae3d8e3b9bc2256f81da02c28e3416e9bb21cad62391a693d6e823f3428b35caac87793d82dd8aa05f99d21227c1be SHA512 c883e3ecbc8c023808490b3eedba164eaa10a4bf4fa0dcdb1cfb6fb3e0c295b771258923f20a6d2bb078448e696d62328e87fabcd84840aeb1b41119ebe798f5
DIST distribution-gpg-keys-1.107-1.tar.gz 75280479 BLAKE2B ea2b7296622343c563688f320e1a2faff832d1a70b860d350d903b8226cd7e2bcfe1c2073defa310b3af15f462b6487c380a8f736f87d93d8823fd44dfaa868a SHA512 a84119fd4ff772b343b87347cad9cc3bdddbf87da0f26705fb23ecd64f6090ca489f353633cccfeb857b41bc0e8367bdee80a42e9038567c9fc611247b4c4cd1

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/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/*
}