commit: c0380e880574b3b6270bac869f53b6675eb72c3b Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Oct 3 15:29:32 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 15:29:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0380e88
acct-user/sancp: Add user for net-analyzer/sancp Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: David Seifert <soap <AT> gentoo.org> acct-user/sancp/metadata.xml | 8 ++++++++ acct-user/sancp/sancp-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/sancp/metadata.xml b/acct-user/sancp/metadata.xml new file mode 100644 index 00000000000..2c2a7923cfc --- /dev/null +++ b/acct-user/sancp/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo network monitoring and analysis project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/sancp/sancp-0.ebuild b/acct-user/sancp/sancp-0.ebuild new file mode 100644 index 00000000000..804e4057270 --- /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
