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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2026-02-15 17:53:16 +09:00
parent 623a770c0e
commit 61e376a2ed
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST distribution-gpg-keys-1.116-1.tar.gz 100888045 BLAKE2B d65082bc9a52e753eb6b5aa51e4976aad76f257764f218e5b1438a37631d04e6f05382a6229c48f7ee1bb0cc6ea2c5ab13bd218344d3602a93f545f11dc9b56a SHA512 56b12cab85a5e8a6f7fc376392eb2c2891e88f969c06eab846cce686c0b0b821abdbddb8101f96f1ae3950d487716b819fca7c6862ef3bb024849f520952a9c9
DIST distribution-gpg-keys-1.117-1.tar.gz 107154858 BLAKE2B 86cc49a68a76d31ef4abb56cc300b366814588749f53517718ffdcee25ce6b2f85476e35e560cdc4ff99ae4ca533a3870ef427cc73393a51b8d38b69fa523179 SHA512 1de201bc85cd653337e09fd119f1ffaeca12920a0d821f37860d043c4d0ea936df7b1d23e8f5ffd5738c8907fdb7975a3b480b403f03abd5ea9092ff4478a401

View File

@@ -1,26 +0,0 @@
# Copyright 2023-2026 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 -r keys/copr || die
}
src_install() {
insinto "/usr/share/${PN}"
doins -r keys/*
}