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 C727D138359 for ; Wed, 2 Sep 2020 19:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA445E08E5; Wed, 2 Sep 2020 19:15:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BE0DAE08E5 for ; Wed, 2 Sep 2020 19:15:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 41DC533BF43 for ; Wed, 2 Sep 2020 19:15:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB4C72EC for ; Wed, 2 Sep 2020 19:15:29 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1599074127.1ee7db3586808b9b7df294a7a0cf50ccbccdf323.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/scapy/scapy-2.4.4.ebuild net-analyzer/scapy/scapy-9999.ebuild X-VCS-Directories: net-analyzer/scapy/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1ee7db3586808b9b7df294a7a0cf50ccbccdf323 X-VCS-Branch: master Date: Wed, 2 Sep 2020 19:15:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5369e5c-e90c-4407-bd44-952fc46948d5 X-Archives-Hash: 8c6c4a253050024b8a16313a87f79f46 commit: 1ee7db3586808b9b7df294a7a0cf50ccbccdf323 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Sep 2 19:12:11 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Sep 2 19:15:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee7db35 net-analyzer/scapy: Drop RDEPEND altogether This reverts commit a0db5374facd3f05682a52550d240eb6443ee59e. The documentation says libpcap should only be needed when it is used directly, so there is no need for a hard dependency. Add it to the documentation instead. Similarly a hard dependency on tcpdump should not be required to use scapy. Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/scapy/scapy-2.4.4.ebuild | 6 ++---- net-analyzer/scapy/scapy-9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild index ffc07d0630c..503c24d45f1 100644 --- a/net-analyzer/scapy/scapy-2.4.4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.4.ebuild @@ -12,10 +12,6 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=" - net-analyzer/tcpdump - net-libs/libpcap -" DOC_CONTENTS=" Scapy has optional support for the following packages: @@ -24,7 +20,9 @@ Scapy has optional support for the following packages: dev-python/matplotlib dev-python/pyx media-gfx/graphviz + net-analyzer/tcpdump net-analyzer/tcpreplay + net-libs/libpcap virtual/imagemagick-tools See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst"" diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index 14629630479..a7ccbd8a5d2 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -12,10 +12,6 @@ EGIT_REPO_URI="https://github.com/secdev/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -RDEPEND=" - net-analyzer/tcpdump - net-libs/libpcap -" S=${WORKDIR}/${P/_/} DOC_CONTENTS=" Scapy has optional support for the following packages: @@ -25,7 +21,9 @@ Scapy has optional support for the following packages: dev-python/matplotlib dev-python/pyx media-gfx/graphviz + net-analyzer/tcpdump net-analyzer/tcpreplay + net-libs/libpcap virtual/imagemagick-tools See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""