From 7fa8a1e3f149eea4c844c47cfe26136ed7614c58 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Apr 2024 12:04:03 +0100 Subject: gentoo auto-resync : 15:04:2024 - 12:04:02 --- net-dns/dnstop/dnstop-20140915-r2.ebuild | 36 -------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 net-dns/dnstop/dnstop-20140915-r2.ebuild (limited to 'net-dns/dnstop/dnstop-20140915-r2.ebuild') diff --git a/net-dns/dnstop/dnstop-20140915-r2.ebuild b/net-dns/dnstop/dnstop-20140915-r2.ebuild deleted file mode 100644 index 78a41f4f5091..000000000000 --- a/net-dns/dnstop/dnstop-20140915-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Displays various tables of DNS traffic on your network" -HOMEPAGE="http://dnstop.measurement-factory.com/" -SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc x86" -IUSE="" - -RDEPEND="sys-libs/ncurses:0 - net-libs/libpcap" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}"-pkg-config.patch ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --enable-ipv6 -} - -src_install() { - dobin dnstop - doman dnstop.8 - dodoc CHANGES -} -- cgit v1.2.3