commit: 14bd93e13a6c753e78362aa15b5eb610d315f352
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Oct 30 18:42:22 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 10:55:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bd93e1
net-analyzer/arpon: EAPI8 bump, use https
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
net-analyzer/arpon/arpon-3.0.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/arpon/arpon-3.0.ebuild
b/net-analyzer/arpon/arpon-3.0.ebuild
index c800c3568c29..6e995a6e9f1a 100644
--- a/net-analyzer/arpon/arpon-3.0.ebuild
+++ b/net-analyzer/arpon/arpon-3.0.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
-DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler"
-
MY_PN="ArpON"
MY_P="${MY_PN}-${PV}"
-HOMEPAGE="http://arpon.sourceforge.net/"
+
+DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler"
+HOMEPAGE="https://arpon.sourceforge.io/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}-ng.tar.gz"
-S="${WORKDIR}"/${MY_P}-ng
+S="${WORKDIR}/${MY_P}-ng"
LICENSE="BSD-2"
SLOT="0"