From 35e58548a6402a863c4fd79341ea047d417a7a36 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Fri, 3 Apr 2026 20:15:36 +0200 Subject: [PATCH] dev-db/sqlmap: drop 1.9.10, 1.9.12 Signed-off-by: Mario Haustein Part-of: https://github.com/gentoo/gentoo/pull/46058 Closes: https://github.com/gentoo/gentoo/pull/46058 Signed-off-by: Sam James --- dev-db/sqlmap/Manifest | 2 - dev-db/sqlmap/sqlmap-1.9.10.ebuild | 60 ------------------------------ dev-db/sqlmap/sqlmap-1.9.12.ebuild | 60 ------------------------------ 3 files changed, 122 deletions(-) delete mode 100644 dev-db/sqlmap/sqlmap-1.9.10.ebuild delete mode 100644 dev-db/sqlmap/sqlmap-1.9.12.ebuild diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest index b467b7867b046..960e200e32a1e 100644 --- a/dev-db/sqlmap/Manifest +++ b/dev-db/sqlmap/Manifest @@ -1,4 +1,2 @@ DIST sqlmap-1.10.6.gh.tar.gz 7232054 BLAKE2B 569a9f333d5bbd699770f5dcba45df1680bc19ac8dde966354bb212f3de7908e468def2dfc6bbc93224d0c0883ea9c4dbca0b05530ee3ffa674572b19778d63a SHA512 160b158d7feb262710d765c8b67534713907836daa8c1261fad46999c14b5c07f28fddd2ebdd9d3e8f9232095b1afe62706be9949adb4eea09bfcb15cceddfdc DIST sqlmap-1.10.gh.tar.gz 7230314 BLAKE2B 2ca3ad4c865237f7e79ce18e4ac592ddf4d7b9da06a78cec4f2db83c4db0958ec7f248728a7c9c53360330c3037ee331de53aac94637c33b1ee8d6ffe18fe455 SHA512 3baf68e7f28058824d954242dd9b53d120bcebeb8e790b960c101a5291e46cd0cb7b5357351cf5357a7ef227891e5f12083e9be03477fd97c651b0f65502afb5 -DIST sqlmap-1.9.10.gh.tar.gz 7219871 BLAKE2B 8d513a50ca4b308f1dbed2f09c48b86b6ee5997735c87517d8543f055196dd16714e2b81675814e49157c0800c1bac894cdacce8e2a578dd9509b099dd032c9e SHA512 40aef1297c7449f0354deb6e44802abfa89b1664861d8c57dff08d55c41e29714cfee0db20fb8a1ae412c3cfa7fbcc28f23398009e4db36610d34b0948290d44 -DIST sqlmap-1.9.12.gh.tar.gz 7220025 BLAKE2B 644d4a90caf89c329e2e0a05e5a8d21cd4cd67102fc9888d5b8e17bb9e642796be1d4ff130690d24fc480d793d352a05392bd642345ed5a4c648871dda750825 SHA512 da691d231920152a15d8ad1a1fb6778a1c86bc78a193d23a862d7eaf381fe3f6c4057dc8a0d4f224dfce2efddde9b71f27d47a39cf0bc3e0c44f646ecb60b8bc diff --git a/dev-db/sqlmap/sqlmap-1.9.10.ebuild b/dev-db/sqlmap/sqlmap-1.9.10.ebuild deleted file mode 100644 index 85f2fe9d2b2eb..0000000000000 --- a/dev-db/sqlmap/sqlmap-1.9.10.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) -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 -} diff --git a/dev-db/sqlmap/sqlmap-1.9.12.ebuild b/dev-db/sqlmap/sqlmap-1.9.12.ebuild deleted file mode 100644 index 12349220d39de..0000000000000 --- a/dev-db/sqlmap/sqlmap-1.9.12.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..14} ) -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 -}