summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-12-18 16:58:18 -0500
committerCraig Andrews <candrews@gentoo.org>2019-12-21 23:47:55 -0500
commit5a37a136e30d4889b31c49088efa78e3d2afa9e0 (patch)
tree57dd5804e9bec5ea8f1b831cf0f4123e94d7a78e
parentacct-group/shellinaboxd: Group for www-misc/shellinabox (diff)
downloadgentoo-5a37a136e30d4889b31c49088efa78e3d2afa9e0.tar.gz
gentoo-5a37a136e30d4889b31c49088efa78e3d2afa9e0.tar.bz2
gentoo-5a37a136e30d4889b31c49088efa78e3d2afa9e0.zip
acct-user/shellinaboxd: User for www-misc/shellinabox
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r--acct-user/shellinaboxd/metadata.xml12
-rw-r--r--acct-user/shellinaboxd/shellinaboxd-0.ebuild12
2 files changed, 24 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ <name>Patrice Clement</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</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 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