mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
acct-user/wsdd: New ebuild
Add user for net-misc/wsdd to comply with GLEP 81. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Steffen Christgau <mail@s14u.de>
This commit is contained in:
8
acct-user/wsdd/metadata.xml
Normal file
8
acct-user/wsdd/metadata.xml
Normal 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>mail@s14u.de</email>
|
||||
<name>Steffen Christgau</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
15
acct-user/wsdd/wsdd-0.ebuild
Normal file
15
acct-user/wsdd/wsdd-0.ebuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for net-misc/wsdd"
|
||||
# might become 513 (month-day of initial user/group ebuild creation) in the future
|
||||
ACCT_USER_ID=-1
|
||||
ACCT_USER_GROUPS=( ${PN} )
|
||||
|
||||
acct-user_add_deps
|
||||
Reference in New Issue
Block a user