This commit is contained in:
blshkv 2018-02-11 09:45:15 +08:00
parent 0b9f4b6452
commit f4c3e3f721
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
4 changed files with 33 additions and 2 deletions

View file

@ -1 +1,2 @@
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

View file

@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Fierce is a DNS reconnaissance tool written in perl"
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/${PV}.tar.gz -> ${P}.tar.gz"

View file

@ -0,0 +1,30 @@
# 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
}

View file

@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1 git-r3
DESCRIPTION="Fierce is a DNS reconnaissance tool written in perl"
DESCRIPTION="A DNS reconnaissance tool for locating non-contiguous IP space"
HOMEPAGE="https://github.com/mschwager/fierce"
EGIT_REPO_URI="https://github.com/mschwager/fierce.git"