scamper: v20171204 bump

This commit is contained in:
blshkv 2017-12-05 21:54:46 +08:00
parent 8a176e3534
commit 93f8f4ceff
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 25 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST scamper-cvs-20170822.tar.gz 1670353 SHA256 b239f3c302a4c39b329835794b31a9c80da2b2b43baa674ad881a78f4fc5892c SHA512 51637e01dbc1c766455a192d0a8d622d2aa53fa8fd0fa8d100882fae3e806c61f3cb63c594999b7364af82e41cc3480a29baf8440510e0929fef9c36d417c17e WHIRLPOOL a6ae89ccb2d4f0962c894f97751cc7952fb27a5dc645ee577b712d696e1716b07ce6fb3782924413364eaee1c9f28abbe602b73afa3c06e1e58eab9ec93b318a
DIST scamper-cvs-20171204.tar.gz 1671056 SHA256 556596a138b6a403fbe105affdc7beb8fa98e292767304378c8308fa11b73529 SHA512 a44ffe40fb9fc24d3587f97bc2a6f2a806f35d0c61ae5f46c333fbf1782c43f4e49070bdbd9e1875c6c9f21ba62935a9d518d937d836fc7087686fcf4c7e06ce WHIRLPOOL 1c60c288dfebb579895b875b079ff52b3447a0a094f12118477ba4d4a502b1ce38da3219508dd4fa3aa770306868643e240f69f43ff6a34fdd51cdee264fcc5f

View file

@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="privsep debug"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/scamper-cvs-${PV}"
src_configure() {
econf \
$(use_enable privsep privsep) \
$(use_enable debug debug-file)
}