acct-user/duende: added

Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2020-07-01 21:37:37 +02:00
parent a738fd212e
commit 3c73e6dcce
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
ACCT_USER_ID=66
ACCT_USER_GROUPS=( "maradns" )
acct-user_add_deps
DEPEND+=" acct-group/maradns "
RDEPEND+=" acct-group/maradns "

View File

@@ -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>slashbeast@gentoo.org</email>
<name>Piotr Karbowski</name>
</maintainer>
</pkgmetadata>