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 0D7E515ACFC for ; Mon, 1 May 2023 13:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 291E3E086D; Mon, 1 May 2023 13:36:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EA3BE086D for ; Mon, 1 May 2023 13:36:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A85E8340F0D for ; Mon, 1 May 2023 13:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D778AA49 for ; Mon, 1 May 2023 13:36:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682947613.cba2f6f018decaa92eeee72ab641ccf77da838b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scanlogd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/scanlogd/Manifest net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild X-VCS-Directories: net-analyzer/scanlogd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cba2f6f018decaa92eeee72ab641ccf77da838b4 X-VCS-Branch: master Date: Mon, 1 May 2023 13:36:00 +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: 61e27d29-be9b-44b8-89e7-ec1cf5dfa08d X-Archives-Hash: 97e1edb9570aa238df39162320411d1a commit: cba2f6f018decaa92eeee72ab641ccf77da838b4 Author: Sam James gentoo org> AuthorDate: Mon May 1 13:26:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 13:26:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba2f6f0 net-analyzer/scanlogd: drop 2.2.7-r1 Signed-off-by: Sam James gentoo.org> net-analyzer/scanlogd/Manifest | 1 - net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild | 50 -------------------------- 2 files changed, 51 deletions(-) diff --git a/net-analyzer/scanlogd/Manifest b/net-analyzer/scanlogd/Manifest index 299f13dffe9b..132bd95b882c 100644 --- a/net-analyzer/scanlogd/Manifest +++ b/net-analyzer/scanlogd/Manifest @@ -1,2 +1 @@ -DIST scanlogd-2.2.7.tar.gz 11352 BLAKE2B 480e1ef78ac35ff04fb44961aa501f997786e20a3501f54f74b9e5761edba4736341d364a9a10772d795cb6025b88399bf3b56b0a980a0d2d0787f7a66eeeb22 SHA512 56238cb91a33524a9512914568984ed0d066eb84bea1c08551fbc4e02c9643a3f9535d59b364db00d538e4d9bcd9650ac24f2042584d3a9c639f99eb77ba1a7b DIST scanlogd-2.2.8.tar.gz 12190 BLAKE2B 26396c3174de3d3cceed9833354cae7d7bbcf3078a81472ae1fa28856f011e6984fa8182a994d5a10632c19f15f86e31f1ee73309273cad04e05fec942afa0a4 SHA512 92f7a28dd40593dad6afae4fd0572efeceea3f43f334ff82c349538d4a28e9ab624912f82fc5c102a4a9937009bbf7b76a81029588e2815ff9b305144143572a diff --git a/net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild deleted file mode 100644 index 425d76c6c154..000000000000 --- a/net-analyzer/scanlogd/scanlogd-2.2.7-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit savedconfig toolchain-funcs - -DESCRIPTION="A port scan detection tool" -SRC_URI="http://www.openwall.com/scanlogd/${P}.tar.gz" -HOMEPAGE="http://www.openwall.com/scanlogd/" - -LICENSE="scanlogd GPL-2" # GPL-2 for initscript -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="+nids pcap" -REQUIRED_USE="?? ( nids pcap )" - -DEPEND=" - nids? ( net-libs/libnids ) - pcap? ( net-libs/libpcap ) -" -RDEPEND=" - ${DEPEND} - acct-group/scanlogd - acct-user/scanlogd -" - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch -) - -src_prepare() { - default - restore_config params.h - tc-export CC -} - -src_compile() { - local target=linux - use nids && target=libnids - use pcap && target=libpcap - emake ${target} -} - -src_install() { - dosbin scanlogd - doman scanlogd.8 - newinitd "${FILESDIR}"/scanlogd.rc scanlogd - save_config params.h -}