mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
nosqlmap: bump
This commit is contained in:
parent
d255eedf2a
commit
f81a6c348e
2 changed files with 27 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
|
|
|||
26
dev-db/nosqlmap/nosqlmap-0.5_p20171021.ebuild
Normal file
26
dev-db/nosqlmap/nosqlmap-0.5_p20171021.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="A tool to automate injection attacks and exploit weaknesses in NoSQL"
|
||||
HOMEPAGE="http://www.nosqlmap.net"
|
||||
EGIT_REPO_URI="https://github.com/tcstool/NoSQLMap.git"
|
||||
EGIT_COMMIT="9bcf01707e3a4faa5429d88ff63a0c531abfa636"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/couchdb-python-1.0
|
||||
>=dev-python/httplib2-0.9
|
||||
>=dev-python/ipcalc-1.1.3
|
||||
>=dev-python/pbkdf2-1.3
|
||||
>=dev-python/pymongo-2.7.2
|
||||
>=dev-python/requests-2.5.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue