commit: 8b17f69e9542877e5249cbefebaf574bd06ecc5a Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sun Aug 4 09:23:42 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Aug 7 09:17:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b17f69e
acct-user/unrealircd: new user (494) Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> acct-user/unrealircd/metadata.xml | 7 +++++++ acct-user/unrealircd/unrealircd-0.ebuild | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-user/unrealircd/metadata.xml b/acct-user/unrealircd/metadata.xml new file mode 100644 index 00000000000..69570e84932 --- /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>[email protected]</email> + </maintainer> +</pkgmetadata> diff --git a/acct-user/unrealircd/unrealircd-0.ebuild b/acct-user/unrealircd/unrealircd-0.ebuild new file mode 100644 index 00000000000..c7be65b9fb5 --- /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
