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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E89511382C5 for ; Sat, 3 Apr 2021 18:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437CDE0837; Sat, 3 Apr 2021 18:59:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D958E0837 for ; Sat, 3 Apr 2021 18:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B196340B46 for ; Sat, 3 Apr 2021 18:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ABB5640 for ; Sat, 3 Apr 2021 18:59:29 +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: <1617476351.c5e11cd20e948cfed460e2737ae0ec279a39bbed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortsam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/snortsam/snortsam-2.70.ebuild X-VCS-Directories: net-analyzer/snortsam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5e11cd20e948cfed460e2737ae0ec279a39bbed X-VCS-Branch: master Date: Sat, 3 Apr 2021 18:59:29 +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: 7411c6c2-481e-4893-90a0-938130367d41 X-Archives-Hash: ee065a4928be4e6758e5f8649690f7e3 commit: c5e11cd20e948cfed460e2737ae0ec279a39bbed Author: Sam James gentoo org> AuthorDate: Sat Apr 3 18:42:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 18:59:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e11cd2 net-analyzer/snortsam: eutils->epatch Signed-off-by: Sam James gentoo.org> net-analyzer/snortsam/snortsam-2.70.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-analyzer/snortsam/snortsam-2.70.ebuild b/net-analyzer/snortsam/snortsam-2.70.ebuild index 800c7f6f08e..f32b3f6db2e 100644 --- a/net-analyzer/snortsam/snortsam-2.70.ebuild +++ b/net-analyzer/snortsam/snortsam-2.70.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs vcs-clean +inherit epatch flag-o-matic toolchain-funcs vcs-clean DESCRIPTION="Snort plugin that allows automated blocking of IP addresses on several firewalls" HOMEPAGE="http://www.snortsam.net/" SRC_URI="http://www.snortsam.net/files/snortsam/${PN}-src-${PV}.tar.gz" +S="${WORKDIR}"/${PN} LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" IUSE="debug" -S=${WORKDIR}/${PN} - src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch ecvs_clean