commit:     7cc3023296e4d32199fa34d698285d705bb8e115
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 16:17:58 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 16:18:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc30232

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

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

 dev-util/dropwatch/Manifest                       |  1 -
 dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild | 42 -----------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-util/dropwatch/Manifest b/dev-util/dropwatch/Manifest
index dadf0aa2bc72..898bdf5f3c8d 100644
--- a/dev-util/dropwatch/Manifest
+++ b/dev-util/dropwatch/Manifest
@@ -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

diff --git a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild 
b/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
deleted file mode 100644
index 2ed2cddf6d88..000000000000
--- a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
+++ /dev/null
@@ -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}"
-}

Reply via email to