mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-util/distribution-gpg-keys: drop 1.108
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
2767d4f33c
commit
986b6ae464
@ -1,2 +1 @@
|
||||
DIST distribution-gpg-keys-1.108-1.tar.gz 79078627 BLAKE2B cf6b68a565ddc021701c44bdc4ed56790ab8583398822d12638bf012d5ec598590b18db167dec8cc7b9361ee9e5d9f5a062a7af6b8d79adf7126ac4a9556928e SHA512 1e3b5ee698706d5a86ed61d3a0916bef9d72361b0993543abef7665c7e681b24e405d1dc4a7c095e8ff2a857bc79bed68f7401269fe1f7cf3ab8e84daaea8945
|
||||
DIST distribution-gpg-keys-1.109-1.tar.gz 79331959 BLAKE2B b7e983fa20a2c8201b9456d6b8b1621be3e6ff86f7bab33e1b06996deb842d2025e5cf3f1b6ff3a13a51f3019e147b1401f311d7be296df5a5a24c98388b776c SHA512 6c6c4d36108152b2bb75bd028d35a446390e38b1aebcec370d14e5438ec413d23dc4e444cb00c0196b5c275408e032d83fb501cfce5c8a0110811db66f1a55ec
|
||||
|
@ -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 -rf keys/copr || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r keys/*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user