commit: 5a37a136e30d4889b31c49088efa78e3d2afa9e0 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Wed Dec 18 21:58:18 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Dec 22 04:47:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a37a136
acct-user/shellinaboxd: User for www-misc/shellinabox Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> acct-user/shellinaboxd/metadata.xml | 12 ++++++++++++ acct-user/shellinaboxd/shellinaboxd-0.ebuild | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/acct-user/shellinaboxd/metadata.xml b/acct-user/shellinaboxd/metadata.xml new file mode 100644 index 00000000000..b09023bbc39 --- /dev/null +++ b/acct-user/shellinaboxd/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Patrice Clement</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Shell Tools Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/shellinaboxd/shellinaboxd-0.ebuild b/acct-user/shellinaboxd/shellinaboxd-0.ebuild new file mode 100644 index 00000000000..e7a3eaf808c --- /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
