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 7D90413835A for ; Thu, 15 Oct 2020 09:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D498E089C; Thu, 15 Oct 2020 09:53:49 +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 847ABE089C for ; Thu, 15 Oct 2020 09:53:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 83097340F16 for ; Thu, 15 Oct 2020 09:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E2833A for ; Thu, 15 Oct 2020 09:53:46 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1602755621.dc7dfa35dfc7dc3b16aa4c0def359b2660e1643b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nmap/nmap-7.80-r1.ebuild net-analyzer/nmap/nmap-9999.ebuild X-VCS-Directories: net-analyzer/nmap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: dc7dfa35dfc7dc3b16aa4c0def359b2660e1643b X-VCS-Branch: master Date: Thu, 15 Oct 2020 09:53:46 +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: 0a3b27de-17be-4fb2-8b6c-be3e39600cfd X-Archives-Hash: e9eacb75579fc094eeb98ad1f8b88800 commit: dc7dfa35dfc7dc3b16aa4c0def359b2660e1643b Author: Jeroen Roovers gentoo org> AuthorDate: Thu Oct 15 09:14:11 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Oct 15 09:53:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7dfa35 net-analyzer/nmap: Drop unused eclass, update DESCRIPTION Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/nmap/nmap-7.80-r1.ebuild | 9 +++------ net-analyzer/nmap/nmap-9999.ebuild | 5 ++--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/net-analyzer/nmap/nmap-7.80-r1.ebuild b/net-analyzer/nmap/nmap-7.80-r1.ebuild index c31710c9585..6136d44ba18 100644 --- a/net-analyzer/nmap/nmap-7.80-r1.ebuild +++ b/net-analyzer/nmap/nmap-7.80-r1.ebuild @@ -2,14 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit autotools desktop flag-o-matic toolchain-funcs -MY_P=${P/_beta/BETA} -inherit autotools desktop flag-o-matic toolchain-funcs user - -DESCRIPTION="A utility for network discovery and security auditing" +DESCRIPTION="Network exploration tool and security / port scanner" HOMEPAGE="https://nmap.org/" SRC_URI=" - https://nmap.org/dist/${MY_P}.tar.bz2 + https://nmap.org/dist/${P}.tar.bz2 https://dev.gentoo.org/~jer/nmap-logo-64.png " @@ -51,7 +49,6 @@ PATCHES=( "${FILESDIR}"/${PN}-7.31-libnl.patch "${FILESDIR}"/${PN}-7.80-ac-config-subdirs.patch ) -S="${WORKDIR}/${MY_P}" src_prepare() { rm -r liblinear/ libpcap/ libpcre/ libssh2/ libz/ || die diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 96c09bd0978..053d71e8466 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -2,11 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - MY_P=${P/_beta/BETA} -inherit autotools desktop flag-o-matic git-r3 toolchain-funcs user +inherit autotools desktop flag-o-matic git-r3 toolchain-funcs -DESCRIPTION="A utility for network discovery and security auditing" +DESCRIPTION="Network exploration tool and security / port scanner" HOMEPAGE="https://nmap.org/" EGIT_REPO_URI="https://github.com/nmap/nmap"