From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AC4B15ACFD for ; Mon, 1 May 2023 12:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E7DBE086A; Mon, 1 May 2023 12:49:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31259E086A for ; Mon, 1 May 2023 12:49:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 437B43414FC for ; Mon, 1 May 2023 12:49:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDC6AA5A for ; Mon, 1 May 2023 12:49:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682945326.6b17ece723ab8af124e38bc680babd6c4e66c075.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dnsmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/dnsmap/Manifest net-analyzer/dnsmap/dnsmap-0.35.ebuild X-VCS-Directories: net-analyzer/dnsmap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b17ece723ab8af124e38bc680babd6c4e66c075 X-VCS-Branch: master Date: Mon, 1 May 2023 12:49:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d80820bd-f9eb-4252-9ef5-1a017b776eb5 X-Archives-Hash: 392a05c089967cbec5ced69d47d85be1 commit: 6b17ece723ab8af124e38bc680babd6c4e66c075 Author: Sam James gentoo org> AuthorDate: Mon May 1 12:39:59 2023 +0000 Commit: Sam James gentoo 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 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 -}