commit: 3ff4b0c6a1be8fc40e1165cc21b48b2618c3d376 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Mon Mar 30 16:45:17 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Apr 11 21:30:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff4b0c6
acct-user/anope: Add new user for net-irc/anope Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info> Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> acct-user/anope/anope-0.ebuild | 12 ++++++++++++ acct-user/anope/metadata.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/acct-user/anope/anope-0.ebuild b/acct-user/anope/anope-0.ebuild new file mode 100644 index 00000000000..8f821f24585 --- /dev/null +++ b/acct-user/anope/anope-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 Anope IRC services" +ACCT_USER_ID=417 +ACCT_USER_GROUPS=( anope ) + +acct-user_add_deps diff --git a/acct-user/anope/metadata.xml b/acct-user/anope/metadata.xml new file mode 100644 index 00000000000..591b1da5e31 --- /dev/null +++ b/acct-user/anope/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>[email protected]</email> + <name>Sam James</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata>
