summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-22 17:36:12 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-22 17:37:15 +0100
commitf948a88ad2eaa57f1502b500f058a66897da8f33 (patch)
tree0389e13f3fe8f39fa8f543372654e6d61add807d /net-dns/dnstop/dnstop-20121017.ebuild
parentdev-ml/lablgtk-2.18.5-r0: stable on alpha (diff)
downloadgentoo-f948a88ad2eaa57f1502b500f058a66897da8f33.tar.gz
gentoo-f948a88ad2eaa57f1502b500f058a66897da8f33.tar.bz2
gentoo-f948a88ad2eaa57f1502b500f058a66897da8f33.zip
net-dns/dnstop: Drop ipv6 USE dep.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-dns/dnstop/dnstop-20121017.ebuild')
-rw-r--r--net-dns/dnstop/dnstop-20121017.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-dns/dnstop/dnstop-20121017.ebuild b/net-dns/dnstop/dnstop-20121017.ebuild
deleted file mode 100644
index 0f1d2d1acd12..000000000000
--- a/net-dns/dnstop/dnstop-20121017.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-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="ipv6"
-
-RDEPEND="sys-libs/ncurses
- net-libs/libpcap[ipv6?]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch_user
-}
-
-src_configure() {
- econf \
- $(use_enable ipv6)
-}
-
-src_install() {
- dobin dnstop
- doman dnstop.8
- dodoc CHANGES
-}