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 AA3E11382C5 for ; Wed, 24 Jan 2018 22:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D4EE0932; 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 D3753E0932 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 E295F335C0C 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 350A21CC 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: <1516831235.6f91027340f900f90fa0ae1567e0a042663d8f82.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.ebuild X-VCS-Directories: net-analyzer/flent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6f91027340f900f90fa0ae1567e0a042663d8f82 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: 340e36ac-fe26-4a08-aa44-f8226b0aefb9 X-Archives-Hash: 24c8ed18e0032954a7396c6e71a84bd3 commit: 6f91027340f900f90fa0ae1567e0a042663d8f82 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 24 21:58:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 24 22:00:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f910273 net-analyzer/flent: Drop old Closes: https://bugs.gentoo.org/634960 Package-Manager: Portage-2.3.20, Repoman-2.3.6 net-analyzer/flent/flent-1.0.1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/net-analyzer/flent/flent-1.0.1.ebuild b/net-analyzer/flent/flent-1.0.1.ebuild deleted file mode 100644 index 8582f7c7e51..00000000000 --- a/net-analyzer/flent/flent-1.0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 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 qt4 +plots" - -RDEPEND="qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) - 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}]"