net-dns/dnswalk: Port to EAPI 7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-01-18 18:35:46 +01:00
parent 5317b6380e
commit 1e1313f2dc
2 changed files with 15 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
EAPI=7
DESCRIPTION="dnswalk is a DNS database debugger"
HOMEPAGE="https://sourceforge.net/projects/dnswalk/"
@@ -13,16 +13,14 @@ KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
RDEPEND=">=dev-perl/Net-DNS-0.12"
S=${WORKDIR}
S="${WORKDIR}"
src_prepare() {
sed -i 's:#!/usr/contrib/bin/perl:#!'"${EPREFIX}"'/usr/bin/perl:' dnswalk
}
PATCHES=( "${FILESDIR}"/${PN}-2.0.2-portable-shebang.patch )
src_install () {
src_install() {
dobin dnswalk
dodoc CHANGES README TODO \
do-dnswalk makereports sendreports rfc1912.txt dnswalk.errors
einstalldocs
dodoc do-dnswalk makereports sendreports rfc1912.txt dnswalk.errors
doman dnswalk.1
}

View File

@@ -0,0 +1,8 @@
--- a/dnswalk
+++ b/dnswalk
@@ -1,4 +1,4 @@
-#!/usr/contrib/bin/perl
+#!/usr/bin/env perl
#
# dnswalk Walk through a DNS tree, pulling out zone data and
# dumping it in a directory tree