From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
Date: Sat, 11 Dec 2021 04:46:57 +0000 (UTC) [thread overview]
Message-ID: <1639197998.8135d7b8672e2878cefa03430a460e1d903707e6.sam@gentoo> (raw)
commit: 8135d7b8672e2878cefa03430a460e1d903707e6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 04:46:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 04:46:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8135d7b8
net-analyzer/dhcp_probe: add 1.3.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/dhcp_probe/Manifest | 1 +
net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild | 52 +++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/net-analyzer/dhcp_probe/Manifest b/net-analyzer/dhcp_probe/Manifest
index daa2b61e7d68..d14483774cf0 100644
--- a/net-analyzer/dhcp_probe/Manifest
+++ b/net-analyzer/dhcp_probe/Manifest
@@ -1 +1,2 @@
DIST dhcp_probe-1.3.0.tar.gz 211613 BLAKE2B cbcc43b292fe537216ef40de9e417c1f700be4ad5f34feacd9475eb31866b68957ce66c5abc47db3b7e5a0dc8751ca6e54200b79ab2f1f8c3f308f6c1c7aef4d SHA512 d643012529ee5149adbc0c1f19f8e579c55201e86de2aec9b3313be9412db4e973162f864d1baaf79fa340b7bd9a7385f0f1406d1b616e801ced3c7bb387c854
+DIST dhcp_probe-1.3.1.tar.gz 246238 BLAKE2B 86c079c4c7951f3a70ced20dbea5d4f0d716335d2f9a18b1b9986965ca0446b5a7b673c7e652405deceeef336218016418a86be1a76d452c7802061403a66e82 SHA512 1002683e6ceb3806289fa9e4879be3d957a9ddc42656d7114942708560f8efba0db058137e04cad092e5a083900987aa1f76c5a7c20db4b57c104dd6a6fcabb6
diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
new file mode 100644
index 000000000000..33f54daa1e57
--- /dev/null
+++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic
+
+DESCRIPTION="Discover DHCP and BootP servers on a directly-attached Ethernet network"
+HOMEPAGE="https://www.net.princeton.edu/software/dhcp_probe/"
+SRC_URI="https://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="net-libs/libpcap
+ >=net-libs/libnet-1.1.2.1-r2"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+ AUTHORS
+ ChangeLog
+ NEWS
+ README
+ TODO
+ extras/dhcp_probe.cf.sample
+)
+
+#PATCHES=(
+# "${FILESDIR}"/${PV}/01_dhcp_probe.5.patch
+# "${FILESDIR}"/${PV}/02_dhcp_probe.8.patch
+# "${FILESDIR}"/${PV}/03_implicit_point_conv_bootp.c.patch
+# "${FILESDIR}"/${PV}/04_linux_32_or_64bits.patch
+# "${FILESDIR}"/${PV}/05-cleanup.patch
+# "${FILESDIR}"/${PV}/06-return.patch
+# "${FILESDIR}"/${PV}/07-comment.patch
+# "${FILESDIR}"/${PV}/08-man8.patch
+#)
+
+src_configure() {
+ use amd64 && append-flags -D__ARCH__=64
+ STRIP=true econf
+}
+
+src_install() {
+ default
+
+ dodoc "${FILESDIR}"/${PN}_mail
+
+ newinitd "${FILESDIR}/${PN}.initd" ${PN}
+ newconfd "${FILESDIR}/${PN}.confd" ${PN}
+}
next reply other threads:[~2021-12-11 4:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-11 4:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-06 21:25 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/ David Seifert
2021-12-11 5:02 Sam James
2018-02-04 20:22 Jeroen Roovers
2017-12-02 11:10 Jeroen Roovers
2017-12-02 11:10 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=1639197998.8135d7b8672e2878cefa03430a460e1d903707e6.sam@gentoo \
--to=sam@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