From 4421915add5616130dcaf3536b521354cdf4b221 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 24 Oct 2020 11:59:47 +0200 Subject: acct-group/pcap: Add group for capturing network traffic Bug: https://bugs.gentoo.org/314463 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert --- acct-group/pcap/metadata.xml | 8 ++++++++ acct-group/pcap/pcap-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 acct-group/pcap/metadata.xml create mode 100644 acct-group/pcap/pcap-0.ebuild (limited to 'acct-group') diff --git a/acct-group/pcap/metadata.xml b/acct-group/pcap/metadata.xml new file mode 100644 index 000000000000..2c2a7923cfc8 --- /dev/null +++ b/acct-group/pcap/metadata.xml @@ -0,0 +1,8 @@ + + + + + netmon@gentoo.org + Gentoo network monitoring and analysis project + + diff --git a/acct-group/pcap/pcap-0.ebuild b/acct-group/pcap/pcap-0.ebuild new file mode 100644 index 000000000000..34c32d2d4a4b --- /dev/null +++ b/acct-group/pcap/pcap-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for capturing network traffic" +ACCT_GROUP_ID=377 -- cgit v1.2.3-65-gdbad