diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /acct-group/anope | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'acct-group/anope')
-rw-r--r-- | acct-group/anope/Manifest | 2 | ||||
-rw-r--r-- | acct-group/anope/anope-0.ebuild | 9 | ||||
-rw-r--r-- | acct-group/anope/metadata.xml | 12 |
3 files changed, 23 insertions, 0 deletions
diff --git a/acct-group/anope/Manifest b/acct-group/anope/Manifest new file mode 100644 index 000000000000..495409ea543f --- /dev/null +++ b/acct-group/anope/Manifest @@ -0,0 +1,2 @@ +EBUILD anope-0.ebuild 189 BLAKE2B bbcb6710a6731e901ce8727b45a569cd70689459a8ce99521f92b35be10d7f314d312595da3faabae94f262e25340120b6b04d97cd5366b9afebbe011a25a0e3 SHA512 1a1a229859c7dc323df42c5e94bacb7c514d22d5bd8557799928d9ac1f62720bdb2f7d776c421197ad51a6b4c9033e996c778b27bea5efbaccf489813bd77ca5 +MISC metadata.xml 356 BLAKE2B 579b76bca3cc904a43822723c8b563ea995f6848a7d47bed3a582aff2b7ad2f35c4b10a2d94767c59cc44584a5f4cb051526d47b00831bddd45512ed5683ddc0 SHA512 d212a403a6ac0cb9dac4941767830f47fc171718363b5e12c196d8fa72bf2e134444239e190241aafca7a616faea3b72a99dd988c84965fb9accd1014cc08796 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> |