summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-10-30 19:42:22 +0100
committerUlrich Müller <ulm@gentoo.org>2023-11-22 11:55:31 +0100
commit14bd93e13a6c753e78362aa15b5eb610d315f352 (patch)
tree346a9804da7e4a84460ba2419f2c846950683f62 /net-analyzer/arpon
parentnet-analyzer/arpoison: EAPI8 bump, ebuild improvments (diff)
downloadgentoo-14bd93e13a6c753e78362aa15b5eb610d315f352.tar.gz
gentoo-14bd93e13a6c753e78362aa15b5eb610d315f352.tar.bz2
gentoo-14bd93e13a6c753e78362aa15b5eb610d315f352.zip
net-analyzer/arpon: EAPI8 bump, use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-analyzer/arpon')
-rw-r--r--net-analyzer/arpon/arpon-3.0.ebuild12
1 files 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"