Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Wed, 02 Dec 2015 07:53:18
Message-Id: 1449041035.2565c08a2fe826c39b769e779618530b6a09b79a.jlec@gentoo
1 commit: 2565c08a2fe826c39b769e779618530b6a09b79a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 07:23:55 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 07:23:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2565c08a
7
8 net-analyzer/scapy: Drop unnecessary usage of DISTUTILS_SINGLE_IMPL
9
10 The package doesn't install file which would collide in a multi ABI scenario
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 net-analyzer/scapy/metadata.xml | 22 +++++++++++-----------
16 net-analyzer/scapy/scapy-2.2.0-r2.ebuild | 1 -
17 net-analyzer/scapy/scapy-2.3.0.ebuild | 3 +--
18 net-analyzer/scapy/scapy-2.3.1.ebuild | 3 +--
19 4 files changed, 13 insertions(+), 16 deletions(-)
20
21 diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
22 index 080dce9..47c0b3f 100644
23 --- a/net-analyzer/scapy/metadata.xml
24 +++ b/net-analyzer/scapy/metadata.xml
25 @@ -1,17 +1,17 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>netmon</herd>
30 -<maintainer>
31 -<email>ikelos@g.o</email>
32 -<name>Mike Auty</name>
33 -</maintainer>
34 -<longdescription lang="en">
35 + <herd>netmon</herd>
36 + <maintainer>
37 + <email>ikelos@g.o</email>
38 + <name>Mike Auty</name>
39 + </maintainer>
40 + <longdescription lang="en">
41 Scapy is a powerful interactive packet manipulation program.
42 </longdescription>
43 -<use>
44 -<flag name='pyx'>Enable <pkg>dev-python/pyx</pkg> support for psdump/pdfdump commands</flag>
45 -<flag name='visual'>Enable <pkg>dev-python/visual</pkg> support for 3d graphs</flag>
46 -<flag name='tcpreplay'>Enable <pkg>net-analyzer/tcpreply</pkg> support for fast packet replay</flag>
47 -</use>
48 + <use>
49 + <flag name="pyx">Enable <pkg>dev-python/pyx</pkg> support for psdump/pdfdump commands</flag>
50 + <flag name="visual">Enable <pkg>dev-python/visual</pkg> support for 3d graphs</flag>
51 + <flag name="tcpreplay">Enable <pkg>net-analyzer/tcpreply</pkg> support for fast packet replay</flag>
52 + </use>
53 </pkgmetadata>
54
55 diff --git a/net-analyzer/scapy/scapy-2.2.0-r2.ebuild b/net-analyzer/scapy/scapy-2.2.0-r2.ebuild
56 index 36156a6..8807425 100644
57 --- a/net-analyzer/scapy/scapy-2.2.0-r2.ebuild
58 +++ b/net-analyzer/scapy/scapy-2.2.0-r2.ebuild
59 @@ -5,7 +5,6 @@
60 EAPI="5"
61
62 PYTHON_COMPAT=( python2_7 )
63 -DISTUTILS_SINGLE_IMPL=true
64
65 inherit eutils distutils-r1
66
67
68 diff --git a/net-analyzer/scapy/scapy-2.3.0.ebuild b/net-analyzer/scapy/scapy-2.3.0.ebuild
69 index 8230665..d9bc94f 100644
70 --- a/net-analyzer/scapy/scapy-2.3.0.ebuild
71 +++ b/net-analyzer/scapy/scapy-2.3.0.ebuild
72 @@ -1,11 +1,10 @@
73 -# Copyright 1999-2014 Gentoo Foundation
74 +# Copyright 1999-2015 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Id$
77
78 EAPI="5"
79
80 PYTHON_COMPAT=( python2_7 )
81 -DISTUTILS_SINGLE_IMPL=true
82
83 inherit eutils distutils-r1
84
85
86 diff --git a/net-analyzer/scapy/scapy-2.3.1.ebuild b/net-analyzer/scapy/scapy-2.3.1.ebuild
87 index 8230665..d9bc94f 100644
88 --- a/net-analyzer/scapy/scapy-2.3.1.ebuild
89 +++ b/net-analyzer/scapy/scapy-2.3.1.ebuild
90 @@ -1,11 +1,10 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 +# Copyright 1999-2015 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Id$
95
96 EAPI="5"
97
98 PYTHON_COMPAT=( python2_7 )
99 -DISTUTILS_SINGLE_IMPL=true
100
101 inherit eutils distutils-r1