mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-util/distribution-gpg-keys: drop 1.117
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST distribution-gpg-keys-1.117-1.tar.gz 107154858 BLAKE2B 86cc49a68a76d31ef4abb56cc300b366814588749f53517718ffdcee25ce6b2f85476e35e560cdc4ff99ae4ca533a3870ef427cc73393a51b8d38b69fa523179 SHA512 1de201bc85cd653337e09fd119f1ffaeca12920a0d821f37860d043c4d0ea936df7b1d23e8f5ffd5738c8907fdb7975a3b480b403f03abd5ea9092ff4478a401
|
||||
DIST distribution-gpg-keys-1.119-1.tar.gz 112470572 BLAKE2B 763e0885e2c680ccee14c8c011df0ad3613bdee82132907dc876cefaae414365f40b48710b161678e3502bc485012eae6f0702b581ba8e3d19359ebb3b3fc357 SHA512 67018633242f9ef9997b1b8f26cff793ecbf0276f936fed95b6d5f6e6551b46b3f095836dfa7772b00bc566e87f963dba7359ea76d3085ac7f26abf87484571b
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 2023-2026 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/*
|
||||
}
|
||||
Reference in New Issue
Block a user