From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 499A01388C1 for ; Wed, 2 Dec 2015 07:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2A6721C04C; Wed, 2 Dec 2015 07:53:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8570621C04C for ; Wed, 2 Dec 2015 07:53:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 367EF340861 for ; Wed, 2 Dec 2015 07:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E589EA3F for ; Wed, 2 Dec 2015 07:53:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449041035.2565c08a2fe826c39b769e779618530b6a09b79a.jlec@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.2.0-r2.ebuild net-analyzer/scapy/scapy-2.3.0.ebuild net-analyzer/scapy/scapy-2.3.1.ebuild X-VCS-Directories: net-analyzer/scapy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2565c08a2fe826c39b769e779618530b6a09b79a X-VCS-Branch: master Date: Wed, 2 Dec 2015 07:53:11 +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: 22b45126-263f-4cc5-a792-1c56faa754f6 X-Archives-Hash: 5af15e8aa9dbabf89822c18e53e9558b commit: 2565c08a2fe826c39b769e779618530b6a09b79a Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 2 07:23:55 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 2 07:23:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2565c08a net-analyzer/scapy: Drop unnecessary usage of DISTUTILS_SINGLE_IMPL The package doesn't install file which would collide in a multi ABI scenario Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> net-analyzer/scapy/metadata.xml | 22 +++++++++++----------- net-analyzer/scapy/scapy-2.2.0-r2.ebuild | 1 - net-analyzer/scapy/scapy-2.3.0.ebuild | 3 +-- net-analyzer/scapy/scapy-2.3.1.ebuild | 3 +-- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml index 080dce9..47c0b3f 100644 --- a/net-analyzer/scapy/metadata.xml +++ b/net-analyzer/scapy/metadata.xml @@ -1,17 +1,17 @@ -netmon - -ikelos@gentoo.org -Mike Auty - - + netmon + + ikelos@gentoo.org + Mike Auty + + Scapy is a powerful interactive packet manipulation program. - -Enable dev-python/pyx support for psdump/pdfdump commands -Enable dev-python/visual support for 3d graphs -Enable net-analyzer/tcpreply support for fast packet replay - + + Enable dev-python/pyx support for psdump/pdfdump commands + Enable dev-python/visual support for 3d graphs + Enable net-analyzer/tcpreply support for fast packet replay + diff --git a/net-analyzer/scapy/scapy-2.2.0-r2.ebuild b/net-analyzer/scapy/scapy-2.2.0-r2.ebuild index 36156a6..8807425 100644 --- a/net-analyzer/scapy/scapy-2.2.0-r2.ebuild +++ b/net-analyzer/scapy/scapy-2.2.0-r2.ebuild @@ -5,7 +5,6 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=true inherit eutils distutils-r1 diff --git a/net-analyzer/scapy/scapy-2.3.0.ebuild b/net-analyzer/scapy/scapy-2.3.0.ebuild index 8230665..d9bc94f 100644 --- a/net-analyzer/scapy/scapy-2.3.0.ebuild +++ b/net-analyzer/scapy/scapy-2.3.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=true inherit eutils distutils-r1 diff --git a/net-analyzer/scapy/scapy-2.3.1.ebuild b/net-analyzer/scapy/scapy-2.3.1.ebuild index 8230665..d9bc94f 100644 --- a/net-analyzer/scapy/scapy-2.3.1.ebuild +++ b/net-analyzer/scapy/scapy-2.3.1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=true inherit eutils distutils-r1