scamper: 20181219 bump

This commit is contained in:
blshkv 2018-12-29 09:47:56 +08:00
parent 216693e37e
commit 035a9f0fb7
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 25 additions and 0 deletions

View file

@ -1,2 +1,3 @@
DIST scamper-cvs-20180309.tar.gz 1708681 BLAKE2B c07862744935a6b1628a4c43ac04d6850089bf1d87b7eb9e19aead47a8dd31cfe16240fb3ff5900bf60a11693f34c8d8744e6e6785a0450b164bd9667aa6bde5 SHA512 ffa27e52862fc86a503c5499ce733f34c79a6346caec3f6a132853e47973ef52d6155dd3d56733e633c24c0dbc736af384480bdb19dd75b1fc9b44500b649d46
DIST scamper-cvs-20180504.tar.gz 1709320 BLAKE2B 723e6805fd31f4a20e005a1a8131940e1d9864ab8cd0aab70e2918cdbcdf979cce738ba8fd430e7cf75fc17ea5e7f690014a2d32614f93f9887ed785c583db66 SHA512 3f32d62e28158191f6410a8789a80c2c425c325059ccd941c7caeefddb2f116ad3bc10bc00f9e6cbb65d26f29676e76f394725171cd9ce38e3808f9a5ae67050
DIST scamper-cvs-20181219.tar.gz 1718968 BLAKE2B 45fd580620b102e770a38ef07d30662f0521b7930067b38e552e044c76cd4119c5840132ded07f884054d5891c1e6655358f24ed4af20fc2cbf6885036cb0a4b SHA512 73f29d9a351ce3a31f9a7ae24a70bd2ac3205dfd4a52af4f9fe5396b26678a6f7f7f881a0f7ca00761a1bffde1d875820a52afcd1466fe527b50a411ece0c3b6

View file

@ -0,0 +1,24 @@
# Copyright 1999-2018 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)
}