From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpoison/
Date: Wed, 22 Nov 2023 10:55:39 +0000 (UTC) [thread overview]
Message-ID: <1700650530.d9e7b48c32bedffb7dbad1250d0760af941d3770.ulm@gentoo> (raw)
commit: d9e7b48c32bedffb7dbad1250d0760af941d3770
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Oct 29 17:26:43 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 10:55:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e7b48c
net-analyzer/arpoison: EAPI8 bump, ebuild improvments
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
net-analyzer/arpoison/arpoison-0.7-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/net-analyzer/arpoison/arpoison-0.7-r1.ebuild b/net-analyzer/arpoison/arpoison-0.7-r1.ebuild
new file mode 100644
index 000000000000..b55d86faed1c
--- /dev/null
+++ b/net-analyzer/arpoison/arpoison-0.7-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs edo
+
+DESCRIPTION="Utility to poison ARP caches"
+HOMEPAGE="https://arpoison.sourceforge.net/ http://www.arpoison.net/"
+SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"
+
+RDEPEND="net-libs/libnet:1.1"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_compile() {
+ edo "$(tc-getCC)" "${PN}.c" -o "${PN}" ${CFLAGS} ${LDFLAGS} $("${BROOT}/usr/bin/libnet-config" --cflags --libs)
+}
+
+src_install() {
+ dosbin arpoison
+ doman arpoison.8
+ dodoc README
+}
next reply other threads:[~2023-11-22 10:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-22 10:55 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 6:38 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpoison/ Arthur Zamarin
2023-12-30 6:38 Arthur Zamarin
2023-12-30 3:11 Sam James
2023-11-22 10:55 Ulrich Müller
2021-10-19 19:09 Jakov Smolić
2021-07-16 1:31 Yixun Lan
2020-11-27 14:46 Aaron Bauman
2020-11-27 8:43 Agostino Sarubbo
2020-11-27 8:41 Agostino Sarubbo
2020-11-27 0:07 Thomas Deutschmann
2019-10-08 3:04 Jeroen Roovers
2019-10-07 6:01 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1700650530.d9e7b48c32bedffb7dbad1250d0760af941d3770.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox