summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild')
-rw-r--r--dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild33
1 files changed, 0 insertions, 33 deletions
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
deleted file mode 100644
index 14dbf04b786c..000000000000
--- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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"