acct-user/anope: Add new user for net-irc/anope
authorSam James (sam_c) <sam@cmpct.info>
Mon, 30 Mar 2020 16:45:17 +0000 (17:45 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 11 Apr 2020 21:30:03 +0000 (23:30 +0200)
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
acct-user/anope/anope-0.ebuild [new file with mode: 0644]
acct-user/anope/metadata.xml [new file with mode: 0644]

diff --git a/acct-user/anope/anope-0.ebuild b/acct-user/anope/anope-0.ebuild
new file mode 100644 (file)
index 0000000..8f821f2
--- /dev/null
@@ -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 (file)
index 0000000..591b1da
--- /dev/null
@@ -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>