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 6E06C1382C5 for ; Tue, 1 May 2018 09:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE7CE0907; Tue, 1 May 2018 09:26:55 +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 67A0BE0907 for ; Tue, 1 May 2018 09:26:54 +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 2525D335C8A for ; Tue, 1 May 2018 09:26:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6F322A7 for ; Tue, 1 May 2018 09:26:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1525166800.7560a4eb318e46a8a835118757aa50dc07aa48e4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/scapy/metadata.xml net-analyzer/scapy/scapy-2.4.0_rc4.ebuild net-analyzer/scapy/scapy-9999.ebuild X-VCS-Directories: net-analyzer/scapy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7560a4eb318e46a8a835118757aa50dc07aa48e4 X-VCS-Branch: master Date: Tue, 1 May 2018 09:26:51 +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: d6005b7d-0ea2-411c-9926-3c16e3b89af7 X-Archives-Hash: b62db369e528bd1d13f1384493555bb4 commit: 7560a4eb318e46a8a835118757aa50dc07aa48e4 Author: Michał Górny gentoo org> AuthorDate: Tue May 1 08:16:23 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 1 09:26:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7560a4eb net-analyzer/scapy: Fix PkgMetadataXmlInvalidPkgRef net-analyzer/scapy/metadata.xml | 2 +- net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 1 - net-analyzer/scapy/scapy-9999.ebuild | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml index 78a202fbac8..0811e35661c 100644 --- a/net-analyzer/scapy/metadata.xml +++ b/net-analyzer/scapy/metadata.xml @@ -11,7 +11,7 @@ Enable dev-python/pyx support for psdump/pdfdump commands - Enable dev-python/visual support for 3d graphs + Enable visual package support for 3d graphs Enable net-analyzer/tcpreplay support for fast packet replay diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild index 1e5186715f7..8d3d643afa1 100644 --- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild @@ -23,7 +23,6 @@ Scapy has optional support for the following packages: dev-python/gnuplot-py dev-python/ipython dev-python/pyx - dev-python/visual media-gfx/graphviz net-analyzer/tcpreplay virtual/imagemagick-tools diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index ab2b39168b2..ce815cfb2f7 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -23,7 +23,6 @@ Scapy has optional support for the following packages: dev-python/gnuplot-py dev-python/ipython dev-python/pyx - dev-python/visual media-gfx/graphviz net-analyzer/tcpreplay virtual/imagemagick-tools