From f0da885e136a44c7a788572965ee8b89410ad15d Mon Sep 17 00:00:00 2001 From: Wilson Michaels Date: Tue, 17 Sep 2019 14:57:04 -0500 Subject: [PATCH] acct-user/mythtv: New (UID 117) Signed-off-by: Wilson Michaels Signed-off-by: Joonas Niilola --- acct-user/mythtv/metadata.xml | 12 ++++++++++++ acct-user/mythtv/mythtv-0.ebuild | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 acct-user/mythtv/metadata.xml create mode 100644 acct-user/mythtv/mythtv-0.ebuild diff --git a/acct-user/mythtv/metadata.xml b/acct-user/mythtv/metadata.xml new file mode 100644 index 000000000000..4c0ca2be0ca6 --- /dev/null +++ b/acct-user/mythtv/metadata.xml @@ -0,0 +1,12 @@ + + + + + thebitpit@earthlink.net + Wilson Michaels + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild new file mode 100644 index 000000000000..a1246bb8eeec --- /dev/null +++ b/acct-user/mythtv/mythtv-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="Mythtv mythbackend server/deamon user" +ACCT_USER_ID=117 +ACCT_USER_GROUPS=( mythtv video audio tty ) +ACCT_USER_SHELL=/bin/bash +ACCT_USER_HOME=/var/lib/mythtv + +acct-user_add_deps -- 2.26.2