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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-08-14 22:14:25 +09:00
parent 06b1a87561
commit 183e407f56
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST distribution-gpg-keys-1.113-1.tar.gz 87193504 BLAKE2B 71011cf35e93e41268ac67cdb02369dba0f0966a3001f13f9b2428df0d75d19a42c4facf0b829b0b67eaedc95d243d41907aabb43af0ce72210e71815600af16 SHA512 5e6f55bb69f6a68dd43da1fb2dd2498f38ff38bf4a6cf616fdf233aa8f3d0a4bb6985c0f79c785e5882e12d56acf060e58499882eae63cbc1a91d84ead6ac4fa
DIST distribution-gpg-keys-1.114-1.tar.gz 87193448 BLAKE2B 27a8592db4fb8d92af17798390ca1c1242023d0157c7dd67f714839a9cc3192bbeade231d5cb6c9094d600e90f65bb911d973327b4fa797c93056f1e6c830da0 SHA512 aaf4b12b86e49152e4741df8ef6e1a413a204f2f523b858eff374c20c44e8930d84954941e25f105bc5d02ddd71a6d990606d8f170888b50116c97ea9cf0f0d3

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