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 0295C1382C5 for ; Wed, 16 Jun 2021 14:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19765E084A; Wed, 16 Jun 2021 14:35:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B630DE084A for ; Wed, 16 Jun 2021 14:35:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A5232335D75 for ; Wed, 16 Jun 2021 14:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D98F7A0 for ; Wed, 16 Jun 2021 14:35:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623854105.b721608cdbdc001aacf9676885cd16a3ba6358e5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arping/Manifest net-analyzer/arping/arping-2.17.ebuild net-analyzer/arping/arping-2.20.ebuild X-VCS-Directories: net-analyzer/arping/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b721608cdbdc001aacf9676885cd16a3ba6358e5 X-VCS-Branch: master Date: Wed, 16 Jun 2021 14:35:18 +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: 245e6b27-03be-42c5-94b3-b5055acd3f5b X-Archives-Hash: c2fa8d6503e608c6776d2cf6081bb216 commit: b721608cdbdc001aacf9676885cd16a3ba6358e5 Author: Sam James gentoo org> AuthorDate: Wed Jun 16 14:35:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 16 14:35:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b721608c net-analyzer/arping: drop 2.17, 2.20 Bug: https://bugs.gentoo.org/756946 Signed-off-by: Sam James gentoo.org> net-analyzer/arping/Manifest | 2 -- net-analyzer/arping/arping-2.17.ebuild | 30 ----------------------------- net-analyzer/arping/arping-2.20.ebuild | 35 ---------------------------------- 3 files changed, 67 deletions(-) diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest index a1a7c2923a6..19b7129a26b 100644 --- a/net-analyzer/arping/Manifest +++ b/net-analyzer/arping/Manifest @@ -1,3 +1 @@ -DIST arping-2.17.tar.gz 174346 BLAKE2B b0a095ff4e39e8f08b25a10db828e4ab9f60299043fbefc353b9df14e5bae839a93be20724ab9758b5bfc830c211e5f9bdfd606e321db508dbce9886b5903b09 SHA512 062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2 -DIST arping-2.20.tar.gz 48102 BLAKE2B ce08c68e5d76db89f4f9ecb31bcee3316064cfd8ffd9615964677db33f214b856300de0dd2619430ce934b19f260cd38c8fa892636787ae4de82022301274a06 SHA512 c5fac3b43a9be8c63ee7707a7df1cef2d75c6f7944cc6e580450a6558fb7e72b0d97d09b5c9b4a3aa86a59f49faba94b39bd634c93917c11ae20ac59e8635282 DIST arping-2.21.tar.gz 50067 BLAKE2B 67b76cc48e9717117dbf43702df7f422634ed40196ec44d273a773610618922ddf7de47ffdf32cb7296db1dbce0a696c57b7992e6ad11f6fddf52a16212154fc SHA512 e976ce1a3ec0e4f57bbded09c6a07934e21df66ce7931422c420f5335dafcd88968f03ba6987d192dcdf51cca89180c86337aff50806713c7b04cb13e3e83504 diff --git a/net-analyzer/arping/arping-2.17.ebuild b/net-analyzer/arping/arping-2.17.ebuild deleted file mode 100644 index 7e92c98a37a..00000000000 --- a/net-analyzer/arping/arping-2.17.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit fcaps - -DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it" -HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping" -SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND=" - net-libs/libpcap - net-libs/libnet:1.1 -" -DEPEND=" - ${CDEPEND} - test? ( dev-libs/check ) -" -RDEPEND=" - ${CDEPEND} - !net-misc/iputils[arping(+)] -" - -FILECAPS=( cap_net_raw /usr/sbin/arping ) diff --git a/net-analyzer/arping/arping-2.20.ebuild b/net-analyzer/arping/arping-2.20.ebuild deleted file mode 100644 index 889b70b2de4..00000000000 --- a/net-analyzer/arping/arping-2.20.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 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 address is taken and what MAC address owns it" -HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping" -SRC_URI="https://github.com/ThomasHabets/${PN}/archive/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND=" - net-libs/libpcap - net-libs/libnet:1.1 -" -DEPEND=" - ${CDEPEND} - test? ( dev-libs/check ) -" -RDEPEND=" - ${CDEPEND} - !net-misc/iputils[arping(+)] -" -FILECAPS=( cap_net_raw /usr/sbin/arping ) -S=${WORKDIR}/${PN}-${P} - -src_prepare() { - default - eautoreconf -}