Skip to content

Commit

Permalink
theHarvester: 20190415 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Apr 16, 2019
1 parent 8ec259e commit 1d62d72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion net-analyzer/theHarvester/Manifest
@@ -1,3 +1,3 @@
DIST theHarvester-3.0.4.tar.gz 1061009 BLAKE2B b1943d2e6346d323d76a9e88e6f1451eabb35bae1f95cd40dc5f87ba1fb56fe0d39f57186e9f06d3eff1087df7bfb971eec5c104ba109e4bfe6b9260d3cc1b45 SHA512 c4ed5dda6ab94d25dab60d28b151081c0643e38efcb8c29b889e140cb247c1d27fe11bb30857a415837b1cc0c1735f86a6f150c5c353097d6e2e54cb35428d31 DIST theHarvester-3.0.4.tar.gz 1061009 BLAKE2B b1943d2e6346d323d76a9e88e6f1451eabb35bae1f95cd40dc5f87ba1fb56fe0d39f57186e9f06d3eff1087df7bfb971eec5c104ba109e4bfe6b9260d3cc1b45 SHA512 c4ed5dda6ab94d25dab60d28b151081c0643e38efcb8c29b889e140cb247c1d27fe11bb30857a415837b1cc0c1735f86a6f150c5c353097d6e2e54cb35428d31
DIST theHarvester-3.0.6.tar.gz 1067923 BLAKE2B 7a3bfd6176f48e4fd13f8580066677a1e932553f3d770740a415b5db57ef5a7d9bc568dfb6af58fc1a26e0f01e81ed8e3c6b41a469f294267d1e0b9874c3f271 SHA512 79e00cf4fddc0a6bed6377756f60cae8868ebdae49df57e5876ca5e1e952640faeb8a4513180abd6fe736b92d44e1854725ec44ea5ca07d02c47e65791711ce0 DIST theHarvester-3.0.6.tar.gz 1067923 BLAKE2B 7a3bfd6176f48e4fd13f8580066677a1e932553f3d770740a415b5db57ef5a7d9bc568dfb6af58fc1a26e0f01e81ed8e3c6b41a469f294267d1e0b9874c3f271 SHA512 79e00cf4fddc0a6bed6377756f60cae8868ebdae49df57e5876ca5e1e952640faeb8a4513180abd6fe736b92d44e1854725ec44ea5ca07d02c47e65791711ce0
DIST theHarvester-3.0.6_p20190409.tar.gz 1035109 BLAKE2B 7a09d449fee9c156f7b68b97e07d67be2cc932be46289685caf5ad5f6a9150747554a0d7983a507ad112d769d665b0e158af703d001745b34a1e1927ccd501fc SHA512 1376fbf2cee13d709a313d0c93743ac7ea66e825f2018aa4d506d0bc589134fd4cb49e5695aeb8ea2b6b3e5697f584bcb0a392e537a332ef70e2f09a15505795 DIST theHarvester-3.0.6_p20190415.tar.gz 1035110 BLAKE2B b773cbd9a4820c22c00b748756ea45c6f89f07347ef14a69860368357e1addfcdb6ddc0a52bb60dca3335d17e41b4d68deab144c0458aaee3f51967f2770e613 SHA512 8147c23224fcfea273c3c8ce6cb642586794424f833fe615ef302790167d84c1303d9a2c02c0a633ff07b80833ed9f19bbfc924deda07989fccee5a6a07b6fd5
Expand Up @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{5,6,7} )


inherit distutils-r1 inherit distutils-r1


HASH_COMMIT="9f7811d3784a43434cb6ef71107d9ef4701432e6" HASH_COMMIT="f39c2a7b698bfa7bd253b2761dac12ec670e7685"


DESCRIPTION="The Harvester is a tool designed to collect email accounts of the target domain" DESCRIPTION="The Harvester is a tool designed to collect email accounts of the target domain"
HOMEPAGE="http://www.edge-security.com/theharvester.php" HOMEPAGE="http://www.edge-security.com/theharvester.php"
Expand All @@ -16,7 +16,7 @@ SRC_URI="https://github.com/laramies/theHarvester/archive/${HASH_COMMIT}.tar.gz
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86" KEYWORDS="~amd64 ~ppc ~x86"
IUSE="" IUSE="test"


RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}] RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/censys[${PYTHON_USEDEP}] dev-python/censys[${PYTHON_USEDEP}]
Expand All @@ -25,12 +25,16 @@ RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/shodan[${PYTHON_USEDEP}] dev-python/shodan[${PYTHON_USEDEP}]
dev-python/texttable[${PYTHON_USEDEP}] dev-python/texttable[${PYTHON_USEDEP}]
net-analyzer/wfuzz[${PYTHON_USEDEP}]" net-analyzer/wfuzz[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"


S="${WORKDIR}/${PN}-${HASH_COMMIT}" S="${WORKDIR}/${PN}-${HASH_COMMIT}"


src_prepare() { src_prepare() {
# python_fix_shebang .
rm -r tests rm -r tests
eapply_user eapply_user
} }

#python_test() {
# esetup.py test
#}

0 comments on commit 1d62d72

Please sign in to comment.