recon-ng: 4.9.6 — minor changes, go to stable for amd64

This commit is contained in:
Yury Martynov 2019-07-29 13:52:57 +03:00
parent 96a4ce1677
commit 0968b64299
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 62 additions and 1 deletions

View file

@ -1 +1,2 @@
DIST recon-ng-4.9.6.tar.bz2 400999 BLAKE2B 5785bf6954aa00970b7940a129364660283825d44d723b241cc288a619dc404f368e7ac33b5b59dc4e7655b76df82dc95f84d7e2f0be67c4467d52199315a226 SHA512 a6c36f84eca6a51b3db9e9f53bef45f7b1eb39cbc59af201bfe2eda709dc28638db5ba298cf0664ec63819a82ad37593e2e3c8ed6b8b5c1dd1411df1f3a392a9
DIST recon-ng-5.0.0.tar.gz 63822 BLAKE2B 2e7b5e12256a2d23362ee5153e4ec4fe01ea9e1b3e1469640ddeb02e56f34956081fe42b18b34ddac71e272fca6ce2bc555cdf68cd048b05238d6221d1225e02 SHA512 d75c3a064a6fb587cd618752b81f4831ab21731dc2d4e2cee6a271c20b30bd0e97d6b856ec1636152fc45a634657ec9f7124f856fd95448ed4c775a17091fd5b

View file

@ -0,0 +1,61 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit python-r1
DESCRIPTION="Web Reconnaissance Framework"
HOMEPAGE="https://bitbucket.org/LaNMaSteR53/recon-ng"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://bitbucket.org/LaNMaSteR53/recon-ng"
else
CUR_COMMIT="1a691939a77f"
SRC_URI="https://bitbucket.org/LaNMaSteR53/recon-ng/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
KEYWORDS="amd64 ~x86"
S="${WORKDIR}/LaNMaSteR53-${PN}-${CUR_COMMIT}"
fi
LICENSE="GPL-3"
SLOT=0
IUSE=""
RDEPEND="${PYTHON_DEPS}
>=dev-python/jsonrpclib-0.1.3[${PYTHON_USEDEP}]
dev-python/dicttoxml[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/mechanize[${PYTHON_USEDEP}]
dev-python/slowaes[${PYTHON_USEDEP}]
dev-python/xlsxwriter[${PYTHON_USEDEP}]
dev-python/PyPDF2[${PYTHON_USEDEP}]
dev-python/olefile[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/unicodecsv[${PYTHON_USEDEP}]
virtual/python-dnspython[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
pkg_setup() {
python_setup
}
src_prepare() {
python_fix_shebang "${S}"
default
}
src_install() {
dodir "/usr/share/${PN}"
cp -R * "${ED}/usr/share/${PN}/"
python_optimize "${ED}/usr/share/${PN}"
for x in recon-*; do
dosym "../share/${PN}/${x}" "/usr/bin/${x}"
done
dodoc README.md
}

View file

@ -1 +0,0 @@
recon-ng-9999.ebuild