public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/
Date: Tue, 22 Nov 2022 13:26:11 +0000 (UTC)	[thread overview]
Message-ID: <1669123565.60b7aaa8804119a41d9cc2eacdfecf26df0263e0.juippis@gentoo> (raw)

commit:     60b7aaa8804119a41d9cc2eacdfecf26df0263e0
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Tue Nov  8 06:31:03 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 13:26:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b7aaa8

dev-db/sqlmap: drop 1.6.8, 1.6.9

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28109
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index bee9ef069f9a..705f72a03313 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,2 @@
 DIST sqlmap-1.6.10.gh.tar.gz 7206382 BLAKE2B 2beaf7d49599f7e8072d0725bc58d00c4fd1096316080013f0892cd1c25a2b05c5682191bc87aa9210b21393142aafb43c8ecb5855699716f287e01be2b6ffff SHA512 a2d08f62a4e78fee6761a17b45913dc8794ec07ae466042f41bb5ba524221d670ae6c8f0cde92590d45f0919cb52c1fb98b83e58099eba1b0fd8e833d68d12ad
 DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd SHA512 d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
-DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241 SHA512 e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b
-DIST sqlmap-1.6.9.gh.tar.gz 7205911 BLAKE2B 7da1ae0201d0194c67bfc02b5f2e4e0319eb5820129da7c2708ec8012a7e9474a798767331c541ecea4e078a21d7117a2416ce7e2d135151512019e0ddc543d2 SHA512 ae1b78a75b591162898aaf273d476bd0d4a414820169c463e0694105e774c487bc546c6eb134d8200a51ddb152f5204134032e60f51484ba1a15af7040211d4d

diff --git a/dev-db/sqlmap/sqlmap-1.6.8.ebuild b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
deleted file mode 100644
index 6f14fb2bc59f..000000000000
--- a/dev-db/sqlmap/sqlmap-1.6.8.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..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
-}

diff --git a/dev-db/sqlmap/sqlmap-1.6.9.ebuild b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
deleted file mode 100644
index 6f14fb2bc59f..000000000000
--- a/dev-db/sqlmap/sqlmap-1.6.9.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..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
-}


             reply	other threads:[~2022-11-22 13:26 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 13:26 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-21  3:24 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/ Sam James
2025-10-20 23:19 Sam James
2025-10-16 19:04 Sam James
2025-10-16 19:04 Sam James
2025-09-20  9:21 Sam James
2025-09-14  3:06 Sam James
2025-08-08  8:54 Sam James
2025-08-08  8:54 Sam James
2025-06-22 11:55 Sam James
2025-06-22 11:51 Sam James
2025-06-03 13:48 Sam James
2025-06-02  0:01 Sam James
2025-05-21 21:12 Sam James
2025-05-21 21:12 Sam James
2025-04-28 16:48 Sam James
2025-04-28 14:01 Sam James
2025-04-24 18:23 Sam James
2025-03-28 15:22 Sam James
2025-03-28 15:22 Sam James
2025-03-22 19:46 Sam James
2025-03-22  9:20 Arthur Zamarin
2025-03-13  3:15 Sam James
2025-03-13  0:39 Sam James
2025-02-17 12:18 Sam James
2025-02-10 13:28 Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2025-01-02 14:00 Sam James
2025-01-02 14:00 Sam James
2024-11-23 16:08 Sam James
2024-11-23 16:08 Sam James
2024-11-14  4:59 Jakov Smolić
2024-11-14  2:49 Sam James
2024-10-05 10:06 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-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-26  4:26 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=1669123565.60b7aaa8804119a41d9cc2eacdfecf26df0263e0.juippis@gentoo \
    --to=juippis@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