mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-analyzer/tsung: Bump
Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tsung-1.6.0.tar.gz 1585794 SHA256 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84 SHA512 c66a84fc9b6781398ed4dee67f076fcddca28c5156782c05d6f5d7ce3e5e2ed6dbdb4076585f45a42aea65237b68aa08c8c80539706202a10cfec4e3ac8170cd WHIRLPOOL 3f083239c6c0950b6420dd7d401d0267f30655f5a3470f136326e6cc35414f779d58eb8e8aeac40eecb279976f5228369e5786e9df2b582e4ed75b45dc9fd35b
|
||||
DIST tsung-1.7.0.tar.gz 1572265 SHA256 6394445860ef34faedf8c46da95a3cb206bc17301145bc920151107ffa2ce52a SHA512 67490a95fb54f5196ae0302190190a6b8e79bbeba9a7c1932d83a949504489d4cc3ce048380c0cb09c6cae4c1e203d52de9ea0e2f4e7c3d7438b836aef532dac WHIRLPOOL f9175aebcff944b13550a11d10cd20cae8a0a1afadf6b40ab30aad6b02894008db0b340ff48f32ef76c0856be9921c4fcf2d877120937d1fe1ab869efe36825c
|
||||
|
||||
38
net-analyzer/tsung/tsung-1.7.0.ebuild
Normal file
38
net-analyzer/tsung/tsung-1.7.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
# Seems to be misconfigured
|
||||
RESTRICT="test"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Erlang's multi-protocol distributed load testing tool"
|
||||
HOMEPAGE="http://tsung.erlang-projects.org/"
|
||||
SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gnuplot"
|
||||
|
||||
DEPEND="dev-lang/erlang"
|
||||
RDEPEND="
|
||||
gnuplot? (
|
||||
sci-visualization/gnuplot
|
||||
dev-perl/Template-Toolkit
|
||||
)
|
||||
${DEPEND}
|
||||
"
|
||||
src_configure() {
|
||||
./configure --prefix="/usr" || die "econf failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "Failed building"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake -j1 DESTDIR="${D}" install || die "Failed installing"
|
||||
}
|
||||
Reference in New Issue
Block a user