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 95A56138334 for ; Mon, 7 Oct 2019 06:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D22C0E07F9; Mon, 7 Oct 2019 06:01:23 +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 B57D3E07F9 for ; Mon, 7 Oct 2019 06:01:23 +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 6C3E934B9EF for ; Mon, 7 Oct 2019 06:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14146828 for ; Mon, 7 Oct 2019 06:01:19 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1570428076.2d93242a38f1635d7bb42594ad1fa50c3586a06e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpoison/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arpoison/Manifest net-analyzer/arpoison/arpoison-0.7.ebuild X-VCS-Directories: net-analyzer/arpoison/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2d93242a38f1635d7bb42594ad1fa50c3586a06e X-VCS-Branch: master Date: Mon, 7 Oct 2019 06:01:19 +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: 91976497-bf8b-47b8-b2aa-be3d4489b4c9 X-Archives-Hash: c9f3738a258324d5c466c8db7a33af0e commit: 2d93242a38f1635d7bb42594ad1fa50c3586a06e Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 7 05:56:49 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Oct 7 06:01:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d93242a net-analyzer/arpoison: Version 0.7 Apparently the SF page was never updated, but the actual HOMEPAGE was updated. Version 0.7 was released in 2014 as noted in the change between [1] and [2]. [1] https://web.archive.org/web/20140201133522/http://www.arpoison.net:80/ [2] https://web.archive.org/web/20140325065245/http://www.arpoison.net/ Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/arpoison/Manifest | 1 + net-analyzer/arpoison/arpoison-0.7.ebuild | 35 +++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/net-analyzer/arpoison/Manifest b/net-analyzer/arpoison/Manifest index 70b91d6b6ae..2520f6df2d5 100644 --- a/net-analyzer/arpoison/Manifest +++ b/net-analyzer/arpoison/Manifest @@ -1 +1,2 @@ DIST arpoison-0.6.tar.gz 8646 BLAKE2B 7e9a7aaf9fb184ffed4e69d1d709f3ec242423dd699014e89ce7eaf99cb225299110b3a6fed4059db89c3bbd05b30262d56dec4bf60bed367f01700f40fde883 SHA512 7c14a15b9b85f777e5151fae82dfbdb44dbfc85ce8f632b7d76727bce79ed7f958f725f39348489bc4659cb5e3b7ab5370e88e33c03277e16ab2f9ff00bb4038 +DIST arpoison-0.7.tar.gz 8458 BLAKE2B b0050aa6f3246fec9fb4db8bbb3f9f5f1d52b5b6c37851f0c6bec8b6c89fabd7f1811ae40a4c81af6eae16761f38fb749d0f2a58311645ef360d798b6ccbbb50 SHA512 d5af078c8e2c64eb721da75b5d6659ca017267f146d0dca7e0f1ba77bfd93a0f56363428c198e9c46537768d3568d813c150bfbc091430fc355a269f9327108f diff --git a/net-analyzer/arpoison/arpoison-0.7.ebuild b/net-analyzer/arpoison/arpoison-0.7.ebuild new file mode 100644 index 00000000000..1013922ba19 --- /dev/null +++ b/net-analyzer/arpoison/arpoison-0.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="A utility to poison ARP caches" +HOMEPAGE="http://arpoison.sourceforge.net/ http://www.arpoison.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +RDEPEND=" + net-libs/libnet:1.1 +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + ${RDEPEND} +" + +src_compile() { + local compile="$(tc-getCC) ${PN}.c -o ${PN} ${CFLAGS} ${LDFLAGS} $("${BROOT}/usr/bin/libnet-config" --cflags --libs)" + echo "${compile}" + ${compile} || die +} + +src_install() { + dosbin arpoison + doman arpoison.8 + dodoc README +}