From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91AD11581E7 for ; Wed, 24 Apr 2024 16:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B89E29B0; Wed, 24 Apr 2024 16:18:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57907E29B0 for ; Wed, 24 Apr 2024 16:18:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96743340943 for ; Wed, 24 Apr 2024 16:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F3A11745 for ; Wed, 24 Apr 2024 16:18:28 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1713975496.7cc3023296e4d32199fa34d698285d705bb8e115.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dropwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dropwatch/Manifest dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild X-VCS-Directories: dev-util/dropwatch/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7cc3023296e4d32199fa34d698285d705bb8e115 X-VCS-Branch: master Date: Wed, 24 Apr 2024 16:18:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9285589a-049b-41e4-bc76-fdd6516d1ff7 X-Archives-Hash: 54247508d946b630ffbc628b2f76eb01 commit: 7cc3023296e4d32199fa34d698285d705bb8e115 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 24 16:17:58 2024 +0000 Commit: Arthur Zamarin gentoo 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 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}" -}