summaryrefslogtreecommitdiff
path: root/acct-user
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-04-25 02:19:39 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-04-25 17:42:21 +0100
commitc4868ef156cd26531e8f65219b83a60f708e47d6 (patch)
tree7524c57146934082c89e6733904bebc671eb215c /acct-user
parenteclass/linux-build: relax CONFIG_CMDLINE requirements (diff)
downloadportage-c4868ef156cd26531e8f65219b83a60f708e47d6.tar.xz
x11-misc/entrance: add user, fix config
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Diffstat (limited to 'acct-user')
-rw-r--r--acct-user/entrance/entrance-0.ebuild13
-rw-r--r--acct-user/entrance/metadata.xml8
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/entrance/entrance-0.ebuild b/acct-user/entrance/entrance-0.ebuild
new file mode 100644
index 00000000..37ad269b
--- /dev/null
+++ b/acct-user/entrance/entrance-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for entrance"
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( entrance )
+ACCT_USER_HOME=/var/lib/entrance
+
+acct-user_add_deps
diff --git a/acct-user/entrance/metadata.xml b/acct-user/entrance/metadata.xml
new file mode 100644
index 00000000..de37e444
--- /dev/null
+++ b/acct-user/entrance/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bertrand@jacquin.bzh</email>
+ <name>Bertrand Jacquin</name>
+ </maintainer>
+</pkgmetadata>