mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 08:40:57 +02:00
scamper: v20180504 bump
This commit is contained in:
parent
0557bf9823
commit
5d7c28cf98
3 changed files with 2 additions and 27 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST scamper-cvs-20170822.tar.gz 1670353 BLAKE2B 683e026fa120581f1fe73e431afb5529898b646aa8ba2948ad3e724a8905ff6e24e212893e5f0815f136815a0bc41eb3931c960e8bbdac2baa71bfafb06bc152 SHA512 51637e01dbc1c766455a192d0a8d622d2aa53fa8fd0fa8d100882fae3e806c61f3cb63c594999b7364af82e41cc3480a29baf8440510e0929fef9c36d417c17e
|
||||
DIST scamper-cvs-20171204.tar.gz 1671056 BLAKE2B 2a8433bd2960dc8a623da7df0a093dd70164408e601eb843e6f48937d2495e1ba383b28c24bb087fdb57b82e9a226f7280e18bc0189fb3c1e8a345aa2e2d6a52 SHA512 a44ffe40fb9fc24d3587f97bc2a6f2a806f35d0c61ae5f46c333fbf1782c43f4e49070bdbd9e1875c6c9f21ba62935a9d518d937d836fc7087686fcf4c7e06ce
|
||||
DIST scamper-cvs-20180309.tar.gz 1708681 BLAKE2B c07862744935a6b1628a4c43ac04d6850089bf1d87b7eb9e19aead47a8dd31cfe16240fb3ff5900bf60a11693f34c8d8744e6e6785a0450b164bd9667aa6bde5 SHA512 ffa27e52862fc86a503c5499ce733f34c79a6346caec3f6a132853e47973ef52d6155dd3d56733e633c24c0dbc736af384480bdb19dd75b1fc9b44500b649d46
|
||||
DIST scamper-cvs-20180504.tar.gz 1709320 BLAKE2B 723e6805fd31f4a20e005a1a8131940e1d9864ab8cd0aab70e2918cdbcdf979cce738ba8fd430e7cf75fc17ea5e7f690014a2d32614f93f9887ed785c583db66 SHA512 3f32d62e28158191f6410a8789a80c2c425c325059ccd941c7caeefddb2f116ad3bc10bc00f9e6cbb65d26f29676e76f394725171cd9ce38e3808f9a5ae67050
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
# 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)
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
Loading…
Reference in a new issue