Files
gentoo/dev-perl/Bytes-Random-Secure/Bytes-Random-Secure-0.290.0-r1.ebuild
Sam James 6cf91f545e dev-perl/Bytes-Random-Secure: style tweaks
* IUSE+RESTRICT for test aren't needed w/ >= EAPI 8 in perl-module.eclass
* Move PATCHES to the end
* Add bug link to patch

Signed-off-by: Sam James <sam@gentoo.org>
2026-07-18 08:42:07 +01:00

49 lines
871 B
Bash

# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DAVIDO
DIST_VERSION=0.29
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Extension to generate cryptographically-secure random bytes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
RDEPEND="
dev-perl/Crypt-Random-Seed
>=virtual/perl-MIME-Base64-3.30.0
dev-perl/Math-Random-ISAAC
>=virtual/perl-Scalar-List-Utils-1.210.0
"
BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.560.0
test? (
>=virtual/perl-Test-Simple-0.980.0
!minimal? (
dev-perl/Statistics-Basic
)
)
"
PERL_RM_FILES=(
t/00-boilerplate.t
t/01-manifest.t
t/02-pod.t
t/03-pod-coverage.t
t/04-perlcritic.t
t/05-kwalitee.t
t/06-meta-yaml.t
t/07-meta-json.t
t/09-changes.t
)
PATCHES=(
"${FILESDIR}/${PN}-0.290.0-CVE-2026-11625.patch"
)