mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/distribution-gpg-keys: drop 1.107
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST distribution-gpg-keys-1.107-1.tar.gz 75280479 BLAKE2B ea2b7296622343c563688f320e1a2faff832d1a70b860d350d903b8226cd7e2bcfe1c2073defa310b3af15f462b6487c380a8f736f87d93d8823fd44dfaa868a SHA512 a84119fd4ff772b343b87347cad9cc3bdddbf87da0f26705fb23ecd64f6090ca489f353633cccfeb857b41bc0e8367bdee80a42e9038567c9fc611247b4c4cd1
|
||||
DIST distribution-gpg-keys-1.108-1.tar.gz 79078627 BLAKE2B cf6b68a565ddc021701c44bdc4ed56790ab8583398822d12638bf012d5ec598590b18db167dec8cc7b9361ee9e5d9f5a062a7af6b8d79adf7126ac4a9556928e SHA512 1e3b5ee698706d5a86ed61d3a0916bef9d72361b0993543abef7665c7e681b24e405d1dc4a7c095e8ff2a857bc79bed68f7401269fe1f7cf3ab8e84daaea8945
|
||||
|
||||
@@ -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/*
|
||||
}
|
||||
Reference in New Issue
Block a user