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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-10 19:10:24 +09:00
parent a5c8d51685
commit 579561df00
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST distribution-gpg-keys-1.100-1.tar.gz 52365963 BLAKE2B 3a42110a444a2be1705d45780fbfbf9ea928c6fff263d79d937a135ddcc9230156b0e8c33e805056356a08131987dea8a6941009d6716243a58578c1409b6730 SHA512 c500302ced12f645eb3609846f037f095bb833fbf1f4a4fccd2986698a7053ca4cb748c0986e0b06f894e74c4e41a0c63df0e403a1d27b3fb8795331a0cf49e0
DIST distribution-gpg-keys-1.99-1.tar.gz 51750227 BLAKE2B b8bf16b52acb5cf071cc24a289c32cb554424c96c8e0eed24dad5c735fe6438ea221be4368a27401d666bf45d1903f15cc94560b6ba5330e81992c72cb341934 SHA512 f830e36d215be076e07a2d28b6ffcf6e00a9e925b388eac022120098147b8847d151c420dca187995b131e7ef353681b6dcaeea8f72d157a5574f28c3c22de42

View File

@@ -1,26 +0,0 @@
# Copyright 2023 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/*
}