commit:     2799ecc02c10b7b314da4343690a2788d8feb9da
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 09:11:57 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 09:11:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2799ecc0

net-analyzer/scapy: Fix distutils-r1 usage, drop eutils.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 6 +++---
 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 3a3a23c415e..1e5186715f7 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 bb55114b838..ab2b39168b2 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
 }

Reply via email to