diff options
author | David Seifert <soap@gentoo.org> | 2022-12-06 22:25:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-06 22:25:30 +0100 |
commit | d86053615e356d35d813ba48279f8fe852df052e (patch) | |
tree | 4b41b6818ccbd0be0a46c73ae94d65fabae5819b /net-analyzer/dhcp_probe | |
parent | net-analyzer/dhcp_probe: drop 1.3.0-r4 (diff) | |
download | gentoo-d86053615e356d35d813ba48279f8fe852df052e.tar.gz gentoo-d86053615e356d35d813ba48279f8fe852df052e.tar.bz2 gentoo-d86053615e356d35d813ba48279f8fe852df052e.zip |
net-analyzer/dhcp_probe: cleanup
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/dhcp_probe')
-rw-r--r-- | net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild index 4bcdb5ae2887..c7d6357a1e18 100644 --- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild +++ b/net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,19 +13,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="net-libs/libpcap - >=net-libs/libnet-1.1.2.1-r2" +DEPEND=" + net-libs/libnet + net-libs/libpcap" RDEPEND="${DEPEND}" -DOCS=( - AUTHORS - ChangeLog - NEWS - README - TODO - extras/dhcp_probe.cf.sample -) - PATCHES=( "${FILESDIR}"/${PN}-1.3.1-respect-AR.patch "${FILESDIR}"/${PN}-1.3.1-fix-configure-CPP.patch @@ -50,7 +42,7 @@ src_configure() { src_install() { default - dodoc "${FILESDIR}"/${PN}_mail + dodoc extras/dhcp_probe.cf.sample "${FILESDIR}"/${PN}_mail newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} |