From c7f5a74d37426b04a6d75b10e45cb371aed424a3 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 11 Apr 2021 16:28:18 +0200 Subject: acct-user/notary: add user for app-misc/notary Bug: https://bugs.gentoo.org/781260 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- acct-user/notary/metadata.xml | 5 +++++ acct-user/notary/notary-0.ebuild | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 acct-user/notary/metadata.xml create mode 100644 acct-user/notary/notary-0.ebuild (limited to 'acct-user/notary') diff --git a/acct-user/notary/metadata.xml b/acct-user/notary/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-user/notary/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/acct-user/notary/notary-0.ebuild b/acct-user/notary/notary-0.ebuild new file mode 100644 index 000000000000..4b852c14c7f0 --- /dev/null +++ b/acct-user/notary/notary-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for app-misc/notary" + +ACCT_USER_GROUPS=( "notary" ) +ACCT_USER_ID="280" + +acct-user_add_deps -- cgit v1.2.3-65-gdbad