commit: 06c6cc97bc7bbf11e19562d527e60f28988a3340
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 19:04:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 19:04:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c6cc97
app-crypt/glep63-check: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/glep63-check/Manifest | 1 -
app-crypt/glep63-check/glep63-check-10.ebuild | 28 ---------------------------
2 files changed, 29 deletions(-)
diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest
index 705a4d59d576..a9630ea5c4e1 100644
--- a/app-crypt/glep63-check/Manifest
+++ b/app-crypt/glep63-check/Manifest
@@ -1,2 +1 @@
-DIST glep63-check-10.tar.gz 73550 BLAKE2B
af45dce2a89e4af31a81e979659494c47b9c24f3fb71cccc33e84d6fc2900339ecefcafb1b6186b1e19e9fce7a2f17df754005c91828d27d0d2d9fe67586661e
SHA512
d2fbfdb1b60250897b5d9582111573b6ed78f02b30d66cffc0fa94e0a1136dc0f3561e808b66d9b8ce43fca9fbdaf1548790c7c2395929308ff24d42d18ecf03
DIST glep63-check-11.tar.gz 73765 BLAKE2B
f1893397c18458d1a9abb0236334f2acf9adcb4cf13229f49887cd1381db4e68c470f604b76b339c5481207c63522a3f99256e00cba820e3a15c412a8e52ec2d
SHA512
6ee9ed33ee259eaa14d6fb1d914e555aae5b622d04f08a2eef094e7ff20ce9368a3af105a55cbc2c37ced5b51846f17651b20a2c0644f0efcc883eea49f0310b
diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild
b/app-crypt/glep63-check/glep63-check-10.ebuild
deleted file mode 100644
index 930674a97cc8..000000000000
--- a/app-crypt/glep63-check/glep63-check-10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-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 x86"
-
-RDEPEND="app-crypt/gnupg"
-DEPEND="
- test? (
- >=app-crypt/gnupg-2.2.29
- sys-libs/libfaketime
- )"
-
-distutils_enable_tests unittest