mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/Crypt-DSA: add 1.190.0
Bug: https://bugs.gentoo.org/386595 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
30
dev-perl/Crypt-DSA/Crypt-DSA-1.190.0.ebuild
Normal file
30
dev-perl/Crypt-DSA/Crypt-DSA-1.190.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=TIMLEGGE
|
||||
DIST_VERSION=1.19
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="DSA Signatures and Key Generation"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/Convert-ASN1
|
||||
>=dev-perl/Convert-PEM-0.130.0
|
||||
dev-perl/Crypt-URandom
|
||||
>=dev-perl/Data-Buffer-0.10.0
|
||||
dev-perl/Digest-SHA1
|
||||
>=dev-perl/File-Which-0.50.0
|
||||
"
|
||||
# Math::BigInt::GMP is used in e.g. 03-keygen.t, otherwise it's skipped
|
||||
# for being too slow.
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-perl/Math-BigInt-GMP
|
||||
)
|
||||
"
|
||||
@@ -1 +1,2 @@
|
||||
DIST Crypt-DSA-1.17.tar.gz 42930 BLAKE2B 026fea60f2ed9314269f61990107e3069230a796036f21aa02fc50d80b29b94c57510778927c990844165b1317ccc19c47ef1b2041e876148cb04f322942316d SHA512 2eac27cb08439a6d5cfdf1ee5f38412bc1dddb53c1865e5adc4f8c758ba1d221e5d30608bd12178beb15aed28940fa5db547520d57d8714919e20f0588fb1bfc
|
||||
DIST Crypt-DSA-1.19.tar.gz 30475 BLAKE2B 8817d4734e7d37f6c20c8daade193bb30af440cfced4b397720dfb69d2852ec2718dcfb76152c63c3c1fbe657f9617767975faa30f89c130eb9eeb2f63f8a0c0 SHA512 d0ee386c7084648081fed2b91609e56b515ff07c809cdf135483e83840afe82759df7dca2cf57e9540bff9c613efd9d0d74d40d2bba246d903ab7798a7f3e839
|
||||
|
||||
Reference in New Issue
Block a user