diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-02-17 10:11:57 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-02-17 10:11:57 +0100 |
commit | 2799ecc02c10b7b314da4343690a2788d8feb9da (patch) | |
tree | 2c86a1751a720c7ad39076a10578d6ce9a1981ed /net-analyzer | |
parent | net-analyzer/scapy: Add dev-python/ipython to list of optional packages. (diff) | |
download | gentoo-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')
-rw-r--r-- | net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild index 3a3a23c415e1..1e5186715f7e 100644 --- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild @@ -3,7 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit eutils distutils-r1 readme.gentoo-r1 +inherit distutils-r1 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 } 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 } |