From 8ca97c8e0ae57c05f3dffe2033728f061956e2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Thu, 15 Jul 2021 20:10:02 +0200 Subject: [PATCH] dev-perl/Net-Pcap: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild | 33 ----------------------- 1 file changed, 33 deletions(-) delete mode 100644 dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild deleted file mode 100644 index 4bbc2d5625b19..0000000000000 --- a/dev-perl/Net-Pcap/Net-Pcap-0.180.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SAPER -DIST_VERSION=0.18 -DIST_EXAMPLES=( "eg/*" ) -inherit perl-module - -DESCRIPTION="Interface to the pcap(3) LBL packet capture library" - -SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" -IUSE="" - -RDEPEND="net-libs/libpcap - dev-perl/IO-Interface" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-${DIST_VERSION}-test-error.patch" -) - -src_test() { - if [[ $EUID != 0 ]]; then - elog "Comprehensive testing of this module requires root permissions." - elog "For details, see:" - elog "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}" - fi - perl_rm_files t/pod{,cover,spell}.t t/distchk.t t/portfs.t - perl-module_src_test -}