diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 22:48:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 22:49:52 +0100 |
commit | a8c35599bc489975131679a96ec4fe5e2628b534 (patch) | |
tree | c11bfdd4882b7417fd836713a92a9dbc98058ddb /net-misc | |
parent | games-util/xgamer: update EAPI 6->8 (diff) | |
download | gentoo-a8c35599bc489975131679a96ec4fe5e2628b534.tar.gz gentoo-a8c35599bc489975131679a96ec4fe5e2628b534.tar.bz2 gentoo-a8c35599bc489975131679a96ec4fe5e2628b534.zip |
net-misc/arpsponge: update EAPI 6->8
Closes: https://bugs.gentoo.org/692912
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/arpsponge/arpsponge-3.17.11-r1.ebuild (renamed from net-misc/arpsponge/arpsponge-3.17.11.ebuild) | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/arpsponge/arpsponge-3.17.11.ebuild b/net-misc/arpsponge/arpsponge-3.17.11-r1.ebuild index 5e23076d9806..e7e6ac97a607 100644 --- a/net-misc/arpsponge/arpsponge-3.17.11.ebuild +++ b/net-misc/arpsponge/arpsponge-3.17.11-r1.ebuild @@ -1,15 +1,19 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit perl-module DESCRIPTION="Sweeps up stray ARP queries from a peering LAN" HOMEPAGE="https://github.com/AMS-IX/arpsponge" SRC_URI="https://github.com/AMS-IX/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="|| ( GPL-1+ Artistic )" SLOT="0" KEYWORDS="~amd64" +# bug #692912 +RESTRICT="test" RDEPEND=" dev-lang/perl @@ -27,13 +31,11 @@ RDEPEND=" virtual/perl-Sys-Syslog virtual/perl-Time-HiRes " - -DEPEND="${RDEPEND} - sys-devel/make -" +DEPEND="${RDEPEND}" src_install() { perl_set_version + insinto ${VENDOR_LIB}/M6 doins lib/M6/ReadLine.pm @@ -56,6 +58,7 @@ src_install() { newinitd "${FILESDIR}/arpsponge.initd" arpsponge newconfd "${FILESDIR}/arpsponge.confd" arpsponge + dosbin sbin/asctl sbin/arpsponge sbin/aslogtail doman man/asctl.8 man/arpsponge.8 man/aslogtail.8 dodoc doc/command_mapping.txt doc/arpsponge_architecture.txt |