diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-22 12:12:38 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-22 12:22:51 -0700 |
commit | e47f774a33de1f3771ba44503bc05720807ff9a5 (patch) | |
tree | 1c6283ce3a6180d3b262100cdee91f9759ded351 /dev-perl/Net-DNS-SEC | |
parent | media-fonts/noto-emoji: add ~ppc64 keyword (diff) | |
download | gentoo-e47f774a33de1f3771ba44503bc05720807ff9a5.tar.gz gentoo-e47f774a33de1f3771ba44503bc05720807ff9a5.tar.bz2 gentoo-e47f774a33de1f3771ba44503bc05720807ff9a5.zip |
dev-perl/Net-DNS-SEC: bump
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-perl/Net-DNS-SEC')
-rw-r--r-- | dev-perl/Net-DNS-SEC/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/Net-DNS-SEC/metadata.xml | 2 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Net-DNS-SEC/Manifest b/dev-perl/Net-DNS-SEC/Manifest index 8382d4cfe697..d092dafadea9 100644 --- a/dev-perl/Net-DNS-SEC/Manifest +++ b/dev-perl/Net-DNS-SEC/Manifest @@ -1 +1,2 @@ DIST Net-DNS-SEC-1.03.tar.gz 35605 BLAKE2B 8d7ab450986b4cc4f7d31ae50f3efdeb56e6a437269ff6a54d5ece26a863405f12faf16e52aff2ba991d6e8320ed5b5cd3d07fdee20a5b3db7da4683e02c6243 SHA512 17d9f2125b9ed687791941ea777927daf8cfe4a6a379d02cda499fb01a71606b1c01154a3d4f2f2ffb70f5a658aaf02e64c8e5cc308de8c8e0cc543271ee7bce +DIST Net-DNS-SEC-1.16.tar.gz 46603 BLAKE2B 3f248ebe62b21c68ba06b13a13bab2b8507df4cefd10f87de88191590b05b4ed48cc04b228a78768bf3ff907d319c38eeae46d3e407180eb9722f5eb5ccf2b24 SHA512 47eaaaabfc76666a4c7da89fd9eb189fa065c7e0b60f5c166420c76226a0df938e95e5abfa83e6a1a49b92593aee078883b1a170d39426c84fdef22a2fc50ef0 diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild new file mode 100644 index 000000000000..940973998048 --- /dev/null +++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=NLNETLABS +DIST_VERSION=1.16 +inherit perl-module + +DESCRIPTION="DNSSEC extensions to Net::DNS" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=virtual/perl-File-Spec-0.860.0 + >=virtual/perl-MIME-Base64-2.110.0 + >=dev-perl/Net-DNS-1.10.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.470.0 + ) +" + +src_test() { + perl-module_src_test +} diff --git a/dev-perl/Net-DNS-SEC/metadata.xml b/dev-perl/Net-DNS-SEC/metadata.xml index 6117d95ae0ac..70a3cced074f 100644 --- a/dev-perl/Net-DNS-SEC/metadata.xml +++ b/dev-perl/Net-DNS-SEC/metadata.xml @@ -9,8 +9,10 @@ <remote-id type="cpan">Net-DNS-SEC</remote-id> <remote-id type="cpan-module">Net::DNS::SEC</remote-id> <remote-id type="cpan-module">Net::DNS::SEC::DSA</remote-id> + <remote-id type="cpan-module">Net::DNS::SEC::Digest</remote-id> <remote-id type="cpan-module">Net::DNS::SEC::ECCGOST</remote-id> <remote-id type="cpan-module">Net::DNS::SEC::ECDSA</remote-id> + <remote-id type="cpan-module">Net::DNS::SEC::EdDSA</remote-id> <remote-id type="cpan-module">Net::DNS::SEC::Keyset</remote-id> <remote-id type="cpan-module">Net::DNS::SEC::Private</remote-id> <remote-id type="cpan-module">Net::DNS::SEC::RSA</remote-id> |