Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/
Date: Wed, 31 Aug 2022 01:24:09
Message-Id: 1661908221.7e379627bb0e5e76f18d208996a8eb645af38a52.sam@gentoo
1 commit: 7e379627bb0e5e76f18d208996a8eb645af38a52
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Tue Aug 30 20:23:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 01:10:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e379627
7
8 dev-db/sqlmap: drop 1.6.6, 1.6.7
9
10 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
11 Closes: https://github.com/gentoo/gentoo/pull/27080
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-db/sqlmap/Manifest | 2 --
15 dev-db/sqlmap/sqlmap-1.6.6.ebuild | 60 ---------------------------------------
16 dev-db/sqlmap/sqlmap-1.6.7.ebuild | 60 ---------------------------------------
17 3 files changed, 122 deletions(-)
18
19 diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
20 index d66ea242b9ce..fb39d92786e2 100644
21 --- a/dev-db/sqlmap/Manifest
22 +++ b/dev-db/sqlmap/Manifest
23 @@ -1,3 +1 @@
24 -DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc SHA512 9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf
25 -DIST sqlmap-1.6.7.gh.tar.gz 7205694 BLAKE2B 35498643389a8393b4941665d33349b0e0a6263e3ed10e40b12631bf9d8e495374fffa6354c69f032b6da94fa07b667f5393def9cacf9069c088b63de4b13a67 SHA512 35707755a93fe4d23ea67670d08014acb4eb8d49d6743b5031ad02ef72939181099523cc768be9d4f7a4fb5773ddaad5eac22758ecd1aadcb36e33679fff36d1
26 DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241 SHA512 e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b
27
28 diff --git a/dev-db/sqlmap/sqlmap-1.6.6.ebuild b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
29 deleted file mode 100644
30 index a1ffe637309f..000000000000
31 --- a/dev-db/sqlmap/sqlmap-1.6.6.ebuild
32 +++ /dev/null
33 @@ -1,60 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..11} )
40 -PYTHON_REQ_USE="sqlite"
41 -
42 -inherit bash-completion-r1 python-single-r1 wrapper
43 -
44 -DESCRIPTION="An automatic SQL injection and database takeover tool"
45 -HOMEPAGE="https://sqlmap.org/"
46 -
47 -if [[ ${PV} == 9999 ]] ; then
48 - inherit git-r3
49 - EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
50 -else
51 - SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
52 - KEYWORDS="amd64 x86"
53 -fi
54 -
55 -# sqlmap (GPL-2+)
56 -# ansitrm (BSD)
57 -# beautifulsoup (BSD)
58 -# bottle (MIT)
59 -# chardet (LGPL-2.1+)
60 -# clientform (BSD)
61 -# colorama (BSD)
62 -# fcrypt (BSD-2)
63 -# identitywaf (MIT)
64 -# keepalive (LGPL-2.1+)
65 -# magic (MIT)
66 -# multipartpost (LGPL-2.1+)
67 -# ordereddict (MIT)
68 -# prettyprint (BSD-2)
69 -# pydes (public-domain)
70 -# six (MIT)
71 -# socks (BSD)
72 -# termcolor (BSD)
73 -# wininetpton (public-domain)
74 -LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
75 -SLOT="0"
76 -
77 -RDEPEND="${PYTHON_DEPS}"
78 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
79 -
80 -DOCS=( doc/ README.md )
81 -
82 -src_install () {
83 - einstalldocs
84 -
85 - insinto /usr/share/${PN}/
86 - doins -r *
87 - python_optimize "${ED}"/usr/share/${PN}
88 -
89 - make_wrapper ${PN} \
90 - "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
91 -
92 - newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
93 -}
94
95 diff --git a/dev-db/sqlmap/sqlmap-1.6.7.ebuild b/dev-db/sqlmap/sqlmap-1.6.7.ebuild
96 deleted file mode 100644
97 index 6b74d8864800..000000000000
98 --- a/dev-db/sqlmap/sqlmap-1.6.7.ebuild
99 +++ /dev/null
100 @@ -1,60 +0,0 @@
101 -# Copyright 1999-2022 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=8
105 -
106 -PYTHON_COMPAT=( python3_{8..11} )
107 -PYTHON_REQ_USE="sqlite"
108 -
109 -inherit bash-completion-r1 python-single-r1 wrapper
110 -
111 -DESCRIPTION="An automatic SQL injection and database takeover tool"
112 -HOMEPAGE="https://sqlmap.org/"
113 -
114 -if [[ ${PV} == 9999 ]] ; then
115 - inherit git-r3
116 - EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
117 -else
118 - SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
119 - KEYWORDS="~amd64 ~x86"
120 -fi
121 -
122 -# sqlmap (GPL-2+)
123 -# ansitrm (BSD)
124 -# beautifulsoup (BSD)
125 -# bottle (MIT)
126 -# chardet (LGPL-2.1+)
127 -# clientform (BSD)
128 -# colorama (BSD)
129 -# fcrypt (BSD-2)
130 -# identitywaf (MIT)
131 -# keepalive (LGPL-2.1+)
132 -# magic (MIT)
133 -# multipartpost (LGPL-2.1+)
134 -# ordereddict (MIT)
135 -# prettyprint (BSD-2)
136 -# pydes (public-domain)
137 -# six (MIT)
138 -# socks (BSD)
139 -# termcolor (BSD)
140 -# wininetpton (public-domain)
141 -LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
142 -SLOT="0"
143 -
144 -RDEPEND="${PYTHON_DEPS}"
145 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
146 -
147 -DOCS=( doc/ README.md )
148 -
149 -src_install () {
150 - einstalldocs
151 -
152 - insinto /usr/share/${PN}/
153 - doins -r *
154 - python_optimize "${ED}"/usr/share/${PN}
155 -
156 - make_wrapper ${PN} \
157 - "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
158 -
159 - newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
160 -}