From c0380e880574b3b6270bac869f53b6675eb72c3b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 3 Oct 2020 17:29:32 +0200 Subject: acct-user/sancp: Add user for net-analyzer/sancp Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert --- acct-user/sancp/metadata.xml | 8 ++++++++ acct-user/sancp/sancp-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-user/sancp/metadata.xml create mode 100644 acct-user/sancp/sancp-0.ebuild (limited to 'acct-user/sancp') diff --git a/acct-user/sancp/metadata.xml b/acct-user/sancp/metadata.xml new file mode 100644 index 000000000000..2c2a7923cfc8 --- /dev/null +++ b/acct-user/sancp/metadata.xml @@ -0,0 +1,8 @@ + + + + + netmon@gentoo.org + Gentoo network monitoring and analysis project + + diff --git a/acct-user/sancp/sancp-0.ebuild b/acct-user/sancp/sancp-0.ebuild new file mode 100644 index 000000000000..804e4057270e --- /dev/null +++ b/acct-user/sancp/sancp-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="uid for net-analyzer/sancp" +ACCT_USER_ID=382 +ACCT_USER_GROUPS=( sancp ) + +acct-user_add_deps -- cgit v1.2.3-65-gdbad