commit: d86053615e356d35d813ba48279f8fe852df052e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 21:25:30 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 21:25:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8605361
net-analyzer/dhcp_probe: cleanup
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-analyzer/dhcp_probe/dhcp_probe-1.3.1.ebuild | 18 +++++-------------
1 file 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}