diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-16 06:18:12 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-16 06:34:30 +0200 |
commit | 24209322af229f707659223ecab7dfdba37db0a1 (patch) | |
tree | 9abff753a8120dce69c523ddd2d3c6099da7d35a /dev-perl | |
parent | media-gfx/libimagequant-2.12.3: alpha stable, bug 690970 (diff) | |
download | gentoo-24209322af229f707659223ecab7dfdba37db0a1.tar.gz gentoo-24209322af229f707659223ecab7dfdba37db0a1.tar.bz2 gentoo-24209322af229f707659223ecab7dfdba37db0a1.zip |
dev-perl/CryptX: Version bump to 0.64
Bug: https://bugs.gentoo.org/690464
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/CryptX/CryptX-0.64.0.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/CryptX/Manifest | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/CryptX/CryptX-0.64.0.ebuild b/dev-perl/CryptX/CryptX-0.64.0.ebuild new file mode 100644 index 000000000000..b1a7e49d33fb --- /dev/null +++ b/dev-perl/CryptX/CryptX-0.64.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=MIK +DIST_VERSION=0.064 +inherit perl-module + +DESCRIPTION="Self-contained crypto toolkit" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" + +RDEPEND=" + !minimal? ( + || ( dev-perl/Cpanel-JSON-XS dev-perl/JSON-XS virtual/perl-JSON-PP ) + ) +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.880.0 + !minimal? ( + >=virtual/perl-Math-BigInt-1.999.715 + >=virtual/perl-Storable-2.0.0 + ) + ) +" + +src_test() { + perl_rm_files t/003_all_pm_pod.t + perl-module_src_test +} diff --git a/dev-perl/CryptX/Manifest b/dev-perl/CryptX/Manifest index 91610b771031..3c3e97472382 100644 --- a/dev-perl/CryptX/Manifest +++ b/dev-perl/CryptX/Manifest @@ -1 +1,2 @@ DIST CryptX-0.053.tar.gz 1405139 BLAKE2B d46af13c0c9ccda9d77ad92ba26a861d00e540a5344194fa0018a5091d671225a685efc57f1dcb511feb9d05e8f3208b6afcb76d00620f23560484710fab43a4 SHA512 d67966dbbc66a185b87372eb56d60b2a5fa31f26a9d9a572486ce6de25bb6b3116fddf18558634f64101fb7d43ee340fcfa3b61a0cec6b24c4bb791b3ad982c1 +DIST CryptX-0.064.tar.gz 1619390 BLAKE2B 19741c71e36efc2339d2ade3b1f1125a7441ab00509892c7b1cdcbfc004eeca46ba15962dc0f3f92569ff2b9d936059420237a80f03ff71a596d7061ff075e04 SHA512 b153512d1036461de795cd40b71b55f32908ac84101079e3e62c2690736de102046fe1f66007c4b0af6ded797709e1f06934d171f349bf983d53a2f1ab1f0d1d |