diff --git a/net-analyzer/fierce/Manifest b/net-analyzer/fierce/Manifest index 60689510c..3e8968f6a 100644 --- a/net-analyzer/fierce/Manifest +++ b/net-analyzer/fierce/Manifest @@ -1,2 +1 @@ -DIST fierce-1.2.0.tar.gz 112289 SHA256 78cb29a7a8419b0c537210575dcfba56cda19efe3352031bd277d9d25f1a0ff1 SHA512 bc163c3231bcdb0e4d831ccd4b565a2431a024fc60a7102aabb477cf68bde1aafc79fbc69f417818c56d83ff775b76f9a5a85b0198e16f77506e3b32f78ffad6 WHIRLPOOL de5686b3b319e4332a7f5a6a3b1a25f2c3853733f5116fc98d7e0f7f5a512776559eba92ef377c605f8afc17183c455d3316153e2f8de5260994c36218f29fd9 -DIST fierce-1.2.1_rc2.tar.gz 112166 SHA256 26c346c891b4d8f64115799e9b12188b921c22b962cd25fe3521abf00798d505 SHA512 45cda4c889915ecc5f7b0c7e2f937f117f2255f83881bb95695da306003526c9b2053775f330474abba1da3e249e535c02f8bbf099d69c8a570e2ad2f78e032b WHIRLPOOL dc8689abce0e03355a6fabfced16324cf5e1b95d2f1b032970c6d0da30e6211e7eb18d1d0b01313b944b5fa6375904c5df299ff911d1139f50f1ea55d113e7fa +DIST fierce-1.2.1.tar.gz 113592 BLAKE2B bbd0771657a4b792ff2ba139a6b169ad73fb23358f8d70cf9e0f4febba96028aeec7619fdbf84e21f634d850561ddea3dc1f3e615861f13740a7fc0bbc663dc5 SHA512 89b0ef58b6f17ff38a05edd02335372d1eeac25b3b9e6c6c87ff482d117a65c9464ec6a2673070988fd28d6d96a4501a63d85e5df125c0041f7919a0c9da8231 diff --git a/net-analyzer/fierce/fierce-1.2.0-r1.ebuild b/net-analyzer/fierce/fierce-1.2.1.ebuild similarity index 77% rename from net-analyzer/fierce/fierce-1.2.0-r1.ebuild rename to net-analyzer/fierce/fierce-1.2.1.ebuild index 89a9d50d8..00da41860 100644 --- a/net-analyzer/fierce/fierce-1.2.0-r1.ebuild +++ b/net-analyzer/fierce/fierce-1.2.1.ebuild @@ -19,10 +19,9 @@ RDEPEND="virtual/python-dnspython[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" +#S="${WORKDIR}/${PN}-${MY_PV}" + python_prepare_all() { sed -i -e "s|dnspython==1.15.0|dnspython|" requirements.txt || die - #https://github.com/mschwager/fierce/issues/25 - sed -i -e "s|os.path.dirname(__file__)|\"/usr/share/fierce/\"|" fierce.py || die - sed -i -e "s|'lists', data|'share/fierce/lists', data|" setup.py || die distutils-r1_python_prepare_all } diff --git a/net-analyzer/fierce/fierce-1.2.1_rc2.ebuild b/net-analyzer/fierce/fierce-1.2.1_rc2.ebuild deleted file mode 100644 index 2fb15c84e..000000000 --- a/net-analyzer/fierce/fierce-1.2.1_rc2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{5,6} ) -inherit distutils-r1 - -MY_PV=${PV/_rc/-rc} - -DESCRIPTION="A DNS reconnaissance tool for locating non-contiguous IP space" -HOMEPAGE="https://github.com/mschwager/fierce" -SRC_URI="https://github.com/mschwager/fierce/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -#https://github.com/mschwager/fierce/archive/1.2.1-rc2.tar.gz - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="virtual/python-dnspython[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${PN}-${MY_PV}" - -python_prepare_all() { - sed -i -e "s|dnspython==1.15.0|dnspython|" requirements.txt || die - distutils-r1_python_prepare_all -}