diff options
| author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-06-03 11:00:43 +0200 |
|---|---|---|
| committer | Joonas Niilola <juippis@gentoo.org> | 2023-06-11 11:22:27 +0300 |
| commit | be9a9c7e5e61aef4b423d19418e50124bc5ebe78 (patch) | |
| tree | 8820a161b784ccd5ec1019f53f8c145fe4303044 /dev-db/sqlmap/sqlmap-1.7.3.ebuild | |
| parent | d6ffbddfd5a438c8c24f9ec6ddee5acdf6b7aa20 (diff) | |
| download | gentoo-be9a9c7e5e61aef4b423d19418e50124bc5ebe78.tar.gz gentoo-be9a9c7e5e61aef4b423d19418e50124bc5ebe78.tar.bz2 gentoo-be9a9c7e5e61aef4b423d19418e50124bc5ebe78.zip | |
dev-db/sqlmap: add 1.7.6, drop 1.7.3, drop 1.7.4
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/31282
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-db/sqlmap/sqlmap-1.7.3.ebuild')
| -rw-r--r-- | dev-db/sqlmap/sqlmap-1.7.3.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.7.3.ebuild b/dev-db/sqlmap/sqlmap-1.7.3.ebuild deleted file mode 100644 index ad6dac4b9230..000000000000 --- a/dev-db/sqlmap/sqlmap-1.7.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="sqlite" - -inherit bash-completion-r1 python-single-r1 wrapper - -DESCRIPTION="An automatic SQL injection and database takeover tool" -HOMEPAGE="https://sqlmap.org/" - -if [[ ${PV} == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap" -else - SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 x86" -fi - -# sqlmap (GPL-2+) -# ansitrm (BSD) -# beautifulsoup (BSD) -# bottle (MIT) -# chardet (LGPL-2.1+) -# clientform (BSD) -# colorama (BSD) -# fcrypt (BSD-2) -# identitywaf (MIT) -# keepalive (LGPL-2.1+) -# magic (MIT) -# multipartpost (LGPL-2.1+) -# ordereddict (MIT) -# prettyprint (BSD-2) -# pydes (public-domain) -# six (MIT) -# socks (BSD) -# termcolor (BSD) -# wininetpton (public-domain) -LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain" -SLOT="0" - -RDEPEND="${PYTHON_DEPS}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DOCS=( doc/ README.md ) - -src_install () { - einstalldocs - - insinto /usr/share/${PN}/ - doins -r * - python_optimize "${ED}"/usr/share/${PN} - - make_wrapper ${PN} \ - "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py" - - newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap -} |
