sec-keys/openpgp-keys-jiatan: treeclean

Bug: https://bugs.gentoo.org/928134
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-06-29 17:16:17 +03:00
parent b4792d3a91
commit 255b78b177
4 changed files with 0 additions and 37 deletions

View File

@@ -543,13 +543,6 @@ net-mail/gnubiff
# Removal on 2024-06-30. Bugs #933239, #828068.
app-emulation/phpvirtualbox
# Sam James <sam@gentoo.org> (2024-05-29)
# OpenPGP key of malicious upstream xz co-maintainer. This key is no longer
# used by any ebuilds in tree. Removal on 2024-06-29. This package was already
# masked a while ago but is now being removed. See the bug for details
# on the gap. Bug #928134 (GLSA-202403-04).
sec-keys/openpgp-keys-jiatan
# Sam James <sam@gentoo.org> (2024-05-28)
# Breaks reverse dependencies like protobuf-c (bug #932857) and protobuf-26.1
# itself isn't compatible with this abseil-cpp version (bug #932848).

View File

@@ -1 +0,0 @@
DIST jia_tan_pubkey.txt 3143 BLAKE2B 1e0cc16ffabc11e341c733c09b7bc9571e3d2209f2387f27905adc153eff763d8ab9929cee5bfda86d30f05d1fd1e5ae3d2087679f17fc8f8288b094572cc596 SHA512 556bda914f966fe7b72105b475b59231254256f860ec28f5606ffb3df34884621f365c95eb881c74a2ff5434a8e45efa3e6bbc8cb9d8147dccc608566ddefeb7

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>

View File

@@ -1,20 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="OpenPGP keys used by Jia Tan"
HOMEPAGE="https://tukaani.org/xz/"
SRC_URI="https://tukaani.org/misc/jia_tan_pubkey.txt"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
newins - jiatan.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
}