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 C77E913835A for ; Fri, 2 Oct 2020 13:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DC17E0961; Fri, 2 Oct 2020 13:57:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC9A2E0971 for ; Fri, 2 Oct 2020 13:57:21 +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 1C6B533E3A9 for ; Fri, 2 Oct 2020 13:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB30D38A for ; Fri, 2 Oct 2020 13:57:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601647030.357c31abce4a526363f6cdce7961b10ac3ad2eac.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zmap/zmap-9999.ebuild X-VCS-Directories: net-analyzer/zmap/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 357c31abce4a526363f6cdce7961b10ac3ad2eac X-VCS-Branch: master Date: Fri, 2 Oct 2020 13:57:19 +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: 98429610-cf1a-46d3-b08a-1f52b7e73def X-Archives-Hash: bb18744e44f56e8af81983bbfd140c4b commit: 357c31abce4a526363f6cdce7961b10ac3ad2eac Author: Jakov Smolic sartura hr> AuthorDate: Fri Sep 18 06:00:51 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 2 13:57:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357c31ab net-analyzer/zmap: sync live ebuild Package-Manager: Portage-3.0.4, Repoman-3.0.1 Closes: https://github.com/gentoo/gentoo/pull/17580 Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/zmap/zmap-9999.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild index 04e4602032d..4d5b862277d 100644 --- a/net-analyzer/zmap/zmap-9999.ebuild +++ b/net-analyzer/zmap/zmap-9999.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils fcaps git-r3 +inherit cmake fcaps git-r3 DESCRIPTION="Fast network scanner designed for Internet-wide network surveys" HOMEPAGE="https://zmap.io/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" +EGIT_REPO_URI="https://github.com/zmap/zmap.git" -SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="" +SLOT="0" IUSE="redis" RDEPEND=" @@ -32,7 +30,7 @@ src_configure() { -DWITH_WERROR=OFF -DWITH_REDIS="$(usex redis)" ) - cmake-utils_src_configure + cmake_src_configure } FILECAPS=( cap_net_raw=ep usr/sbin/zmap )