From d7db65e97d3fea66aae4f72b08b0af53dfd96ad3 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 14 Dec 2025 13:56:07 +0000 Subject: [PATCH] net-analyzer/dhcp_probe: drop 1.3.1 Signed-off-by: Alexey Sokolov Part-of: https://github.com/gentoo/gentoo/pull/45024 Closes: https://github.com/gentoo/gentoo/pull/45024 Signed-off-by: Sam James --- .../dhcp_probe/dhcp_probe-1.3.1.ebuild | 49 ------------------- 1 file changed, 49 deletions(-) delete mode 100644 net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild deleted file mode 100644 index c7d6357a1e18c..0000000000000 --- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic toolchain-funcs - -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/libnet - net-libs/libpcap" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.3.1-respect-AR.patch - "${FILESDIR}"/${PN}-1.3.1-fix-configure-CPP.patch -) - -src_prepare() { - default - - # for AR patch - eautoreconf -} - -src_configure() { - # configure uses CPP - tc-export CPP - - use amd64 && append-cppflags -D__ARCH__=64 - - STRIP=true econf -} - -src_install() { - default - - dodoc extras/dhcp_probe.cf.sample "${FILESDIR}"/${PN}_mail - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} -}