mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
dnsrecon: 0.8.14 bump
This commit is contained in:
parent
e500c8d08f
commit
8b75e7c853
4 changed files with 4 additions and 62 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST dnsrecon-0.8.11.tar.gz 636120 BLAKE2B 907027bd22a27ff59354fad5b7d17fab0139924b5190289bc30e8815a1b1d3be5e70049354c08a10f14f2177c6eb389246386d37a4160e504cd60854e34f4286 SHA512 5ca6fd94830b8286221171d09fa36909f71fccfb3ca76352e117ce7fd557d3c50183ac828fa60e574e0d12df53b7a4b9e6288fb5ad02864a00983bbb160a8006
|
||||
DIST dnsrecon-0.8.12.tar.gz 636154 BLAKE2B 73a9649556eb87a57380d8c1f5b35a7393a82ec5c4d4953696e81c6bee5317548f8ffcfec8c3ff04157dac9e22de7a98a7c599d8084614313c8aa9f09255aaef SHA512 a94372938b40784a7d0aeddb63cf1428ace6331007b5fc90f0c221ef9f14996007d89ac7120d8a1e9bf9af72ed040872a465c481cb3662a23e515d0bb7f62713
|
||||
DIST dnsrecon-0.8.13.tar.gz 637099 BLAKE2B 0c8c022f0c3018766b01baa5a4c10642e523d396102ccbe0109fb45d60abcdc292f1436b7b796bc9cd179ba6a197ed266905ec6accd02805faca7f7f0f46fee7 SHA512 228aa0166d46268ab5a7b0f54d1663fbb0d825b528955813a7c54a76bb693ddc167f6311ac4c88d4d158371218bf7f03e48e4f502d2c92d608eff66cad7f54ad
|
||||
DIST dnsrecon-0.8.14.tar.gz 639761 BLAKE2B 3e2bc152702318f192608cdd9a036347f89afab0cc233acb5fa0213a468a5247e72990e3c39592c21a7754c65cc5a9f98de5c8f71e2a2c8e4e8cf7ab0a1f9bfd SHA512 8f881527a4d36cf504a470f2aef374b6003d580eb205554b3c590d43b4772d0b042f280ab43ba84ee1b6d22c64241b9f0a98a4d42655ccff8d266d89699c7671
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
inherit multilib python-r1 git-r3
|
||||
|
||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||
DESCRIPTION="DNS Enumeration Script"
|
||||
#SRC_URI="https://github.com/darkoperator/dnsrecon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
EGIT_REPO_URI="https://github.com/darkoperator/dnsrecon.git"
|
||||
EGIT_COMMIT="c96739859cc25177df0a9a3a3b7bdcfe62d87394"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
virtual/python-dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
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 "${EPREFIX}"/usr/$(get_libdir)/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
inherit multilib python-r1
|
||||
|
||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||
DESCRIPTION="DNS Enumeration Script"
|
||||
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
virtual/python-dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
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 "${EPREFIX}"/usr/$(get_libdir)/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -17,7 +17,8 @@ IUSE=""
|
|||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
virtual/python-dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr"
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
Loading…
Reference in a new issue