diff options
-rw-r--r-- | net-analyzer/flent/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/flent/flent-1.3.2.ebuild | 24 | ||||
-rw-r--r-- | net-analyzer/flent/flent-2.0.0.ebuild | 24 | ||||
-rw-r--r-- | net-analyzer/flent/metadata.xml | 14 |
4 files changed, 0 insertions, 64 deletions
diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest deleted file mode 100644 index 26cef3c..0000000 --- a/net-analyzer/flent/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST flent-1.3.2.tar.gz 2977251 SHA256 f71793bb924b36d0e4c230182755c3f5dd26cd7f239b1fa6b717d942258cbf9a SHA512 cda7e9fffffa0b6d6e723c18e175fc844d97b8cae0299c46cbbd5ca03bd09d39d9d92c7ee72e6bda5bc27d921090ba5be747eca7a64dd4ef1f889575c18973d6 WHIRLPOOL 90fcf717903ddd0c9b6d57c43eedfa047732dd6781c49203ff3b85d3cfde8f66adb0bec313378dd377d423707494edeef8d375b80b52c67b5da5857ccb41724e -DIST flent-2.0.0.tar.gz 3639477 SHA256 e8dd2d5e17bd1c0a3a5aad3aa501faa3f0d748d8f5424a9265d42e30ae63d3df SHA512 06b97a988deb8af1dffa3bfdd73fb87ca341b76c28eb1ad89fde77b8d5dfd040cfbb829550ee3afc3608e4fa1817305c850a068af3958a88233f2c524800f439 WHIRLPOOL 564ec0538c33acb2d7347022ba4909ca8974a2ea6d84afc2c857800ee0f4094db19a8498504630a0f9027b73312ea71e758864be1f8f546c4b30bf806f258a07 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 6e99c4d..0000000 --- a/net-analyzer/flent/flent-1.3.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..11} ) - -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 +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/flent-2.0.0.ebuild b/net-analyzer/flent/flent-2.0.0.ebuild deleted file mode 100644 index 6e99c4d..0000000 --- a/net-analyzer/flent/flent-2.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..11} ) - -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 +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 d33bba3..0000000 --- a/net-analyzer/flent/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://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> |