diff options
Diffstat (limited to 'dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild')
-rw-r--r-- | dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild b/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild new file mode 100644 index 000000000000..1355e9d4331d --- /dev/null +++ b/dev-perl/Crypt-Random-TESHA2/Crypt-Random-TESHA2-0.10.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020 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 +) |