summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Net-DNS-SEC
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Net-DNS-SEC')
-rw-r--r--dev-perl/Net-DNS-SEC/Manifest1
-rw-r--r--dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild33
-rw-r--r--dev-perl/Net-DNS-SEC/metadata.xml22
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-perl/Net-DNS-SEC/Manifest b/dev-perl/Net-DNS-SEC/Manifest
new file mode 100644
index 000000000000..721c374e990c
--- /dev/null
+++ b/dev-perl/Net-DNS-SEC/Manifest
@@ -0,0 +1 @@
+DIST Net-DNS-SEC-0.22.tar.gz 76844 SHA256 381830970220ee6175e19dfaa1d5589fd65137f6c54aa2542b61a826e1cb72ad SHA512 d51f35d778a0c1d2b461e1ac851a50534e56889ce2c6444c88bad268cb386aaed4be8e1314c5a16cfa825ddf5cfda23501b8536175c45c66c0da41954db29364 WHIRLPOOL 9360ed39b09b2df9eca0ca9bb4b771e566f9fe55edb66e95b0280b1174336724aa3ee031aaaad8cb87927b7fc498ae96e3a7a3a9c55c7e9646fa1eff5494eb73
diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild
new file mode 100644
index 000000000000..14dbf04b786c
--- /dev/null
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MODULE_AUTHOR=NLNETLABS
+MODULE_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION='DNSSEC extensions to Net::DNS'
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Crypt-OpenSSL-Bignum-0.40.0
+ >=dev-perl/Crypt-OpenSSL-DSA-0.100.0
+ >=dev-perl/Crypt-OpenSSL-RSA-0.190.0
+ >=virtual/perl-Digest-SHA-5.230.0
+ virtual/perl-MIME-Base64
+ >=dev-perl/Net-DNS-0.690.0
+ >=virtual/perl-Test-Simple-0.470.0
+ virtual/perl-Time-Local
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
+
+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 000000000000..8f9f02feaa6d
--- /dev/null
+++ b/dev-perl/Net-DNS-SEC/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <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>