mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 04:10:58 +02:00
dnsrecon: bump
This commit is contained in:
parent
f3d9426c72
commit
44bc8bedb5
2 changed files with 31 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
EBUILD dnsrecon-20130802.ebuild 822 SHA256 c9577f3acdbeb31fc0e416da30597414977ac9e05155cf334e323378bfbc8cee SHA512 f3f98e3625377c7bef1464d0589a0e5a9a46c3838649c3389e329197cd501d3508e66711d4ebb5d4d6c595efa1b7fd8a13cdb27cb150858ffcaa4d39004ef378 WHIRLPOOL cd44074efb13b868d489f9978ad662a6d226e04270ab5d06d314123f81add3957d5016c27cd73a731358d6aed248eeea726a4dc1226e772999b2ac4fa91725f7
|
||||
EBUILD dnsrecon-20130918.ebuild 822 SHA256 692fb8e924e8f29cb258bb072c7ff0fcac2661a45ab552c16e4b5d8076cd49d2 SHA512 b55282eaabdca05f38486facf8facd09fc4b32dde83eb8a8e3a92e4bad27f85d8e5187bad444eb2deb62dc438c858a46d117b08668aca596a9014ce44fe1a4f5 WHIRLPOOL 479eb1df75b5bdab879c7f07a1f0f6bba7bad9187ff000130ade920bbc9e92d617610c2ebe413ddd3566fc103c974fc71e7d494c552e0f7d706732b64770bd78
|
||||
|
|
|
|||
30
net-analyzer/dnsrecon/dnsrecon-20130918.ebuild
Normal file
30
net-analyzer/dnsrecon/dnsrecon-20130918.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
#python3 support is comining after bug #484954 fix
|
||||
PYTHON_COMPAT=( python2_{6,7} )
|
||||
inherit git-2 multilib python-r1
|
||||
|
||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||
DESCRIPTION="DNS Enumeration Script"
|
||||
EGIT_REPO_URI="https://github.com/darkoperator/dnsrecon.git"
|
||||
EGIT_COMMIT="3e2e357633e0d4613afd976a2640042bc480174b"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/dnspython
|
||||
dev-python/netaddr"
|
||||
|
||||
src_install() {
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -R "${S}"/* "${D}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||
dosym /usr/$(get_libdir)/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue