commit:     59a3e5ab33aaae0d3b53cc5f7624d889c502879d
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Feb 10 13:13:33 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 05:33:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a3e5ab

net-analyzer/zmap: 4.1.1 rm unused useflags/rdeps

support for mongo and redis has dropped since 3.0.0:
https://github.com/zmap/zmap/commit/b80ed
rm useflags and rdeps

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/zmap/metadata.xml      | 8 --------
 net-analyzer/zmap/zmap-4.1.1.ebuild | 4 +---
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
index 741c091de292..4aca618a4f4f 100644
--- a/net-analyzer/zmap/metadata.xml
+++ b/net-analyzer/zmap/metadata.xml
@@ -13,14 +13,6 @@ ZMap can be used to study protocol adoption over time, 
monitor service
 availability, and help us better understand large systems distributed 
 across the Internet.
   </longdescription>
-  <use>
-    <flag name="mongo">
-      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>
-  </use>
   <upstream>
     <remote-id type="github">zmap/zmap</remote-id>
   </upstream>

diff --git a/net-analyzer/zmap/zmap-4.1.1.ebuild 
b/net-analyzer/zmap/zmap-4.1.1.ebuild
index 82d4caa4687a..9cb1c4ee7a94 100644
--- a/net-analyzer/zmap/zmap-4.1.1.ebuild
+++ b/net-analyzer/zmap/zmap-4.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/zmap/zmap/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="mongo redis"
 
 RDEPEND="
        dev-libs/gmp:=
@@ -20,7 +19,6 @@ RDEPEND="
        dev-util/gengetopt
        net-libs/libpcap
        dev-libs/json-c:=
-       redis? ( dev-libs/hiredis:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

Reply via email to