From 791bdcd9f501ba07a592c11d8fda7e2c40c2ce1f Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Thu, 21 Oct 2021 21:11:39 +0200 Subject: net-analyzer/arptools: Port to EAPI 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- net-analyzer/arptools/arptools-1.0.2-r1.ebuild | 20 ++++++++++++++++++++ net-analyzer/arptools/arptools-1.0.2.ebuild | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 net-analyzer/arptools/arptools-1.0.2-r1.ebuild delete mode 100644 net-analyzer/arptools/arptools-1.0.2.ebuild (limited to 'net-analyzer/arptools') diff --git a/net-analyzer/arptools/arptools-1.0.2-r1.ebuild b/net-analyzer/arptools/arptools-1.0.2-r1.ebuild new file mode 100644 index 000000000000..561a0216cfff --- /dev/null +++ b/net-analyzer/arptools/arptools-1.0.2-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="a collection of libnet and libpcap based ARP utilities" +HOMEPAGE="https://github.com/burghardt/arptools" +SRC_URI="http://www.burghardt.pl/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~riscv ~x86" + +DEPEND=" + net-libs/libnet:1.1 + net-libs/libpcap +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README TODO ) diff --git a/net-analyzer/arptools/arptools-1.0.2.ebuild b/net-analyzer/arptools/arptools-1.0.2.ebuild deleted file mode 100644 index 09eeb07231da..000000000000 --- a/net-analyzer/arptools/arptools-1.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="a collection of libnet and libpcap based ARP utilities" -HOMEPAGE="https://github.com/burghardt/arptools" -SRC_URI="http://www.burghardt.pl/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~riscv ~x86" - -DEPEND=" - net-libs/libnet:1.1 - net-libs/libpcap -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) -- cgit v1.2.3-65-gdbad