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: Sun, 19 Mar 2023 03:22:52 +0000 (UTC)	[thread overview]
Message-ID: <1679195532.9aa54adc6029db6e05d9bd786fa58f4f9363256d.sam@gentoo> (raw)

commit:     9aa54adc6029db6e05d9bd786fa58f4f9363256d
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Thu Mar 16 16:59:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:12:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa54adc

dev-db/sqlmap: drop 1.7

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30147
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/sqlmap/Manifest          |  1 -
 dev-db/sqlmap/sqlmap-1.7.ebuild | 60 -----------------------------------------
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index f499e42c7123..6b985f05281a 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,2 @@
 DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949 SHA512 a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
 DIST sqlmap-1.7.3.gh.tar.gz 7210615 BLAKE2B b20f95f8426a0ac1f4cbd09974bac5132b97b19227be036c2d290e121084e3841d80771834631cb2120f5968541e05ce9496abf317f208c759bd9bc8af396a9d SHA512 4e372ec66c104de01324355a5c7383373f9756057381d77ceaabc673c3d9f1e03b7aa253dd14f32f322926ddbd542401fa2ce65c4fc29dd37772901ea58a3813
-DIST sqlmap-1.7.gh.tar.gz 7207796 BLAKE2B 5a30cb111b0b6b8c37ff8b9ec37e3724b51b9a41cdd3d75d9665cfc6ceb4c9d11d642714cd327669015309b427184663c0ba248c4158378489bc5e0668a8cb7a SHA512 ca79239eec7b0e72a37de65471787800837b01c9567a8dae617bda5f4dde70c80a0d2e8f38373245bf43cf6feaca19e606dddd482f7c1ca7b18745ca107693f3

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


             reply	other threads:[~2023-03-19  3:23 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19  3:22 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-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-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=1679195532.9aa54adc6029db6e05d9bd786fa58f4f9363256d.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