From 5ce2eac3bedacd64e3a1647ea2951cbdcb4c6bc6 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Mon, 27 Dec 2021 08:25:11 +0800 Subject: [PATCH] fierce: bump and fix https://github.com/pentoo/pentoo-overlay/issues/1017 --- net-analyzer/fierce/Manifest | 1 + net-analyzer/fierce/fierce-1.5.0.ebuild | 1 + net-analyzer/fierce/fierce-9999.ebuild | 9 ++++++++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 120000 net-analyzer/fierce/fierce-1.5.0.ebuild diff --git a/net-analyzer/fierce/Manifest b/net-analyzer/fierce/Manifest index 39458489e..946e3603c 100644 --- a/net-analyzer/fierce/Manifest +++ b/net-analyzer/fierce/Manifest @@ -1 +1,2 @@ DIST fierce-1.4.0.tar.gz 114506 BLAKE2B f62a26e06fb65a0e350ef2db743a390a9fa22ea24c7abe1f436f938263eb414d7beaf54dfd09386235b23bb7d477c98ca4407e41851c9713f7907cfbdcb04b71 SHA512 6781f1b9f569a60b4e4ba157bef8173868d3f9064b358931232dec9c91e976b5561087e0a1eace9a41db4b914b7b88d035abcad81258781cb50308f5e534f93c +DIST fierce-1.5.0.tar.gz 121142 BLAKE2B 6520530562f4a4aceaacdc3dabffe75dc7d4edfe210a4269c9c2a807671d4493e20043f2b372f2eb33b10344900bc05be2e1e05502079bba28f339c13faf43fe SHA512 c70a75fd121a5177b5cbe7e28354cd9a4efe81b88db3abe7e7fa3c88c3e66ea54d20eee8c6fac4e6a8cc0b48832f7d493818ff4a3033f4efa8dd4990ad8071aa diff --git a/net-analyzer/fierce/fierce-1.5.0.ebuild b/net-analyzer/fierce/fierce-1.5.0.ebuild new file mode 120000 index 000000000..a5a5c50c3 --- /dev/null +++ b/net-analyzer/fierce/fierce-1.5.0.ebuild @@ -0,0 +1 @@ +fierce-9999.ebuild \ No newline at end of file diff --git a/net-analyzer/fierce/fierce-9999.ebuild b/net-analyzer/fierce/fierce-9999.ebuild index 4e98e70f9..8f33eff28 100644 --- a/net-analyzer/fierce/fierce-9999.ebuild +++ b/net-analyzer/fierce/fierce-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,13 @@ LICENSE="GPL-2" SLOT="0" IUSE="" +#/etc/resolv.conf doesn't exist, +RESTRICT="test" + RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" +# test? ( dev-python/pytest +# dev-python/pyfakefs )" + +#distutils_enable_tests pytest