summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-30 22:27:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-30 22:32:17 +0200
commit8d78d5b266765935afc0c481022745b8a72483b7 (patch)
treeb21eda55b80f14eb8f59e2c1328a16343f8773a8 /dev-perl/UltraDNS
parentdev-perl/txt2html: Fix PV of ebuild (diff)
downloadgentoo-8d78d5b266765935afc0c481022745b8a72483b7.tar.gz
gentoo-8d78d5b266765935afc0c481022745b8a72483b7.tar.bz2
gentoo-8d78d5b266765935afc0c481022745b8a72483b7.zip
dev-perl/UltraDNS: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/UltraDNS')
-rw-r--r--dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild (renamed from dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild)12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild b/dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
index 638784a3ba8b..f908f01918ff 100644
--- a/dev-perl/UltraDNS/UltraDNS-0.60.0-r2.ebuild
+++ b/dev-perl/UltraDNS/UltraDNS-0.60.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=TIMB
DIST_VERSION=0.06
@@ -11,18 +11,20 @@ DESCRIPTION="Client API for the NeuStar UltraDNS Transaction Protocol"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=">=dev-perl/Net-SSLeay-1.350.0
+RDEPEND=">=dev-perl/Net-SSLeay-1.350.0
dev-perl/Test-Exception
>=dev-perl/RPC-XML-0.640.0
dev-perl/XML-LibXML"
-RDEPEND="${DEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
+
PATCHES=(
"${FILESDIR}/${PN}-0.06-dotinc.patch"
"${FILESDIR}/${PN}-0.06-nomkmethods.patch"
)
+
PERL_RM_FILES=("t/perlcritic.t" "t/perlcritic" "t/pod-coverage.t" "t/pod.t")
+
mydoc="NUS_API_XML.errata"