diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 13:39:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 13:48:46 +0100 |
commit | 6b17ece723ab8af124e38bc680babd6c4e66c075 (patch) | |
tree | 440b17154434fae60fb41ef87f979b511f7c7c08 /net-analyzer | |
parent | net-analyzer/cbm: drop 0.3 (diff) | |
download | gentoo-6b17ece723ab8af124e38bc680babd6c4e66c075.tar.gz gentoo-6b17ece723ab8af124e38bc680babd6c4e66c075.tar.bz2 gentoo-6b17ece723ab8af124e38bc680babd6c4e66c075.zip |
net-analyzer/dnsmap: drop 0.35
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/dnsmap/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/dnsmap/dnsmap-0.35.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/net-analyzer/dnsmap/Manifest b/net-analyzer/dnsmap/Manifest index 349b75ddb30c..fe087b1eb9a2 100644 --- a/net-analyzer/dnsmap/Manifest +++ b/net-analyzer/dnsmap/Manifest @@ -1,2 +1 @@ -DIST dnsmap-0.35.tar.gz 73584 BLAKE2B 15de8771f8add66d2598996961cae06670ebf9009d575ad3eaee6e7300163fbc84abf6e9082791de155a9daf5581cf2daf568a7a85a4a55adbf0c81e92639e94 SHA512 9a1bc25500dde22f2c641cd41a83e634dffda06fdfd62d439b9b8656f5e7624ab1d4736ed0d375acc24fb3f12091f7f75190fd97c4b7fa3c237baa0ade871ca1 DIST dnsmap-0.36.tar.gz 73782 BLAKE2B 94d6aa024979805c81dc5160b213a9e32297283f6b35f91e8eb376db83b5f3627783491530a89d24bbba740ba48870b0073910a1773242f0caedfcfd71e93ef2 SHA512 60f0602314ea6f2b8c16bda1d1d47110c4b2a16f32174882e4406b4ccece39001527337f6ba40da65524287d005c1611e4c14e6a1ec99b25e50f4a20c7e6577f diff --git a/net-analyzer/dnsmap/dnsmap-0.35.ebuild b/net-analyzer/dnsmap/dnsmap-0.35.ebuild deleted file mode 100644 index d6cb5787b332..000000000000 --- a/net-analyzer/dnsmap/dnsmap-0.35.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="Scan for subdomains using bruteforcing techniques" -HOMEPAGE="https://github.com/resurrecting-open-source-projects/dnsmap" -SRC_URI="https://github.com/resurrecting-open-source-projects/dnsmap/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( - CONTRIBUTING.md - ChangeLog - NEWS - README.md - TODO - doc/CREDITS.old -) - -src_prepare() { - default - eautoreconf -} - -src_install() { - default -} |