summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/glep63-check')
-rw-r--r--app-crypt/glep63-check/Manifest1
-rw-r--r--app-crypt/glep63-check/glep63-check-10.ebuild28
-rw-r--r--app-crypt/glep63-check/glep63-check-11.ebuild27
-rw-r--r--app-crypt/glep63-check/metadata.xml4
4 files changed, 21 insertions, 39 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 ad32f1258df6..000000000000
--- a/app-crypt/glep63-check/glep63-check-10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 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? (
- >=app-crypt/gnupg-2.2.29
- sys-libs/libfaketime
- )"
-
-distutils_enable_tests unittest
diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild b/app-crypt/glep63-check/glep63-check-11.ebuild
index cc39349f46f0..5c8ed0f1b659 100644
--- a/app-crypt/glep63-check/glep63-check-11.ebuild
+++ b/app-crypt/glep63-check/glep63-check-11.ebuild
@@ -1,28 +1,39 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
-HOMEPAGE="https://github.com/mgorny/glep63-check/"
+HOMEPAGE="https://github.com/projg2/glep63-check/"
SRC_URI="
- https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
+ https://github.com/projg2/glep63-check/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-RDEPEND="app-crypt/gnupg"
+RDEPEND="
+ app-crypt/gnupg
+"
DEPEND="
test? (
>=app-crypt/gnupg-2.3.3
sys-libs/libfaketime
- )"
+ )
+"
distutils_enable_tests unittest
+
+src_test() {
+ local -x GNUPGHOME=${T}/gnupg
+ mkdir -p "${GNUPGHOME}" || die
+
+ distutils-r1_src_test
+}
diff --git a/app-crypt/glep63-check/metadata.xml b/app-crypt/glep63-check/metadata.xml
index f9e2668ce048..2965f529ee3b 100644
--- a/app-crypt/glep63-check/metadata.xml
+++ b/app-crypt/glep63-check/metadata.xml
@@ -11,7 +11,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://github.com/mgorny/glep63-check/issues/</bugs-to>
- <remote-id type="github">mgorny/glep63-check</remote-id>
+ <bugs-to>https://github.com/projg2/glep63-check/issues/</bugs-to>
+ <remote-id type="github">projg2/glep63-check</remote-id>
</upstream>
</pkgmetadata>