commit:     e0e13bdb71063cd4cded4538386afc11f713432d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 15:25:40 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 15:27:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e13bdb

app-crypt/glep63-check: Bump to v10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/glep63-check/Manifest               |  1 +
 app-crypt/glep63-check/glep63-check-10.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest
index 6e6bcf85878..f3611e13c7d 100644
--- a/app-crypt/glep63-check/Manifest
+++ b/app-crypt/glep63-check/Manifest
@@ -1 +1,2 @@
+DIST glep63-check-10.tar.gz 73550 BLAKE2B 
af45dce2a89e4af31a81e979659494c47b9c24f3fb71cccc33e84d6fc2900339ecefcafb1b6186b1e19e9fce7a2f17df754005c91828d27d0d2d9fe67586661e
 SHA512 
d2fbfdb1b60250897b5d9582111573b6ed78f02b30d66cffc0fa94e0a1136dc0f3561e808b66d9b8ce43fca9fbdaf1548790c7c2395929308ff24d42d18ecf03
 DIST glep63-check-9.tar.gz 73445 BLAKE2B 
cd229065da9a4663491a891787d2a9e719cd9d61ea5974393199ca418413e7e1c6b73a3146577b26029ceb3302f430ed1051c9d050278b098b18407e95c1cac3
 SHA512 
86c49ffe2b8dde3735b85ff4808862c460b1e832fa9c3fca4fc2ea776d314c29ed2442adef2e1dbca1cec81b6ea29bbb417b123306602dfaa611b5153dddb7ac

diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild 
b/app-crypt/glep63-check/glep63-check-10.ebuild
new file mode 100644
index 00000000000..61e18a11622
--- /dev/null
+++ b/app-crypt/glep63-check/glep63-check-10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
+HOMEPAGE="https://github.com/mgorny/glep63-check/";
+SRC_URI="
+       https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-crypt/gnupg"
+DEPEND="
+       test? (
+               sys-libs/libfaketime
+       )"
+
+distutils_enable_tests unittest

Reply via email to