acct-user/vdradmin: initial ebuild for vdradmin (453) user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
This commit is contained in:
Joerg Bornkessel
2020-03-01 12:00:46 +01:00
parent cf02c25b44
commit f538876393
2 changed files with 28 additions and 0 deletions

View File

@@ -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>hd_brummy@gentoo.org</email>
<name>Joerg Bornkessel</name>
</maintainer>
<maintainer type="project">
<email>vdr@gentoo.org</email>
<name>Gentoo Vdr Project</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,16 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
DESCRIPTION="User for www-misc/vdradmin-am"
ACCT_USER_ID=453
ACCT_USER_GROUPS=( vdradmin )
acct-user_add_deps
DEPEND+=" acct-group/vdradmin "
RDEPEND+=" acct-group/vdradmin "