Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sancp/
Date: Sat, 03 Oct 2020 15:30:10
Message-Id: 1601738975.610f1d4c7b272ad5e6fd42c8f97188262c2a85d2.soap@gentoo
1 commit: 610f1d4c7b272ad5e6fd42c8f97188262c2a85d2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 15:29:35 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 15:29:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610f1d4c
7
8 net-analyzer/sancp: [QA] Port to GLEP 81
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 .../sancp/{sancp-1.6.1-r5.ebuild => sancp-1.6.1-r6.ebuild} | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/net-analyzer/sancp/sancp-1.6.1-r5.ebuild b/net-analyzer/sancp/sancp-1.6.1-r6.ebuild
17 similarity index 92%
18 rename from net-analyzer/sancp/sancp-1.6.1-r5.ebuild
19 rename to net-analyzer/sancp/sancp-1.6.1-r6.ebuild
20 index 543e814ff1d..be00f2204c5 100644
21 --- a/net-analyzer/sancp/sancp-1.6.1-r5.ebuild
22 +++ b/net-analyzer/sancp/sancp-1.6.1-r6.ebuild
23 @@ -2,7 +2,8 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -inherit toolchain-funcs user
28 +
29 +inherit toolchain-funcs
30
31 DESCRIPTION="collect network traffic statistics and store them in pcap format"
32 HOMEPAGE="https://sourceforge.net/projects/sancp/"
33 @@ -19,13 +20,12 @@ SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="sguil"
36
37 -RDEPEND="net-libs/libpcap"
38 +RDEPEND="
39 + acct-group/sancp
40 + acct-user/sancp
41 + net-libs/libpcap"
42 DEPEND="${RDEPEND}"
43
44 -pkg_setup() {
45 - enewgroup sancp
46 - enewuser sancp -1 -1 /dev/null sancp
47 -}
48 PATCHES=(
49 "${FILESDIR}"/${PN}-1.6.1-compiler.patch
50 "${FILESDIR}"/${PN}-1.6.1-gcc6.patch