summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-02-17 10:11:57 +0100
committerJeroen Roovers <jer@gentoo.org>2018-02-17 10:11:57 +0100
commit2799ecc02c10b7b314da4343690a2788d8feb9da (patch)
tree2c86a1751a720c7ad39076a10578d6ce9a1981ed /net-analyzer/scapy/scapy-9999.ebuild
parentnet-analyzer/scapy: Add dev-python/ipython to list of optional packages. (diff)
downloadgentoo-2799ecc02c10b7b314da4343690a2788d8feb9da.tar.gz
gentoo-2799ecc02c10b7b314da4343690a2788d8feb9da.tar.bz2
gentoo-2799ecc02c10b7b314da4343690a2788d8feb9da.zip
net-analyzer/scapy: Fix distutils-r1 usage, drop eutils.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/scapy/scapy-9999.ebuild')
-rw-r--r--net-analyzer/scapy/scapy-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index bb55114b8387..ab2b39168b26 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-inherit eutils distutils-r1 git-r3 readme.gentoo-r1
+inherit distutils-r1 git-r3 readme.gentoo-r1
DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
@@ -32,12 +32,12 @@ Scapy has optional support for the following packages:
"
src_prepare() {
- default
echo ${PV/_/} > ${PN}/VERSION
+ distutils-r1_src_prepare
}
src_install() {
- default
+ distutils-r1_src_install
dodoc -r doc/${PN}/*
DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
}