commit: c49d8caf029fdac850aaee89ad2f5cf8c57c6090 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu> AuthorDate: Thu Apr 8 06:33:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 1 09:35:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49d8caf
acct-group/epam: initial import Bug: https://bugs.gentoo.org/766686 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu> Signed-off-by: Sam James <sam <AT> gentoo.org> acct-group/epam/epam-0.ebuild | 9 +++++++++ acct-group/epam/metadata.xml | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/epam/epam-0.ebuild b/acct-group/epam/epam-0.ebuild new file mode 100644 index 00000000000..7909cc2a439 --- /dev/null +++ b/acct-group/epam/epam-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for ejabberd's epam functionality" +ACCT_GROUP_ID=418 diff --git a/acct-group/epam/metadata.xml b/acct-group/epam/metadata.xml new file mode 100644 index 00000000000..e57d8f40463 --- /dev/null +++ b/acct-group/epam/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="project"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata>
