summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-12-27 16:29:07 +1300
committerKent Fredric <kentnl@gentoo.org>2017-12-27 21:09:54 +1300
commitdf397e61bfc2cb913c6a570bb6563cc2fb40a427 (patch)
tree84e14c5bf1e62077272aa4a32a79d1979966b92f /dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild
parentdev-perl/PPI-PowerToys: Add missing CPAN remote-id's (diff)
downloadgentoo-df397e61bfc2cb913c6a570bb6563cc2fb40a427.tar.gz
gentoo-df397e61bfc2cb913c6a570bb6563cc2fb40a427.tar.bz2
gentoo-df397e61bfc2cb913c6a570bb6563cc2fb40a427.zip
dev-perl/ParaDNS: EAPI6 + tests
- EAPI6ify - Enable tests - Fix compatibility with newer Net-DNS - Fence tests under networkless environments Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild')
-rw-r--r--dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild b/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild
new file mode 100644
index 000000000000..f39727696356
--- /dev/null
+++ b/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MSERGEANT
+DIST_VERSION=2.0
+inherit perl-module
+
+DESCRIPTION="a DNS lookup class for the Danga::Socket framework"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-perl/Net-DNS
+ >=dev-perl/Danga-Socket-1.61"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-2.0-net-dns-compat.patch"
+ "${FILESDIR}/${PN}-2.0-no-network.patch"
+)