Install this version:
emerge -a =net-analyzer/scamper-20191102b
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/scamper-20191102b
Or alternatively:
emerge --autounmask-write -a =net-analyzer/scamper-20191102b
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Actively probes the Internet in order to analyze topology and performance"
HOMEPAGE="http://www.caida.org/tools/measurement/scamper/"
SRC_URI="http://www.caida.org/tools/measurement/scamper/code/scamper-cvs-${PV}.tar.gz"
S="${WORKDIR}/scamper-cvs-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="privsep debug"
src_configure() {
econf \
$(use_enable privsep privsep) \
$(use_enable debug debug-file)
}
Manage flags for this package:
euse -i <flag> -p net-analyzer/scamper |
euse -E <flag> -p net-analyzer/scamper |
euse -D <flag> -p net-analyzer/scamper
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | scamper-cvs-20191102b.tar.gz | 1844484 bytes | http://www.caida.org/tools/measurement/scamper/code/scamper-cvs-20191102b.tar.gz |