summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/tsung/tsung-1.6.0.ebuild')
-rw-r--r--net-analyzer/tsung/tsung-1.6.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-analyzer/tsung/tsung-1.6.0.ebuild b/net-analyzer/tsung/tsung-1.6.0.ebuild
deleted file mode 100644
index 532e451fbaf4..000000000000
--- a/net-analyzer/tsung/tsung-1.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-# 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"
-}