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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-11-14 01:02:04 +09:00
parent 45f58e8401
commit dc024c9da7
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST distribution-gpg-keys-1.114-1.tar.gz 87193448 BLAKE2B 27a8592db4fb8d92af17798390ca1c1242023d0157c7dd67f714839a9cc3192bbeade231d5cb6c9094d600e90f65bb911d973327b4fa797c93056f1e6c830da0 SHA512 aaf4b12b86e49152e4741df8ef6e1a413a204f2f523b858eff374c20c44e8930d84954941e25f105bc5d02ddd71a6d990606d8f170888b50116c97ea9cf0f0d3
DIST distribution-gpg-keys-1.115-1.tar.gz 100838030 BLAKE2B 1d12b6d086a3219a6ec3c339ef013c26755f3f4a286fcf98a7cabf298abda1ef0f666c73644f20d269c060c16cdb247e789823c02944fa83e9dd588156ea4add SHA512 f77f98548197fd10a57ddb7fc0af0281b5e0a98865279358b7849930f195e3757de90f06dad189b67de3a15c3cf2e47119ba8926beabf2b97aae96131a890156

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 -r keys/copr || die
}
src_install() {
insinto "/usr/share/${PN}"
doins -r keys/*
}