diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-04-15 17:12:22 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-26 16:36:48 +0300 |
commit | c5c289cc07dc3ee91509e7c8e833c2edbaf4a7e7 (patch) | |
tree | 2bd4cba8bf10c91586f20d79478f56c5618ba0e8 /acct-user | |
parent | x11-terms/kitty: bump to 0.17.3 (diff) | |
download | gentoo-c5c289cc07dc3ee91509e7c8e833c2edbaf4a7e7.tar.gz gentoo-c5c289cc07dc3ee91509e7c8e833c2edbaf4a7e7.tar.bz2 gentoo-c5c289cc07dc3ee91509e7c8e833c2edbaf4a7e7.zip |
acct-user/ngircd: Add new user for net-irc/ngircd
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/ngircd/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/ngircd/ngircd-0.ebuild | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/acct-user/ngircd/metadata.xml b/acct-user/ngircd/metadata.xml new file mode 100644 index 000000000000..591b1da5e31a --- /dev/null +++ b/acct-user/ngircd/metadata.xml @@ -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>sam@cmpct.info</email> + <name>Sam James</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/ngircd/ngircd-0.ebuild b/acct-user/ngircd/ngircd-0.ebuild new file mode 100644 index 000000000000..27941496da17 --- /dev/null +++ b/acct-user/ngircd/ngircd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for ngircd (IRC daemon)" +ACCT_USER_ID=413 +ACCT_USER_GROUPS=( ngircd ) + +acct-user_add_deps |