gentoo-ebuilds/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild
Sam James c4a6f5f186
dev-perl/Crypt-Random-TESHA2: Stabilize 0.10.0 amd64, #943420
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-14 03:20:09 +00:00

35 lines
733 B
Bash

# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=DANAJ
DIST_VERSION=0.01
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Random numbers using timer/schedule entropy"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
>=virtual/perl-Digest-SHA-5.220.0
>=virtual/perl-Exporter-5.562.0
>=virtual/perl-Time-HiRes-1.971.100
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.450.0
)
"
PERL_RM_FILES=(
t/12-dispersion.t # internally skipped
t/90-release-perlcritic.t
t/91-release-pod-syntax.t
t/92-release-pod-coverage.t
t/93-release-kwalitee.t
)