net-analyzer/zmap: use HTTPS for GitHub, fix whitespace in metadata.xml
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 17:50:31 +0000 (03:50 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:47 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-analyzer/zmap/metadata.xml
net-analyzer/zmap/zmap-9999.ebuild

index c17fdf9b5b0be52e957117e55fe1c0220d363e0a..46f0b4cadbc4b22e95eb10dc0fdc3116fda73642 100644 (file)
@@ -18,11 +18,11 @@ across the Internet.
   <use>
     <flag name="json">Add support to store results JSON based</flag>
     <flag name="mongo">
-               Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
-       </flag>
+      Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
+    </flag>
     <flag name="redis">
-               Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
-       </flag>
+      Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
+    </flag>
   </use>
   <upstream>
     <remote-id type="github">zmap/zmap</remote-id>
index 2d3f004575e2c853eca9e5aba4306ce29460d5b2..a229c0000778c965443c8282b74fc939b9a4e519 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit cmake-utils fcaps git-r3
 DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
 HOMEPAGE="https://zmap.io/"
 SRC_URI=""
-EGIT_REPO_URI="git://github.com/zmap/zmap.git"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
 
 SLOT="0"
 LICENSE="Apache-2.0"