app-crypt/glep63-check: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-05 08:25:58 +02:00
parent 3998d100f9
commit e35c4ba375
2 changed files with 0 additions and 44 deletions
-1
View File
@@ -1,2 +1 @@
DIST glep63-check-11.tar.gz 73765 BLAKE2B f1893397c18458d1a9abb0236334f2acf9adcb4cf13229f49887cd1381db4e68c470f604b76b339c5481207c63522a3f99256e00cba820e3a15c412a8e52ec2d SHA512 6ee9ed33ee259eaa14d6fb1d914e555aae5b622d04f08a2eef094e7ff20ce9368a3af105a55cbc2c37ced5b51846f17651b20a2c0644f0efcc883eea49f0310b
DIST glep63-check-12.tar.gz 80170 BLAKE2B b2cb49dd4f09fc6a0c727dc6977975bf100d7ced74f6c79f41e39981dbf87944db68753175d906c6d2e6ced4c42990d2f2873ec453d05ba165b124975d437712 SHA512 9db114366bf016809a75ae4eb9bdd17b77634c3dbfc53c3599f04f71d93a65dfd488a836e0df80ecc3db4cd3f796d0e38e1ea30bf21752d11515b9ed0dc2bf1c
@@ -1,43 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
HOMEPAGE="https://github.com/projg2/glep63-check/"
SRC_URI="
https://github.com/projg2/glep63-check/archive/v${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
RDEPEND="
app-alternatives/gpg
"
DEPEND="
test? (
|| (
app-alternatives/gpg[reference]
app-alternatives/gpg[freepg(-)]
)
${RDEPEND}
sys-libs/libfaketime
)
"
distutils_enable_tests unittest
src_test() {
local -x GNUPGHOME=${T}/gnupg
mkdir -p "${GNUPGHOME}" || die
distutils-r1_src_test
}