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:50
Message-Id: 1516831235.6f91027340f900f90fa0ae1567e0a042663d8f82.asturm@gentoo
1 commit: 6f91027340f900f90fa0ae1567e0a042663d8f82
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 24 21:58:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 24 22:00:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f910273
7
8 net-analyzer/flent: Drop old
9
10 Closes: 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.ebuild | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/net-analyzer/flent/flent-1.0.1.ebuild b/net-analyzer/flent/flent-1.0.1.ebuild
17 deleted file mode 100644
18 index 8582f7c7e51..00000000000
19 --- a/net-analyzer/flent/flent-1.0.1.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2017 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 qt4 +plots"
39 -
40 -RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )
41 - qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
42 - plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
43 - net-analyzer/netperf[demo]
44 - net-misc/iperf
45 - net-analyzer/fping"
46 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"