dnsrecon: 0.8.9 release bump

This commit is contained in:
Anton Bolshakov 2015-03-31 14:55:19 +00:00
parent a203c45824
commit 35512f98a7
5 changed files with 9 additions and 70 deletions

View file

@ -1,4 +1,3 @@
EBUILD dnsrecon-20140105.ebuild 822 SHA256 3cfcb1b9911db74dde255be2d4b2b6f666307f310684a6d9bd5f9d2053484773 SHA512 1936c0122a72c186ef747ffe8133827a2c5219539476ad9b0fb662c739c1eefc6cad723b1311d4864b45bfabad8721997e641440123e2c1aac0534c4769d1635 WHIRLPOOL 565d4a2363b95e5843896da70dd24b8646b44a3c35f6c43562c3b7ce3ad503bd2c933f4d98b868c15011ab1f83ef3c0cae453b335f10d097e8ec84cadb6e0f7e
EBUILD dnsrecon-20140415.ebuild 822 SHA256 93b307a4d35553d7fa7a0c7e31eb522f81703ea59a675a7a0875661f62dda9b7 SHA512 d1adce471ec40dcf0e466cd1030101507e9c7296a25218aa56164b2a1524aa1873c73fe6517d34b23a90ce3cda7d529d6885598c345f0faa5a651984c439fef6 WHIRLPOOL 659c02e60e2b1724f102bbf935082f17cdee0fa1be365c2d965ce1c2a84ecafe0c95599f2b1b12b44d5cc3210890e9016ad0fd6343a3fb2567c3287a3b534419
EBUILD dnsrecon-20140610.ebuild 822 SHA256 3bbf53f5ef31ff3cd550573937aefb14f526a6ea6be287bd7d223e9cd901a477 SHA512 b2b8f270fad68654aba06e52b4a7f4bc393722f3961bcb01dede2edbee3f9afbb590696bcd4348d35d404ab06d2c943fba778fda936802a2fad5a51e0643cac0 WHIRLPOOL c3e129e57bbf9fe475d82c5d5d0fa6b39edf410fad0bed46ed06621641e1ed206bdb8e2d1af825758e8848ea02a928bc1f8f5572e4ed637a3804f04ec2cd79b2
EBUILD dnsrecon-20141018.ebuild 860 SHA256 0c18aa92248737bc98854a8ee67c726d786315b1ab8a4d84f31f6cdaad136675 SHA512 d7b589ac8ae7b2d50fbe4ccc4eb11d38b3bd153edd7afecd3cb9b3a3d227d58f16dce504ef11dcca18ad6570dc362aaf85f1ac9ab811c6d7b746a2ad275cb05d WHIRLPOOL 8bb48cec32e0ac687f5b53a1dea25bdc54c0da43cd96dc46ee15fbd2bd157351799134796c37184ef2148e50385251b0f7230d8642fc34b7e15529b6932dd1df
DIST dnsrecon-0.8.9.tar.gz 635161 SHA256 c3b99b423919ed877dd75893212c0365c1491f2abca3de411cee04c467d8500a SHA512 f014500e3950c001e0fe79782ff37f82ef562aec9475a7287dc2461bf53297eaf277d7395efb84a34e239e4517d6cc407d4846d1e988d79649ac376fa09572ef WHIRLPOOL 8664f697fc1da6b944f891da79302f224a7af96686e592c489d8b697b13f779f2679d6220c7beb4ae9f3bf8ff37f52021ad15148ccac88118897e75762dc8944
EBUILD dnsrecon-0.0.1_p20141018.ebuild 860 SHA256 0c18aa92248737bc98854a8ee67c726d786315b1ab8a4d84f31f6cdaad136675 SHA512 d7b589ac8ae7b2d50fbe4ccc4eb11d38b3bd153edd7afecd3cb9b3a3d227d58f16dce504ef11dcca18ad6570dc362aaf85f1ac9ab811c6d7b746a2ad275cb05d WHIRLPOOL 8bb48cec32e0ac687f5b53a1dea25bdc54c0da43cd96dc46ee15fbd2bd157351799134796c37184ef2148e50385251b0f7230d8642fc34b7e15529b6932dd1df
EBUILD dnsrecon-0.8.9.ebuild 822 SHA256 d71073e4a91e0a419572ba85fa6e8e5f8417334fa15d2c940e1573987a9a6acb SHA512 5291d8cbef388b1b03f8ddcc916ff1870f76c04878b59c507c8a463d40a4e57bcb96b10f21de55aac98cf33aa8211d1813f7695315ea296154bf2459660640c2 WHIRLPOOL 71abde9e6514f3183b53052fccb1d3831f67971199006d17e74665abec56e2d8c274d6aa63c5d2c4a09cefe502f12e32a61f2aeabc68a89d037e2509c84a8598

View file

@ -1,21 +1,21 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2015 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
#PYTHON_COMPAT=( python{2_7, 3_3} )
PYTHON_COMPAT=( python2_7 )
inherit multilib python-r1
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
DESCRIPTION="DNS Enumeration Script"
EGIT_REPO_URI="https://github.com/darkoperator/dnsrecon.git"
EGIT_COMMIT="7d71872bcc7b40fdc62bcac354e04b1ab0404c72"
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND=""

View file

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

View file

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