summaryrefslogtreecommitdiff
path: root/app-crypt/glep63-check/glep63-check-10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-03 23:42:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-03 23:42:57 +0000
commit0a648c5255c22a6092b8de20ffba9e235299a293 (patch)
tree01fafea2ab39f38cb8c44abd9644eb49615a5520 /app-crypt/glep63-check/glep63-check-10.ebuild
parent9b39c5fa703e6f57558ea8a2ca68a5a0bfce1edd (diff)
gentoo auto-resync : 03:03:2024 - 23:42:57
Diffstat (limited to 'app-crypt/glep63-check/glep63-check-10.ebuild')
-rw-r--r--app-crypt/glep63-check/glep63-check-10.ebuild28
1 files changed, 0 insertions, 28 deletions
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