diff options
author | 2020-07-18 14:31:48 +1200 | |
---|---|---|
committer | 2020-07-18 14:32:20 +1200 | |
commit | c4fe193b5827c605ae78cc844210b03597410efc (patch) | |
tree | cad8dcf46a5f451affe9a4e6e3492a31fb6b7632 /dev-perl/Data-Types | |
parent | dev-python/autobahn: 20.4.3 stable amd64 x86 bug 722218 (diff) | |
download | gentoo-c4fe193b5827c605ae78cc844210b03597410efc.tar.gz gentoo-c4fe193b5827c605ae78cc844210b03597410efc.tar.bz2 gentoo-c4fe193b5827c605ae78cc844210b03597410efc.zip |
ev-perl/Data-Types: Bump to version 0.170.0
- EAPI7
- Parallel tests
- Unconditioanlly strip bad tests'
Upstream:
- Don't match unicode digits in numeric tests
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Types')
-rw-r--r-- | dev-perl/Data-Types/Data-Types-0.170.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Data-Types/Manifest | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Data-Types/Data-Types-0.170.0.ebuild b/dev-perl/Data-Types/Data-Types-0.170.0.ebuild new file mode 100644 index 000000000000..6ff51a7b80a5 --- /dev/null +++ b/dev-perl/Data-Types/Data-Types-0.170.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MANWAR +DIST_VERSION=0.17 + +inherit perl-module + +DESCRIPTION="Validate and convert data types." +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="dev-perl/Module-Build" +BDEPEND=" + >=dev-perl/Module-Build-0.270.100 + test? ( + >=virtual/perl-Test-Simple-0.170.0 + ) +" +PERL_RM_FILES=( + "t/zpod.t" +) diff --git a/dev-perl/Data-Types/Manifest b/dev-perl/Data-Types/Manifest index 373609b5e2c5..eb6345524a08 100644 --- a/dev-perl/Data-Types/Manifest +++ b/dev-perl/Data-Types/Manifest @@ -1 +1,2 @@ DIST Data-Types-0.09.tar.gz 8527 BLAKE2B 724dfd99d41861b5def9a83030ddaafda790492094f15304aba2374a36a4fd2a11a027db31f500ffcfca3f4a7373796ee80efdb1b030a94cf9d372fdef4baa2e SHA512 9d337457a5714b298f514f841c27a252fa5af6aa145061266b948bf6ffabab3966a2910d09b80b7ee138822ffa2661971813676a60295ad62b57aa122ec9b8a2 +DIST Data-Types-0.17.tar.gz 7942 BLAKE2B d5b3edff44e2cf511431e620b838ea0dd5dbcdfa87498e55e49f441e14edf24f6ebcc2961f88850b1fe6a8802b1d804accc104b7d600029e0fcd0bcfcbc42761 SHA512 4e496005f744251365fe43719b00ba89fe5135e04c737b166247bc0b60955b62ddc381d0e837a958aca51b0c4699c2d51a2d02901a4368fb60a31a9952deb315 |