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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FD761382C5 for ; Fri, 27 Nov 2020 14:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8779E0830; Fri, 27 Nov 2020 14:46:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C32C0E0830 for ; Fri, 27 Nov 2020 14:46:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6AD1340F60 for ; Fri, 27 Nov 2020 14:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3CD347A for ; Fri, 27 Nov 2020 14:46:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606488197.17911433cf282c562f2e2320f9570d7531783069.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/thcrut/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild X-VCS-Directories: net-analyzer/thcrut/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 17911433cf282c562f2e2320f9570d7531783069 X-VCS-Branch: master Date: Fri, 27 Nov 2020 14:46: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: 7524e256-0c95-4609-9eca-25ace50f3211 X-Archives-Hash: e8dca3d0b05643a65d1299334945ea24 commit: 17911433cf282c562f2e2320f9570d7531783069 Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 27 14:43:17 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 27 14:43:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17911433 net-analyzer/thcrut: drop old Signed-off-by: Aaron Bauman gentoo.org> net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild b/net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild deleted file mode 100644 index fef8c3f8e44..00000000000 --- a/net-analyzer/thcrut/thcrut-1.2.5-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="Network discovery and fingerprinting tool" -HOMEPAGE="http://www.thc.org/thc-rut/" -SRC_URI="https://github.com/vanhauser-thc/THC-Archive/raw/master/Tools/${P}.tar.gz" - -LICENSE="free-noncomm PCRE GPL-1+" -SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" - -DEPEND=" - dev-libs/libpcre - net-libs/libnet:1.0 - net-libs/libpcap -" - -src_prepare() { - rm -r Libnet-1.0.2a pcre-3.9 || die - epatch \ - "${FILESDIR}"/${P}-libnet.patch \ - "${FILESDIR}"/${P}-configure.patch - eautoreconf -} - -DOCS=( ChangeLog FAQ README TODO thcrutlogo.txt )