From 170e80b5d328db487ff52907edc503fcd8aa60a9 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Sat, 2 Nov 2019 19:59:43 +0000 Subject: acct-user/mongodb: new group package for UID 481 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Mózes Signed-off-by: Joonas Niilola --- acct-user/mongodb/metadata.xml | 16 ++++++++++++++++ acct-user/mongodb/mongodb-0.ebuild | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 acct-user/mongodb/metadata.xml create mode 100644 acct-user/mongodb/mongodb-0.ebuild (limited to 'acct-user/mongodb') diff --git a/acct-user/mongodb/metadata.xml b/acct-user/mongodb/metadata.xml new file mode 100644 index 000000000000..91e6ec605462 --- /dev/null +++ b/acct-user/mongodb/metadata.xml @@ -0,0 +1,16 @@ + + + + + ultrabug@gentoo.org + Alexys Jacob + + + hydrapolic@gmail.com + Tomáš Mózes + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-user/mongodb/mongodb-0.ebuild b/acct-user/mongodb/mongodb-0.ebuild new file mode 100644 index 000000000000..e639a6010741 --- /dev/null +++ b/acct-user/mongodb/mongodb-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="MongoDB program user" +ACCT_USER_ID=481 +ACCT_USER_HOME=/var/lib/mongodb +ACCT_USER_HOME_PERMS=0750 +ACCT_USER_GROUPS=( mongodb ) +acct-user_add_deps -- cgit v1.2.3-65-gdbad