dirble-bin: drop unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 13:23:00 -04:00
parent 865b31de45
commit 0efe28242a
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 0 additions and 69 deletions

View file

@ -1,4 +0,0 @@
DIST dirble-bin-1.3.1-amd64.zip 3181636 BLAKE2B 2b5e7b9f2cd89fe1ef83a4d9a4f448d9bfa3ece6f515c4fbd1911a18ba32275b54d4e3005de9626ba7be756d569a8827ba874b5d6bbcdb99e2546351a50c4595 SHA512 15e4d9a80d89b5bc81788edd8a6dd5019723ba15577f7a38a451c7676d3ebcf04216d60e169d9cd465fe258043451f433b3fca6c117f43807252282529cf9e37
DIST dirble-bin-1.3.1-x86.zip 3016752 BLAKE2B e19120fb1adcb919128c877c95a37bfdc828e6b8d99afed68898a8b80b724612c39f239e38ef943e7aa82e1f5b51d6c55d5349476398018a6944aa6adc3596d0 SHA512 415af0b6b4ec3520ed47fc141e6de9b0159945b19e5748361670e328e4a336e1339761112f238d3af876c6b09e5a62543a8569b661d242c2299755cb0704c1dc
DIST dirble-bin-1.4.2-amd64.zip 3422891 BLAKE2B 47cc4ad6c8b42a71aafebc79d1b9e20a9b0e8f112b379b28d9e6737a73286726a67011f3980fe41b7d85d149557d9bdc26d569a492586fd3255a10b6edf19d68 SHA512 b4c4d16996c67634d5993a6f93c1f7b07b7d7e8734ffa7d697049ad368f68b751d9da8a77ee897b39192b4cf83d0fd9528dc5ed2b01273fd7d47643932828bf3
DIST dirble-bin-1.4.2-x86.zip 3271651 BLAKE2B a93e515afb4b032b42a7142e6295601894ed6e324bc7b68ddf51460dfa9398b3ac29ecd9d1c757a9c5ab57113e6bc55514c52da966d8a46becb56a35cb7c790a SHA512 0c9e8dde3d1d9bbcc0e1380f93f1ed3c1d484d34ecc5351565e8f1873c4349c6e2ad1916f2c4800aef860a053f3af134fe6b1a0db99a079661fd77f50c16519f

View file

@ -1,32 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit eutils
DESCRIPTION="Fast directory scanning and scraping tool"
HOMEPAGE="https://github.com/nccgroup/dirble"
MY_PN="${PN%-bin}"
SRC_URI="
amd64? ( https://github.com/nccgroup/dirble/releases/download/v${PV}/dirble-x86_64-linux.zip -> ${P}-amd64.zip )
x86? ( https://github.com/nccgroup/dirble/releases/download/v${PV}/dirble-i686-linux.zip -> ${P}-x86.zip )"
KEYWORDS="-* ~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
#RDEPEND="!net-analyzer/dirble"
S="${WORKDIR}"/${MY_PN}
src_install() {
local ins_dir="/opt/${MY_PN}"
insinto "${ins_dir}" && exeinto "${ins_dir}"
doins -r dirble_wordlist.txt extensions
doexe ${MY_PN}
make_wrapper "${PN}" \
"${ins_dir}/${MY_PN}"
}

View file

@ -1,32 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit eutils
DESCRIPTION="Fast directory scanning and scraping tool"
HOMEPAGE="https://github.com/nccgroup/dirble"
MY_PN="${PN%-bin}"
SRC_URI="
amd64? ( https://github.com/nccgroup/dirble/releases/download/v${PV}/dirble-${PV}-20190709-x86_64-linux.zip -> ${P}-amd64.zip )
x86? ( https://github.com/nccgroup/dirble/releases/download/v${PV}/dirble-${PV}-20190709-i686-linux.zip -> ${P}-x86.zip )"
KEYWORDS="-* ~amd64 ~x86"
LICENSE="GPL-3"
SLOT="0"
#RDEPEND="!net-analyzer/dirble"
S="${WORKDIR}"/${MY_PN}
src_install() {
local ins_dir="/opt/${MY_PN}"
insinto "${ins_dir}" && exeinto "${ins_dir}"
doins -r dirble_wordlist.txt extensions
doexe ${MY_PN}
make_wrapper "${PN%-bin}" \
"${ins_dir}/${MY_PN}"
}

View file

@ -5,7 +5,6 @@ net-analyzer/cipherscan
net-analyzer/commix
net-analyzer/crackmapexec
net-analyzer/dirb
net-analyzer/dirble-bin
net-analyzer/dirhunt
=net-analyzer/dnsrecon-0.9*
net-analyzer/droopescan