commit: 60a190a81fba5ec11ff87ac838d3295191c737e1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 02:20:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 16:10:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a190a8
net-analyzer/mping: EAPI 7, eutils-- Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/mping/mping-2.01.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/net-analyzer/mping/mping-2.01.ebuild b/net-analyzer/mping/mping-2.01.ebuild index 3133eb90742..7a8b952a08c 100644 --- a/net-analyzer/mping/mping-2.01.ebuild +++ b/net-analyzer/mping/mping-2.01.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils +EAPI=7 DESCRIPTION="IPv4/6 round-robin multiping client" HOMEPAGE="http://mping.uninett.no" @@ -12,8 +11,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-RFC3542.patch -} +PATCHES=( + "${FILESDIR}"/${P}-RFC3542.patch +)
