summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 16:40:48 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:21:46 +0000
commit6e753943f4eae5bb0b9c3147fd3a8caa69709bc5 (patch)
treeba88a0b76af3145e3d11524d81eccea362cea742 /net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
parentnet-analyzer/netselect: sync live ebuild, adjust FILECAPS path (diff)
downloadgentoo-6e753943f4eae5bb0b9c3147fd3a8caa69709bc5.tar.gz
gentoo-6e753943f4eae5bb0b9c3147fd3a8caa69709bc5.tar.bz2
gentoo-6e753943f4eae5bb0b9c3147fd3a8caa69709bc5.zip
net-analyzer/ipsumdump: drop 1.85, 1.86
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/ipsumdump/ipsumdump-1.85.ebuild')
-rw-r--r--net-analyzer/ipsumdump/ipsumdump-1.85.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
deleted file mode 100644
index 371b03c67b61..000000000000
--- a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple TCP/IP Dump summarizer/analyzer"
-HOMEPAGE="http://read.seas.harvard.edu/~kohler/ipsumdump/"
-SRC_URI="http://read.seas.harvard.edu/~kohler/ipsumdump/${P}.tar.gz"
-
-LICENSE="the-Click-license"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ipv6 +nanotimestamp"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-libs/expat
- sys-apps/texinfo"
-
-src_configure() {
- econf $(use_enable ipv6 ip6) \
- $(use_enable nanotimestamp)
-}