Skip to content

Commit

Permalink
acct-user/spectrum: add user for net-im/spectrum2
Browse files Browse the repository at this point in the history
UID 486 will be used, as its the next available.
Arch, Fedora and RHEL don't have a UID for the user.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <[email protected]>
Signed-off-by: Andrey Utkin <[email protected]>
  • Loading branch information
ConiKost authored and Andrey Utkin committed Sep 20, 2019
1 parent ca6ad5f commit 9b80bb3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions acct-user/spectrum/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Conrad Kostecki</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>
14 changes: 14 additions & 0 deletions acct-user/spectrum/spectrum-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit acct-user

DESCRIPTION="A user for the Spectrum messaging transport"

ACCT_USER_GROUPS=( "spectrum" )
ACCT_USER_HOME="/var/lib/spectrum2"
ACCT_USER_ID="486"

acct-user_add_deps

0 comments on commit 9b80bb3

Please sign in to comment.