mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Crypt-OpenSSL-RSA: add 0.350.0
Bug: https://bugs.gentoo.org/931108 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
38
dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.350.0.ebuild
Normal file
38
dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.350.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=TODDR
|
||||
DIST_VERSION=0.35
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="RSA encoding and decoding using the OpenSSL libraries"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/Crypt-OpenSSL-Bignum
|
||||
dev-perl/Crypt-OpenSSL-Random
|
||||
dev-libs/openssl:=
|
||||
"
|
||||
DEPEND="
|
||||
dev-libs/openssl:=
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-perl/Crypt-OpenSSL-Guess-0.110.0
|
||||
"
|
||||
|
||||
PERL_RM_FILES=(
|
||||
t/z_kwalitee.t
|
||||
t/z_perl_minimum_version.t
|
||||
t/z_meta.t
|
||||
t/z_pod-coverage.t
|
||||
t/z_pod.t
|
||||
)
|
||||
|
||||
mydoc="rfc*.txt"
|
||||
|
||||
export OPENSSL_PREFIX="${ESYSROOT}/usr"
|
||||
@@ -1 +1,2 @@
|
||||
DIST Crypt-OpenSSL-RSA-0.33.tar.gz 29010 BLAKE2B 4a25d93a351b51fcab3df75a14aedf9b039cc5f5692c2e7fb32c616da25a83917619683dbbc0d4f8c38cfa80e73b5af138c91a24a72be8830c37df06bcba539c SHA512 7bfa802ec41925ec9fa6937c5eea0d21f6f554a1d1d57ed679ed03b260cf08c0a397df11880de6d67abacfd843ad2c4f28b20ac58d80e183c2a83c91deb926bf
|
||||
DIST Crypt-OpenSSL-RSA-0.35.tar.gz 32027 BLAKE2B d3021dd76deddf0291f7fa8a75dd9ce4ff3bf669379a980a7a6fba4ea69573563bc6909c54ea05876e1ab7868ed46d43b3a6cdd479e07b5bb8218f73ffba862e SHA512 27fbf7d0cc65778b07700b375e8ebed457f237a465582eca07b3fb50d4c966cd4afc71919a50e14bf660dfa3c4ecc202a6410ad9301994d454a78e6e7bcb9608
|
||||
|
||||
Reference in New Issue
Block a user