From 87d7fb62aa3a392277425e6b569396ba4ca0e45b Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Sun, 22 Dec 2019 18:42:39 +0100 Subject: [PATCH] acct-user/sogo: new user for gnustep-apps/sogo, UID 475 Signed-off-by: Bernard Cafarelli --- acct-user/sogo/metadata.xml | 8 ++++++++ acct-user/sogo/sogo-0.ebuild | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 acct-user/sogo/metadata.xml create mode 100644 acct-user/sogo/sogo-0.ebuild diff --git a/acct-user/sogo/metadata.xml b/acct-user/sogo/metadata.xml new file mode 100644 index 000000000000..0cda0292b585 --- /dev/null +++ b/acct-user/sogo/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnustep@gentoo.org + Gentoo GNUstep Project + + diff --git a/acct-user/sogo/sogo-0.ebuild b/acct-user/sogo/sogo-0.ebuild new file mode 100644 index 000000000000..23b8230d7c51 --- /dev/null +++ b/acct-user/sogo/sogo-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for gnustep-apps/sogo" +ACCT_USER_ID=475 +ACCT_USER_GROUPS=( sogo ) +ACCT_USER_HOME="/var/lib/sogo" +ACCT_USER_SHELL=/bin/bash + +acct-user_add_deps -- 2.26.2