diff options
author | Michael Palimaka <kensington@gentoo.org> | 2019-08-04 19:23:42 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-08-07 19:17:31 +1000 |
commit | 8b17f69e9542877e5249cbefebaf574bd06ecc5a (patch) | |
tree | 096eccaac1fa22b098cf6a099744f2b1f17bcfb5 /acct-user/unrealircd | |
parent | acct-group/unrealircd: new group (494) (diff) | |
download | gentoo-8b17f69e9542877e5249cbefebaf574bd06ecc5a.tar.gz gentoo-8b17f69e9542877e5249cbefebaf574bd06ecc5a.tar.bz2 gentoo-8b17f69e9542877e5249cbefebaf574bd06ecc5a.zip |
acct-user/unrealircd: new user (494)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'acct-user/unrealircd')
-rw-r--r-- | acct-user/unrealircd/metadata.xml | 7 | ||||
-rw-r--r-- | acct-user/unrealircd/unrealircd-0.ebuild | 11 |
2 files changed, 18 insertions, 0 deletions
diff --git a/acct-user/unrealircd/metadata.xml b/acct-user/unrealircd/metadata.xml new file mode 100644 index 000000000000..69570e849328 --- /dev/null +++ b/acct-user/unrealircd/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>kensington@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/acct-user/unrealircd/unrealircd-0.ebuild b/acct-user/unrealircd/unrealircd-0.ebuild new file mode 100644 index 000000000000..c7be65b9fb5c --- /dev/null +++ b/acct-user/unrealircd/unrealircd-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=494 +ACCT_USER_GROUPS=( unrealircd ) + +acct-user_add_deps |