public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
Date: Sat,  9 Jun 2018 12:15:33 +0000 (UTC)	[thread overview]
Message-ID: <1528546519.1606bd4d12c08a45a7a84c2440cd948fb69b7786.asturm@gentoo> (raw)

commit:     1606bd4d12c08a45a7a84c2440cd948fb69b7786
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 14:09:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 12:15:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1606bd4d

net-analyzer/zmap: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/zmap/Manifest          |  1 -
 net-analyzer/zmap/zmap-1.2.1.ebuild | 38 -------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/net-analyzer/zmap/Manifest b/net-analyzer/zmap/Manifest
index 9d1bca88b92..c31ac5b4977 100644
--- a/net-analyzer/zmap/Manifest
+++ b/net-analyzer/zmap/Manifest
@@ -1,2 +1 @@
-DIST zmap-1.2.1.tar.gz 99840 BLAKE2B 11e04684444f23d30f0e91b7f70a3f60968cffb02623c1f3918774eb92206ce6fc9858ae41ea899cc84afa8e5205247c7c2eb9a57f75cc9acbe336c4655adc32 SHA512 1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2
 DIST zmap-2.1.1.tar.gz 131689 BLAKE2B c4bcea835b080dca879c227691230ad135d1822db0b81245ea60963b0a78ac71fd64df7ddca5d5a762c3d7dc67f2d689fd9d0d13e0ee9be21033de75c61ebd1f SHA512 9d62dceff77fa20ff5945516b0766340366175947130bb844f19c11dac7676e658bcdedd6be29ffc945706aa3cdc0e4ac207bd127b618592769a4d3e75892857

diff --git a/net-analyzer/zmap/zmap-1.2.1.ebuild b/net-analyzer/zmap/zmap-1.2.1.ebuild
deleted file mode 100644
index b5f767ee654..00000000000
--- a/net-analyzer/zmap/zmap-1.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
-
-RDEPEND="
-	dev-libs/gmp:0
-	net-libs/libpcap
-	json? ( dev-libs/json-c:= )
-	redis? ( dev-libs/hiredis )"
-DEPEND="${RDEPEND}
-	dev-util/gengetopt
-	sys-devel/flex
-	dev-util/byacc"
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_DEVELOPMENT=OFF
-		-DENABLE_HARDENING=OFF
-		-DWITH_WERROR=OFF
-		$(cmake-utils_use_with json)
-		$(cmake-utils_use_with redis)
-		)
-	cmake-utils_src_configure
-}
-
-FILECAPS=( cap_net_raw=ep usr/sbin/zmap )


             reply	other threads:[~2018-06-09 12:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-09 12:15 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 17:21 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/ Michał Górny
2024-11-23 16:02 Michał Górny
2024-06-18 18:55 Jakov Smolić
2024-06-18 18:12 Jakov Smolić
2022-03-23  1:24 Sam James
2021-10-10  2:20 Sam James
2021-10-07  9:17 Jakov Smolić
2020-10-06 17:10 Sam James
2020-10-02 13:57 Joonas Niilola
2020-10-02 13:57 Joonas Niilola
2020-10-02 13:57 Joonas Niilola
2020-08-16  8:01 Joonas Niilola
2020-08-16  8:01 Joonas Niilola
2020-08-16  8:01 Joonas Niilola
2018-08-26 17:08 Michał Górny
2018-05-30  4:45 Markus Meier
2017-12-19 21:45 Thomas Deutschmann
2017-07-30  9:44 Michał Górny
2016-07-02 18:35 Justin Lecher
2016-04-26 18:48 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1528546519.1606bd4d12c08a45a7a84c2440cd948fb69b7786.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox