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 4845415A7D9 for ; Wed, 22 Mar 2023 05:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01455E086D; Wed, 22 Mar 2023 05:22:13 +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 D7F3AE086D for ; Wed, 22 Mar 2023 05:22:12 +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 CF1D3340E6F for ; Wed, 22 Mar 2023 05:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 348E291E for ; Wed, 22 Mar 2023 05:22:08 +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: <1679462244.fb0b632348092ddd0fbe4d58abe01955d6865134.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-ARP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-ARP/Manifest dev-perl/Net-ARP/Net-ARP-1.0.12.ebuild X-VCS-Directories: dev-perl/Net-ARP/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb0b632348092ddd0fbe4d58abe01955d6865134 X-VCS-Branch: master Date: Wed, 22 Mar 2023 05:22:08 +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: c7aef462-06ab-4906-b5aa-0d6d1bfcb5e8 X-Archives-Hash: 8f085953a395d973e0b19a4e984bdbfe commit: fb0b632348092ddd0fbe4d58abe01955d6865134 Author: Sam James gentoo org> AuthorDate: Wed Mar 22 05:17:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 22 05:17:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0b6323 dev-perl/Net-ARP: add 1.0.12 Closes: https://bugs.gentoo.org/713204 Closes: https://bugs.gentoo.org/801643 Closes: https://bugs.gentoo.org/883601 Signed-off-by: Sam James gentoo.org> dev-perl/Net-ARP/Manifest | 1 + dev-perl/Net-ARP/Net-ARP-1.0.12.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-perl/Net-ARP/Manifest b/dev-perl/Net-ARP/Manifest index c2fef81a2208..de325c5f313f 100644 --- a/dev-perl/Net-ARP/Manifest +++ b/dev-perl/Net-ARP/Manifest @@ -1 +1,2 @@ DIST Net-ARP-1.0.11.tgz 18747 BLAKE2B 8cd30ba3c0f8ec64b108dfb05a57e89dda15ab4f4bf1758e15576f34d7da92e017a8e75f09b75f08f07b1f4cdf04b9260f33942d781325f62d05e91990c8fca9 SHA512 e0c2d468f3b7bb11a67cb94e9538680385c3e86c17ec7063ceaa5f495f4ca2c604028d9493fde697852144cebf59b0898afa3c63e2e023435e30379fe150e860 +DIST Net-ARP-1.0.12.tar.gz 16984 BLAKE2B 703d17e254d2202cf474f7b9b4d41faf98d371388f365a6239a2195a3c4109a9ab335937035c9e9b89d638e912d3b2fede35ae0403c0875698c6101557f706ef SHA512 554ff00e86b5e3bb83be1f3e1803cd35aad22330c75ee088c04c537ede76f5de34f9f1dd5ae011843ff652567a034b3f2946919f7968482b759e78c31cb2b689 diff --git a/dev-perl/Net-ARP/Net-ARP-1.0.12.ebuild b/dev-perl/Net-ARP/Net-ARP-1.0.12.ebuild new file mode 100644 index 000000000000..2d112c6ecb44 --- /dev/null +++ b/dev-perl/Net-ARP/Net-ARP-1.0.12.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=CRAZYDJ +DIST_VERSION=1.0.12 +DIST_WIKI="tests" +inherit perl-module + +DESCRIPTION="Perl extension for creating ARP packets" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-perl/Net-Pcap" +BDEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/1.0.9-header.diff" + "${FILESDIR}/${PN}-1.0.9-perl-5.26.patch" +) + +src_prepare() { + if [[ -z ${TEST_ARP_IF} ]]; then + perl_rm_files t/send_packet.t + fi + perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile();' + perl-module_src_prepare +}