commit:     620fdfdedcda86b02c6895ab6925126ce661e2b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 02:06:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 03:48:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620fdfde

net-analyzer/dnsmap: add 0.36

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/dnsmap/Manifest           |  1 +
 net-analyzer/dnsmap/dnsmap-0.36.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-analyzer/dnsmap/Manifest b/net-analyzer/dnsmap/Manifest
index dd7b978d1f47..349b75ddb30c 100644
--- a/net-analyzer/dnsmap/Manifest
+++ b/net-analyzer/dnsmap/Manifest
@@ -1 +1,2 @@
 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.36.ebuild 
b/net-analyzer/dnsmap/dnsmap-0.36.ebuild
new file mode 100644
index 000000000000..ccfe8b6421d6
--- /dev/null
+++ b/net-analyzer/dnsmap/dnsmap-0.36.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}

Reply via email to