diff options
author | David Seifert <soap@gentoo.org> | 2020-10-03 17:29:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-03 17:29:32 +0200 |
commit | c0380e880574b3b6270bac869f53b6675eb72c3b (patch) | |
tree | 4d0c245f51576c0cd61305df585edc4f2404bdbf /acct-user | |
parent | acct-group/sancp: Add group for net-analyzer/sancp (diff) | |
download | gentoo-c0380e880574b3b6270bac869f53b6675eb72c3b.tar.gz gentoo-c0380e880574b3b6270bac869f53b6675eb72c3b.tar.bz2 gentoo-c0380e880574b3b6270bac869f53b6675eb72c3b.zip |
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@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/sancp/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/sancp/sancp-0.ebuild | 12 |
2 files changed, 20 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>netmon@gentoo.org</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 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 |