Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS-SEC/
Date: Fri, 22 May 2020 19:22:57
Message-Id: 1590175371.e47f774a33de1f3771ba44503bc05720807ff9a5.robbat2@gentoo
1 commit: e47f774a33de1f3771ba44503bc05720807ff9a5
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 19:12:38 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 19:22:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47f774a
7
8 dev-perl/Net-DNS-SEC: bump
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 dev-perl/Net-DNS-SEC/Manifest | 1 +
13 dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild | 31 +++++++++++++++++++++++++
14 dev-perl/Net-DNS-SEC/metadata.xml | 2 ++
15 3 files changed, 34 insertions(+)
16
17 diff --git a/dev-perl/Net-DNS-SEC/Manifest b/dev-perl/Net-DNS-SEC/Manifest
18 index 8382d4cfe69..d092dafadea 100644
19 --- a/dev-perl/Net-DNS-SEC/Manifest
20 +++ b/dev-perl/Net-DNS-SEC/Manifest
21 @@ -1 +1,2 @@
22 DIST Net-DNS-SEC-1.03.tar.gz 35605 BLAKE2B 8d7ab450986b4cc4f7d31ae50f3efdeb56e6a437269ff6a54d5ece26a863405f12faf16e52aff2ba991d6e8320ed5b5cd3d07fdee20a5b3db7da4683e02c6243 SHA512 17d9f2125b9ed687791941ea777927daf8cfe4a6a379d02cda499fb01a71606b1c01154a3d4f2f2ffb70f5a658aaf02e64c8e5cc308de8c8e0cc543271ee7bce
23 +DIST Net-DNS-SEC-1.16.tar.gz 46603 BLAKE2B 3f248ebe62b21c68ba06b13a13bab2b8507df4cefd10f87de88191590b05b4ed48cc04b228a78768bf3ff907d319c38eeae46d3e407180eb9722f5eb5ccf2b24 SHA512 47eaaaabfc76666a4c7da89fd9eb189fa065c7e0b60f5c166420c76226a0df938e95e5abfa83e6a1a49b92593aee078883b1a170d39426c84fdef22a2fc50ef0
24
25 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
26 new file mode 100644
27 index 00000000000..94097399804
28 --- /dev/null
29 +++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
30 @@ -0,0 +1,31 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +DIST_AUTHOR=NLNETLABS
37 +DIST_VERSION=1.16
38 +inherit perl-module
39 +
40 +DESCRIPTION="DNSSEC extensions to Net::DNS"
41 +LICENSE="MIT"
42 +SLOT="0"
43 +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"
44 +IUSE="test"
45 +RESTRICT="!test? ( test )"
46 +
47 +RDEPEND="
48 + >=virtual/perl-File-Spec-0.860.0
49 + >=virtual/perl-MIME-Base64-2.110.0
50 + >=dev-perl/Net-DNS-1.10.0
51 +"
52 +DEPEND="${RDEPEND}
53 + virtual/perl-ExtUtils-MakeMaker
54 + test? (
55 + >=virtual/perl-Test-Simple-0.470.0
56 + )
57 +"
58 +
59 +src_test() {
60 + perl-module_src_test
61 +}
62
63 diff --git a/dev-perl/Net-DNS-SEC/metadata.xml b/dev-perl/Net-DNS-SEC/metadata.xml
64 index 6117d95ae0a..70a3cced074 100644
65 --- a/dev-perl/Net-DNS-SEC/metadata.xml
66 +++ b/dev-perl/Net-DNS-SEC/metadata.xml
67 @@ -9,8 +9,10 @@
68 <remote-id type="cpan">Net-DNS-SEC</remote-id>
69 <remote-id type="cpan-module">Net::DNS::SEC</remote-id>
70 <remote-id type="cpan-module">Net::DNS::SEC::DSA</remote-id>
71 + <remote-id type="cpan-module">Net::DNS::SEC::Digest</remote-id>
72 <remote-id type="cpan-module">Net::DNS::SEC::ECCGOST</remote-id>
73 <remote-id type="cpan-module">Net::DNS::SEC::ECDSA</remote-id>
74 + <remote-id type="cpan-module">Net::DNS::SEC::EdDSA</remote-id>
75 <remote-id type="cpan-module">Net::DNS::SEC::Keyset</remote-id>
76 <remote-id type="cpan-module">Net::DNS::SEC::Private</remote-id>
77 <remote-id type="cpan-module">Net::DNS::SEC::RSA</remote-id>