commit: 24dc8f2935059e2f6eaa26bb433fffb8d190d4ec Author: mudler <mudler <AT> dark-lab <DOT> net> AuthorDate: Mon Jul 21 12:55:03 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Jul 21 22:15:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24dc8f29
[added] Net::DNS::SEC Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: B5F1512B --- dev-perl/Net-DNS-SEC/ChangeLog | 9 ++++ dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild | 63 +++++++++++++++++++++++++ dev-perl/Net-DNS-SEC/metadata.xml | 26 ++++++++++ 3 files changed, 98 insertions(+) diff --git a/dev-perl/Net-DNS-SEC/ChangeLog b/dev-perl/Net-DNS-SEC/ChangeLog new file mode 100644 index 0000000..b6c25e7 --- /dev/null +++ b/dev-perl/Net-DNS-SEC/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Net-DNS-SEC +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Net-DNS-SEC-0.190.0 (21 Jul 2014) + + 21 Jul 2014; mudler <[email protected]> + +Net-DNS-SEC-0.190.0.ebuild, +metadata.xml: + [added] Net::DNS::SEC diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild new file mode 100644 index 0000000..3501934 --- /dev/null +++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.190.0.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=NLNETLABS +MODULE_VERSION=0.19 +inherit perl-module + +DESCRIPTION='DNSSEC extensions to Net::DNS' +LICENSE=" MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # Crypt::OpenSSL::Bignum 0.03 ( 0.30.0 ) + echo \>=dev-perl/Crypt-OpenSSL-Bignum-0.30.0 + # Crypt::OpenSSL::DSA 0.1 ( 0.100.0 ) + echo \>=dev-perl/Crypt-OpenSSL-DSA-0.100.0 + # Crypt::OpenSSL::RSA 0.19 ( 0.190.0 ) + echo \>=dev-perl/Crypt-OpenSSL-RSA-0.190.0 + # Digest::BubbleBabble 0.01 ( 0.10.0 ) + echo \>=dev-perl/digest-bubblebabble-0.10.0 + # Digest::SHA 5.23 ( 5.230.0 ) + echo \>=virtual/perl-Digest-SHA-5.230.0 + # File::Basename + echo dev-lang/perl + # MIME::Base32 + # echo perl-core/MIME-Base32 + # MIME::Base64 + echo virtual/perl-MIME-Base64 + # Math::BigInt + echo virtual/perl-Math-BigInt + # Net::DNS 0.69 ( 0.690.0 ) + echo \>=dev-perl/Net-DNS-0.690.0 + # Test::More 0.47 ( 0.470.0 ) + echo \>=virtual/perl-Test-Simple-0.470.0 + # Time::Local + echo virtual/perl-Time-Local + # perl 5.006 ( 5.6.0 ) + echo \>=dev-lang/perl-5.6.0 +} +perl_meta_test(){ + # Test::More 0.47 ( 0.470.0 ) + echo \>=virtual/perl-Test-Simple-0.470.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/Net-DNS-SEC/metadata.xml b/dev-perl/Net-DNS-SEC/metadata.xml new file mode 100644 index 0000000..f9730e2 --- /dev/null +++ b/dev-perl/Net-DNS-SEC/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>[email protected]</email> + <name>mudler</name> + </maintainer> + <upstream> + <remote-id type="cpan">Net-DNS-SEC</remote-id> + <remote-id type="cpan-module">Net::DNS::Keyset</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::CDNSKEY</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::CDS</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::DLV</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::DNSKEY</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::DS</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::KEY</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::NSEC</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::NSEC3</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::NSEC3PARAM</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::RRSIG</remote-id> + <remote-id type="cpan-module">Net::DNS::RR::SIG</remote-id> + <remote-id type="cpan-module">Net::DNS::SEC</remote-id> + <remote-id type="cpan-module">Net::DNS::SEC::Private</remote-id> + </upstream> +</pkgmetadata>
