From: Michał Górny Date: Thu, 18 Jul 2019 06:14:48 +0000 (+0200) Subject: net-analyzer/arping: Copy better desc to live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3a329c756a236a41d0e7b812cf50e31ebc6a5a04;p=gentoo.git net-analyzer/arping: Copy better desc to live ebuild Closes: https://bugs.gentoo.org/689460 Signed-off-by: Michał Górny --- diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild index 252fac54a2de..ee101c39dcdd 100644 --- a/net-analyzer/arping/arping-9999.ebuild +++ b/net-analyzer/arping/arping-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools fcaps git-r3 -DESCRIPTION="ARP Ping" +DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it" HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping" EGIT_REPO_URI="https://github.com/ThomasHabets/arping"