diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-04-30 08:24:00 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-04-30 08:46:28 +0200 |
commit | ac294339f69782c8889abbab4d6298135ddacd0a (patch) | |
tree | 4421febdf4096cb62cf6bd624d6640de0eeaef89 /acct-group | |
parent | net-im/pidgin: Removed old (diff) | |
download | gentoo-ac294339f69782c8889abbab4d6298135ddacd0a.tar.gz gentoo-ac294339f69782c8889abbab4d6298135ddacd0a.tar.bz2 gentoo-ac294339f69782c8889abbab4d6298135ddacd0a.zip |
acct-group/opendmarc: new group
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/opendmarc/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/opendmarc/opendmarc-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/opendmarc/metadata.xml b/acct-group/opendmarc/metadata.xml new file mode 100644 index 000000000000..a53ffbea77d3 --- /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>grobian@gentoo.org</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 000000000000..ffdd3c7ce5ad --- /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 |