From 5a37a136e30d4889b31c49088efa78e3d2afa9e0 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 18 Dec 2019 16:58:18 -0500 Subject: [PATCH] acct-user/shellinaboxd: User for www-misc/shellinabox Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Craig Andrews --- acct-user/shellinaboxd/metadata.xml | 12 ++++++++++++ acct-user/shellinaboxd/shellinaboxd-0.ebuild | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 acct-user/shellinaboxd/metadata.xml create mode 100644 acct-user/shellinaboxd/shellinaboxd-0.ebuild diff --git a/acct-user/shellinaboxd/metadata.xml b/acct-user/shellinaboxd/metadata.xml new file mode 100644 index 000000000000..b09023bbc390 --- /dev/null +++ b/acct-user/shellinaboxd/metadata.xml @@ -0,0 +1,12 @@ + + + + + monsieurp@gentoo.org + Patrice Clement + + + shell-tools@gentoo.org + Gentoo Shell Tools Project + + diff --git a/acct-user/shellinaboxd/shellinaboxd-0.ebuild b/acct-user/shellinaboxd/shellinaboxd-0.ebuild new file mode 100644 index 000000000000..e7a3eaf808cc --- /dev/null +++ b/acct-user/shellinaboxd/shellinaboxd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="shellinabox user" +ACCT_USER_ID=139 +ACCT_USER_GROUPS=( shellinaboxd ) + +acct-user_add_deps -- 2.26.2