dev-util/dropwatch: drop 1.4_p20150706, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2024-04-24 19:17:58 +03:00
parent ea624bbdc6
commit 7cc3023296
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
2 changed files with 0 additions and 43 deletions

View File

@ -1,2 +1 @@
DIST dropwatch-1.4_p20150706.tar.xz 14880 BLAKE2B 4df44a517447a7e99fe5d84a79421c9810c3b67524eb1d208c36ebb503dd43c715e57c678c33a90689707680d1f42b9d30d00080894f22889553e551a23adfa6 SHA512 f78f19f063408cb655869e662e92709b1cec820ab35b11272b87a990c380e0799c6e9067dcf53edab795916347dfe3fd04932f9699c3f5649f96d62567957fbd
DIST dropwatch-1.5.4.gh.tar.gz 24774 BLAKE2B 36cd3fa3e2afc755cb5b34d43c31424ba176db4e6c83894e6bb97e458e214638fa69ec692b8fed84befbb01fd969c04d4d1c7374e82dfcec1a512f4e9e00d86d SHA512 4af06c05c694d4a044a5e92ba9869a865730bb2caa28cddc33160481f490ed77a7300ef57c9f76722d7bc8d4ac47cdfd5f13daf4f764500f3c90a72b5ee58d61

View File

@ -1,42 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit linux-info toolchain-funcs
DESCRIPTION="A utility to interface to the kernel to monitor for dropped network packets"
HOMEPAGE="https://fedorahosted.org/dropwatch/"
SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-libs/libnl:3
sys-libs/binutils-libs:=
sys-libs/readline:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
CONFIG_CHECK="~NET_DROP_MONITOR"
PATCHES=(
"${FILESDIR}/${P}-makefile.patch"
"${FILESDIR}/${PN}-1.4-binutils-2.23.patch"
)
src_compile() {
tc-export PKG_CONFIG
emake CC="$(tc-getCC)" -C src
}
src_install() {
dobin "src/${PN}"
doman "doc/${PN}.1"
dodoc README
}
pkg_postinst() {
einfo "Ensure that 'drop_monitor' kernel module is loaded before running ${PN}"
}