summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r3.ebuild (renamed from dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r2.ebuild)17
1 files changed, 5 insertions, 12 deletions
diff --git a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r2.ebuild b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r3.ebuild
index cf97e85ab52e..9a6b38d99b30 100644
--- a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r2.ebuild
+++ b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r3.ebuild
@@ -1,26 +1,19 @@
-# 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=TIMPOTTER
DIST_VERSION=0.01
+DIST_WIKI="tests"
inherit perl-module
DESCRIPTION="Utility routines for use with Net::Pcap"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
RDEPEND="dev-perl/Net-Pcap"
-DEPEND="${RDEPEND}"
-PATCHES=("${FILESDIR}/${PN}-0.01-testsuite.patch")
+BDEPEND="${RDEPEND}"
-src_test() {
- if [[ $EUID != 0 ]]; then
- elog "Some tests require root privileges. For details, see:"
- elog "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
- fi
- perl-module_src_test
-}
+PATCHES=("${FILESDIR}/${PN}-0.01-testsuite.patch")