diff options
author | 2021-04-11 17:32:34 +0200 | |
---|---|---|
committer | 2021-04-11 18:25:50 +0200 | |
commit | 2ac25dd08ecf849119e441374fdee407dd78f469 (patch) | |
tree | 96f261c3824b91b421a779a9c482a3a45e56b616 /acct-user | |
parent | acct-group/psybnc: add group for net-irc/psybnc (diff) | |
download | gentoo-2ac25dd08ecf849119e441374fdee407dd78f469.tar.gz gentoo-2ac25dd08ecf849119e441374fdee407dd78f469.tar.bz2 gentoo-2ac25dd08ecf849119e441374fdee407dd78f469.zip |
acct-user/psybnc: add user for net-irc/psybnc
Bug: https://bugs.gentoo.org/781395
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/psybnc/metadata.xml | 5 | ||||
-rw-r--r-- | acct-user/psybnc/psybnc-0.ebuild | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-user/psybnc/metadata.xml b/acct-user/psybnc/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-user/psybnc/metadata.xml @@ -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> diff --git a/acct-user/psybnc/psybnc-0.ebuild b/acct-user/psybnc/psybnc-0.ebuild new file mode 100644 index 000000000000..854b5bf822a9 --- /dev/null +++ b/acct-user/psybnc/psybnc-0.ebuild @@ -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 net-irc/psybnc" + +ACCT_USER_GROUPS=( "psybnc" ) +ACCT_USER_HOME="/var/lib/psybnc" +ACCT_USER_ID="259" + +acct-user_add_deps |