From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA25F1382C5 for ; Wed, 24 Jan 2018 22:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D315E092B; Wed, 24 Jan 2018 22:00:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2895CE092B for ; Wed, 24 Jan 2018 22:00:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0E88335C0B for ; Wed, 24 Jan 2018 22:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2076619B for ; Wed, 24 Jan 2018 22:00:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1516831234.b0babaec6d605f976feafa573e477c09414850e5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/flent/flent-1.0.1-r1.ebuild X-VCS-Directories: net-analyzer/flent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b0babaec6d605f976feafa573e477c09414850e5 X-VCS-Branch: master Date: Wed, 24 Jan 2018 22:00:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 904cb087-19d9-4db3-899f-fe2c65ccab25 X-Archives-Hash: 9259a78c81b60cc2ad7d90bc3fa016c3 commit: b0babaec6d605f976feafa573e477c09414850e5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 24 21:57:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 24 22:00:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0babaec net-analyzer/flent: Drop USE=qt4 Bug: https://bugs.gentoo.org/634960 Package-Manager: Portage-2.3.20, Repoman-2.3.6 net-analyzer/flent/flent-1.0.1-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild new file mode 100644 index 00000000000..d90d41ace9b --- /dev/null +++ b/net-analyzer/flent/flent-1.0.1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="+qt5 +plots" + +RDEPEND="qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) + plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) + net-analyzer/netperf[demo] + net-misc/iperf + net-analyzer/fping" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"