summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-12-22 22:00:22 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-12-25 00:16:26 +0100
commit3557a4f48755536420b075ea331f1d586ec108d3 (patch)
tree3f476b2caf9f44c53b4ae3941ecb49e02f92b440 /net-analyzer
parentapp-backup/borgmatic: keyword 1.8.5 for ~riscv (diff)
downloadgentoo-3557a4f48755536420b075ea331f1d586ec108d3.tar.gz
gentoo-3557a4f48755536420b075ea331f1d586ec108d3.tar.bz2
gentoo-3557a4f48755536420b075ea331f1d586ec108d3.zip
net-analyzer/arping: use https, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/arping/arping-2.22.ebuild8
-rw-r--r--net-analyzer/arping/arping-2.23.ebuild6
-rw-r--r--net-analyzer/arping/arping-9999.ebuild8
3 files changed, 11 insertions, 11 deletions
diff --git a/net-analyzer/arping/arping-2.22.ebuild b/net-analyzer/arping/arping-2.22.ebuild
index 2c8ebabcabd9..b93acc1ea777 100644
--- a/net-analyzer/arping/arping-2.22.ebuild
+++ b/net-analyzer/arping/arping-2.22.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools fcaps
-DESCRIPTION="A utility to see if a specific IP is taken and what MAC owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
+DESCRIPTION="Utility to see if a specific IP is taken and what MAC owns it"
+HOMEPAGE="https://www.habets.pp.se/synscan/programs.php?prog=arping"
SRC_URI="https://github.com/ThomasHabets/${PN}/archive/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="2"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="test"
diff --git a/net-analyzer/arping/arping-2.23.ebuild b/net-analyzer/arping/arping-2.23.ebuild
index 69aa56685c3c..1c129b98221d 100644
--- a/net-analyzer/arping/arping-2.23.ebuild
+++ b/net-analyzer/arping/arping-2.23.ebuild
@@ -5,8 +5,8 @@ EAPI=8
inherit autotools fcaps
-DESCRIPTION="A utility to see if a specific IP is taken and what MAC owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
+DESCRIPTION="Utility to see if a specific IP is taken and what MAC owns it"
+HOMEPAGE="https://www.habets.pp.se/synscan/programs.php?prog=arping"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/ThomasHabets/arping"
inherit git-r3
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-${P}"
fi
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="2"
IUSE="+seccomp test"
RESTRICT="!test? ( test )"
diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild
index a706dc286849..4f51c78957d6 100644
--- a/net-analyzer/arping/arping-9999.ebuild
+++ b/net-analyzer/arping/arping-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools fcaps
-DESCRIPTION="A utility to see if a specific IP is taken and what MAC owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
+DESCRIPTION="Utility to see if a specific IP is taken and what MAC owns it"
+HOMEPAGE="https://www.habets.pp.se/synscan/programs.php?prog=arping"
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/ThomasHabets/arping"
inherit git-r3
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-${P}"
fi
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="2"
IUSE="+seccomp test"
RESTRICT="!test? ( test )"