diff options
author | David Seifert <soap@gentoo.org> | 2020-10-03 17:29:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-03 17:29:35 +0200 |
commit | 610f1d4c7b272ad5e6fd42c8f97188262c2a85d2 (patch) | |
tree | cbe1727a16d7420afe017157eb387b57be1384de /net-analyzer/sancp | |
parent | acct-user/sancp: Add user for net-analyzer/sancp (diff) | |
download | gentoo-610f1d4c7b272ad5e6fd42c8f97188262c2a85d2.tar.gz gentoo-610f1d4c7b272ad5e6fd42c8f97188262c2a85d2.tar.bz2 gentoo-610f1d4c7b272ad5e6fd42c8f97188262c2a85d2.zip |
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>
Diffstat (limited to 'net-analyzer/sancp')
-rw-r--r-- | net-analyzer/sancp/sancp-1.6.1-r6.ebuild (renamed from net-analyzer/sancp/sancp-1.6.1-r5.ebuild) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/sancp/sancp-1.6.1-r5.ebuild b/net-analyzer/sancp/sancp-1.6.1-r6.ebuild index 543e814ff1d0..be00f2204c5c 100644 --- a/net-analyzer/sancp/sancp-1.6.1-r5.ebuild +++ b/net-analyzer/sancp/sancp-1.6.1-r6.ebuild @@ -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 |