Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
Date: Sun, 30 Jul 2017 09:45:07
Message-Id: 1501407887.9064de4f98e3d82ffc02bda4489324df765b9824.mgorny@gentoo
1 commit: 9064de4f98e3d82ffc02bda4489324df765b9824
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:50:31 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9064de4f
7
8 net-analyzer/zmap: use HTTPS for GitHub, fix whitespace in metadata.xml
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-analyzer/zmap/metadata.xml | 8 ++++----
13 net-analyzer/zmap/zmap-9999.ebuild | 4 ++--
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
17 index c17fdf9b5b0..46f0b4cadbc 100644
18 --- a/net-analyzer/zmap/metadata.xml
19 +++ b/net-analyzer/zmap/metadata.xml
20 @@ -18,11 +18,11 @@ across the Internet.
21 <use>
22 <flag name="json">Add support to store results JSON based</flag>
23 <flag name="mongo">
24 - Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
25 - </flag>
26 + Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
27 + </flag>
28 <flag name="redis">
29 - Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
30 - </flag>
31 + Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
32 + </flag>
33 </use>
34 <upstream>
35 <remote-id type="github">zmap/zmap</remote-id>
36
37 diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
38 index 2d3f004575e..a229c000077 100644
39 --- a/net-analyzer/zmap/zmap-9999.ebuild
40 +++ b/net-analyzer/zmap/zmap-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -8,7 +8,7 @@ inherit cmake-utils fcaps git-r3
48 DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
49 HOMEPAGE="https://zmap.io/"
50 SRC_URI=""
51 -EGIT_REPO_URI="git://github.com/zmap/zmap.git"
52 +EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
53
54 SLOT="0"
55 LICENSE="Apache-2.0"