commit: ac294339f69782c8889abbab4d6298135ddacd0a Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Apr 30 06:24:00 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Apr 30 06:46:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac294339
acct-group/opendmarc: new group Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> acct-group/opendmarc/metadata.xml | 8 ++++++++ acct-group/opendmarc/opendmarc-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/opendmarc/metadata.xml b/acct-group/opendmarc/metadata.xml new file mode 100644 index 00000000000..a53ffbea77d --- /dev/null +++ b/acct-group/opendmarc/metadata.xml @@ -0,0 +1,8 @@ +<?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>Fabian Groffen</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/opendmarc/opendmarc-0.ebuild b/acct-group/opendmarc/opendmarc-0.ebuild new file mode 100644 index 00000000000..ffdd3c7ce5a --- /dev/null +++ b/acct-group/opendmarc/opendmarc-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for mail-filter/opendmarc " +ACCT_GROUP_ID=244
