From 8126dcc522e2b2190188d70f258f0521badd5373 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 4 Nov 2016 17:25:18 +0100 Subject: net-analyzer/flent: bump Package-Manager: portage-2.3.2 --- net-analyzer/flent/Manifest | 2 +- net-analyzer/flent/flent-0.14.0.ebuild | 24 ------------------------ net-analyzer/flent/flent-0.15.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 net-analyzer/flent/flent-0.14.0.ebuild create mode 100644 net-analyzer/flent/flent-0.15.0.ebuild (limited to 'net-analyzer') diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest index 5c57489d557d..6a57b7fb2dbe 100644 --- a/net-analyzer/flent/Manifest +++ b/net-analyzer/flent/Manifest @@ -1 +1 @@ -DIST flent-0.14.0.tar.gz 2240915 SHA256 f3c1485e62263315b2075be2f4ea90c55b4aab47542cfee1a45d06552f8678b5 SHA512 99944150135a5b54b238a84dd0cae77dd3d8c5443e66e2259b900723822c01142c129762124690576f623264a1cb7cf5fba5fc2421d96b3a6b32359200628627 WHIRLPOOL 771cbdf75bd8ccd643f07979c49efe9a26ddda1f3837db233b13dd1177b45f2a74afa1efcff303e4ed5f40174dd8a0e70f21114153aa8a6fc905453a0bc0a6e0 +DIST flent-0.15.0.tar.gz 2274612 SHA256 15415e904ffc8c2b65e052f7450fa79ade723b3c535f3c87c97fcac34f1f36b7 SHA512 b93df5baf9f579257d25cb1a0978f04c1ecdbf193f11901a66c93062b161d5f06c9e1012e66a7decfa13d12993c48c70459586ac3a74d8274d19e5cb9a4ed8ae WHIRLPOOL 34cff2bb7d15097e617ddb11bca9411a71b5eaceaf8cb8f9852758fd3d45f91d26056b59229b7410dab88aedde9015192dd186eeacda2d30f54b448c76f43045 diff --git a/net-analyzer/flent/flent-0.14.0.ebuild b/net-analyzer/flent/flent-0.14.0.ebuild deleted file mode 100644 index a11344bd83b8..000000000000 --- a/net-analyzer/flent/flent-0.14.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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[demo] - net-misc/iperf" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/net-analyzer/flent/flent-0.15.0.ebuild b/net-analyzer/flent/flent-0.15.0.ebuild new file mode 100644 index 000000000000..a11344bd83b8 --- /dev/null +++ b/net-analyzer/flent/flent-0.15.0.ebuild @@ -0,0 +1,24 @@ +# 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[demo] + net-misc/iperf" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad