public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/
Date: Tue, 26 Jul 2022 04:26:55 +0000 (UTC)	[thread overview]
Message-ID: <1658809522.e0b78172554cd91624fd32a2ac70dfb3cbd4f780.sam@gentoo> (raw)

commit:     e0b78172554cd91624fd32a2ac70dfb3cbd4f780
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 04:20:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 04:25:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b78172

dev-db/sqlmap: drop 1.6.2, 1.6.4

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/sqlmap/Manifest            |  2 --
 dev-db/sqlmap/sqlmap-1.6.2.ebuild | 60 ---------------------------------------
 dev-db/sqlmap/sqlmap-1.6.4.ebuild | 60 ---------------------------------------
 3 files changed, 122 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 0602a1fd1aac..8d458b90ec9a 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,2 @@
-DIST sqlmap-1.6.2.tar.gz 7258723 BLAKE2B cc972eda5351683904e4c9d4f7e0ab9c127c22de597397e976060808812032b2041f68ab2d737784e499a20a7ca930167427390ca178269d744ee71738e5c270 SHA512 a3057486f5096fb2a242296b4ceeb1c500246fbd322c3e52f71e72cd91d1c676ca6f7746becf887625e45d0b14443a669410b28bd6a995124a6e8006c4534976
-DIST sqlmap-1.6.4.tar.gz 7203746 BLAKE2B 8e55805a59dbc7fa4a4be03d5edf34160858e624047dafe63d6280bfb59c83fef0bfe3f74b775adad3cbe3be312dad166c79c758fe18418d32788c22b2233d16 SHA512 304c8213ae4b1858066765fa5e6409e97ac90de46b319683e7daf6c89f610de04cac400a7044633aeb014648b7b57c880c3a2646b40049b93f84a626c12994d2
 DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89 SHA512 6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d
 DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc SHA512 9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf

diff --git a/dev-db/sqlmap/sqlmap-1.6.2.ebuild b/dev-db/sqlmap/sqlmap-1.6.2.ebuild
deleted file mode 100644
index 7b33e4568b15..000000000000
--- a/dev-db/sqlmap/sqlmap-1.6.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-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}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-# sqlmap (GPL-2+)
-# ansitrm (BSD)
-# beautifulsoup (BSD)
-# bottle (MIT)
-# charder (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.6.4.ebuild b/dev-db/sqlmap/sqlmap-1.6.4.ebuild
deleted file mode 100644
index bafc90f9951b..000000000000
--- a/dev-db/sqlmap/sqlmap-1.6.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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}.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
-}


             reply	other threads:[~2022-07-26  4:27 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26  4:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05 10:06 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/ Sam James
2024-10-05 10:06 Sam James
2024-10-05 10:06 Sam James
2024-10-05  7:52 Arthur Zamarin
2024-10-05  7:39 Michał Górny
2024-09-09 18:02 Sam James
2024-09-09 18:02 Sam James
2024-08-29  3:23 Sam James
2024-08-29  3:23 Sam James
2024-08-23 11:32 Jakov Smolić
2024-08-23 11:32 Jakov Smolić
2024-08-04  7:03 Joonas Niilola
2024-08-04  7:03 Joonas Niilola
2024-08-04  7:03 Joonas Niilola
2024-07-13  7:58 Joonas Niilola
2024-07-01 16:47 Sam James
2024-07-01 16:47 Sam James
2024-06-01  3:07 Sam James
2024-06-01  3:07 Sam James
2024-04-23 14:24 Sam James
2024-04-23 13:57 Sam James
2024-03-16  9:26 Joonas Niilola
2024-02-15  6:50 Joonas Niilola
2024-02-14 23:12 Jakov Smolić
2024-01-14  4:59 Sam James
2024-01-14  4:59 Sam James
2023-10-21 11:58 Sam James
2023-10-21 11:58 Sam James
2023-09-19 19:10 Arthur Zamarin
2023-09-19 19:10 Arthur Zamarin
2023-09-14  2:51 Sam James
2023-09-14  2:51 Sam James
2023-08-11  6:11 Joonas Niilola
2023-08-11  6:11 Joonas Niilola
2023-07-13  4:51 Joonas Niilola
2023-07-13  4:51 Joonas Niilola
2023-06-11  8:22 Joonas Niilola
2023-06-06  1:51 Sam James
2023-06-06  1:51 Sam James
2023-05-15  6:47 Sam James
2023-05-15  6:47 Sam James
2023-05-06  3:52 Sam James
2023-05-06  3:52 Sam James
2023-04-19  6:07 Sam James
2023-04-19  6:07 Sam James
2023-04-09 18:31 Sam James
2023-03-19  3:22 Sam James
2023-03-19  3:22 Sam James
2023-03-16  7:33 Joonas Niilola
2023-03-16  7:33 Joonas Niilola
2023-03-07  7:49 Joonas Niilola
2023-02-16 22:57 Sam James
2023-02-16 22:52 Sam James
2023-02-08  4:11 Sam James
2023-01-04  5:32 Sam James
2023-01-04  5:32 Sam James
2022-12-27  7:29 Sam James
2022-12-27  7:29 Sam James
2022-12-15  4:44 Sam James
2022-11-22 13:26 Joonas Niilola
2022-11-22 13:26 Joonas Niilola
2022-11-11  5:34 Sam James
2022-11-11  4:25 Sam James
2022-11-07 23:18 Sam James
2022-11-07 23:18 Sam James
2022-10-10 13:18 Joonas Niilola
2022-10-05  7:00 Joonas Niilola
2022-08-31  1:24 Sam James
2022-08-26 23:27 Sam James
2022-08-26 10:08 Sam James
2022-08-23  5:34 Sam James
2022-08-23  5:34 Sam James
2022-08-23  5:34 Sam James
2022-08-04  0:13 Sam James
2022-08-04  0:13 Sam James
2022-07-27  5:56 Sam James
2022-07-27  5:55 Sam James
2022-07-15  0:45 Sam James
2022-07-02 23:40 Sam James
2022-06-15 18:24 Sam James
2022-05-16  5:26 Sam James
2022-05-16  5:26 Sam James
2022-04-10 17:01 Sam James
2022-04-05  3:33 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1658809522.e0b78172554cd91624fd32a2ac70dfb3cbd4f780.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox