commit:     57e7c59a9a3165ea4cc3275e1aab0a2b05e6b7b9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 20:27:23 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 20:27:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e7c59a

net-analyzer/dhcpdump: drop 1.8, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/dhcpdump/Manifest            |  1 -
 net-analyzer/dhcpdump/dhcpdump-1.8.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/net-analyzer/dhcpdump/Manifest b/net-analyzer/dhcpdump/Manifest
index e66319d9349f..0824b01fbb61 100644
--- a/net-analyzer/dhcpdump/Manifest
+++ b/net-analyzer/dhcpdump/Manifest
@@ -1,2 +1 @@
-DIST dhcpdump-1.8.tar.gz 10740 BLAKE2B 
f87f1db539b06cffd68395982476bd7bfcad4e41d86aea7f3be357a07d597cdb34e8888eaf90e6dc11db0252dce418a3b1ad8a00b0d3a7c7faab48f14c6aec85
 SHA512 
52cd63d581a3c530c2f5baa66808d5b0241853651c720bd513b769b8301b4dff9c87243787014aea98a5b3ebed86ec317b58d262bf5031015141a4da50fb76e6
 DIST dhcpdump-1.9.tar.xz 11520 BLAKE2B 
a1749a27695aa88dbac46062ed67a45ea2dba500e56220d6f200c92e7ea379d085150c32d1499d4209b1fd774ad7a517f4e49a6221dfce066691077808100abb
 SHA512 
352737e4e4ecc0d3ca80f881b09981bd3998d42f0141fc71f429d99057f49bdeb233ea64888b603470424f99eabd2575d2d92945dd7f606875ec5bc3b6efe7f4

diff --git a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild 
b/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
deleted file mode 100644
index b7647756faa3..000000000000
--- a/net-analyzer/dhcpdump/dhcpdump-1.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor"
-HOMEPAGE="https://www.mavetju.org/unix/general.php";
-SRC_URI="https://www.mavetju.org/download/${P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips x86"
-
-# for pod2man
-BDEPEND="dev-lang/perl"
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-Makefile.patch
-       "${FILESDIR}"/${P}-debian.patch
-       "${FILESDIR}"/${P}-endianness.patch
-)
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       dobin ${PN}
-       doman ${PN}.8
-       dodoc CHANGES CONTACT
-}

Reply via email to