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.370.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
41
dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.370.0.ebuild
Normal file
41
dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.370.0.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=TODDR
|
||||
DIST_VERSION=0.37
|
||||
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"
|
||||
|
||||
src_configure() {
|
||||
export OPENSSL_PREFIX="${ESYSROOT}/usr"
|
||||
perl-module_src_configure
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST Crypt-OpenSSL-RSA-0.35.tar.gz 32027 BLAKE2B d3021dd76deddf0291f7fa8a75dd9ce4ff3bf669379a980a7a6fba4ea69573563bc6909c54ea05876e1ab7868ed46d43b3a6cdd479e07b5bb8218f73ffba862e SHA512 27fbf7d0cc65778b07700b375e8ebed457f237a465582eca07b3fb50d4c966cd4afc71919a50e14bf660dfa3c4ecc202a6410ad9301994d454a78e6e7bcb9608
|
||||
DIST Crypt-OpenSSL-RSA-0.37.tar.gz 34148 BLAKE2B 17e320c855945f97563b230c49e806098485f216ef9bb9ab2b53e279b7216165fb09336caf0eb41f68ea283889de56018bdaace7b53dc877fb5c73c433e33760 SHA512 e53f041c5b4f579678da8c7d8c950e52ecea85d09365f4387f5e5066ed8efda35d4448085720f47dcb7b3e78a467f9160a282c2288335c92e0e3d052ee8eea1b
|
||||
|
||||
Reference in New Issue
Block a user