Skip to content

Commit

Permalink
acct-user/tenshi: add user for app-admin/tenshi
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/781206
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Apr 11, 2021
1 parent f627944 commit 15c6e39
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions acct-user/tenshi/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>
14 changes: 14 additions & 0 deletions acct-user/tenshi/tenshi-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="User for app-admin/tenshi"

ACCT_USER_GROUPS=( "tenshi" )
ACCT_USER_HOME="/var/lib/tenshi"
ACCT_USER_ID="283"

acct-user_add_deps

0 comments on commit 15c6e39

Please sign in to comment.