commit: 6b17ece723ab8af124e38bc680babd6c4e66c075 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 12:39:59 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 1 12:48:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b17ece7
net-analyzer/dnsmap: drop 0.35 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/dnsmap/Manifest | 1 - net-analyzer/dnsmap/dnsmap-0.35.ebuild | 31 ------------------------------- 2 files changed, 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 -}
