mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/sancp: [QA] Port to GLEP 81
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit toolchain-funcs user
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="collect network traffic statistics and store them in pcap format"
|
||||
HOMEPAGE="https://sourceforge.net/projects/sancp/"
|
||||
@@ -19,13 +20,12 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="sguil"
|
||||
|
||||
RDEPEND="net-libs/libpcap"
|
||||
RDEPEND="
|
||||
acct-group/sancp
|
||||
acct-user/sancp
|
||||
net-libs/libpcap"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup sancp
|
||||
enewuser sancp -1 -1 /dev/null sancp
|
||||
}
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.6.1-compiler.patch
|
||||
"${FILESDIR}"/${PN}-1.6.1-gcc6.patch
|
||||
Reference in New Issue
Block a user