commit: 67597c118d69c33002d804b47cc827bf7b3c08eb Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 05:15:56 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 05:22:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67597c11
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 <AT> gentoo.org> net-analyzer/flent/Manifest | 1 - net-analyzer/flent/flent-1.3.2.ebuild | 24 ------------------------ net-analyzer/flent/metadata.xml | 14 -------------- profiles/package.mask | 6 ------ 4 files changed, 45 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>[email protected]</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> diff --git a/profiles/package.mask b/profiles/package.mask index 5f1fa6c1b137..4ccdef8adc09 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -273,12 +273,6 @@ app-portage/repoman # Removal on 2022-10-11. Bug #869650. dev-python/pytest-pylint -# Arthur Zamarin <[email protected]> (2022-09-10) -# Python 3.8 only. EAPI=6 ebuild. 5 open bugs. Issues with newer -# dependencies versions. -# Removal: 2022-10-10. Bugs #869524, #684334. -net-analyzer/flent - # Arthur Zamarin <[email protected]> (2022-09-10) # Python 3.8 only package. Tests are disabled. Newer targets fail # more tests then 3.8 target.
