Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/
Date: Wed, 24 Jan 2018 22:00:49
Message-Id: 1516831234.b0babaec6d605f976feafa573e477c09414850e5.asturm@gentoo
1 commit: b0babaec6d605f976feafa573e477c09414850e5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 24 21:57:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 24 22:00:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0babaec
7
8 net-analyzer/flent: Drop USE=qt4
9
10 Bug: https://bugs.gentoo.org/634960
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 net-analyzer/flent/flent-1.0.1-r1.ebuild | 24 ++++++++++++++++++++++++
14 1 file changed, 24 insertions(+)
15
16 diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild
17 new file mode 100644
18 index 00000000000..d90d41ace9b
19 --- /dev/null
20 +++ b/net-analyzer/flent/flent-1.0.1-r1.ebuild
21 @@ -0,0 +1,24 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="The FLExible Network Tester"
32 +HOMEPAGE="https://flent.org/"
33 +SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 +
35 +LICENSE="GPL-3"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="+qt5 +plots"
39 +
40 +RDEPEND="qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
41 + plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
42 + net-analyzer/netperf[demo]
43 + net-misc/iperf
44 + net-analyzer/fping"
45 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"