mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
Merge pull request #357 from gkroon/dirhunt
dirhunt update and removing non-working python 2.7 support
This commit is contained in:
commit
71b07018f4
4 changed files with 39 additions and 4 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST dirhunt-0.4.2.tar.gz 98093 BLAKE2B ac3aac40715415b8b4fe6c82b0949d33d21694a79c1c1ae06b65ba1623e2f4e857e4066da47de708e9b79e29e5cf5ea65baf4063fd8d77415126fafc9aa40c33 SHA512 b143dbe19a49a9ebbb0f2d2cf8906c58c88dd011b9b3c754ae65a099d6a8456dccdbbbbca16875e110c7b47cf7529e8499dde7c4a05e0d25db1bbb6be26adba4
|
||||
DIST dirhunt-0.5.0.tar.gz 100519 BLAKE2B e969a99d62e9373f1a476ada0ec0307efa43fed58f372a90db0f82e7f07c38af3ea18cf47409602a08a476009a33618ac6d176608c42cd2e9380ede11f1d44e7 SHA512 d1947978b6b96ad008bae31312797975db4585894a1443b4045e45bf1cb91329888beb9b794ec501b53cc384301ef2cf21d36760d4171cbf7a22d460e920beef
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 )
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
36
net-analyzer/dirhunt/dirhunt-0.5.0.ebuild
Normal file
36
net-analyzer/dirhunt/dirhunt-0.5.0.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Nekmo/dirhunt.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Dirhunt is a web crawler optimized for searching and analyzing web directories."
|
||||
HOMEPAGE="https://github.com/Nekmo/dirhunt"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1
|
||||
dev-python/click
|
||||
dev-python/colorama
|
||||
dev-python/humanize
|
||||
dev-python/requests
|
||||
dev-python/requests-mock"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
|
@ -112,11 +112,9 @@ net-analyzer/zmap
|
|||
net-analyzer/sublist3r
|
||||
net-analyzer/amass
|
||||
|
||||
~net-analyzer/dirhunt-0.4.2
|
||||
~net-analyzer/dirhunt-0.5.0
|
||||
~net-analyzer/xbruteforcer-20180611
|
||||
~net-analyzer/droopescan-1.41.1
|
||||
~net-analyzer/ham2mon-20170603
|
||||
|
||||
~net-analyzer/cipherscan-20180519
|
||||
|
||||
~net-analyzer/gobuster-2.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue