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
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
-rw-r--r--net-dns/dnstop/Manifest1
-rw-r--r--net-dns/dnstop/dnstop-20121017.ebuild35
-rw-r--r--net-dns/dnstop/dnstop-20140915-r2.ebuild4
-rw-r--r--net-dns/dnstop/dnstop-20140915.ebuild4
4 files changed, 4 insertions, 40 deletions
diff --git a/net-dns/dnstop/Manifest b/net-dns/dnstop/Manifest
index 1fe503fee804..23996772d571 100644
--- a/net-dns/dnstop/Manifest
+++ b/net-dns/dnstop/Manifest
@@ -1,2 +1 @@
-DIST dnstop-20121017.tar.gz 74559 SHA256 6aed2d6037ab94244c4b802a412f902034be3448431b2118cd0e6afe1bf959f6 SHA512 efe0abdd87d14aa8bdc74dad4a5a4d613110e0a78ee7034ecf6d4a7e2037f1895c776761d70127c021ba207dffbc7e1cb551ec55f62b54f93babcd38f21cd44a WHIRLPOOL 30539e7bc5967bc4a67743d4c8b610776e119bd33208d2925f9615926dae5f4233269d35732404e0e1f4078c4b16fe88bcb89fa3bdb7486ce7287608f526b69d
DIST dnstop-20140915.tar.gz 77917 SHA256 b4b03d02005b16e98d923fa79957ea947e3aa6638bb267403102d12290d0c57a SHA512 902cf96f7366983cae4bf684e44fbe12f6e982cee8ff489329e25e1a13de60870d356906a99fee56c6da2258c4a39074a504389549c6c2e239a4ea94d8b9a65d WHIRLPOOL dbdb56039bf9eaa3463edd77f01fc5a500cd3b5d68337491791c63b1e212c0a8eaebcf9cea8d7cbf918f98fbbf92e14c7e1a665715a915f68e84b1b77e48c616
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
-}
diff --git a/net-dns/dnstop/dnstop-20140915-r2.ebuild b/net-dns/dnstop/dnstop-20140915-r2.ebuild
index ba7c1cca6a9b..8c37c7054cf6 100644
--- a/net-dns/dnstop/dnstop-20140915-r2.ebuild
+++ b/net-dns/dnstop/dnstop-20140915-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
IUSE=""
RDEPEND="sys-libs/ncurses:0
- net-libs/libpcap[ipv6(+)]"
+ net-libs/libpcap"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}"-pkg-config.patch )
diff --git a/net-dns/dnstop/dnstop-20140915.ebuild b/net-dns/dnstop/dnstop-20140915.ebuild
index 0f1d2d1acd12..40161c1cdae3 100644
--- a/net-dns/dnstop/dnstop-20140915.ebuild
+++ b/net-dns/dnstop/dnstop-20140915.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
IUSE="ipv6"
RDEPEND="sys-libs/ncurses
- net-libs/libpcap[ipv6?]"
+ net-libs/libpcap"
DEPEND="${RDEPEND}"
src_prepare() {