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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A43013997D for ; Fri, 15 Nov 2019 13:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 089BAE0824; Fri, 15 Nov 2019 13:26:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDD22E0824 for ; Fri, 15 Nov 2019 13:26:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 097EB34CE78 for ; Fri, 15 Nov 2019 13:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B13CC71A for ; Fri, 15 Nov 2019 13:26:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1573824368.e2a88dead7d341c8d1fafa8effc0460fe4a7eb78.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arp-scan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arp-scan/arp-scan-1.9.6.ebuild net-analyzer/arp-scan/arp-scan-1.9.7.ebuild net-analyzer/arp-scan/arp-scan-99999.ebuild X-VCS-Directories: net-analyzer/arp-scan/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e2a88dead7d341c8d1fafa8effc0460fe4a7eb78 X-VCS-Branch: master Date: Fri, 15 Nov 2019 13:26:28 +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: a3ca32ce-4dea-4e27-94ed-ad1ccfbb9253 X-Archives-Hash: 985653a86765ee7c9ed7c858d3d29f5a commit: e2a88dead7d341c8d1fafa8effc0460fe4a7eb78 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Nov 15 13:26:08 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Nov 15 13:26:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a88dea net-analyzer/arp-scan: expand SRC_URI Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-analyzer/arp-scan/arp-scan-1.9.6.ebuild | 2 +- net-analyzer/arp-scan/arp-scan-1.9.7.ebuild | 2 +- net-analyzer/arp-scan/arp-scan-99999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild b/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild index b98d876c237..96432c7a989 100644 --- a/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild +++ b/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="ARP scanning and fingerprinting tool" HOMEPAGE="https://github.com/royhills/arp-scan" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/royhills/arp-scan/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild b/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild index b98d876c237..96432c7a989 100644 --- a/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild +++ b/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="ARP scanning and fingerprinting tool" HOMEPAGE="https://github.com/royhills/arp-scan" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/royhills/arp-scan/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/net-analyzer/arp-scan/arp-scan-99999.ebuild b/net-analyzer/arp-scan/arp-scan-99999.ebuild index 3b3dd50a2be..c0d12758251 100644 --- a/net-analyzer/arp-scan/arp-scan-99999.ebuild +++ b/net-analyzer/arp-scan/arp-scan-99999.ebuild @@ -6,7 +6,7 @@ inherit autotools git-r3 DESCRIPTION="ARP scanning and fingerprinting tool" HOMEPAGE="https://github.com/royhills/arp-scan" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/royhills/arp-scan" LICENSE="GPL-3" SLOT="0"