commit: a7aa7e0508a3fa9876dc99cf40f9c49ce25586ab Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Mon Dec 8 20:33:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 24 17:16:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aa7e05
dev-db/sqlmap: drop 1.9.8, 1.9.9 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/44961 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/sqlmap/Manifest | 2 -- dev-db/sqlmap/sqlmap-1.9.8.ebuild | 60 --------------------------------------- dev-db/sqlmap/sqlmap-1.9.9.ebuild | 60 --------------------------------------- 3 files changed, 122 deletions(-) diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest index 0ee188ff19bc..dd0ee793564f 100644 --- a/dev-db/sqlmap/Manifest +++ b/dev-db/sqlmap/Manifest @@ -1,4 +1,2 @@ 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 -DIST sqlmap-1.9.8.gh.tar.gz 7252317 BLAKE2B 256c2f289aa572af97f5e439b9fe3b30f79f038ae1b94eff4ae6e2c3fdd728df9d2930524c411b9c1408f54b4ab8ddb1cd21636708ff98dbab82f9ca04a0c3b2 SHA512 4c7ec03f91aabcd4829a8fa5e54f7361109c4c3c43773a18cb432b5e9737389e886e152091d2962b82057713ddec2a5b9add947b4d0958a9e0e196853caf704d -DIST sqlmap-1.9.9.gh.tar.gz 7251890 BLAKE2B a994a73cbe4563a402feabd9aa3d8f51a484c7618484b33d2a846ce6d2a05d79e8efc3f398078f86daa0b9fce878a1b98f0d36b93645881810ef28ad5f233a8a SHA512 1dfdaaeefc6d0f09713b75d977b8f2b779141f5c44f2bca69c613400c9f98bf1ec3d0bfeb832f29342628dc47ccdd7a5239eb63450eef68f162dd06e54dfe1ec diff --git a/dev-db/sqlmap/sqlmap-1.9.8.ebuild b/dev-db/sqlmap/sqlmap-1.9.8.ebuild deleted file mode 100644 index 85f2fe9d2b2e..000000000000 --- a/dev-db/sqlmap/sqlmap-1.9.8.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.9.ebuild b/dev-db/sqlmap/sqlmap-1.9.9.ebuild deleted file mode 100644 index 85f2fe9d2b2e..000000000000 --- a/dev-db/sqlmap/sqlmap-1.9.9.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 -}
