From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E052138359 for ; Sat, 24 Oct 2020 10:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0A8E0957; Sat, 24 Oct 2020 10:00:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36D19E0957 for ; Sat, 24 Oct 2020 10:00:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CA95340C5B for ; Sat, 24 Oct 2020 10:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0765C3A9 for ; Sat, 24 Oct 2020 10:00:02 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1603533588.25a889f05a2992db1c97ef7c0e3788e3c265e092.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/pcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/pcap/metadata.xml acct-user/pcap/pcap-0.ebuild X-VCS-Directories: acct-user/pcap/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 25a889f05a2992db1c97ef7c0e3788e3c265e092 X-VCS-Branch: master Date: Sat, 24 Oct 2020 10:00:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e6e3bac-1564-4948-880d-fc8666cd43b3 X-Archives-Hash: 4ca03bd137aacaae63fecfc06b0005ba commit: 25a889f05a2992db1c97ef7c0e3788e3c265e092 Author: David Seifert gentoo org> AuthorDate: Sat Oct 24 09:59:48 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 24 09:59:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a889f0 acct-user/pcap: Add user 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 gentoo.org> acct-user/pcap/metadata.xml | 8 ++++++++ acct-user/pcap/pcap-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/pcap/metadata.xml b/acct-user/pcap/metadata.xml new file mode 100644 index 00000000000..2c2a7923cfc --- /dev/null +++ b/acct-user/pcap/metadata.xml @@ -0,0 +1,8 @@ + + + + + netmon@gentoo.org + Gentoo network monitoring and analysis project + + diff --git a/acct-user/pcap/pcap-0.ebuild b/acct-user/pcap/pcap-0.ebuild new file mode 100644 index 00000000000..c08a332ee45 --- /dev/null +++ b/acct-user/pcap/pcap-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for capturing network traffic" +ACCT_USER_ID=377 +ACCT_USER_GROUPS=( pcap ) + +acct-user_add_deps