mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/snortsam: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user