From 70aa13be316e5c676679f15c91f35ac919d7f23b Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 29 Mar 2022 16:42:24 +0200 Subject: [PATCH] acct-user/pcap: Add from gentoo It's from gentoo commit 9979863522faf1d43e3e23b38b9d42854f1a4a55. It's a dependency of net-analyzer/tcpdump. --- .../portage-stable/acct-user/pcap/metadata.xml | 16 ++++++++++++++++ .../portage-stable/acct-user/pcap/pcap-0.ebuild | 12 ++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/acct-user/pcap/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/acct-user/pcap/pcap-0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/acct-user/pcap/metadata.xml b/sdk_container/src/third_party/portage-stable/acct-user/pcap/metadata.xml new file mode 100644 index 0000000000..924d866a79 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/pcap/metadata.xml @@ -0,0 +1,16 @@ + + + + + zlogene@gentoo.org + Mikle Kolyada + + + bman@gentoo.org + Aaron Bauman + + + sam@gentoo.org + Sam James + + diff --git a/sdk_container/src/third_party/portage-stable/acct-user/pcap/pcap-0.ebuild b/sdk_container/src/third_party/portage-stable/acct-user/pcap/pcap-0.ebuild new file mode 100644 index 0000000000..781fd31919 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/pcap/pcap-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for capturing network traffic" +ACCT_USER_ID=377 +ACCT_USER_GROUPS=( pcap ) + +acct-user_add_deps