Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
Date: Fri, 02 Oct 2020 13:57:22
Message-Id: 1601647030.357c31abce4a526363f6cdce7961b10ac3ad2eac.juippis@gentoo
1 commit: 357c31abce4a526363f6cdce7961b10ac3ad2eac
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Fri Sep 18 06:00:51 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 13:57:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357c31ab
7
8 net-analyzer/zmap: sync live ebuild
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Closes: https://github.com/gentoo/gentoo/pull/17580
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-analyzer/zmap/zmap-9999.ebuild | 12 +++++-------
15 1 file changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
18 index 04e4602032d..4d5b862277d 100644
19 --- a/net-analyzer/zmap/zmap-9999.ebuild
20 +++ b/net-analyzer/zmap/zmap-9999.ebuild
21 @@ -1,18 +1,16 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -inherit cmake-utils fcaps git-r3
29 +inherit cmake fcaps git-r3
30
31 DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
32 HOMEPAGE="https://zmap.io/"
33 -SRC_URI=""
34 -EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
35 +EGIT_REPO_URI="https://github.com/zmap/zmap.git"
36
37 -SLOT="0"
38 LICENSE="Apache-2.0"
39 -KEYWORDS=""
40 +SLOT="0"
41 IUSE="redis"
42
43 RDEPEND="
44 @@ -32,7 +30,7 @@ src_configure() {
45 -DWITH_WERROR=OFF
46 -DWITH_REDIS="$(usex redis)"
47 )
48 - cmake-utils_src_configure
49 + cmake_src_configure
50 }
51
52 FILECAPS=( cap_net_raw=ep usr/sbin/zmap )