From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A0CD158099 for ; Wed, 22 Nov 2023 10:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0C442BC04D; Wed, 22 Nov 2023 10:55:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7F7E2BC04D for ; Wed, 22 Nov 2023 10:55:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1D3B335DC8 for ; Wed, 22 Nov 2023 10:55:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF6F13B8 for ; Wed, 22 Nov 2023 10:55:39 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700650531.14bd93e13a6c753e78362aa15b5eb610d315f352.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arpon/arpon-3.0.ebuild X-VCS-Directories: net-analyzer/arpon/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 14bd93e13a6c753e78362aa15b5eb610d315f352 X-VCS-Branch: master Date: Wed, 22 Nov 2023 10:55:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc6a5002-6cb5-4664-82cc-4df6af594414 X-Archives-Hash: c9ba27641244a289d71fbb9e358b8d59 commit: 14bd93e13a6c753e78362aa15b5eb610d315f352 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Oct 30 18:42:22 2023 +0000 Commit: Ulrich Müller gentoo 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 levelnine.at> Signed-off-by: Ulrich Müller 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"