Skip to content

Commit

Permalink
net-analyzer/flent: new ebuild
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
zx2c4 committed Sep 30, 2016
1 parent bd1a5b6 commit 22991f4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-analyzer/flent/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST flent-0.14.0.tar.gz 2240915 SHA256 f3c1485e62263315b2075be2f4ea90c55b4aab47542cfee1a45d06552f8678b5 SHA512 99944150135a5b54b238a84dd0cae77dd3d8c5443e66e2259b900723822c01142c129762124690576f623264a1cb7cf5fba5fc2421d96b3a6b32359200628627 WHIRLPOOL 771cbdf75bd8ccd643f07979c49efe9a26ddda1f3837db233b13dd1177b45f2a74afa1efcff303e4ed5f40174dd8a0e70f21114153aa8a6fc905453a0bc0a6e0
23 changes: 23 additions & 0 deletions net-analyzer/flent/flent-0.14.0.ebuild
Original file line number Diff line number Diff line change
@@ -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}]"
11 changes: 11 additions & 0 deletions net-analyzer/flent/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Jason A. Donenfeld</name>
</maintainer>
<use>
<flag name="plots">Enable drawing plots</flag>
</use>
</pkgmetadata>

0 comments on commit 22991f4

Please sign in to comment.