net-analyzer/flent: new ebuild
authorJason A. Donenfeld <zx2c4@gentoo.org>
Fri, 30 Sep 2016 16:50:11 +0000 (18:50 +0200)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Fri, 30 Sep 2016 16:50:24 +0000 (18:50 +0200)
Package-Manager: portage-2.3.1

net-analyzer/flent/Manifest [new file with mode: 0644]
net-analyzer/flent/flent-0.14.0.ebuild [new file with mode: 0644]
net-analyzer/flent/metadata.xml [new file with mode: 0644]

diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
new file mode 100644 (file)
index 0000000..5c57489
--- /dev/null
@@ -0,0 +1 @@
+DIST flent-0.14.0.tar.gz 2240915 SHA256 f3c1485e62263315b2075be2f4ea90c55b4aab47542cfee1a45d06552f8678b5 SHA512 99944150135a5b54b238a84dd0cae77dd3d8c5443e66e2259b900723822c01142c129762124690576f623264a1cb7cf5fba5fc2421d96b3a6b32359200628627 WHIRLPOOL 771cbdf75bd8ccd643f07979c49efe9a26ddda1f3837db233b13dd1177b45f2a74afa1efcff303e4ed5f40174dd8a0e70f21114153aa8a6fc905453a0bc0a6e0
diff --git a/net-analyzer/flent/flent-0.14.0.ebuild b/net-analyzer/flent/flent-0.14.0.ebuild
new file mode 100644 (file)
index 0000000..7703aaf
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="The FLExible Network Tester"
+HOMEPAGE="https://flent.org/"
+SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+qt4 +plots"
+
+RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
+               plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
+               net-analyzer/netperf"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/net-analyzer/flent/metadata.xml b/net-analyzer/flent/metadata.xml
new file mode 100644 (file)
index 0000000..c4bb72b
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>zx2c4@gentoo.org</email>
+<name>Jason A. Donenfeld</name>
+</maintainer>
+<use>
+<flag name="plots">Enable drawing plots</flag>
+</use>
+</pkgmetadata>