diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-03-30 17:46:22 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-11 23:30:03 +0200 |
commit | 1c3e8b59c9e24ba68321697e61e20af57db7eaf1 (patch) | |
tree | 0a903c7d81111dce2c2f0b3e73b0e574cc650610 /acct-group | |
parent | acct-user/anope: Add new user for net-irc/anope (diff) | |
download | gentoo-1c3e8b59c9e24ba68321697e61e20af57db7eaf1.tar.gz gentoo-1c3e8b59c9e24ba68321697e61e20af57db7eaf1.tar.bz2 gentoo-1c3e8b59c9e24ba68321697e61e20af57db7eaf1.zip |
acct-group/anope: Add new group for net-irc/anope
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/anope/anope-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/anope/metadata.xml | 12 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-group/anope/anope-0.ebuild b/acct-group/anope/anope-0.ebuild new file mode 100644 index 000000000000..94831c941c22 --- /dev/null +++ b/acct-group/anope/anope-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for Anope IRC services" +ACCT_GROUP_ID=417 diff --git a/acct-group/anope/metadata.xml b/acct-group/anope/metadata.xml new file mode 100644 index 000000000000..591b1da5e31a --- /dev/null +++ b/acct-group/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>sam@cmpct.info</email> + <name>Sam James</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |