Install this version:
emerge -a =net-analyzer/ipsumdump-1.86
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/ipsumdump-1.86
Or alternatively:
emerge --autounmask-write -a =net-analyzer/ipsumdump-1.86
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Simple TCP/IP Dump summarizer/analyzer"
HOMEPAGE="https://read.seas.harvard.edu/~kohler/ipsumdump/"
SRC_URI="https://read.seas.harvard.edu/~kohler/ipsumdump/${P}.tar.gz"
LICENSE="the-Click-license"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+ipv6 +nanotimestamp"
BDEPEND="
dev-lang/perl
sys-apps/texinfo
"
RDEPEND="
net-libs/libpcap
"
DEPEND="
${RDEPEND}
dev-libs/expat
virtual/os-headers
"
DOCS=( NEWS.md README.md )
PATCHES=(
"${FILESDIR}"/${PN}-1.86-SIOCGSTAMP.patch
)
src_configure() {
econf \
--cache-file="${S}"/config.cache \
$(use_enable ipv6 ip6) \
$(use_enable nanotimestamp)
}
Manage flags for this package:
euse -i <flag> -p net-analyzer/ipsumdump |
euse -E <flag> -p net-analyzer/ipsumdump |
euse -D <flag> -p net-analyzer/ipsumdump
net-libs/libpcap dev-libs/expat virtual/os-headers
net-libs/libpcap
dev-lang/perl sys-apps/texinfo
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ipsumdump-1.86.tar.gz | 895567 bytes | https://read.seas.harvard.edu/~kohler/ipsumdump/ipsumdump-1.86.tar.gz |