From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1583480-garchives=archives.gentoo.org@lists.gentoo.org> 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 6DD02158015 for <garchives@archives.gentoo.org>; Sun, 24 Dec 2023 23:16:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9F6D2BC01C; Sun, 24 Dec 2023 23:16:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 898592BC01C for <gentoo-commits@lists.gentoo.org>; Sun, 24 Dec 2023 23:16:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2AFD33B864 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Dec 2023 23:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E9C2105D for <gentoo-commits@lists.gentoo.org>; Sun, 24 Dec 2023 23:16:48 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1703459786.3557a4f48755536420b075ea331f1d586ec108d3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arping/arping-2.22.ebuild net-analyzer/arping/arping-2.23.ebuild net-analyzer/arping/arping-9999.ebuild X-VCS-Directories: net-analyzer/arping/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3557a4f48755536420b075ea331f1d586ec108d3 X-VCS-Branch: master Date: Sun, 24 Dec 2023 23:16:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3855f2eb-eeaa-4460-86c3-cd6c2076df1a X-Archives-Hash: 24b2b783a5fe01f7e4f86f6b11e6ffff commit: 3557a4f48755536420b075ea331f1d586ec108d3 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Dec 22 21:00:22 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Dec 24 23:16:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3557a4f4 net-analyzer/arping: use https, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-analyzer/arping/arping-2.22.ebuild | 8 ++++---- net-analyzer/arping/arping-2.23.ebuild | 6 +++--- net-analyzer/arping/arping-9999.ebuild | 8 ++++---- 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 )"