summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-06-29 17:16:17 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-06-29 17:16:17 +0300
commit255b78b1771bcdd1b00a193c13d074a5cc7dca59 (patch)
tree5562444c8bdd254fa8c9ce9d1b145e45df74df37 /sec-keys
parentnet-im/telegram-desktop-bin: drop old (diff)
downloadgentoo-255b78b1771bcdd1b00a193c13d074a5cc7dca59.tar.gz
gentoo-255b78b1771bcdd1b00a193c13d074a5cc7dca59.tar.bz2
gentoo-255b78b1771bcdd1b00a193c13d074a5cc7dca59.zip
sec-keys/openpgp-keys-jiatan: treeclean
Bug: https://bugs.gentoo.org/928134 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sec-keys')
-rw-r--r--sec-keys/openpgp-keys-jiatan/Manifest1
-rw-r--r--sec-keys/openpgp-keys-jiatan/metadata.xml9
-rw-r--r--sec-keys/openpgp-keys-jiatan/openpgp-keys-jiatan-20230505.ebuild20
3 files changed, 0 insertions, 30 deletions
diff --git a/sec-keys/openpgp-keys-jiatan/Manifest b/sec-keys/openpgp-keys-jiatan/Manifest
deleted file mode 100644
index 021bd0e20fb9..000000000000
--- a/sec-keys/openpgp-keys-jiatan/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jia_tan_pubkey.txt 3143 BLAKE2B 1e0cc16ffabc11e341c733c09b7bc9571e3d2209f2387f27905adc153eff763d8ab9929cee5bfda86d30f05d1fd1e5ae3d2087679f17fc8f8288b094572cc596 SHA512 556bda914f966fe7b72105b475b59231254256f860ec28f5606ffb3df34884621f365c95eb881c74a2ff5434a8e45efa3e6bbc8cb9d8147dccc608566ddefeb7
diff --git a/sec-keys/openpgp-keys-jiatan/metadata.xml b/sec-keys/openpgp-keys-jiatan/metadata.xml
deleted file mode 100644
index de9d78424186..000000000000
--- a/sec-keys/openpgp-keys-jiatan/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/sec-keys/openpgp-keys-jiatan/openpgp-keys-jiatan-20230505.ebuild b/sec-keys/openpgp-keys-jiatan/openpgp-keys-jiatan-20230505.ebuild
deleted file mode 100644
index 303f64d7772d..000000000000
--- a/sec-keys/openpgp-keys-jiatan/openpgp-keys-jiatan-20230505.ebuild
+++ /dev/null
@@ -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)
-}