From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3E09138334 for ; Sat, 9 Jun 2018 12:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51D2DE083E; Sat, 9 Jun 2018 12:15:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21372E083E for ; Sat, 9 Jun 2018 12:15:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11E53335C9B for ; Sat, 9 Jun 2018 12:15:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 866442CA for ; Sat, 9 Jun 2018 12:15:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528546519.1606bd4d12c08a45a7a84c2440cd948fb69b7786.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zmap/Manifest net-analyzer/zmap/zmap-1.2.1.ebuild X-VCS-Directories: net-analyzer/zmap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1606bd4d12c08a45a7a84c2440cd948fb69b7786 X-VCS-Branch: master Date: Sat, 9 Jun 2018 12:15:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d886d144-9447-4a52-9a48-8f7b2a62cb8c X-Archives-Hash: 000eb0a93e328a20c98e207c531410cd commit: 1606bd4d12c08a45a7a84c2440cd948fb69b7786 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 3 14:09:33 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 )