diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 08:15:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 08:22:03 +0300 |
commit | 67597c118d69c33002d804b47cc827bf7b3c08eb (patch) | |
tree | 00965e8826431b51d0519f508fe74682bf2c3d4e /net-analyzer | |
parent | dev-python/python-etcd: treeclean (diff) | |
download | gentoo-67597c118d69c33002d804b47cc827bf7b3c08eb.tar.gz gentoo-67597c118d69c33002d804b47cc827bf7b3c08eb.tar.bz2 gentoo-67597c118d69c33002d804b47cc827bf7b3c08eb.zip |
net-analyzer/flent: treeclean
Closes: https://bugs.gentoo.org/684334
Closes: https://bugs.gentoo.org/808877
Closes: https://bugs.gentoo.org/808879
Closes: https://bugs.gentoo.org/808881
Closes: https://bugs.gentoo.org/832248
Closes: https://bugs.gentoo.org/869524
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/flent/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/flent/flent-1.3.2.ebuild | 24 | ||||
-rw-r--r-- | net-analyzer/flent/metadata.xml | 14 |
3 files changed, 0 insertions, 39 deletions
diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest deleted file mode 100644 index 9b8f56346cb2..000000000000 --- a/net-analyzer/flent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flent-1.3.2.tar.gz 2977251 BLAKE2B 03b4f67ec5a9a83ceee40b1cda529aaaccc162012a8de702a5c0bc58e08ec62df80e60d901bd76d3bc4c2d9cde0310ad32fcfbe458fc2b2a9cb2bdc82e9ec704 SHA512 cda7e9fffffa0b6d6e723c18e175fc844d97b8cae0299c46cbbd5ca03bd09d39d9d92c7ee72e6bda5bc27d921090ba5be747eca7a64dd4ef1f889575c18973d6 diff --git a/net-analyzer/flent/flent-1.3.2.ebuild b/net-analyzer/flent/flent-1.3.2.ebuild deleted file mode 100644 index 265d9cefe200..000000000000 --- a/net-analyzer/flent/flent-1.3.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 xdg - -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}]" diff --git a/net-analyzer/flent/metadata.xml b/net-analyzer/flent/metadata.xml deleted file mode 100644 index 60c810ab37ea..000000000000 --- a/net-analyzer/flent/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zx2c4@gentoo.org</email> - <name>Jason A. Donenfeld</name> - </maintainer> - <use> - <flag name="plots">Enable drawing plots</flag> - </use> - <upstream> - <remote-id type="github">tohojo/flent</remote-id> - </upstream> -</pkgmetadata> |